/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section h4 {
  color: #999;
  padding: 1rem;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: default;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Ashop/default/uk_UA/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../../frontend/Ashop/default/uk_UA/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Ashop/default/uk_UA/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../../frontend/Ashop/default/uk_UA/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Ashop/default/uk_UA/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.cart-container .cart.table-wrapper .cart-products-toolbar .pager .toolbar-amount .toolbar-number {
  color: #000000;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  letter-spacing: 1.5px;
}
.cart-container .cart.table-wrapper .cart-products-toolbar .pager .pages .pages-items .item {
  line-height: 1.5rem;
}
.cart-container .cart.table-wrapper .cart-products-toolbar .pager .pages .pages-items .item .action {
  box-shadow: none;
  background: #FFFFFF;
  border: none;
}
.cart-container .cart.table-wrapper .cart-products-toolbar .pager .pages strong.page {
  line-height: 1.5rem;
  background: #f199c1;
  border-radius: 4px;
  color: #fff;
}
.cart-container .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-top .item.pages-item-next .action.next.slick-arrow {
  position: inherit;
}
.cart-container .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-bottom .item.pages-item-next {
  position: relative;
  width: 40px;
}
.cart-container .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-bottom .item.pages-item-next .action.next.slick-arrow {
  position: absolute;
  top: -12px;
}
@media only screen and (max-width: 639px) {
  .cart-container .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-bottom .pager .item.pages-item-next {
    position: initial;
    width: auto;
  }
  .cart-container .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-bottom .pager .item.pages-item-next .action.next.slick-arrow {
    top: 0;
  }
}
@media screen and (min-width: 371px) and (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .item-info .col.item {
    padding: 15px 0 1rem 100px;
    width: 70%;
    min-height: 130px;
    height: 134px;
  }
  .checkout-cart-index .cart.table-wrapper .item-info .product-item-photo {
    max-width: 88px;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr > td:last-child {
    padding-left: 7px;
  }
  .checkout-cart-index .cart.table-wrapper .mobile-qty-field {
    margin-left: 14px;
  }
}
@media screen and (min-width: 345px) and (max-width: 370px) {
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    min-height: 130px;
    padding: 15px 5px 1rem 80px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item .product-item-photo {
    max-width: 70px;
  }
  .checkout-cart-index .cart.table-wrapper td.col.subtotal {
    padding-top: 8px;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions td {
    padding-left: 0;
  }
  .checkout-cart-index .cart.table-wrapper .mobile-qty-field {
    margin-left: 12px;
  }
}
@media screen and (max-width: 344px) {
  .cart.table-wrapper .item .col.item {
    min-height: 130px;
    padding: 15px 5px 1rem 70px;
  }
  .cart.table-wrapper .item .col.item .product-item-photo {
    max-width: 60px;
  }
  .cart.table-wrapper td.col.subtotal {
    padding-top: 8px;
  }
  .cart.table-wrapper .item-actions td {
    padding-left: 0;
  }
  .cart.table-wrapper .item-actions td .mobile-qty-field {
    margin-left: 8px;
  }
}
.cart-summary .block.discount .title {
  font-size: 21px;
  font-weight: normal;
  margin: 12px 0 0 0;
  font-family: 'Raleway-Regular';
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 1.7px;
  color: #333333;
}
.cart-summary .block.discount .content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cart-summary .block.discount .content .fieldset.coupon .label {
  font-style: normal;
  font-weight: normal;
}
.cart-summary .block.discount .content .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.cart-summary .block.discount .content .fieldset.coupon .actions-toolbar .primary button {
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  min-height: 50px;
  border: 1px solid #000000;
}
.cart-summary .gift_packaging {
  padding: 0;
  border: 1px solid #ee2a7b;
  border-radius: 11px;
  height: 50px;
  max-width: 310px;
  margin: auto;
  background-color: #fff;
}
.cart-summary .gift_packaging_img {
  height: 23px;
  width: 23px;
  float: left;
  margin-top: 11px;
  margin-left: 34px;
}
.cart-summary .gift_packaging_img img {
  height: 23px;
  width: 23px;
}
.cart-summary .gift_packaging_checkbox {
  float: left;
  max-width: 100%;
  display: block;
}
.cart-summary .gift_packaging_checkbox span {
  display: inline-block;
  font-size: 11px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-align: left;
  color: #ee2a7b;
  font-family: 'Raleway-Regular';
  margin-top: 17px;
  margin-left: 10px;
  max-height: 14px;
  text-transform: uppercase;
}
.cart-summary .gift_packaging_checkbox input[type='checkbox'] {
  accent-color: #ebebeb;
  margin: 0;
  transform: scale(1.12);
  position: relative;
  top: 2px;
  left: 4px;
}
#gift_packaging {
  margin-bottom: 29px;
}
.cart-container .cart-summary._sticky .cart-totals {
  border-top: none !important;
}
@media screen and (min-width: 371px) and (max-width: 767px) {
  .cart-summary .gift_packaging_img {
    height: 23px;
    width: 23px;
    float: left;
    margin-top: 11px;
    margin-left: 19px;
  }
  .cart-summary .gift_packaging_checkbox span {
    display: inline-block;
    font-size: 11px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.3px;
    text-align: left;
    color: #ee2a7b;
    font-family: 'Raleway-Regular';
    margin-top: 18px;
    margin-left: 14px;
    max-height: 14px;
    text-transform: uppercase;
  }
  .cart-summary .gift_packaging_checkbox input[type='checkbox'] {
    accent-color: #ebebeb;
    margin: 0;
    transform: scale(1.12);
    position: relative;
    top: 2px;
    left: 9px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    font-size: 13px !important;
    letter-spacing: 1.4px;
    line-height: 1.1rem;
  }
  .theme-pearl.store-view-default button.action.primary.checkout-coupon span {
    color: #000000 !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 370px) {
  button.action.primary span {
    font-size: 11px !important;
  }
  .cart-summary .gift_packaging_img {
    height: 23px;
    width: 23px;
    float: left;
    margin-top: 11px;
    margin-left: 19px;
  }
  .cart-summary .gift_packaging_checkbox span {
    display: inline-block;
    font-size: 11px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.3px;
    text-align: left;
    color: #ee2a7b;
    font-family: 'Raleway-Regular';
    margin-top: 18px;
    margin-left: 14px;
    max-height: 14px;
    text-transform: uppercase;
  }
  .cart-summary .gift_packaging_checkbox input[type='checkbox'] {
    accent-color: #ebebeb;
    margin: 0;
    transform: scale(1.12);
    position: relative;
    top: 2px;
    left: 9px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    font-size: 13px !important;
    letter-spacing: 1.4px;
    line-height: 1.1rem;
  }
  .theme-pearl.store-view-default button.action.primary.checkout-coupon span {
    color: #000000 !important;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Ashop/default/uk_UA/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 1rem;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 1rem 2.5rem 1rem 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 1rem;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div.mage-error[generated],
div.field-error,
.iwd_opc_message_error {
  color: #e41395 !important;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #e41395;
}
.red-price {
  color: #e40973 !important;
  text-decoration: unset !important;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  color: #e41395;
}
.dots-decoration-link {
  border-bottom: 2px dotted #999999;
}
/* fix for double scroll-y when window load */
.theme-pearl .page-wrapper {
  overflow-y: hidden;
}
/* fix for Chrome -- [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL> --  mistake */
.owl-carousel,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item,
.owl-carousel .owl-item .item img {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/* ----- */
.reviews-popup-style {
  display: block;
  position: fixed;
  width: 380px;
  height: max-content;
  top: 74px;
  z-index: 9999;
  background-color: #ffffff;
  padding: 15px;
  left: 36%;
}
#blackout {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.close-reviews-popup {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
}
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill:active,
input[type="password"]:-webkit-autofill:active,
input[type="email"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  padding: 0;
}
.page-wrapper .page-header .header.content {
  padding: 19px 20px 0;
}
.page-wrapper .page-header .header.content .block-search {
  float: left;
  margin-left: calc(50% - 391px);
  padding-left: 0;
  margin-top: 9px;
}
.page-wrapper .page-header .header.content .block-search .control {
  position: relative;
}
.page-wrapper .page-header .header.content .block-search .control input::placeholder,
.page-wrapper .page-header .header.content .block-search .control input:-ms-input-placeholder,
.page-wrapper .page-header .header.content .block-search .control input::-ms-input-placeholder {
  font-family: 'Source Sans Pro';
  font-weight: normal;
}
.page-wrapper .page-header .header.content .block-search .control .mst-searchautocomplete__autocomplete._active {
  min-width: min-content;
}
.page-wrapper .page-header .header.content .block-search button.action.search {
  z-index: 99;
  cursor: pointer;
}
.page-wrapper .page-header .header.content .block-search button.action.search:hover::before {
  color: #e41395 !important;
}
.page-wrapper .page-header .header.content .header-middle-links {
  display: inline-block;
  float: right;
  margin-top: 30px;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  font-size: 1rem;
}
.page-wrapper .page-header .header.content .header-middle-links > a {
  display: inline-block;
  width: 70px;
  text-align: center;
  color: #000000;
  position: relative;
}
.page-wrapper .page-header .header.content .header-middle-links > a span {
  text-transform: lowercase;
  display: inline-block;
  margin-top: 4px;
}
.page-wrapper .page-header .header.content .header-middle-links > a:hover,
.page-wrapper .page-header .header.content .header-middle-links > a:focus,
.page-wrapper .page-header .header.content .header-middle-links > a:active {
  color: #e41395;
}
.page-wrapper .page-header .header.content .header-middle-links .stores::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/location.svg);
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  right: 23px;
  top: -21px;
}
.page-wrapper .page-header .header.content .header-middle-links .stores:hover::after,
.page-wrapper .page-header .header.content .header-middle-links .stores:focus::after,
.page-wrapper .page-header .header.content .header-middle-links .stores:active::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/location-hover.svg);
}
.page-wrapper .page-header .header.content .header-middle-links .wish-list::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/wishlist.svg);
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  right: 25px;
  top: -21px;
}
.page-wrapper .page-header .header.content .header-middle-links .wish-list:hover::after:hover::after,
.page-wrapper .page-header .header.content .header-middle-links .wish-list:hover::after:focus::after,
.page-wrapper .page-header .header.content .header-middle-links .wish-list:hover::after:active::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/wishlist-hover.svg);
}
.page-wrapper .page-header .header.content .header-middle-links .reviews-link::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/star_new.svg);
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  right: 24px;
  top: -20px;
}
.page-wrapper .page-header .header.content .header-middle-links .reviews-link:hover::after,
.page-wrapper .page-header .header.content .header-middle-links .reviews-link:focus::after,
.page-wrapper .page-header .header.content .header-middle-links .reviews-link:active::after {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/star_hover.svg);
}
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper {
  line-height: unset;
  margin-top: 1px;
}
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart {
  position: relative;
  width: 50px;
  text-align: center;
}
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart .text.cart-text {
  color: #000000;
  position: inherit;
  text-transform: lowercase;
  vertical-align: sub;
}
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart:before {
  width: 22px;
  height: 24px;
  top: -24px;
  left: 12px;
}
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart:hover .cart-text,
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart:focus .cart-text,
.page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper .action.showcart:active .cart-text {
  color: #e41395;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: none;
}
.page-header-v1.sticky-header .header.content {
  letter-spacing: 0;
}
.page-header-v1.sticky-header .header.content .block-search {
  margin-left: 5%;
  margin-top: 0;
  width: 250px;
}
.page-header-v1.sticky-header .header.content .nav-sections {
  float: right;
}
.page-header-v1.sticky-header .header.content .header-middle-links {
  margin-top: 15px;
  display: none;
}
.easybanner-placeholder-wrapper_desktop {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.easybanner-placeholder-wrapper_desktop .easybanner-banner {
  list-style-type: none;
  height: auto !important;
}
.easybanner-placeholder-wrapper_mobile {
  width: 100%;
}
.easybanner-placeholder-wrapper_mobile .easybanner-banner {
  list-style-type: none;
  height: auto !important;
}
.easybanner-placeholder-wrapper_mobile .easybanner-banner img {
  width: 100%;
}
.breadcrumbs {
  background-color: transparent !important;
}
.breadcrumbs .items .item.home a {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 14px !important;
}
.breadcrumbs .items .item:not(:last-child):after {
  margin: 0 6px 0 3px;
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 14px !important;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .theme-pearl .page-wrapper .page-header .header.content .header-middle-links {
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: auto;
    height: 51px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .page-wrapper .page-header .header.content .block.block-search {
    margin-left: calc(50% - 340px);
  }
  .page-wrapper .page-header .header.content .block.block-search input {
    width: 300px !important;
  }
}
@media screen and (min-width: 380px) and (max-width: 430px) {
  .sections.nav-sections .section-items .section-item-title.nav-sections-item-title a.nav-sections-item-switch {
    font-size: 14px;
  }
  .sections.nav-sections .section-items .section-item-title.nav-sections-item-title > div:nth-child(3) a.nav-sections-item-switch {
    padding-left: 14%;
  }
}
@media screen and (max-width: 379px) {
  .sections.nav-sections .section-items .section-item-title.nav-sections-item-title a.nav-sections-item-switch {
    font-size: 12px;
  }
  .sections.nav-sections .section-items > div:nth-child(3) a.nav-sections-item-switch {
    padding-left: 13% !important;
  }
  .sections.nav-sections .section-items > div:nth-child(3) a.nav-sections-item-switch::before {
    height: 24px !important;
    background-size: 24px 24px !important;
    width: 24px !important;
    top: -7px !important;
    left: -4% !important;
  }
}
button.btt-button.cd-is-visible {
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper.minicart-weltpixel .action.showcart:before {
    width: 22px;
    height: 28px;
    top: -23px;
    left: 11px;
  }
  .page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper.minicart-weltpixel .action.showcart:hover::before {
    width: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content .header-middle-links .minicart-wrapper.minicart-weltpixel .action.showcart:before {
    top: -20px;
    left: 6px;
    height: 22px;
    width: 17px;
  }
  .page-wrapper .page-header .header.content .header-middle-links .stores::after {
    right: 30px;
  }
}
.cms-page-view .breadcrumbs {
  margin-bottom: 36px;
}
.cms-page-view .page-main .page-title-wrapper .page-title {
  margin-top: 8px;
  margin-bottom: 56px;
  text-align: center;
  width: 100%;
}
.cms-page-view .page-main h2 {
  margin-bottom: 22px;
}
.cms-page-view .page-main p,
.cms-page-view .page-main article {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  max-width: 900px;
  margin: auto;
  letter-spacing: 1.9px;
}
.cms-page-view .page-main article {
  margin-bottom: 28px;
}
.cms-page-view .page-main article > p {
  margin-bottom: 20px;
}
.cms-page-view .page-main a {
  color: #E93EA9;
}
.cms-page-view .page-main a:hover {
  text-decoration: underline;
}
.cms-page-view .page-main .cms-image-container {
  max-width: 1120px;
  margin: auto;
  display: block;
  margin-bottom: 23px;
}
.cms-page-view .page-main .cms-image-container img {
  width: 100%;
  height: auto;
}
.cms-page-view .page-main ul {
  padding-left: 20px;
}
.cms-page-view .page-main ul > li {
  margin-bottom: 20px;
}
.cms-page-view .page-main .cms-common-arrow-down,
.cms-page-view .page-main .cms-common-arrow-up {
  position: relative;
}
.cms-page-view .page-main .cms-common-arrow-down::after,
.cms-page-view .page-main .cms-common-arrow-up::after {
  content: '\e622';
  font-family: 'luma-icons';
  position: absolute;
  color: #666666;
}
.cms-page-view .page-main .cms-common-arrow-up::after {
  transform: rotate(179deg);
}
.cms-page-view .page-main .cms-custom-arrow::after {
  color: #333333;
}
.page-seo {
  margin-top: 29px;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  color: #808080;
  text-align: justify;
  padding: 0 20px !important;
}
.page-seo h2 {
  font-family: 'Raleway-Regular';
  font-size: 12px;
  text-transform: uppercase;
}
.page-seo > p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .page-with-filter.page-layout-2columns-left .main {
    padding-left: 0;
  }
}
.blackout-wrapper {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 999;
  overflow: hidden;
}
.theme-pearl.store-view-default .book-container .reviews-types-box {
  display: block;
  margin: auto;
}
.theme-pearl.store-view-default .book-container .reviews-types-box .active-counter {
  border-bottom: 1px solid #666666;
  width: max-content;
  margin: auto;
}
.theme-pearl.store-view-default .book-container .reviews-types-box > div {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
  text-align: center;
}
.theme-pearl.store-view-default .book-container .reviews-types-box > div .amount {
  font-family: 'Raleway-Medium';
  color: #666;
  font-size: 18px;
}
.theme-pearl.store-view-default .book-container .reviews-types-box > div a {
  display: block;
  padding-top: 6px;
  width: max-content;
  margin: auto;
}
.theme-pearl.store-view-default .book-container .reviews-types-box > div a span {
  font-family: 'Raleway-Regular';
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding-bottom: 3px;
  display: block;
}
.theme-pearl.store-view-default .book-container .guest-book-main-button {
  margin-bottom: 50px;
}
.theme-pearl.store-view-default .book-container button,
.theme-pearl.store-view-default .book-container .btn-guestbook {
  max-width: 300px;
  width: 100%;
  background: #000;
  border-radius: 0;
  min-height: 50px;
  color: #fff;
  border: 1px solid #000;
  display: block;
  margin: auto;
  margin-top: 50px;
}
.theme-pearl.store-view-default .book-container button:hover,
.theme-pearl.store-view-default .book-container .btn-guestbook:hover {
  background-color: #fff;
  transition-duration: .3s;
}
.theme-pearl.store-view-default .book-container button:hover span,
.theme-pearl.store-view-default .book-container .btn-guestbook:hover span {
  color: #000;
}
.theme-pearl.store-view-default .book-container button span,
.theme-pearl.store-view-default .book-container .btn-guestbook span {
  text-transform: uppercase;
  font-family: 'Raleway-Regular';
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.theme-pearl.store-view-default .book-container button.see-more,
.theme-pearl.store-view-default .book-container .btn-guestbook.see-more {
  width: 100px;
  height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0;
}
.theme-pearl.store-view-default .book-container .actions-toolbar .primary {
  float: none;
  display: block;
}
.theme-pearl.store-view-default .book-container .question-form {
  position: fixed;
  overflow-y: scroll;
  height: 80%;
  top: 74px;
  z-index: 9999;
  background-color: #fff;
  padding: 38px 95px 61px 95px;
  border: 1px solid #cccccc;
}
.theme-pearl.store-view-default .book-container .question-form .close-form {
  position: absolute;
  right: 5px;
  top: 0;
}
.theme-pearl.store-view-default .book-container .question-form .close-form:hover {
  cursor: pointer;
}
.theme-pearl.store-view-default .book-container div .answer-item .attribute {
  margin: 5px;
}
.theme-pearl.store-view-default .book-container div .answer-item .attribute .answer-name {
  display: inline-block;
  font-weight: bold;
}
.theme-pearl.store-view-default .book-container div .answer-item .attribute .answer-create-date {
  display: inline-block;
}
.theme-pearl.store-view-default .book-container div .answer-item .attribute .answer-reply-container {
  display: inline-block;
}
.theme-pearl.store-view-default .book-container div .answer-item .attribute .answer-reply-container .answer-reply-close {
  display: none;
}
.theme-pearl.store-view-default .book-container div .answer-item h4 {
  margin: 5px;
}
.theme-pearl.store-view-default .book-container div .answer-item .message {
  margin: 5px;
}
.theme-pearl.store-view-default .book-container div .answer-item .admin-name {
  font-weight: bold;
  display: inline-block;
}
.theme-pearl.store-view-default .book-container div .answer-item .answer-date {
  display: inline-block;
}
.theme-pearl.store-view-default .book-container div .answer-item .admin-answer {
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
}
.theme-pearl.store-view-default .book-container .post-item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.theme-pearl.store-view-default .book-container .post-item .tooltip::before {
  content: '';
  position: absolute;
  top: 35px;
  left: -9px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
}
.theme-pearl.store-view-default .book-container .post-item .post-item-container {
  margin: 5px;
}
.theme-pearl.store-view-default .book-container .post-item .post-item-container .post-item-name {
  font-weight: bold;
  display: inline-block;
}
.theme-pearl.store-view-default .book-container .post-item .post-item-container .post-item-date {
  display: inline-block;
}
.theme-pearl.store-view-default .book-container .post-item .post-item-container .post-item-reply {
  display: inline-block;
  float: right;
}
.theme-pearl.store-view-default .book-container .post-item h4 {
  margin: 5px;
}
.theme-pearl.store-view-default .book-container .post-item .product-reviews-summary {
  position: absolute;
}
.theme-pearl.store-view-default .book-container .admin-answer {
  background-color: #f4f4f4;
  border-radius: 0;
  display: none;
}
.theme-pearl.store-view-default .book-container .admin-answer.open {
  display: block;
}
.theme-pearl.store-view-default .book-container .admin-answer .admin-name {
  font-weight: bold;
  display: inline-block;
}
.theme-pearl.store-view-default .book-container .admin-answer .post-item-data {
  display: inline-block;
  margin-top: 10px;
}
.theme-pearl.store-view-default .book-container .admin-answer .post-item-data span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.theme-pearl.store-view-default .book-container .answer-item {
  background-color: #f4f4f4;
  border-radius: 0;
}
.theme-pearl.store-view-default .book-container .answer-item .message span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
}
.theme-pearl.store-view-default .book-container .answer-item .message .answer-create-date {
  margin-top: 10px;
}
.theme-pearl.store-view-default .book-container .answer-item .message .answer-create-date span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.5px;
}
.theme-pearl.store-view-default .book-container .guest-book-list .post-item-name span {
  font-family: 'Raleway-Regular';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.theme-pearl.store-view-default .book-container .guest-book-list .see-more-box {
  position: relative;
  max-width: 620px;
  margin: auto;
}
.theme-pearl.store-view-default .book-container .guest-book-list .see-more-box .see-more {
  float: right;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.theme-pearl.store-view-default .book-container .guest-book-list .see-more-box.active .dots-decoration-link::after {
  transform: rotate(181deg);
}
.theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post {
  position: relative;
}
.theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post .dots-decoration-link {
  position: absolute;
  right: 0;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding-bottom: 3px;
  cursor: pointer;
}
.theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post.active .dots-decoration-link::after {
  transform: rotate(181deg);
}
.theme-pearl.store-view-default .book-container .rating-summary .rating-result::before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  speak: none;
  font-weight: 600;
}
.theme-pearl.store-view-default .book-container .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: gold;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  speak: none;
  font-weight: 600;
}
.theme-pearl.store-view-default .book-container .guest-book-post .dots-decoration-link {
  margin-right: 20px;
}
.theme-pearl.store-view-default .book-container .guest-book-post .dots-decoration-link::after {
  position: absolute;
  content: '\e622';
  font-family: 'luma-icons';
  right: -21px;
  top: 2px;
}
.theme-pearl.store-view-default .book-container .guest-book-post .post-item-message span,
.theme-pearl.store-view-default .book-container .guest-book-post .message span {
  width: inherit;
  word-break: break-word;
}
.theme-pearl.store-view-default .book-container .guest-book-post .message {
  width: inherit;
  word-break: break-word;
}
.theme-pearl.store-view-default .book-container .question-form .guest-book-form form .actions-toolbar .primary .action.submit {
  margin-top: 0;
}
.guest-book-main-button {
  text-align: right;
}
.guest-book-list .post-item-date {
  margin-top: 10px;
}
.guest-book-list .post-item-date span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  letter-spacing: 1.1px;
  font-size: 15px;
}
.guest-book-list .post-item,
.guest-book-list .admin-answer,
.guest-book-list .answer-item {
  padding: 20px 25px;
}
.guest-book-list .post-item h4,
.guest-book-list .admin-answer h4,
.guest-book-list .answer-item h4 {
  margin-top: 10px;
}
.guest-book-list .post-item .post-item-message span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.5px;
}
.guest-book-list .admin-answer .message {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.5px;
}
.guest-book-list .post-item .approval,
.guest-book-list .answer-item .approval {
  display: inline-block;
  color: red;
  margin-left: 15px;
}
.guest-book-list .post-item {
  position: relative;
  border-radius: 0;
}
.guest-book-list .admin-answer .dots-decoration-link {
  position: absolute;
  top: -40px;
  right: 0;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding-bottom: 3px;
}
.guest-book-list .pager {
  display: none;
}
.guest-book-form input[name="customer_review"] {
  width: 0.1px !important;
  height: 0.1px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.guest-book-form .fieldset {
  width: 100%;
  margin-bottom: 0;
}
.guest-book-form .fieldset > .field {
  margin-bottom: 27px;
}
.guest-book-form .fieldset > .field.message {
  margin-bottom: 22px;
}
.guest-book-form .fieldset > .legend {
  border: none;
  margin-bottom: 9px;
}
.guest-book-form .fieldset > .legend .form-title {
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Raleway-SemiBold';
  font-size: 12.5px;
  letter-spacing: 1px;
  color: #333;
  margin-top: 0;
}
.guest-book-form .fieldset > .legend .form-title > span {
  display: block;
}
.guest-book-form .fieldset .review-form-label,
.guest-book-form .fieldset .label {
  display: block;
  margin-bottom: 10px;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #333333;
}
.guest-book-form .fieldset .field .control > input[type="text"],
.guest-book-form .fieldset .field .control > input[type="email"] {
  color: #333333;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1.8px;
  padding: 0 11px;
  border: 1px solid #cccccc;
  height: 50px;
  border-radius: 0;
  width: 100%;
}
.guest-book-form .fieldset .field .control > input[type="text"]::-webkit-input-placeholder,
.guest-book-form .fieldset .field .control > input[type="email"]::-webkit-input-placeholder {
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  color: #999999;
  font-family: 'Source Sans Pro';
  font-weight: normal;
}
.guest-book-form .fieldset .field .control .required.mage-error {
  border-color: #e41395;
}
.guest-book-form .fieldset .field .control textarea {
  border-color: #cccccc;
  resize: none;
  height: 138px;
}
.guest-book-form .fieldset .field .control textarea::-webkit-input-placeholder {
  letter-spacing: 1.7px;
  font-size: 15px;
  color: #999999;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  line-height: 17px;
}
.guest-book-form .fieldset .field .control input:focus,
.guest-book-form .fieldset .field .control textarea:focus {
  border-color: #000;
}
.guest-book-form .review-control-vote label.active::before {
  color: gold;
  opacity: 1;
}
.guest-book-form .review-control-vote label:hover::before {
  color: gold;
}
.guest-book-form .review-control-vote label::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  color: gold;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 7px;
}
.guest-book-form .review-control-vote label.rating-1:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.guest-book-form .review-control-vote label.rating-2:before {
  content: "\f005" "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.guest-book-form .review-control-vote label.rating-3:before {
  content: "\f005" "\f005" "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.guest-book-form .review-control-vote label.rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.guest-book-form .review-control-vote label.rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.guest-book-form .review-control-vote::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
}
.guest-book-form .review-field-ratings .label {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.guest-book-form .review-field-ratings .label span {
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #333333;
}
.guest-book-form .review-field-ratings .review-control-vote {
  margin-left: calc(50% - 101px);
  margin-top: 43px;
}
.guest-book-form .review-field-ratings .review-control-vote:before {
  font-size: 30px;
  letter-spacing: 7px;
}
.guest-book-form .review-field-ratings .review-control-vote .mage-error {
  margin-top: 20px;
}
.guest-book-form .field.captcha.required label {
  display: block;
  margin-bottom: 10px;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #333333;
}
.guest-book-form .field.captcha.required .control.captcha input {
  width: 100%;
  height: 40px;
  margin-bottom: 17px;
  max-width: 278px;
}
.guest-book-form .field.captcha.required .control.captcha input:focus {
  border-color: #000;
}
.guest-book-form .field.captcha.required .control.captcha input.mage-error {
  margin-bottom: 0;
}
.guest-book-form .field.captcha.required .control.captcha .nested .captcha-image img {
  border: 1px solid #000;
  margin-bottom: 0;
}
.guest-book-form .field.captcha.required .control.captcha .nested .captcha-image .captcha-reload {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: 30px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 25px;
  width: 100%;
  margin-left: 0;
}
.guest-book-form .field.captcha.required .control.captcha .nested .captcha-image .captcha-reload span {
  color: #666;
  font-size: 10px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  position: relative;
  width: max-content;
  text-transform: uppercase;
  line-height: 30px;
}
.guest-book-form .field.captcha.required .control.captcha .nested .captcha-image .captcha-reload span::before {
  position: absolute;
  content: "...........................";
  color: #999;
  letter-spacing: 1px;
  bottom: -3px;
  left: 0;
  font-size: 21px;
}
.guest_book-index-index .page-title-wrapper {
  text-align: center;
}
.guest_book-index-index .page-title-wrapper .page-title {
  margin-bottom: 53px;
  margin-top: 47px;
}
@media screen and (min-width: 992px) {
  .theme-pearl.store-view-default .book-container .question-form {
    width: 508px;
    top: 74px;
    left: calc(50% - 254px);
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box {
    height: 97px;
    width: 620px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item,
  .theme-pearl.store-view-default .book-container .guest-book-list .answer-item {
    max-width: 620px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 31px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer {
    margin-top: 29px;
    margin-bottom: 30px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post {
    max-width: 620px;
    margin: auto;
    position: relative;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post .dots-decoration-link {
    top: -20px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post .clearfix {
    height: 29px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post.active .clearfix {
    height: 0;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item .product-reviews-summary {
    right: -115px;
    top: -6px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item .product-reviews-summary .rating-summary .rating-result {
    width: 85px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item-name {
    position: absolute;
    left: -180px;
    top: 32px;
    width: 140px;
    max-height: 43px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item-name span {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item .post-item-message span {
    font-size: 15px;
    letter-spacing: 1.7px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer .message {
    font-size: 15px;
    letter-spacing: 1.7px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .answer-item {
    margin-bottom: 30px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .answer-item .message span {
    font-size: 15px;
    letter-spacing: 1.7px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .answer-item .message .answer-create-date span {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #666666;
    letter-spacing: 1.1px;
    font-size: 15px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .see-more-box {
    height: 29px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .see-more-box .see-more {
    top: -20px;
  }
}
@media screen and (max-width: 992px) {
  .theme-pearl.store-view-default .book-container .question-form .close-form {
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: right;
  }
  .theme-pearl.store-view-default .book-container .guest-book-main-button {
    margin-bottom: 100px;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box {
    height: 100px;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box > div {
    height: 50px;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box > div a > span {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box > div .amount {
    font-size: 14px;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box > div.positive-reviews a {
    margin-left: 0;
  }
  .theme-pearl.store-view-default .book-container .reviews-types-box > div.negative-reviews a {
    margin-right: 0;
  }
  .theme-pearl.store-view-default .book-container .post-item .tooltip::before {
    top: -6px;
    left: 22px;
    width: 10px;
    height: 10px;
    transform: rotate(133deg);
  }
  .theme-pearl.store-view-default .book-container .post-item .product-reviews-summary {
    right: 0;
    top: -44px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .see-more-box {
    max-width: 100%;
    width: 100%;
    height: 1px;
    margin-top: 48px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .see-more-box .see-more {
    top: -43px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .see-more-box.active {
    height: 0;
  }
  .theme-pearl.store-view-default .book-container .answer-item .message .answer-create-date span {
    font-size: 1.4rem;
    color: #999999;
  }
  .theme-pearl.store-view-default .book-container .guest-book-form form {
    padding-bottom: 56px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item-name {
    margin-bottom: 25px;
    position: absolute;
    top: -41px;
    left: 0;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item {
    margin-top: 67px;
    padding: 9px 25px 17px 25px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item .post-item-message span {
    font-size: 14px;
    word-break: break-word;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .post-item .post-item-date span {
    color: #999999;
    font-size: 1.4rem;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer {
    position: relative;
    margin-top: 48px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer .message {
    font-size: 14px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer .post-item-data span {
    color: #999999;
    font-size: 1.4rem;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post .dots-decoration-link {
    top: 5px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post .clearfix {
    height: 49px;
  }
  .theme-pearl.store-view-default .book-container .guest-book-list .admin-answer-post.active .clearfix {
    height: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 520px) {
  .theme-pearl.store-view-default .book-container .question-form {
    max-width: 508px;
    width: 508px;
    left: calc(50% - 254px);
    padding: 38px 15px 45px 15px;
  }
  .theme-pearl.store-view-default .book-container .question-form .guest-book-form form {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .theme-pearl.store-view-default .book-container .question-form {
    position: absolute;
  }
}
@media screen and (max-width: 520px) {
  .theme-pearl.store-view-default .book-container .question-form {
    width: 310px;
    padding: 38px 15px 61px 15px;
    left: calc(50% - 155px);
  }
}
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  color: #676767;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.novaposta-block input {
  padding-left: 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: inherit;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.novaposta-block input.input-text {
  color: #676767;
}
.ui-widget.ui-widget-content:last-of-type {
  max-height: 200px;
  overflow-y: auto;
  border-color: #e5e5e5;
}
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  display: none;
}
.column.main .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  position: unset;
  box-shadow: none;
}
.stock-available-link-box {
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.stock-available-link-box:hover {
  -webkit-animation: dance 5s infinite ease-in-out;
  -moz-animation: dance 5s infinite ease-in-out;
}
.catalog-product-view .modal-inner-wrap {
  max-width: 876px;
}
.catalog-product-view .modal-inner-wrap .modal-content {
  padding-left: 22px;
  padding-right: 20px;
}
.popup-modal-availability {
  display: inline-block;
  width: 100%;
}
.popup-modal-availability .product-details {
  width: 30%;
  display: inline-block;
  float: left;
}
.popup-modal-availability .product-details > img {
  width: 100%;
  height: auto;
}
.popup-modal-availability .product-details .product-name,
.popup-modal-availability .product-details .label {
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  color: #999999;
  font-family: 'Source Sans Pro';
  font-weight: 400;
}
.popup-modal-availability .product-details .product-name .label-value,
.popup-modal-availability .product-details .label .label-value {
  text-transform: uppercase;
  color: #666666;
}
.popup-modal-availability .product-details .product-option-color {
  margin-top: 15px;
}
.popup-modal-availability .product-details .product-option-color a {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.7px;
}
.popup-modal-availability .right-content {
  display: inline-block;
  width: 70%;
  text-align: center;
  padding-top: 35px;
}
.popup-modal-availability .right-content .attr-title {
  font-family: 'Raleway-Medium';
  text-transform: initial;
  color: #333;
  letter-spacing: 1.5px;
  font-size: 18px;
  margin-bottom: 26px;
}
.popup-modal-availability .right-content .label-choiced-option {
  width: 84%;
  margin: auto;
  text-align: left;
  margin-bottom: 12px;
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  color: #999;
  font-family: 'Source Sans Pro';
  font-weight: 400;
}
.popup-modal-availability .right-content .label-choiced-option span {
  text-transform: uppercase;
  color: #666;
}
.popup-modal-availability .right-content .options-container {
  width: 84%;
  margin: auto;
  display: inline-block;
  padding-top: 2px;
}
.popup-modal-availability .right-content .options-container img {
  width: 100%;
  height: auto;
}
.popup-modal-availability .right-content .options-container .availability-option-color {
  float: left;
  position: relative;
  background-size: cover !important;
  width: 62px;
  height: 79px;
  margin: 0 8px 5px 0;
  border: 1px solid transparent;
}
.popup-modal-availability .right-content .options-container .availability-size.active,
.popup-modal-availability .right-content .options-container .availability-option-color.active {
  border-color: #e40973;
}
.popup-modal-availability .right-content .options-container .availability-size:hover,
.popup-modal-availability .right-content .options-container .availability-option-color:hover {
  cursor: pointer;
}
.popup-modal-availability .right-content .options-container .availability-size {
  background: transparent;
  height: 28px;
  width: 28px;
  min-width: unset;
  margin: 0 12px;
  border-radius: 50%;
  border: 1px solid #666666;
  line-height: 26px;
  color: #666666;
  font-family: 'Raleway-Bold';
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.popup-modal-availability .right-content .options-container .availability-size.double-size {
  width: auto;
  padding: 0 5px;
  border-radius: 10px;
  display: inline-block;
}
.popup-modal-availability .right-content.last-step {
  vertical-align: top;
  padding-left: 10px;
}
.popup-modal-availability .right-content .dropdown {
  float: right;
  width: calc(100% - 40px);
  max-width: 546px;
  position: relative;
  display: inline-block;
}
.popup-modal-availability .right-content .dropdown .small-arrow {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 22px;
  right: 15px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.popup-modal-availability .right-content .dropdown .small-arrow:hover {
  cursor: pointer;
}
.popup-modal-availability .right-content .dropdown.open .drop-input {
  border-bottom-color: #e5e5e5;
  border-left-color: #000;
  border-right-color: #000;
  border-top-color: #000;
}
.popup-modal-availability .right-content .dropdown.open .small-arrow {
  top: 22px;
  transform: rotate(225deg);
}
.popup-modal-availability .right-content .dropdown input {
  color: #333;
  border: 1px solid #ccc;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1.7px;
  padding: 0 11px 0 22px;
  height: 50px;
  border-radius: 0;
  width: 100%;
  cursor: pointer;
}
.popup-modal-availability .right-content .dropdown input.active {
  color: #000 !important;
}
.popup-modal-availability .right-content .dropdown input:focus {
  border-color: #000;
}
.popup-modal-availability .right-content .dropdown input[type=text]::-webkit-input-placeholder {
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  line-height: 25px;
}
.popup-modal-availability .right-content .dropdown .dropdown-content {
  min-width: 160px;
  overflow: auto;
  box-shadow: none;
  z-index: 1;
  top: 0;
  border: 1px solid #000;
  border-top-color: transparent;
  width: 100%;
}
.popup-modal-availability .right-content .dropdown .dropdown-content > .city {
  padding: 12px 24px;
  text-align: left;
  text-decoration: none;
  display: block;
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  color: #999;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.popup-modal-availability .right-content .dropdown .dropdown-content > .city.active {
  pointer-events: none;
}
.popup-modal-availability .right-content .dropdown .dropdown-content > .city:hover {
  background-color: rgba(229, 229, 229, 0.4);
}
.popup-modal-availability .right-content .dropdown .dropdown-content > .city:last-of-type {
  border-bottom-color: transparent;
}
.popup-modal-availability .right-content .drop-input.input-text {
  color: #999;
}
.popup-modal-availability .right-content .drop-input.input-text.active {
  color: black;
  border-color: black;
}
.popup-modal-availability .right-content table.availability-information {
  margin-top: 28px;
  float: right;
  width: 100%;
  max-width: 546px;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td {
  padding: 0 1rem;
  font-size: 15px;
  color: #666666;
  font-family: 'Source Sans Pro';
  font-weight: 500;
  letter-spacing: 1.7px;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td:nth-child(odd) {
  text-align: left;
  padding-left: 0;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td:nth-child(even) {
  text-align: right;
  padding-right: 0;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td.availability-status {
  font-weight: 400;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td.availability-status.out_of_stock {
  color: #f93;
  text-transform: uppercase;
}
.popup-modal-availability .right-content table.availability-information tbody > tr > td.availability-status.in_stock {
  color: #6ead5c;
  text-transform: uppercase;
}
.popup-modal-availability .right-content table.availability-information tbody > tr.delimiter {
  border-bottom: 1px solid #cccccc;
}
.popup-modal-availability .right-content table.availability-information tbody > tr.delimiter > td {
  padding-bottom: 22px;
}
.popup-modal-availability .right-content table.availability-information tbody > tr.delimiter + tr > td {
  padding-top: 20px;
}
.popup-modal-availability .action-bar {
  display: inline-block;
  width: 70%;
  text-align: center;
}
.popup-modal-availability .action-bar .btn {
  height: 50px;
  max-width: 340px;
  width: 100%;
  border-radius: 0;
  background-color: #000;
  border-color: #000;
  margin-right: 0;
  margin-top: 28px;
}
.popup-modal-availability .action-bar .btn span {
  font-family: 'Raleway-Regular';
  letter-spacing: 1.4px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.popup-modal-availability .action-bar .btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  transition-duration: .3s;
}
.popup-modal-availability .action-bar .btn:hover span {
  color: #000;
}
body.account .page-wrapper .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.customer-orders-container {
  margin-top: 12px;
}
.customer-orders-container .heading {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #000000;
}
.customer-orders-container .heading .heading-cell {
  word-break: break-all;
}
.customer-orders-container .heading-cell {
  float: left;
}
.customer-orders-container .title {
  color: #333333;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.customer-orders-container .body-orders-container {
  width: 100%;
  display: inline-block;
}
.customer-orders-container .row-order {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.customer-orders-container .col {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  letter-spacing: 0.7px;
  float: left;
  color: #666666;
  padding: 10px 0;
}
.customer-orders-container .view-order-details {
  position: relative;
}
.customer-orders-container .view-order-details::after {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-orders-container .view-order-details.opened::after {
  transform: rotate(180deg);
}
.customer-orders-container .track-number {
  color: #e41395;
  word-break: break-all;
}
.customer-orders-container .product-description > span {
  display: block;
}
.customer-orders-container .product-description > span.product-name {
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.customer-orders-container .product-description > span.product-code {
  margin-top: 10px;
}
.customer-orders-container .product-description .label,
.customer-orders-container .product-description .value {
  font-family: 'Source Sans Pro';
  font-size: 12px;
}
.customer-orders-container .product-description .label {
  color: #666666;
}
.customer-orders-container .product-description .value {
  color: #333333;
  text-transform: uppercase;
}
.customer-orders-container .title-sm {
  display: block;
  padding-top: 3px;
  color: #333333;
  font-family: 'Raleway-SemiBold';
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.customer-orders-container .product-price .value,
.customer-orders-container .product-qty .value,
.customer-orders-container .total .value {
  display: block;
  float: left;
  color: #666666;
}
.customer-orders-container .old-price {
  padding-right: 5px;
}
.customer-orders-container .old-price .price {
  text-decoration: line-through;
}
.customer-orders-container .collapse-items {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}
.customer-orders-container .collapse-items .product-description {
  display: grid;
  padding-right: 10px;
}
.customer-orders-container .collapse-content-test,
.customer-orders-container .collapse-items {
  display: inline-block;
  width: 100%;
}
.customer-orders-container .collapse-content-test .product-img {
  float: left;
  max-width: 102px;
  padding-top: 6px;
}
.customer-orders-container .collapse-content-test .product-data {
  float: left;
  width: 42.8%;
  display: inherit;
}
.customer-orders-container .collapse-content-test .product-price {
  float: left;
  width: 21.4%;
  display: inherit;
}
.customer-orders-container .collapse-content-test .product-qty {
  float: left;
  width: 15.5%;
  display: inherit;
}
.customer-orders-container .collapse-content-test .total {
  float: left;
  width: 20.3%;
  padding-left: 4%;
  display: inherit;
}
.customer-orders-container .information {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.customer-orders-container .information .title {
  margin-bottom: 0;
}
.customer-orders-container .information > div {
  width: calc(100% / 3);
  float: left;
  padding: 0 12px;
}
.customer-orders-container .information > div > span:not(.title) {
  display: block;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.customer-orders-container .information > div .title {
  line-height: 16px;
}
.customer-orders-container .information > div .sub-total .title {
  font-family: 'Source Sans Pro' !important;
  float: left;
}
.customer-orders-container .information > div.payment-info {
  padding-left: 7%;
}
.customer-orders-container .information > div.order-sum {
  padding-left: 5%;
}
.customer-orders-container .information .order-sum .title.sum {
  float: left;
}
.customer-orders-container .information .order-sum .delivery-sum {
  display: inline-block;
  width: 100%;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #333333;
  font-size: 10px;
}
.customer-orders-container .information .order-sum .delivery-sum .label-delivery {
  display: block;
}
.cell-5:hover {
  cursor: pointer;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #343434;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #e5e5e5;
  /*padding: @selectize-padding-y @selectize-padding-x;*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 16px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input input {
  display: inline-block !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
}
.selectize-input input::-ms-clear {
  display: none;
}
.selectize-input input:focus {
  outline: none !important;
}
.selectize-input .item + input {
  display: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
/*.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: @selectize-color-dropdown-border-top;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px 16px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #343434;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(52, 52, 52, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(35%);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  /*margin-top: @selectize-arrow-size * -0.8;
		border-width: 0 @selectize-arrow-size @selectize-arrow-size @selectize-arrow-size;
		border-color: transparent transparent @selectize-arrow-color transparent;*/
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 13px;
  padding-right: 13px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.single .selectize-input {
  min-height: 35px;
  padding-right: 20px;
}
.selectize-control.single .selectize-input input {
  min-height: 37px;
}
.selectize-control.single .selectize-input input:focus {
  outline: none;
  box-shadow: none;
}
.selectize-control.single .selectize-input.has-items input {
  padding-left: 0;
}
.selectize-control.single .selectize-input:not(.has-items) input {
  width: 100% !important;
}
.selectize-control.single .item {
  min-height: 37px;
  padding: 8px 0 8px 16px;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #e5e5e5;
}
._error .selectize-control.single .selectize-input,
._error .selectize-dropdown.single {
  border-color: #e02b27;
}
.selectize-dropdown .optgroup-header {
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.selectize_hide_input {
  opacity: 0 !important;
  position: absolute !important;
  left: -10000px !important;
}
.form.methods-shipping input.input-text {
  height: 37px !important;
}
#iwd_opc_shipping_method {
  width: 100%;
  min-height: 37px;
}
.iwd_main_wrapper .selectize-control + .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip {
  right: -25px;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  background-image: url('../../frontend/Ashop/default/uk_UA/images/loader-2.gif');
  background-repeat: no-repeat;
  background-size: contain;
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.onepage-index-index .ajax-loading,
.iwd_opc_success_page .ajax-loading {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/loader-1.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px 60px;
  background-origin: content-box;
}
.iwd_main_wrapper .field .control .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  content: '\e622';
  font-family: 'luma-icons';
}
@media (max-width: 400px) {
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .items-in-cart > .title strong {
    font-size: 1rem;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .items-in-cart > .title .heading-ammount {
    font-size: 1rem;
    margin-top: 13px;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .minicart-items-wrapper .product-item {
    padding-left: 0;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .minicart-items-wrapper .product-item .product-image-container {
    width: 50px !important;
    height: 64px !important;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .minicart-items-wrapper .product-item .product-image-container .product-image-wrapper img {
    width: inherit;
    height: inherit;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_column.iwd_opc_payment_column .opc-block-summary.last-block-summary .minicart-items-wrapper .product-item .product-item-details {
    padding-left: 64px;
  }
}
.iwd_opc_select_option .encomage_opc_option_image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left !important;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  /*div.mage-error[generated] {
    display: none !important;
  }*/
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #343434;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container.iwd_opc_collapsible_opened .iwd_opc_collapsible_title:after {
  content: '\f106';
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #000000;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'FontAwesome';
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #ffffff;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #e5e5e5;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #e5e5e5;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #000000;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #ff0a0a;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  /*margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      z-index: -1;*/
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #e93ea9;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.5;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #343434;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(229, 229, 229, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #343434;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.5;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #ff0a0a;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #00699d;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #ff0a0a;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 3px 1px #00699d;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:checked ~ label:before {
  background: #000000;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"].mage-error ~ label:before {
  border-color: #ff0a0a;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] ~ label {
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: block;
  padding-left: 26px;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] ~ label:before {
  content: '';
  font-family: 'FontAwesome';
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1px solid #000000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #e93ea9;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'FontAwesome';
  color: #000000;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #ffffff;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 19px;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #676767;
  color: #676767;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: none;
  color: #343434;
  border-color: #343434;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.5;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #000000;
  border-color: #000000;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #ffffff;
  border-color: #ffffff;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
  transform: scale(3);
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'FontAwesome';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(52, 52, 52, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #343434;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #343434;
}
.iwd_main_wrapper .iwd-group {
  width: 100%;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #000000;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #ffffff;
  text-decoration: none;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #000000;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #ffffff;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #000000;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #ffffff;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'FontAwesome';
  color: #676767;
  content: '\f104';
  margin-right: 10px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .checkout-agreement div.mage-error[generated] {
  display: block !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .shipping-column-delimiter {
  border-bottom: 1px solid #cccccc;
  height: 25px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 100800px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 100800px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #999999;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #343434;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #999999;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #999999;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #000000;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #999999;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #000000;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../../frontend/Ashop/default/uk_UA/IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../../frontend/Ashop/default/uk_UA/IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  display: none;
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #000000;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #ffffff;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #000000;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #000000;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../../frontend/Ashop/default/uk_UA/IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #676767;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #000000;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #ffffff;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #000000;
  font-weight: 600;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #ffffff;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
}
@media (max-width: 100800px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
#checkout-payment-method-load .selectize-control.single .selectize-dropdown.single {
  z-index: 9999;
}
@-moz-document url-prefix() {
  .iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown) {
    font-size: 14px;
  }
}
.block-recomended-products .products-recomended .recomended-products-title {
  text-align: center;
  letter-spacing: 3px;
}
.block-recomended-products .products-recomended .product-items {
  margin-top: 0;
}
.block-recomended-products .products-recomended .product-items .owl-carousel.products .owl-stage-outer {
  padding: 14px 0;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 130% !important;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .product-item-name {
  text-align: left;
  text-decoration: none;
  line-height: 10px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 3px;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .product-item-name .product-item-link {
  word-wrap: break-word;
  font-family: 'Raleway-Regular';
  display: inline-block;
  line-height: 19px;
  letter-spacing: 0.7px;
  font-size: 13px;
  color: #333333;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .price-box {
  text-align: left;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .price-box .old-price .price {
  color: #333333;
  padding-right: 3px;
  text-decoration: line-through;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .price-box .special-price .price {
  color: #E41395;
}
.block-recomended-products .products-recomended .product-items .item .product-recommended-item-info .product-item-details .price-box .price {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #000000;
}
.block-recomended-products .products-recomended .block-recomended-products,
.block-recomended-products .products-recomended .encomage-products-recomended {
  max-height: 450px;
}
.block-recomended-products .products-recomended .block-recomended-products.loaded,
.block-recomended-products .products-recomended .encomage-products-recomended.loaded {
  max-height: unset;
}
.block-recomended-products .products-recomended .encomage-products-recomended {
  opacity: 0;
}
.block-recomended-products .products-recomended .encomage-products-recomended.loaded {
  opacity: 1;
}
.instagram-widget-container {
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .block-recomended-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-recomended-products .products-recomended {
    margin-top: 28px;
  }
  .block-recomended-products .products-recomended .owl-thumbs {
    display: none;
  }
  .block-recomended-products .products-recomended .recomended-products-title {
    margin-bottom: 7px;
  }
  .block-recomended-products .products-recomended .product-items .item .product-image-wrapper {
    padding-bottom: 130% !important;
  }
  .block-recomended-products .products-recomended .encomage-products-recomended .encomage-product-item .product-recommended-item-info .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .block-recomended-products .products-recomended .encomage-products-recomended .encomage-product-item .product-recommended-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    width: 100%;
  }
  .block-recomended-products .products-recomended .encomage-products-recomended .encomage-product-item .product-recommended-item-info .product-item-details .product-item-name {
    margin-top: 0;
    height: 35px;
    margin-bottom: 4px;
  }
  .block-recomended-products .products-recomended .encomage-products-recomended .encomage-product-item .product-recommended-item-info .product-item-details .product-item-name .product-item-link {
    line-height: 17px;
  }
  .block-recomended-products .products-recomended .owl-nav {
    display: none;
  }
  .block-recomended-products .load-more-box {
    display: inline-block;
    width: 100%;
    margin-top: 42px;
  }
  .block-recomended-products .load-more-box button.show-more {
    margin: auto;
    display: block !important;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    border-radius: 0;
    width: calc(100% - 20px);
    max-width: 309px;
    height: 49px;
  }
  .block-recomended-products .load-more-box button.show-more span {
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 24px;
  }
}
@media screen and (max-width: 380px) {
  .block-recomended-products {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-recomended-products .products-recomended .load-more-box button.show-more {
    max-width: 100%;
  }
  .block-recomended-products .products-recomended .recomended-price {
    margin: 1rem 0 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .block-recomended-products .products-recomended .product-items .item {
    padding: 35px 25px;
  }
  .block-recomended-products .products-recomended .recomended-price {
    margin: 0;
  }
  .block-recomended-products .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .block-recomended-products .owl-controls .owl-nav .owl-prev .fa-angle-right {
    display: none;
  }
  .block-recomended-products .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
  .block-recomended-products .owl-controls .owl-nav .owl-next .fa-angle-left {
    display: none;
  }
}
.customer-account-createpassword .page-wrapper .action.nav-toggle,
.customer-account-forgotpassword .page-wrapper .action.nav-toggle {
  display: none;
}
.customer-account-createpassword .page-wrapper a.logo,
.customer-account-forgotpassword .page-wrapper a.logo {
  float: unset;
  margin: auto;
}
.customer-account-createpassword .page-wrapper a.logo img,
.customer-account-forgotpassword .page-wrapper a.logo img {
  width: 210px;
  margin: 5% auto 63px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main {
  max-width: 506px;
  border: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 9px;
  margin-bottom: 150px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .page-title-wrapper,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .page-title-wrapper {
  text-align: center;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-family: "Raleway-SemiBold";
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;
  margin: 20px 0 17px 0;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password {
  max-width: 276px;
  min-width: 276px;
  margin: auto;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset {
  margin-bottom: 10px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label {
  margin-bottom: 13px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label span,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label span {
  font-family: "Raleway-SemiBold";
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #333333;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label::after,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .label::after {
  content: '';
  display: none;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input {
  color: #333 !important;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1.7px;
  padding: 0 11px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input:focus,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input:focus {
  border-color: #000;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"],
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"] {
  color: #333333 !important;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1.7px;
  padding: 0 11px 0 22px;
  height: 50px;
  border-radius: 0;
  max-width: 315px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"]::-webkit-input-placeholder,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"]::-webkit-input-placeholder {
  letter-spacing: 1.7px;
  transform: translate3d(0, 0, 0);
  font-size: 15px;
  color: #cccccc !important;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  line-height: 25px;
  text-transform: lowercase;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-webkit-input-placeholder,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-webkit-input-placeholder {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #333333 !important;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  transform: translate3d(0, 8px, 0);
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"]::-moz-placeholder,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 50px;
  color: #333333;
  text-transform: lowercase;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-moz-placeholder,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-size: 30px;
  transform: translate3d(10px, 15px, 10px);
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-moz-placeholder,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control input[type="password"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 60px !important;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control .input-text,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .fieldset .field.required .control .input-text {
  border: 1px solid #ccc;
  height: 50px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary {
  margin-left: 32px;
  width: 212px;
  max-width: 212px;
  min-width: 212px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary {
  height: 50px;
  border-radius: 0;
  background-color: #000;
  border-color: #000;
  width: inherit;
  margin: 0;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary span,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary span {
  text-transform: uppercase;
  font-size: 10.5px;
  font-family: 'Raleway-Regular';
  letter-spacing: 1.4px;
  font-weight: normal;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary:hover {
  background-color: #fff;
  border: 1px solid #000;
  transition-duration: .3s;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary:hover span,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .actions-toolbar .primary .action.primary:hover span {
  color: #000;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .label,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .label {
  margin-bottom: 11px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha .nested,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha .nested {
  margin-top: 27px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .captcha-img,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .captcha-img {
  border: 1px solid #000;
  margin-bottom: 7px;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload span,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload span {
  color: #666;
  font-size: 10px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  position: relative;
  width: max-content;
  text-transform: uppercase;
}
.customer-account-createpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload span::before,
.customer-account-forgotpassword .page-wrapper #maincontent.page-main .column.main .form.password .field.captcha.required .control.captcha-image .action.captcha-reload span::before {
  position: absolute;
  content: "...........................";
  color: #999;
  letter-spacing: 1px;
  bottom: -3px;
  left: 0;
  font-size: 21px;
}
.customer-account-createpassword .page-main .column.main {
  padding-bottom: 117px;
}
.customer-account-createpassword .page-main .column.main .form.password {
  padding-top: 4px;
}
.customer-account-createpassword .page-main .column.main .form.password .fieldset {
  margin-bottom: 54px;
}
.customer-account-createpassword .page-main .column.main .form.password .fieldset .field.required .label {
  margin-bottom: 12px;
}
.customer-account-createpassword .page-main .column.main .form.password .fieldset .field.required .control input[type="text"]::-webkit-input-placeholder {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  color: #333333;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  transform: translate3d(0, 9px, 0);
}
.customer-account-createpassword .page-main .column.main .form.password .actions-toolbar .primary .action.primary span {
  font-size: 15px;
  font-family: 'Raleway-SemiBold';
}
.customer-account-forgotpassword #maincontent.page-main .form.password {
  padding-top: 4px;
}
.customer-account-forgotpassword #maincontent.page-main .form.password .fieldset .field.required .control input[type="text"]::-webkit-input-placeholder {
  text-transform: uppercase;
  transform: translate3d(0, -1px, 0);
  font-size: 10px;
  color: #cccccc;
  font-weight: 600;
}
@media screen and (max-width: 370px) {
  .customer-account-create .page-wrapper .page-main .columns,
  .customer-account-login .page-wrapper .page-main .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
input[type="email"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
}
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 15px;
}
input[type="email"]:-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 15px;
}
.ninjamenus,
.ninjamenus .ninjamenus-submenu ul,
.navigation > ul.ninjamenus {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ninjamenus:before,
.ninjamenus .ninjamenus-submenu ul:before,
.navigation > ul.ninjamenus:before,
.ninjamenus:after,
.ninjamenus .ninjamenus-submenu ul:after,
.navigation > ul.ninjamenus:after {
  display: table;
  content: "";
  clear: both;
}
.nav-sections.scroll-to-fixed-fixed {
  width: 100% !important;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.nav-sections.scroll-to-fixed-fixed .level1 > a .cat-label {
  display: none;
}
.navigation > ul.ninjamenus {
  background: #f0f0f0;
  margin: 0 20px;
}
.cat-label {
  padding: 2px 4px;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
.ninjamenus {
  position: relative;
  background: #FFF;
}
.ninjamenus .align-center {
  text-align: center;
}
.ninjamenus .align-right {
  text-align: right;
}
.ninjamenus .align-lef {
  text-align: left;
}
.ninjamenus iframe {
  max-width: 100%;
}
.ninjamenus .right {
  float: right !important;
}
.ninjamenus .ninjamenus-animated {
  overflow: hidden;
}
.ninjamenus .ninjamenus-animated > img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ninjamenus .ninjamenus-animated > img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ninjamenus .links > li > a {
  line-height: 35px;
  padding: 0 10px;
  display: block;
}
.ninjamenus .links > li > a:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus .block.tabspro-block {
  margin: 0;
}
.ninjamenus .cat-label-label1 {
  background-color: #bbe157;
  color: #537300;
}
.ninjamenus .cat-label-label2 {
  background-color: #ed143d;
  color: #ffffff;
}
.ninjamenus a {
  color: #333;
  font-weight: 400;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus a:hover {
  text-decoration: none;
}
.ninjamenus .opener,
.ninjamenus .ninjamenus-submenu {
  display: none;
}
.ninjamenus .opener {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 100;
}
.ninjamenus .opener:before {
  content: '+';
}
.ninjamenus .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus li {
  position: relative;
  margin: 0;
  display: inline-block;
}
.ninjamenus li.level1:hover > a .cat-label,
.ninjamenus li > a:hover .cat-label {
  background-color: #555555;
  color: #ffffff;
}
.ninjamenus li.level1 {
  float: left;
}
.ninjamenus li.level1:hover > a.ninjamenus-nav-link .cat-label.pin-bottom:before {
  border-top-color: #555555;
}
.ninjamenus li.level1 > a {
  font-weight: 600;
}
.ninjamenus li.level1 > a.active {
  background: #333333;
  color: #FFF;
}
.ninjamenus li.level1 > a .cat-label {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}
.ninjamenus li.level1 > a .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}
.ninjamenus li.level1 > a .cat-label.cat-label-label1.pin-bottom:before {
  border-top-color: #bbe157;
}
.ninjamenus li.level1 > a .cat-label.cat-label-label2.pin-bottom:before {
  border-top-color: #ed143d;
}
.ninjamenus .ninjamenus-nav-item {
  position: relative;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-toggle-active > .opener:before {
  content: '-';
}
.ninjamenus .ninjamenus-nav-item > a {
  padding: 0;
  display: block;
  text-decoration: none;
  line-height: 50px;
  position: relative;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link {
  padding: 0;
  overflow: hidden;
  line-height: 0;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container {
  float: left;
}
.ninjamenus .ninjamenus-nav-item.stack > .ninjamenus-submenu > .ninjamenus-submenu-inner,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  padding: 0;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h1,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h2,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h3,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h4,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h5,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h6 {
  margin: 0;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-divider .ninjamenus-divider-inner-line {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  height: 1px;
  background: #333333;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-divider span {
  position: relative;
  line-height: 1;
  background: #FFF;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
  font-size: 18px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}
.ninjamenus .ninjamenus-nav-item.stack > .ninjamenus-submenu,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container > .ninjamenus-submenu {
  position: static;
  box-shadow: none;
  display: block;
}
.ninjamenus .ninjamenus-nav-subtext {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  white-space: normal;
  margin-top: -15px;
}
.ninjamenus.ninjamenus-vertical > .level1 {
  width: 100%;
}
.ninjamenus.ninjamenus-vertical > .level1:hover > a .ninjamenus-caret {
  opacity: 1;
}
.ninjamenus.ninjamenus-vertical > .level1 > a .cat-label {
  right: auto;
}
.ninjamenus.ninjamenus-vertical > .level1 > a .ninjamenus-caret {
  float: right;
  line-height: inherit;
  opacity: .8;
}
.ninjamenus.ninjamenus-vertical .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar > .ninjamenus-submenu {
  right: 100%;
  left: auto;
}
.ninjamenus.ninjamenus-vertical .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar > .ninjamenus-submenu {
  left: 100%;
  right: auto;
}
.ninjamenus.ninjamenus-accordion .opener {
  display: block;
}
.ninjamenus.ninjamenus-accordion li.level1 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.ninjamenus.ninjamenus-accordion li.level1 > .ninjamenus-submenu {
  width: 100%;
  box-shadow: none;
  position: relative;
  display: none;
}
.ninjamenus.ninjamenus-accordion .ninjamenus-caret {
  display: none;
}
.ninjamenus-widget .ninjamenus {
  background: #f8f8f8;
}
.ninjamenus-widget .ninjamenus-vertical,
.ninjamenus-widget .ninjamenus-accordion {
  border: 1px solid #6e716e;
}
.ninjamenus-widget .block-title {
  text-transform: uppercase;
  padding: 10px;
  background: #6e716e;
  color: #FFF;
  margin: 0;
}
.ninjamenus-lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.ninjamenus-lazy-blur.ninjamenus-lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.ninjamenus-hamburger-trigger {
  line-height: 50px;
  background: #f2f2f2;
  display: none;
}
.ninjamenus-hamburger-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.ninjamenus-hamburger-trigger .trigger-icon .menu-trigger-inner {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus-hamburger-trigger .trigger-icon .line {
  display: block;
  background-color: #333333;
  height: 3px;
  margin-bottom: 2px;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover .line {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-hide-desktop {
  display: none;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #333;
  width: 100%;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-item > a:hover {
  background-color: #f5f5f5;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-submenu-inner {
  padding: 15px;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-item:hover > .ninjamenus-submenu {
  display: block;
  left: 80%;
  z-index: 3;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-link.active {
  border-color: #333333;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333333;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  right: 100%;
  left: auto;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-right_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-right_vertical_full_height > .ninjamenus-submenu {
  left: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_vertical_full_height > .ninjamenus-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.ninjamenus.ninjamenus-desktop li.level1:first-of-type > .ninjamenus-nav-link {
  margin-left: 0;
  padding-left: 0;
}
.ninjamenus.ninjamenus-desktop li.level1 > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop li.level1 .ninjamenus-nav-item {
  float: left;
  width: 100%;
}
.ninjamenus.ninjamenus-desktop li.level1.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  right: 0;
  left: auto;
}
.ninjamenus.ninjamenus-desktop li.level1.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  left: 0;
  right: auto;
}
.ninjamenus.ninjamenus-desktop li.level2 a.ninjamenus-nav-link {
  line-height: 35px;
}
.ninjamenus.ninjamenus-desktop li.level2 a.ninjamenus-nav-link .cat-label {
  margin-left: 5px;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar {
  position: static;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar > .ninjamenus-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar {
  position: static;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar > .ninjamenus-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_parent_item > .ninjamenus-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal li.level1:hover > a {
  background: #333333;
  color: #FFF;
}
.navigation .ninjamenus.ninjamenus-mobile {
  margin: 0;
}
.ninjamenus-hamburger-active .menu-trigger-inner {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-active .menu-trigger-inner .line {
  background: #FFF;
}
.ninjamenus-hamburger-active .ninjamenus-hamburger-menu.ninjamenus-accordion {
  display: block !important;
}
.ninjamenus.ninjamenus-mobile {
  padding: 0;
}
.ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu.ninjamenus-accordion {
  display: none;
}
.ninjamenus.ninjamenus-mobile .opener {
  display: block;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-caret {
  display: none;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
  display: none;
}
.ninjamenus.ninjamenus-mobile .level1.ninjamenus-parent-active .opener {
  color: #FFF;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item {
  width: 100% !important;
  position: relative;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item > .ninjamenus-submenu {
  width: 100% !important;
  position: static;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item.level2 a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item.stack > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .ninja-ash-mobile-nav {
    display: block !important;
  }
}
.loading-mask .loader > img {
  max-width: 250px;
}
.theme-pearl.page-products .toolbar.toolbar-products p#toolbar-amount {
  display: none;
}
.toolbar.toolbar-products label {
  font-size: 15px !important;
  font-family: 'Raleway-SemiBold';
}
.toolbar.toolbar-products label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products select {
  border-style: solid;
  box-shadow: unset;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar.toolbar-products select {
    padding-top: 2px;
  }
}
.toolbar.toolbar-products select:focus:not([disabled]) {
  box-shadow: unset;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:not(:checked) {
  border: 1px solid #DADADA;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:hover {
  background-color: #000000;
  filter: grayscale(400%);
}
.toolbar.toolbar-products select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #333333 !important;
  }
}
.toolbar.toolbar-products .modes #modes-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  box-shadow: unset;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e649";
}
.toolbar.toolbar-products .modes .modes-mode.mode-list {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e648";
}
.toolbar.toolbar-products #toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  position: inherit;
}
.toolbar.toolbar-products .pages #paging-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul {
  float: left;
}
.toolbar.toolbar-products .pages ul li.item {
  float: left;
  line-height: 0;
  margin: 0;
}
.toolbar.toolbar-products .pages ul li.item a.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.toolbar.toolbar-products .pages ul li.item a.action.next > span,
.toolbar.toolbar-products .pages ul li.item a.action.previous > span {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item span {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.toolbar.toolbar-products .pages ul li.item span.label {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item.current strong.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 2.5px;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  box-shadow: unset;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a:before {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.toolbar.toolbar-products .field.limiter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 15px;
  font-family: 'Raleway-SemiBold';
}
.toolbar.toolbar-products .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .sorter-action:hover:before {
  color: #666666;
}
.products-grid .product-item .product-item-name {
  text-decoration: none;
  line-height: 10px;
  height: 45px;
  overflow: hidden;
}
.products-grid .product-item .product-item-name a.product-item-link {
  word-wrap: break-word;
  margin-top: 9px;
  display: inline-block;
  line-height: 15px;
  text-transform: initial;
  height: 38px;
  letter-spacing: 1.4px;
}
.mgz-element-magento_widget .grid.products-grid.recom-plp .product-item .product-item-name {
  height: auto;
  overflow: unset;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto {
  width: auto;
  height: auto;
  line-height: 32px !important;
}
.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before,
.product-social-links .action.mailto:before {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto !important;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.product-social-links .action.towishlist:before {
  content: "\e68c" !important;
}
.product-social-links .action.tocompare:before {
  content: "\e67f" !important;
}
.product-social-links .action.mailto:before {
  content: "\e866" !important;
}
.block.related .action.select {
  font-size: 14px;
  color: #000;
}
.block.related .action.select span {
  color: #000;
}
:root .theme-pearl .column.main .product-items {
  margin-left: 0;
}
.column.main .products-grid.products-related .product-item .product-item-info,
.column.main .products-grid.products-crosssell .product-item .product-item-info,
.column.main .products-grid.products-upsell .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.column.main .products-grid .product-item {
  padding-left: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  width: auto !important;
}
.column.main .products-grid .product-item .action.towishlist:before {
  content: "\e68c";
  padding: 2px 5px;
}
.column.main .products-grid .product-item .action.tocompare:before {
  content: "\e67f";
}
.column.main .products-grid .product-item .price-container .price {
  padding-right: 3px;
}
.column.main .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_3 + div[class*="swatch-opt"],
.column.main .products-grid .product-item .product-item-info .addtocart_position_4 + div[class*="swatch-opt"] {
  margin: 0;
  padding: 20px 0 0;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5 {
  position: relative;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.center {
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.left {
  float: left;
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  float: left;
  width: 100%;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image {
  position: relative;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_1 {
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product-item-details > * {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .field.choice.related {
  position: absolute;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  margin: 0;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-inner-hide {
  margin: 0;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 0 10px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary form button.tocart span {
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  font-size: 13px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary a.action {
  top: 3px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .price-box .price-container,
.column.main .products-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  margin-left: 0;
}
.column.main .products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .reviews-actions {
  margin-top: 0;
}
.column.main .products-grid .product-item [class*="swatch-opt"] {
  margin-bottom: 10px;
}
.column.main .products-grid .product-item .addtocart_position_4,
.column.main .products-grid .product-item .hoverShow {
  height: 0;
  overflow: hidden;
}
.column.main .products-grid .product-item:hover {
  position: relative;
  z-index: 9;
  padding: 0 !important;
}
.column.main .products-grid .product-item .product-item-info:hover {
  background-color: white;
  top: 0;
  left: 0;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_4 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options {
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info:hover .addtocart_position_4 {
  visibility: visible;
  height: auto;
}
.column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: auto;
}
.column.main .products-grid ol.product-items button span {
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  font-size: 13px;
  line-height: 24px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 600;
}
.products-list .product-item {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.products-list .product-item:hover {
  z-index: 1;
}
.products-list .product-item .rating-summary .rating-result {
  left: 0px;
}
.products-list .product-item .reviews-actions {
  margin-top: 0;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] {
  margin-bottom: 10px;
  margin-left: -5px;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute {
  visibility: visible !important;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute .swatch-option:first-of-type {
  margin-left: 0;
}
.products-list .product-item .action.tocompare,
.products-list .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  width: auto !important;
}
.products-list .product-item .action.towishlist:before {
  content: "\e68c";
}
.products-list .product-item .action.tocompare:before {
  content: "\e67f";
}
.products-list .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.block .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
}
.block .block-title .counter {
  padding-left: 10px;
}
.block .block-content,
.block .empty {
  font-size: 12px;
}
.block .block-content *,
.block .empty * {
  font-size: 12px;
}
#layered-filter-block.filter .block-subtitle {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
#layered-filter-block .filter-options-title {
  font-weight: 400;
}
#layered-filter-block .filter-content .filter-current ol {
  padding-right: 0;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-current ol li .action.remove:before {
  font-size: 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #303030;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #000000;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  width: 100%;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 0 0;
  content: "";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: none transparent;
  text-decoration: underline;
}
#layered-filter-block .block-actions.filter-actions {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .block-actions.filter-actions a {
  display: block;
  overflow: inherit;
}
.theme-pearl.page-products div.page-wrapper {
  height: auto;
  margin-top: unset;
  visibility: unset;
}
.theme-pearl.page-products div.page-wrapper .page-header {
  display: block;
}
.theme-pearl.page-products div.page-wrapper .filter.active .filter-options {
  top: 49px;
}
.theme-pearl.page-products div.page-wrapper .block-title.filter-title {
  background-color: #FFFFFF;
}
.theme-pearl.page-products div.page-wrapper .column.main .products-grid .counter-load-more {
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-size: 13.08px;
  font-weight: 600;
  letter-spacing: 2px;
}
.theme-pearl.page-products div.page-wrapper .column.main .products-grid button.action.ias-load-more {
  height: 55px;
  width: 300px;
  border: 2px solid #000000;
  background-color: #000000;
  box-shadow: none;
  border-radius: 0;
}
.theme-pearl.page-products div.page-wrapper .column.main .products-grid button.action.ias-load-more span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Raleway-SemiBold';
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .theme-pearl.page-products .columns .column .products-grid .product-item div.product-item-info {
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner {
    width: auto;
    height: auto !important;
    margin-bottom: 3rem;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner img {
    padding-left: 0 !important;
    height: auto !important;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner:hover {
    height: auto !important;
    margin-bottom: 3rem;
  }
}
.product-item .encomage-recomended-plp .price-box {
  margin: 0;
}
@media screen and (max-width: 380px) {
  .theme-pearl.page-products div.page-wrapper .sidebar.sidebar-main .toolbar-sorter.sorter .sorter-label,
  .theme-pearl.page-products div.page-wrapper .sidebar.sidebar-main div.block.filter .filter-title strong {
    font-size: 14px;
  }
  .theme-pearl.page-products div.page-wrapper .column.main.infinite-scroll #layer-product-list {
    z-index: 9;
  }
  .theme-pearl.page-products div.page-wrapper .column.main.infinite-scroll #layer-product-list .product-items .ias-load-prev {
    margin-top: 31px;
    max-width: 250px;
    height: 40px;
    z-index: 10;
  }
  .theme-pearl.page-products div.page-wrapper .column.main.infinite-scroll #layer-product-list .product-items .ias-load-prev span {
    font-size: 14px;
  }
  .theme-pearl.page-products div.page-wrapper .column.main .grid.products-grid button.action.ias-load-more {
    margin-top: 31px;
    max-width: 250px;
  }
  .theme-pearl.page-products div.page-wrapper .column.main .grid.products-grid button.action.ias-load-more span {
    font-size: 14px;
  }
  body.theme-pearl #layered-filter-block.filter .block-content.filter-content .filter-current strong.block-subtitle {
    font-size: 14px;
  }
}
.encomage-products-recomended .product-item-details .price-box.price-final_price {
  margin: 1rem 0 2.5rem;
}
.encomage-recomended-products .encomage-product-item button {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .product-item-inner .product-item-actions {
    display: block;
  }
  .column.main .products-grid .product-item {
    display: inline-block;
    margin-bottom: 84px;
  }
  .column.main .products-grid .product-item .addtocart_position_4,
  .column.main .products-grid .product-item .hoverShow {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .products-grid .product-item .product-item-name a.product-item-link {
    word-wrap: break-word;
    margin-top: 9px;
    display: inline-block;
    line-height: 15px;
    text-transform: initial;
    height: 50px;
    letter-spacing: 1.4px;
  }
  .column.main .products-grid .product-item .product-item-info {
    padding: 10px 13px;
  }
}
@media screen and (max-width: 768px) {
  .products-grid .swatch-attribute .swatch-attribute-options {
    display: none !important;
  }
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  width: 17px;
}
.page-header .header-global-promo .global-notification-wrapper {
  display: none;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper * {
  text-transform: uppercase;
}
.page-header-v2 .header.content,
.page-header-v3 .header.content,
.page-header-v4 .header.content {
  padding: 21px 0 21px 0;
  margin: 0 auto;
}
.page-header-v2 .header.content .logo,
.page-header-v3 .header.content .logo,
.page-header-v4 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v3 .header.content {
  padding: 18px 0 18px 0;
}
.page-header-v4 .header.panel > .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
.page-header-v4 .header.panel > .header.links li.greet.welcome {
  float: left;
  min-width: 20px;
}
.page-header-v4 .panel.header .multistore-switcher {
  margin-left: 0;
}
.page-header-v4 .panel.header .switcher-currency {
  float: left;
  top: 10px;
  position: relative;
}
.page-header-v4 .header.content {
  text-align: center;
}
.page-header-v4 .header.content .logo {
  float: none;
}
.page-header-v4 .header.content .logo img {
  display: inline-block;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
  .page-wrapper .page-header .page-header .header.content .logo .logo-descktop {
    display: none;
  }
  .page-wrapper .page-header .page-header .header.content .logo .logo-mobile {
    display: block;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
}
.page-header {
  position: relative;
  z-index: 10;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v .page-header .header.content,
:root .wp-device-xs .page-header-v4 .page-header .header.content,
:root .wp-device-s .page-header-v4 .page-header .header.content,
:root .wp-device-m .page-header-v4 .page-header .header.content {
  padding: 18px 0 14px 0;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v3 .page-header .compare.wrapper,
:root .page-header-v4 .page-header .compare.wrapper {
  margin: 5px 0 0 20px;
}
:root .page-header-v4 .page-header .compare.wrapper {
  float: left;
  margin: 15px 20px 0 0;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .panel.header,
:root .wp-device-xs .page-header-v4 .page-header .panel.header,
:root .wp-device-s .page-header-v4 .page-header .panel.header,
:root .wp-device-m .page-header-v4 .page-header .panel.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-xxs .page-header-v1 .page-header .header.content,
:root .wp-device-xs .page-header-v1 .page-header .header.content,
:root .wp-device-s .page-header-v1 .page-header .header.content,
:root .wp-device-m .page-header-v1 .page-header .header.content {
  padding-bottom: 5px;
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v3 .page-header .header.content,
:root .wp-device-xl .page-header-v3 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  text-align: center;
  height: auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header #switcher-store,
:root .wp-device-l .page-header-v4 .page-header #switcher-currency,
:root .wp-device-l .page-header-v4 .page-header #switcher-language,
:root .wp-device-xl .page-header-v4 .page-header #switcher-store,
:root .wp-device-xl .page-header-v4 .page-header #switcher-currency,
:root .wp-device-xl .page-header-v4 .page-header #switcher-language {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language {
  margin: 5px 10px 0 !important;
  margin: 3px 10px 0;
  padding: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
.page-header .action.nav-toggle {
  left: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
  top: 12px;
}
:root .wp-device-xxs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v4 .page-header .action.nav-toggle,
.page-header .action.nav-toggle :root .wp-device-m .page-header-v4 {
  top: 15px;
}
:root .wp-device-l .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xl .page-header-v1 .page-header .action.nav-toggle {
  margin-bottom: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .logo,
:root .wp-device-xs .page-header-v1 .page-header .logo,
:root .wp-device-s .page-header-v1 .page-header .logo,
:root .wp-device-m .page-header-v1 .page-header .logo,
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo,
:root .wp-device-xxs .page-header-v4 .page-header .logo,
:root .wp-device-xs .page-header-v4 .page-header .logo,
:root .wp-device-s .page-header-v4 .page-header .logo,
:root .wp-device-m .page-header-v4 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-l .page-header-v2 .page-header .logo,
:root .wp-device-xl .page-header-v2 .page-header .logo,
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  margin: 0 30px 0 0;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  float: none;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0 0 10px 40px;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 42px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header .header_right,
:root .page-header-v3 .page-header .header_right,
:root .page-header-v4 .page-header .header_right {
  float: right;
  position: relative;
  margin: 5px 0 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .header_right,
:root .wp-device-xs .page-header-v4 .page-header .header_right,
:root .wp-device-s .page-header-v4 .page-header .header_right,
:root .wp-device-m .page-header-v4 .page-header .header_right {
  position: static;
  margin-top: 15px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language,
:root .page-header-v2 .page-header .compare.wrapper li a,
:root .page-header-v2 .page-header .header.links,
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v2 .page-header .block-search {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 1px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .page-header-v3 .page-header a.action.showcart {
  position: relative;
  top: -1px;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .page-header-v2 .page-header .minisearch-v2 {
  margin-top: 2px;
}
:root .page-header-v3 .page-header .compare.wrapper li,
:root .page-header-v3 .page-header .compare.wrapper li a,
:root .page-header-v4 .page-header .compare.wrapper li,
:root .page-header-v4 .page-header .compare.wrapper li a {
  margin: 0;
  line-height: 1;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
  margin-top: 2px;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  top: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
  display: grid;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links .my-orders-link {
  order: -1;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .minicart-wrapper {
  float: right;
  line-height: 1;
}
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v3 .page-header .minicart-wrapper,
:root .page-header-v4 .page-header .minicart-wrapper {
  margin: 0 5px;
  padding: 0 5px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v4 .page-header .minicart-wrapper {
  float: right;
}
.page-header .minicart-wrapper .action.showcart,
.page-header .minicart-wrapper .action.showcart.active {
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/bug.svg);
  width: 20px;
  height: 26px;
  background-size: cover;
  position: absolute;
  content: '';
  top: -28px;
  left: 14px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .minicart-wrapper .action.showcart.active .counter.qty {
  min-width: 20px;
}
.page-header .minicart-wrapper .action.showcart:hover::before,
.page-header .minicart-wrapper .action.showcart:focus::before,
.page-header .minicart-wrapper .action.showcart:active::before {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/header/cart-hover.svg);
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .page-header-v2 .page-header .block-search {
  position: absolute;
  right: 0;
  top: 90px;
  margin-right: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search,
:root .page-header-v4 .page-header .block-search {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search,
:root .wp-device-xs .page-header-v2 .page-header .block-search,
:root .wp-device-s .page-header-v2 .page-header .block-search,
:root .wp-device-m .page-header-v2 .page-header .block-search {
  float: none;
  position: static;
  top: 0;
  right: 0;
  margin-top: 4px;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  margin-top: 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search,
:root .wp-device-xs .page-header-v4 .page-header .block-search,
:root .wp-device-s .page-header-v4 .page-header .block-search,
:root .wp-device-m .page-header-v4 .page-header .block-search {
  float: left;
}
.page-header .block-search .control {
  z-index: 99;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control,
:root .wp-device-s .page-header-v2 .page-header .block-search .control,
:root .wp-device-m .page-header-v2 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search .control,
:root .wp-device-s .page-header-v3 .page-header .block-search .control,
:root .wp-device-m .page-header-v3 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search .control,
:root .wp-device-s .page-header-v4 .page-header .block-search .control,
:root .wp-device-m .page-header-v4 .page-header .block-search .control {
  border: none;
  height: 0px;
  overflow: hidden;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  float: left;
  position: relative;
  top: 0;
}
:root .page-header-v2 .page-header .block-search .control input,
:root .page-header-v1 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .page-header-v4 .page-header .block-search .control input {
  padding-left: 5px;
  padding-right: 40px;
}
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  padding-right: 10px;
  padding-left: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
  margin-right: 5px;
  padding-right: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: absolute;
  top: 55px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label {
  margin-right: -20px;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  margin-right: -10px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\e72f";
  font-family: 'font-icons';
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  display: none;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .header.links,
:root .wp-device-xs .nav-sections .header.links,
:root .wp-device-s .nav-sections .header.links,
:root .wp-device-m .nav-sections .header.links {
  display: block;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 15px;
}
.navigation {
  width: 100%;
  margin: 0 auto;
  font-family: Raleway-Medium;
  text-transform: uppercase;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v3 .page-header .header_right,
.page-header-v2 .page-header .header_right,
.page-header-v1 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v3 .block-search .control input,
.page-header-v2 .block-search .control input,
.page-header-v1 .block-search .control input {
  padding: 0 10px !important;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  width: 22px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro';
}
.theme-pearl .block-search .block.block-content .minisearch .control input:focus {
  border-color: #000000;
}
.theme-pearl .block-search .block.block-content .minisearch .control .mst-searchautocomplete__autocomplete._active {
  border-top-color: #000000;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v3 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.nav-sections.nav-sections-3 .navigation .megamenu .level0.submenu.top-moved {
  top: 56px !important;
}
.nav-sections.nav-sections-3 .navigation .megamenu .level0.submenu.top-moved.fullwidth {
  top: 77px !important;
}
.sections.nav-sections nav.navigation ul {
  padding: 0;
}
.sections.nav-sections nav.navigation ul li a {
  padding-left: 0;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  max-width: 100px;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .global-notification-wrapper {
  display: none !important;
}
/* Custom styles for particular headers */
.page-header-v1.sticky-header .header.content {
  padding-bottom: 0;
}
.page-header-v1.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v1.sticky-header .header.content .nav-sections {
  margin-top: -5px;
  margin-left: 20px;
  float: left;
}
.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 15px;
}
.page-header-v2.sticky-header {
  top: 0;
}
.page-header-v2.sticky-header .header.content .block-search {
  float: right;
  position: relative;
  top: 5px;
  z-index: 10;
}
.page-header-v2.sticky-header .header.content .block-search.minisearch-v2 {
  top: 5px;
  margin-left: 25px;
}
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v2.sticky-header .header.content .header_right .multistore-switcher {
  display: none;
}
.page-header-v2.sticky-header .nav-sections .navigation .level0.submenu {
  top: 60px !important;
}
.page-header-v3.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v4.sticky-header {
  top: 0;
  padding-bottom: 2px;
  height: 50px;
  box-shadow: none;
  z-index: 11;
}
.page-header-v4.sticky-header .page-header {
  height: 0;
}
.page-header-v4.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header-v4.sticky-header .header.content {
  top: -60px;
  padding-bottom: 0 !important;
}
.page-header-v4.sticky-header .header.content .logo {
  top: 5px;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .header.links {
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .panel.header .switcher-currency {
  display: none;
}
.nav-sections-4.sticky-header {
  position: fixed !important;
  z-index: 10 !important;
  width: 100%;
  top: 45px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.nav-sections-4.sticky-header .navigation {
  padding-bottom: 5px;
}
.nav-sections-4.sticky-header .navigation .level0.submenu {
  top: 44px !important;
}
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  background: #00acee url(../../frontend/Ashop/default/uk_UA/images/header/search.svg) no-repeat;
}
.page-header-v1 .open-modal-search {
  padding-top: 5px;
  padding-right: 11px;
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
.section-item-content.nav-sections-item-content .authorization-link a span {
  display: block;
  text-transform: lowercase;
}
.page-header .header-global-promo,
.page-header .global-notification-wrapper {
  height: max-content;
  max-height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .theme-pearl .page-wrapper .page-header .panel.wrapper .panel.header .header.links {
    margin-right: 19px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .page-header .panel.header .header.links > li.customer-welcome .customer-name span.account-name {
    max-width: 68px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  body.theme-pearl .page-wrapper .page-header .header.content .logo {
    width: 117px;
    max-width: 180px;
    margin-left: 47px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 340px) and (max-width: 399px) {
  body.theme-pearl .page-wrapper .page-header .header.content .logo {
    width: 130px;
    max-width: 130px;
    margin-left: calc(50% - 115px);
    padding-top: 0;
  }
}
@media only screen and (max-width: 339px) {
  body.theme-pearl .page-wrapper .page-header .header.content .logo {
    width: 110px;
    max-width: 110px;
    margin-left: calc(50% - 115px);
    padding-top: 0;
  }
}
/* mobile and small screens design */
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered {
  width: 100%;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option {
  -webkit-border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.color,
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.image {
  -webkit-border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.color::before,
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.image::before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.text {
  width: auto !important;
  height: auto !important;
  border-radius: 4px !important;
  padding: 0 5px !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .swatch-option.text:hover {
  border: 1px solid #e41395 !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered .color-value {
  display: table-caption;
  padding-left: 13px;
  width: max-content;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a.swatch-option-link-layered:hover .color-value {
  text-decoration: underline;
}
/* Generated Less from WeltPixel_ProductPage */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.canvas_icons_product {
  position: relative;
  top: 0;
  margin: 0 10px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons_product:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl .page-wrapper {
  overflow-x: hidden;
}
.theme-pearl .review-ratings {
  float: none;
}
.theme-pearl .review-content {
  margin-top: 20px;
}
.theme-pearl .review-content,
.theme-pearl .review-details {
  margin-left: 0px;
}
.theme-pearl .box-tocart,
.theme-pearl .product-social-links {
  max-width: 100%;
  margin: 0 auto;
}
.theme-pearl .swatch-option-tooltip {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .1s;
}
.theme-pearl .swatch-option-tooltip .corner:after {
  left: -16px;
}
.theme-pearl .product-info-main .actions button {
  width: 100%;
}
.theme-pearl .product-info-main .product.attribute.overview {
  float: left;
}
.theme-pearl .product-info-main .product.pricing {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .action.primary {
  box-shadow: none;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 25px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  letter-spacing: 1.5px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 13px !important;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute.color {
  margin-bottom: 20px;
  margin-top: 11px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute.size div.mage-error[generated] {
  margin-top: 6px;
  line-height: initial;
  margin-bottom: 27px;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
  display: none;
  color: #666666 !important;
  font-family: "Source Sans Pro";
  font-size: 14px;
  padding-top: 0;
  font-weight: normal;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content:nth-child(2) {
  display: block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .product.attribute.description .value > br {
  display: none;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .product.attribute.description .value table tbody > tr > td:last-of-type {
  text-align: right;
  padding-right: 0;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .extra-attribute-info .label {
  padding-left: 1rem;
  display: inline-block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .extra-attribute-info .value {
  float: right;
  padding-right: 0;
  color: #333;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active {
  bottom: 0;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title {
  bottom: 0;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty input,
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  border-width: 1px;
  border-style: solid;
  padding: 14px 17px;
  margin: 0 10px 0 0;
  height: auto;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px 0 15px 14px;
  direction: rtl;
  text-align: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  float: left;
  width: 100% !important;
  position: relative;
  margin-bottom: 25px;
}
.theme-pearl.catalog-product-view .product-social-links {
  clear: left;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links {
  width: calc(100% - 73px);
  float: left;
  text-align: center;
  overflow: auto;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action {
  float: none;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.towishlist {
  float: left;
  margin-top: 4px;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  line-height: 18px !important;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 10px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  float: right;
}
.theme-pearl.catalog-product-view .product-info-main .product-info-stock-sku {
  vertical-align: middle;
}
.theme-pearl.catalog-product-view .product-info-main .product.data.items .item.title.active:after {
  background-color: transparent;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 400;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content {
  margin-top: 52px;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content .review-control-vote::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-stage-outer {
  overflow: visible;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  top: 0;
  width: 600px !important;
  height: 100%;
  background-color: #ffffff !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:hover,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:hover {
  background-color: #ffffff !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev {
  left: -578px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:before {
  top: calc(50% - 20px);
  left: auto;
  right: 8px;
  background-color: #000;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:after {
  top: calc(50% - 32px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  right: -578px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:before {
  top: calc(50% - 32px);
  right: auto;
  left: 8px;
  background-color: #000;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:after {
  top: calc(50% - 20px);
  right: auto;
  left: 8px;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next {
  background-color: transparent !important;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev:hover,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions .action.tocompare {
  float: right;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
  padding-bottom: 0;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: left;
  padding-right: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
  color: black;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  color: #575757;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: block !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .block-bundle-summary .box-tocart {
  width: 100%;
  float: left;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .price-box .price-wrapper > .price {
  color: black;
}
.theme-pearl.catalog-product-view .product-page-gallery-v2 {
  padding-bottom: 20px;
}
.theme-pearl.catalog-product-view .product-page-gallery-v4 {
  position: relative;
  text-align: center;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame .fotorama__dot {
  width: 11px;
  height: 11px;
  background-color: #CACACA;
  border-color: #CACACA;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #757275;
  border-radius: 3px;
  left: 2px;
  top: 2px;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title {
  text-align: center;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title strong {
  font-size: 32px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4,
.theme-pearl.product-page-v4 .product-top-main.product_v2,
.theme-pearl.product-page-v2 .product-top-main.product_v2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4 {
  margin-top: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
  background: none transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    transition: top 0.2s ease 0.2s;
    -o-transition: top 0.2s ease 0.2s;
    -ms-transition: top 0.2s ease 0.2s;
    -moz-transition: top 0.2s ease 0.2s;
    -webkit-transition: top 0.2s ease 0.2s;
  }
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:default {
  transition: top 0s ease 0s;
  -o-transition: top 0s ease 0s;
  -ms-transition: top 0s ease 0s;
  -moz-transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
  position: absolute;
  right: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v2.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v2.pp-fixed {
  position: fixed;
  top: 100px;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-floating-v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-floating-v4 {
  background: none transparent !important;
  margin-bottom: 0 !important;
  float: right !important;
  position: absolute !important;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-fixed {
  position: fixed;
  top: 100px;
  padding-top: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4,
.theme-pearl.product-page-v4 .product.media.product_v2,
.theme-pearl.product-page-v2 .product.media.product_v2 {
  padding: 0 25px 0 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav-wrap {
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 100%;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  clear: left !important;
  float: left !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding-bottom: 20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: left !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0px);
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after {
  background: none !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4 {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
  margin: 0 -20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  padding-bottom: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: none !important;
  width: auto !important;
}
.theme-pearl.product-page-v4 .product-social-links,
.theme-pearl.product-page-v2 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl.product-page-v3 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl .swipe_desktop_off #swipeOff {
  display: none;
}
.theme-pearl .swipe_desktop_off #swipeOff.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-pearl .reviews-actions a {
  text-decoration: underline;
}
.theme-pearl.product-page-v1 .product-info-main {
  margin-top: 5%;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4 {
  padding-top: 10px;
}
div.swatch-option:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent h1.page-title {
  margin-bottom: auto;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .rating-summary {
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-reviews-summary {
  margin-bottom: 0;
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-reviews-summary .reviews-actions {
  margin-top: 12px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-reviews-summary .reviews-actions .action.add {
  text-decoration: none;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main div.product-info-stock-sku {
  padding-left: 5%;
  padding-bottom: 6px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.attribute.sku {
  margin-bottom: 22px;
  padding-left: 0;
  font-family: "Source Sans Pro";
  font-size: 15px;
  margin-top: 13px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.attribute.sku .type {
  color: #666666;
  margin-right: 0;
  margin-top: 4px;
  display: block;
  width: max-content;
  float: left;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.attribute.sku .type::after {
  content: ":";
  padding-left: 2px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.attribute.sku .type:first-letter {
  text-transform: capitalize;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.attribute.sku .value {
  color: #333333;
  margin-top: 4px;
  margin-left: 6px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-add-form {
  padding-top: 6px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 0 0;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.data.items {
  border-bottom: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.data.items > .item.content#reviews {
  max-height: 400px;
  overflow-y: scroll;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.data.items .item.title > .switch {
  font-size: 1.2rem;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability {
  display: inline-block;
  float: right;
  padding-right: 0;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .stock.available,
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .stock.unavailable,
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .last-one-unavailable {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin-top: 3px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 18px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .stock.available {
  color: #6EAD5C;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .stock.unavailable {
  color: #ED4065;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .last-one-unavailable {
  color: #FF781B;
  text-transform: uppercase;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .check-availability-instores {
  display: block;
  position: relative;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .check-availability-instores span {
  position: relative;
  text-align: right;
  color: #333333;
  font-family: "Source Sans Pro";
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  line-height: 1;
  height: 20px;
  padding-right: 20px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .check-availability-instores span::before {
  position: absolute;
  overflow: hidden;
  content: ".....................................";
  color: #999999;
  letter-spacing: 1.5px;
  bottom: -1px;
  right: 1px;
}
@keyframes animate {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .check-availability .check-availability-instores .info-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 13px;
  color: #333333;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  display: inline-flex;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  padding-right: 0;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price span.price {
  font-size: 30px;
  color: #333333;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  padding-right: 5px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price-container span.price {
  font-size: 21px;
  padding-top: 3px;
  display: block;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price-container span.price::after {
  border-top: 1px solid #333333;
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 100%;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .normal-price .price-container span.price {
  font-size: 21px;
  padding-top: 3px;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .normal-price .price-container span.red-price {
  color: #e41395 !important;
  font-size: 21px;
  display: block;
  padding-top: 3px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .normal-price.red-price .price-final_price .price {
  color: #e41395 !important;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.size .swatch-attribute-options .swatch-option {
  background: transparent;
  height: 28px;
  width: 28px;
  min-width: unset;
  margin-right: 25px;
  border-radius: 50%;
  border: 1px solid #666666 !important;
  line-height: 26px;
  color: #666666;
  font-family: 'Raleway-Bold';
  font-weight: bold;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.size .swatch-attribute-options .swatch-option.double-size {
  width: auto;
  padding: 0 5px;
  border-radius: 10px;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.size .swatch-attribute-options .swatch-option.selected {
  border-color: #e41395 !important;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.color .swatch-option {
  margin: 0 9px 5px 0;
  background-size: cover !important;
  border: none !important;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.color .swatch-option.image::before {
  border: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .swatch-attribute.color .swatch-option:hover.image::before {
  border: none;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product-info-main .product.info.detailed {
  font-size: 1.2rem;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product.media {
  position: relative;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product.media .gallery-placeholder .magnifier-preview {
  top: 0 !important;
  left: 110% !important;
  height: calc(100% - 96px) !important;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product.media .gallery-placeholder .magnifier-preview img {
  max-height: max-content;
}
.theme-pearl.store-view-default.catalog-product-view #maincontent .product.media .product-sold-out {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.6;
  color: indianred;
  text-align: center;
  font-size: 20px;
  width: 100%;
  left: 0;
  top: calc(47.2% - 48px);
  padding: 10px 0;
  text-transform: uppercase;
}
.theme-pearl.store-view-default.catalog-product-view .swatch-option.text:before {
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view .swatch-option.text.selected {
  color: #000000;
}
.theme-pearl.store-view-default.catalog-product-view .swatch-option.image:after {
  visibility: visible;
  content: '';
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
}
.theme-pearl.store-view-default.catalog-product-view .box-tocart .field.qty select {
  padding-left: 14px;
  direction: inherit;
  height: 45px;
  width: 47px;
  border-color: #999999;
  padding-left: 11px;
}
.theme-pearl.store-view-default.catalog-product-view .box-tocart .actions {
  width: 151px;
  height: 45px;
}
.theme-pearl.store-view-default.catalog-product-view .box-tocart .actions button.action.primary.tocart {
  height: 45px;
  padding: 0;
}
.theme-pearl.store-view-default.catalog-product-view .box-tocart .actions button.action.primary span {
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway-Regular';
}
.theme-pearl.store-view-default.catalog-product-view .product-social-links .product-addto-links {
  margin-bottom: 16px;
  margin-top: 1px;
  width: 100%;
}
.theme-pearl.store-view-default.catalog-product-view .product-social-links .product-addto-links .action.towishlist span {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 15px;
  text-transform: lowercase;
  letter-spacing: 1.8px;
  color: #666666;
}
.theme-pearl.store-view-default.catalog-product-view .product-social-links .product-addto-links .action.towishlist span:before {
  color: #333333;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row {
  margin-top: 48px;
  margin-bottom: 111px;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-title.title {
  font-size: 27px;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  margin-bottom: 9px;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-content.content .block-actions {
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-content.content .products-related .owl-stage .owl-item .product-item-details .product-item-name {
  height: 48px;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-content.content .products-related .owl-stage .owl-item .product-item-details .product-item-name a {
  font-size: 12px !important;
  color: #000000 !important;
  font-family: 'Raleway-Regular';
  letter-spacing: 1px;
  font-weight: 300;
  width: 100%;
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-content.content .products-related .owl-stage .owl-item .product-item-details .price-box .price-container span.price {
  font-size: 15px !important;
  font-weight: 400;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .block-content.content .products-related .owl-stage .owl-item .product-item-details .field.choice.related {
  display: none;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .products.wrapper.grid.products-grid.products-related [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -11px;
  top: 50% !important;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .products.wrapper.grid.products-grid.products-related [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -11px;
  top: 50% !important;
}
.theme-pearl.store-view-default.catalog-product-view div.block-margin.block.row .products.wrapper.grid.products-grid.products-related .product-item:hover .product-item-details .price-box .price-container span.price {
  font-weight: bold;
}
.theme-pearl.store-view-default.catalog-product-view button.action.primary span {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1225px) {
  .theme-pearl.store-view-default.catalog-product-view .box-tocart .field.qty {
    width: 12%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product.media {
    max-width: 590px;
    margin-left: 7.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product.media {
    margin-left: 0;
  }
}
.fotorama__wrap .fotorama__stage .fotorama__spinner {
  background-image: url(../../frontend/Ashop/default/uk_UA/images/loader-1.gif) !important;
  background-repeat: no-repeat;
  height: 72px;
  width: 50px;
  animation: 0;
  display: none;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth {
    display: block;
    float: none !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth a:last-of-type {
    float: right;
    margin-right: 2px;
  }
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: left;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 840px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links {
    margin-bottom: 0 !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.tocompare {
    clear: both;
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: none;
  }
  .theme-pearl.catalog-product-view .fotorama__nav.fotorama__nav--dots {
    margin-top: 6px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title a:after {
    right: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content {
    padding: 0 0 28px 0;
    color: #666666 !important;
    font-size: 15px;
    line-height: 21px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .product.attribute.description {
    padding-top: 19px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value table tbody > tr > td:first-of-type {
    padding-left: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value table tbody > tr > td:last-of-type {
    padding-right: 0;
    text-align: right;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value table tbody > tr > td {
    padding: 0 1rem;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .dimension-link {
    margin-bottom: 15px;
    margin-top: 11px;
    display: inline-block;
    color: #333333;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .extra-attribute-info .label {
    padding-left: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .extra-attribute-info .value {
    padding-right: 0;
    text-align: right;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content table > tbody > tr > td {
    padding: 0 1rem 0 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content table > tbody > tr > td:last-of-type {
    float: right;
    padding-right: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .action.primary {
    margin-bottom: 11px;
    margin-top: 17px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .data.item.content .cms-mobile > p {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .theme-pearl.product-page-v1 .product-info-main {
    margin-top: 19px;
  }
}
@media all and (max-width: 360px) {
  .theme-pearl.store-view-default.catalog-product-view #maincontent .main div.product-info-main .check-availability .stock.available {
    font-size: 12px;
  }
  .theme-pearl.store-view-default.catalog-product-view #maincontent .main div.product-info-main .check-availability .check-availability-instores span {
    font-size: 13px;
  }
}
.theme-pearl #product-review-container .header_right {
  display: none !important;
}
.theme-pearl .no-border-accordion {
  border: 0 none !important;
}
.theme-pearl .no-border-accordion .data.switch {
  border-top: 1px solid #ccc !important;
}
.theme-pearl .no-border .product.data.items {
  text-align: center;
}
.theme-pearl .no-border .product.data.items .item.title {
  display: inline-block;
  float: none;
}
.theme-pearl .no-border .product.data.items .item.title.active {
  position: initial !important;
}
.theme-pearl .no-border .product.data.items .item.title.active .switch {
  height: 52px !important;
}
.theme-pearl .no-border .product.data.items .item.title .switch {
  border: 0 none;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.theme-pearl .no-border .product.data.items .data.item.content {
  text-align: left;
  border: 0 none;
}
.product .fotorama__stage__frame .fotorama__img {
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  position: static;
  margin-top: auto !important;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 1rem 0.5rem 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 0.5rem;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .customer-review .product-details,
  .page-main .block {
    margin-bottom: 5rem;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 2rem;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -2.5rem;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 0.5rem 1rem;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -2rem 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 3rem;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 1rem;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 2rem;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 2.5rem;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 1rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 2rem;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #292929;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #000000;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 2rem;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 2rem;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 4rem;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #303030;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #303030;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 7rem;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .catalog-product-view .fotorama {
    overflow: visible;
  }
  .sort-by-desktop {
    display: inline-block;
  }
  .sort-by-desktop-disabled {
    display: none;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  #multistore-mobile-switcher-language {
    display: none;
  }
  #multistore-mobile-switcher-language.multistore-desktop {
    display: block;
    background: #000;
    padding-top: 0px;
  }
  #multistore-mobile-switcher-language.multistore-desktop ul.weltpixel_multistore {
    text-align: left;
    margin: 0 auto;
  }
  .page-header-v1 .page-header .multistore-switcher {
    position: absolute;
    top: 0px;
    margin-left: -20px;
  }
  .page-header-v2 .page-header .multistore-switcher {
    position: relative;
    top: -8px;
  }
  .page-header-v2 .page-header .multistore-switcher .weltpixel_multistore {
    margin-top: 9px;
  }
  .page-header-v3 .page-header .multistore-switcher {
    position: absolute;
    top: 0px;
    left: -5px;
  }
  .page-header-v4 .page-header .multistore-switcher {
    position: relative;
    top: -8px;
    margin-bottom: -10px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions {
    display: flex;
    align-items: center;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions .actions-secondary {
    margin-left: 10px;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 22px !important;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    position: relative;
    padding: 0;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    height: auto;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../../frontend/Ashop/default/uk_UA/WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .page-products .products-list .product-item .weltpixel-quickview {
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .page-products .products-grid .product-item {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
    height: auto;
    overflow: visible;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../../frontend/Ashop/default/uk_UA/WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
    overflow: visible;
  }
  .block-category-event.block:last-child {
    margin-bottom: 3rem;
    padding: 1rem 0 3rem;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 1.5rem;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 4rem;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 1rem;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 4rem;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 1rem 2rem;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-extra-block {
    width: 75%;
    float: left;
    padding-right: 50px;
  }
  .checkout-extra-block .block-recomended-products .products-recomended .product-items .item {
    padding: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    margin-top: 22px;
  }
  .checkout-cart-index .control.qty .fa-plus-circle,
  .checkout-cart-index .control.qty .fa-minus-circle {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
    display: none;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 0rem 0rem;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 2rem;
    margin: 0 0 1rem;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
    max-width: 315px;
    margin: auto;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 14px 2px;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 30px 8px 0  0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 2rem;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .cart-product-code span {
    color: #666666;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 2.5rem;
  }
  .cart.table-wrapper .cart .field.qty {
    position: relative;
    width: 45px;
  }
  .cart.table-wrapper .cart .field.qty .mobile-cart-qty {
    display: none;
  }
  .cart.table-wrapper .cart .field.qty .input-text {
    height: 36px;
    width: 45px;
    text-align: right;
    padding: 0 18px 0 2px;
    color: #666666;
    font-family: 'Source Sans Pro';
    font-weight: 300;
  }
  .cart.table-wrapper .cart .field.qty .input-text:focus {
    border-color: #000;
  }
  .cart.table-wrapper .cart .field.qty .qty-arrow-up,
  .cart.table-wrapper .cart .field.qty .qty-arrow-down {
    position: absolute;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    padding: 0;
    background: transparent;
    border-top: none;
    border-radius: 2px;
    cursor: pointer;
    display: none;
  }
  .cart.table-wrapper .cart .field.qty .qty-arrow-down {
    transform: rotate(180deg);
    top: 13px;
  }
  .cart.table-wrapper .cart .field.qty .qty-arrow-up {
    top: 4px;
  }
  .cart.table-wrapper .cart .field.qty:hover .qty-arrow-up,
  .cart.table-wrapper .cart .field.qty:hover .qty-arrow-down {
    display: block;
  }
  .cart.table-wrapper .cart .field.qty:hover .input-text.qty {
    border-color: #000;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    position: static;
  }
  .cart-discount .fieldset.coupon .field {
    padding-top: 1px;
  }
  .cart-discount .fieldset.coupon .actions-toolbar .action.primary {
    padding: 6px 15px;
    height: 34px;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1400px;
  }
  .theme-pearl.store-view-default button.action.primary.checkout-coupon span {
    color: #000000 !important;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3rem;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 2rem;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 1rem;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #000000;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #333333;
    border-color: #333333;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #333333;
    border-color: #333333;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #333333;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 2rem;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 2rem;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 1.6rem;
    border-bottom: 0;
    margin-bottom: 2.5rem;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 1rem 3rem 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 1rem 0 0 4rem;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 2rem 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 1.8rem;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -2rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 2rem;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 1rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 0.5rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: 1.2rem;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 2rem;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 2rem;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 2rem;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 2rem;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 2rem 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 2rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 2rem;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 4rem;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 1rem 0;
  }
  .filter-actions {
    margin-bottom: 3rem;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 1rem;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 2.5rem;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 0.5rem;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 2rem 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 0.5rem 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 0.5rem;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 2.5rem;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 2.5rem;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 2rem;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #292929;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 1rem;
    padding: 0.5rem 1rem 1rem;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.5rem 1rem 1rem;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #333333;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 2.5rem;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 1.5rem;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 2rem;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 2rem 2px 2rem;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #292929;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 2rem;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: #cccccc;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #f4f4f4;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 0.5rem;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -0.5rem 0 0.5rem;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 3rem 2rem 0;
  }
  .logo {
    margin: -8px auto 2.5rem 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 2.5rem;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -1rem;
    left: 100%;
    margin: 0 0 0 2rem;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: -5rem;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #ffffff transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 1rem 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 1rem;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 2rem 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .cms-page-view .page-main p,
  .cms-page-view .page-main article {
    font-size: 15px;
  }
  .cms-page-view .page-main a {
    font-family: 'Raleway-Regular';
    font-weight: 300;
    font-size: 16px;
  }
  .block-recently-products .item {
    padding: 0 25px;
  }
  *[data-role="ashop-ajax-block-content"].desktop_under_menu_placeholder {
    min-height: 90px;
  }
  .customer-orders-container .title {
    font-size: 12px;
  }
  .customer-orders-container .collapse-content-test .product-img {
    margin-right: 1.8em;
  }
  .customer-orders-container .cell-1,
  .customer-orders-container .collapse-items {
    padding-left: 10px;
  }
  .customer-orders-container .cell-1 {
    width: 18.26%;
  }
  .customer-orders-container .cell-2 {
    width: 20.12%;
  }
  .customer-orders-container .cell-3 {
    width: 20.56%;
  }
  .customer-orders-container .cell-4 {
    width: 16.5%;
  }
  .customer-orders-container .cell-5 {
    width: 24.56%;
    text-align: center;
  }
  .customer-orders-container .track.title {
    margin-top: 5px;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper {
    width: 510px;
    max-width: 510px;
    min-width: 510px;
    margin: auto;
    display: block;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper.login-active .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
    border: 1px solid #cccccc;
    padding: 18px 17px 70px 17px !important;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper.registration-active .iwd_opc_column.iwd_opc_address_column {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 18px 17px 0 17px !important;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper.registration-active .iwd_opc_column.iwd_opc_shipping_column {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper.registration-active .iwd_opc_column.iwd_opc_payment_column .iwd_opc_column_name {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper.registration-active .iwd_opc_column.iwd_opc_payment_column .iwd_opc_column_content .form.payments {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_universal_wrapper.place-order-button-container .iwd_opc_place_order_button {
    max-width: 315px;
    width: 315px;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_universal_wrapper.place-order-button-container .iwd_opc_place_order_button:hover {
    background-color: #fff;
    border: 1px solid #000;
    transition-duration: .3s;
  }
  .onepage-index-index #maincontent .column.main .iwd_main_wrapper .iwd_opc_universal_wrapper.place-order-button-container .iwd_opc_place_order_button:hover span {
    color: #000;
    transition-duration: .3s;
  }
  .onepage-index-index .loading-mask .loader,
  .iwd_opc_success_page .loading-mask .loader {
    width: 50px;
    height: 72px;
    transform: scale(3);
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 2rem;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 1.5rem;
  }
  .product-info-main .product-add-form {
    padding-top: 2rem;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 1.8rem;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 2.5rem;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 1rem 1rem 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .theme-pearl.store-view-default.catalog-product-view .box-tocart .field.qty {
    width: 64px;
  }
  .theme-pearl.store-view-default.catalog-product-view .box-tocart .field.qty select {
    height: 52px;
    width: 100%;
    max-width: 54px;
    background-position: right 5px center;
    padding-left: 13px;
  }
  .theme-pearl.store-view-default.catalog-product-view .box-tocart .actions {
    width: calc(100% - 64px);
    float: left;
  }
  .theme-pearl.store-view-default.catalog-product-view .box-tocart .actions button.action.primary.tocart {
    height: 52px;
    margin-right: 0;
  }
  .theme-pearl.store-view-default.catalog-product-view .product.data.items > .item.title .switch {
    border: none;
  }
  .theme-pearl.store-view-default.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info {
    padding: 35px 25px;
  }
  .theme-pearl.catalog-product-view.page-layout-1column .product-info-main {
    margin-right: 3.5%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 1rem;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 2rem;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 1rem 1rem 0;
  }
  .customer-account-create,
  .customer-account-login {
    background-color: #eee;
  }
  .customer-account-create .page-wrapper .page-main .logo,
  .customer-account-login .page-wrapper .page-main .logo {
    float: unset;
    margin: auto;
  }
  .customer-account-create .page-wrapper .page-main .logo img,
  .customer-account-login .page-wrapper .page-main .logo img {
    width: 210px;
    margin: 5% auto 63px;
  }
  .customer-account-create .page-wrapper .page-main .columns,
  .customer-account-login .page-wrapper .page-main .columns {
    max-width: 506px !important;
    border: 1px solid #cccccc;
    margin-bottom: 250px !important;
  }
  .customer-account-create .page-wrapper .page-main .columns .form,
  .customer-account-login .page-wrapper .page-main .columns .form {
    max-width: 315px;
    min-width: 315px;
    margin: auto;
  }
  .customer-account-create .page-wrapper .page-main .block.block-customer-login,
  .customer-account-login .page-wrapper .page-main .block.block-customer-login,
  .customer-account-create .page-wrapper .page-main .block.block-new-customer,
  .customer-account-login .page-wrapper .page-main .block.block-new-customer {
    width: 100%;
  }
  .customer-account-create .page-wrapper .page-main .block.block-customer-login .block-content,
  .customer-account-login .page-wrapper .page-main .block.block-customer-login .block-content,
  .customer-account-create .page-wrapper .page-main .block.block-new-customer .block-content,
  .customer-account-login .page-wrapper .page-main .block.block-new-customer .block-content {
    width: 100%;
    text-align: center;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-current ol {
    padding-right: 0px;
    padding-left: 15px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 2px 20px 10px 0;
    border-bottom: none;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
    padding-left: 5px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content {
    width: 190px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .block-actions.filter-actions a {
    display: inline;
  }
  .theme-pearl.page-layout-1column .toolbar-products {
    position: static;
    margin-bottom: 0px;
  }
  .theme-pearl.page-layout-1column .toolbar-products select option:checked {
    background: transparent;
  }
  .theme-pearl.page-layout-1column .products.products-grid {
    margin: 0;
    padding-top: 26px !important;
  }
  .page-products .grid.products-grid {
    margin-top: 37px;
  }
  .page-products .grid.products-grid .product-item:nth-child(4n+1) {
    margin-bottom: 0;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
  }
  .theme-pearl.page-products div.sorter {
    margin-right: 0.4%;
  }
  .theme-pearl.page-products .grid.products-grid .product-item {
    margin-left: -0.8%;
    margin-right: 2.1%;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info:hover {
    background-color: white;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 10px;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info .product-item-details .product-item-name {
    width: 100%;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info .product-item-details .tocart.primary {
    padding: 0 15px;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info .product-item-details .tocart.primary span {
    font-family: 'Raleway-Bold';
    line-height: 40px;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info .product-item-details .tocart.primary.adding-efect {
    background-color: #fff;
    border: 1px solid #000;
  }
  .theme-pearl.page-products .grid.products-grid .product-item .product-item-info .product-item-details .tocart.primary.adding-efect span {
    color: #000;
  }
  .theme-pearl.page-products .grid.products-grid .product-item.easybanner-banner img {
    width: 100%;
  }
  .theme-pearl.page-products .grid.products-grid .product-item:nth-child(4n+1) {
    margin-right: 2.1%;
  }
  .theme-pearl.page-products .grid.products-grid .product-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .theme-pearl.page-products .grid.products-grid .change-grid .ias-load-prev ~ li:nth-child(4n+1) {
    margin-right: 0;
  }
  .theme-pearl.page-products .grid.products-grid .change-grid .ias-load-prev ~ li:nth-child(4n+2) {
    margin-right: 2.1%;
  }
  .theme-pearl.page-products .grid.products-grid .change-grid .ias-load-prev ~ li:nth-child(4n+3) {
    margin-right: 2.1%;
  }
  .theme-pearl.page-products .grid.products-grid .change-grid .ias-load-prev ~ li:nth-child(4n+4) {
    margin-right: 2.1%;
  }
  .theme-pearl.page-products .grid.products-grid .ias-spinner img {
    height: 140px;
  }
  .mobile-sorter-block {
    display: none;
  }
  .page-main > .page-title-wrapper .page-title {
    margin-top: 5px;
  }
  .toolbar.toolbar-products .toolbar-sorter select.sorter-options {
    border-width: 1px 1px 1px 1px;
    font-size: 15px;
    font-family: 'Raleway-Regular';
    letter-spacing: 1.4px;
    color: #333333;
    height: 39px;
    width: 239px;
    background-position-x: 215px;
    padding: 0 20px 2px 5px;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner {
    width: 48.5% !important;
    margin-right: 2.6%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner img {
    padding: 0 !important;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li ~ li:nth-child(4n + 4) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li + li ~ li:nth-child(4n + 4) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li ~ li:nth-child(4n + 1) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li ~ li:nth-child(4n + 2) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner + li + li ~ li:nth-child(4n + 3) {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 {
    margin-right: 2.6%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li + li {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li + li ~ li:nth-child(4n + 4) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li + li ~ li:nth-child(4n + 1) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li + li ~ li:nth-child(4n + 2) {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item.banner-double_banner_page_2 + li + li ~ li:nth-child(4n + 3) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] {
    margin-right: 2.6% !important;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] + li {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] + li + li {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] + li + li ~ li:nth-child(4n + 4) {
    margin-right: 2.1%;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] + li + li ~ li:nth-child(4n + 1) {
    margin-right: 0 !important;
  }
  .has-double-banner.theme-pearl.page-products .products.wrapper.grid.products-grid .product-item[id^="banner-double-banner3"] + li + li ~ li:nth-child(4n + 2) {
    margin-right: 2.1% !important;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner:nth-of-type(2n) + li + li {
    margin-right: 0 !important;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner:nth-of-type(2n) + li + li ~ li:nth-child(4n + 2) {
    margin-right: 0;
  }
  .has-double-banner.theme-pearl.page-products .grid.products-grid .product-item.double-easybanner:nth-of-type(2n) + li + li ~ li:nth-child(4n + 3) {
    margin-right: 2.1% !important;
  }
  .page-wrapper .nav-sections {
    position: relative;
    z-index: 2;
  }
  .page-wrapper .nav-sections.nav-sections-4 {
    z-index: 9;
  }
  .page-wrapper .customer-welcome .action.switch {
    color: #000000;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty,
  .page-header .minicart-wrapper .action.showcart.active .counter.qty {
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: 4px;
    margin-left: 2px;
    border-color: #e41395;
    background: #e41395;
    position: absolute;
    top: -31px;
    right: -9px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li {
    margin-right: 10px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right a {
    font-weight: normal !important;
  }
  .wrap .modal #search.horizontally-white {
    font-weight: bold;
  }
  .theme-pearl .block-search .action.search:before {
    background-image: url(../../frontend/Ashop/default/uk_UA/images/header/Search.svg);
    height: 18px;
    background-size: 18px 18px;
    width: 18px;
    content: " ";
    top: 12px;
    margin-top: 0;
    position: absolute;
    right: -1px;
  }
  .theme-pearl .block-search button.action.search:hover::before {
    background-image: url(../../frontend/Ashop/default/uk_UA/images/header/search_hover.svg);
    height: 18px;
    background-size: 18px 18px;
    width: 18px;
    top: 12px;
  }
  .page-header-v3 .open-modal-search {
    padding-top: 6px;
    padding-right: 11px;
  }
  .page-header-v4 .page-header #switcher-currency {
    margin-top: 0px !important;
  }
  .page-header-v4 .open-modal-search {
    padding-left: 14px;
    padding-top: 5px;
  }
  :root .page-header-v2:not(.sticky-header) .block-search.minisearch-v2 {
    display: none;
    top: 3px;
    margin-left: 25px;
    position: relative;
  }
  .page-header.sticky-header .header.content .block-search.wpx-block-search .field.search .control {
    background: transparent !important;
  }
  .page-header.sticky-header .header.content .block-search.wpx-block-search #search {
    background: transparent !important;
  }
  .wrap .modal .control.horizontally-control.loader-ajax:after {
    top: 28px;
  }
  .wrap .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
    margin-right: 65px;
  }
  .logo .logo-mobile {
    display: none !important;
  }
  .page-header .header-global-promo .notice-inner,
  .page-header .global-notification-wrapper .notice-inner {
    overflow: hidden;
    height: 20px;
  }
  .page-header .header-global-promo .notice-inner .promo-slider-box,
  .page-header .global-notification-wrapper .notice-inner .promo-slider-box {
    height: 20px;
  }
  .page-header .panel.header {
    min-height: 45px;
  }
  .page-header .panel.header .header.links > li {
    margin: 0;
  }
  .page-header .panel.header .header.links > li.greet.welcome {
    display: none;
  }
  .page-header .panel.header .header.links > li.authorization-link {
    padding-top: 12px;
    margin-right: 34px;
    margin-left: 15px;
  }
  .page-header .panel.header .header.links > li.authorization-link a {
    text-align: right;
  }
  .page-header .panel.header .header.links > li.authorization-link a span {
    display: block;
    text-transform: lowercase;
  }
  .page-header .panel.header .header.links > li.authorization-link a,
  .page-header .panel.header .header.links > li.authorization-link span {
    font-family: 'Raleway-Medium';
    font-weight: 500;
    font-size: 10px;
    color: #333;
    letter-spacing: 1px;
  }
  .page-header .panel.header .header.links > li.authorization-link::after {
    display: none;
  }
  .page-header .panel.header .header.links > li.authorization-link .mobile-registration-link {
    display: none;
  }
  .page-header .panel.header .header.links > li.customer-welcome {
    padding-top: 12px;
    margin-left: 0;
  }
  .page-header .panel.header .header.links > li.customer-welcome .customer-name {
    font-size: 12px;
  }
  .page-header .panel.header .header.links > li.customer-welcome .customer-name .account-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 24px;
    margin-right: 2px;
    max-width: 100px;
    font-size: 11px;
  }
  .page-header .panel.header .header.links > li.customer-welcome .customer-name .action.switch {
    vertical-align: top;
  }
  .page-header .panel.header .header.links > li.customer-welcome.active .customer-menu .header.links > li a {
    font-family: 'Raleway-Medium';
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .page-header .panel.header .header.links > li.customer-welcome.active .customer-menu .header.links .authorization-link {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  .page-header .panel.header .header.links > li.customer-welcome.active .customer-menu .header.links .authorization-link a {
    text-align: left;
  }
  .page-header .panel.header .header.links > li.customer-welcome {
    margin-right: 17px;
    padding-right: 14px;
  }
  .page-header .panel.header .header.links > li a.wishlist-link {
    text-transform: lowercase;
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 26px;
  }
  .page-header .panel.header .header.links > li a.wishlist-link::after {
    background-image: url(../../frontend/Ashop/default/uk_UA/images/header/wishlist.svg);
    background-size: 16px 18px;
    display: inline-block;
    width: 16px;
    height: 18px;
    content: "";
    position: absolute;
    right: 16px;
    top: 6px;
  }
  .page-header .panel.header .header.links > li a.wishlist-link::before {
    content: '';
    border-left: 1px solid #000;
    position: absolute;
    height: 33px;
    left: -18px;
    top: 6px;
  }
  .page-header .panel.header .header.links > li.store-addresses-link {
    display: none;
  }
  .theme-pearl.store-view-default.page-products .category-show-more,
  .theme-pearl.store-view-default.page-products .category-description {
    margin-left: auto;
    margin-right: auto;
  }
  .instagram-widget-container .instagram-heading-title span {
    font-size: 20px;
  }
  .instagram-photos img {
    max-width: 252px;
  }
  .wp-ln-actions {
    width: 98%;
    text-align: right;
  }
  .wp-ln-action {
    cursor: pointer;
    display: inline-block;
  }
  .wp-instant-search-wrapper {
    display: none;
  }
  .wp-instant-search-wrapper.desktop {
    display: block;
  }
  .wp-ln-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wp-ln-show-less {
    display: none;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  body.slider-layer .column.main,
  body.slider-down-layer .column.main {
    width: 100%;
  }
  body.slider-layer .block.filter,
  body.slider-down-layer .block.filter {
    display: none;
  }
  body.slider-layer .toolbar-products,
  body.slider-down-layer .toolbar-products {
    margin-left: 18px;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters {
    display: block;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters .wp-filters-text {
    vertical-align: top;
    font-weight: bold;
  }
  body.slider-layer .wp-ln-overlay,
  body.slider-down-layer .wp-ln-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../../frontend/Ashop/default/uk_UA/WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 11px 0 0;
  }
  .sidebar.sidebar-main span.wp-slide-down-add.active {
    display: inline-block;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .sidebar.sidebar-main span.wp-slide-down-add.active:after {
    content: '\e621';
    font-family: 'luma-icons';
    position: absolute;
    top: 1px;
    margin-left: 5px;
  }
  .sidebar.sidebar-main span.wp-slide-down-add {
    display: inline-block;
    transition: scale 100ms ease;
  }
  .sidebar.sidebar-main span.wp-slide-down-add:after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    top: 1px;
    margin-left: 8px;
  }
  .slide-in-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 250px;
    background: #fff;
    height: 95%;
    padding: 25px;
    overflow: scroll;
    margin-bottom: 10px;
    z-index: 100;
  }
  .slide-in-filter .block-subtitle {
    font-size: 15px;
    text-align: center;
    padding: 10px 10px 30px;
  }
  .slide-in-filter .filter-options-item {
    padding: 15px 0;
    border-bottom: 1px solid #ecece7;
  }
  .slide-down-filter {
    display: block;
    position: absolute;
    background: #fff;
    top: 38px;
    width: 98%;
    z-index: 100;
    overflow-y: hidden;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: inset 0 2px 2px #ccc;
    -webkit-box-shadow: inset 0 2px 2px #ccc;
    box-shadow: inset 0 2px 2px #ccc;
  }
  .slide-down-filter:hover {
    overflow-y: auto;
    overflow-y: overlay;
  }
  .slide-down-filter .filter-options-title:after {
    content: '';
  }
  .slide-down-filter .filter-options-item {
    float: left;
    padding: 15px 1% 15px 5px;
    border: 0 none;
  }
  .slide-down-filter .filter-options-item .filter-options-content {
    overflow: hidden;
    height: 95%;
  }
  .slide-down-filter .filter-options-item .filter-options-content:hover {
    overflow-y: auto;
    overflow-y: overlay;
  }
  .slide-down-filter .block-content .block-subtitle {
    padding: 15px 20px 15px;
  }
  .slide-down-filter .block-content #wp_ln_shopby_items {
    display: inline-block;
  }
  .slide-down-filter .block-content #wp_ln_shopby_items .item {
    float: left;
    margin: 10px;
  }
  .slide-down-filter .block-content .filter-actions {
    margin: 0;
    float: right;
  }
  b.wp-ln-load-more:after {
    content: "\e607";
  }
  b.wp-ln-show-less:after {
    content: "\e618";
  }
  b.wp-ln-load-more:before {
    content: '';
  }
  b.show-less:before {
    content: '';
  }
  #layered-filter-block .wp-ln-selected a {
    border-left: 5px solid red;
    padding-left: 11px;
    font-style: italic;
    color: #908f8f;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  body.wp-ln-open .page-wrapper div.page-header,
  body.wp-ln-open .page-wrapper .nav-sections,
  body.wp-ln-open .page-wrapper nav.navigation {
    z-index: 1 !important;
  }
  body.theme-pearl {
    /* price slider - in pearl*/
    /** price slider end */
  }
  body.theme-pearl .slide-in-filter {
    height: 100% !important;
  }
  body.theme-pearl b.wp-ln-load-more:before {
    content: "\e614";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-show-less:before {
    content: "\e613";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-load-more:after {
    content: '';
  }
  body.theme-pearl b.wp-ln-show-less:after {
    content: '';
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters {
    top: 1px !important;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    text-transform: uppercase;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:after {
    visibility: visible;
    content: '';
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
    overflow: hidden;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
    visibility: hidden;
  }
  body.theme-pearl #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  body.theme-pearl .slide-down-filter {
    width: 99%;
    top: 52px;
    border: 0 none;
    -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  body.theme-pearl .slide-down-filter .block-subtitle {
    border: 0 none !important;
  }
  body.theme-pearl .slide-down-filter .filter-options-title {
    border: 0 none !important;
    font-weight: 800 !important;
  }
  body.theme-pearl .ui-slider {
    background: #b3b3b3 !important;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 5px;
    width: 93%;
  }
  body.theme-pearl .ui-slider .ui-widget-header {
    background: #e9e9e9 !important;
    height: 100%;
    position: absolute;
  }
  body.theme-pearl .ui-slider .ui-slider-range {
    background: #000 !important;
  }
  body.theme-pearl .ui-slider .ui-slider-handle {
    cursor: ew-resize;
    width: 1em;
    height: 1em;
    top: -4px;
    background: #000000;
  }
  body.theme-pearl .ui-slider .ui-corner-all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  body.theme-pearl div.wp-slider-inp {
    width: 100%;
    display: inline-block;
  }
  body.theme-pearl div.wp-slider-inp a.wp-price-slider-a {
    float: right;
  }
  body.theme-pearl div.wp-slider-inp a.wp-price-slider-a:hover {
    font-weight: bold;
    background: none;
  }
  body.theme-pearl div.wp-slider-inp label {
    color: #757575;
    padding: 0 5px;
  }
  body.theme-pearl #rat_items li.item a {
    text-decoration: none !important;
  }
  body.theme-pearl #rat_items li.item a:hover {
    text-decoration: none !important;
  }
  body.theme-pearl .filter-options-content .items li.item {
    width: 96%;
  }
  body.theme-pearl p.wp-slider-action {
    text-align: right;
  }
  body.theme-pearl ::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
  }
  body.theme-pearl ::-webkit-scrollbar-track {
    background-color: #fff;
  }
  body.theme-pearl ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 4px;
  }
  /* price slider - blank */
  .ui-slider {
    background: #fff !important;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 0;
    width: 98%;
  }
  .ui-slider .ui-widget-header {
    height: 100%;
    position: absolute;
    background: #e9e9e9 !important;
  }
  .ui-slider .ui-slider-handle {
    cursor: ew-resize !important;
    width: 0.3em;
    height: 1em;
    top: -4px;
  }
  .ui-slider .ui-corner-all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  div.wp-slider-inp {
    width: 100%;
    display: inline-block;
  }
  div.wp-slider-inp .wp-slider-from {
    width: 55%;
    text-align: left;
    float: left;
  }
  div.wp-slider-inp .wp-slider-to {
    width: 45%;
    text-align: right;
    float: right;
  }
  div.wp-slider-inp .wp-price-slider-inp {
    max-width: 41px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
  }
  div.wp-slider-inp .wp-price-slider-inp.inp-type {
    max-width: 30%;
    height: 24px !important;
    margin-left: 2px;
  }
  div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a {
    float: right;
  }
  div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a:hover {
    font-weight: bold;
    background: none;
  }
  div.wp-slider-inp label {
    color: #757575;
    padding: 0 5px;
  }
  p.wp-slider-action {
    text-align: right;
  }
  /** price slider end */
  .items a.wp-filter-disabled {
    pointer-events: none;
    cursor: default;
    color: #ccc;
  }
  .wp-instant-search-wrapper .wp-instant-search-inp {
    width: 90%;
  }
  span.wp-slide-down-add {
    vertical-align: top;
    margin-left: 2px;
  }
  span.wp-slide-down-add.active {
    margin-left: 2px;
    margin-top: 0;
  }
  .mobile-sorter-block {
    position: absolute;
    right: 0;
  }
  .wp-slide-down-add .filters-selected-counter {
    color: #e41395;
    font-family: 'Raleway-Medium';
  }
  #layered-filter-block .block-actions.filter-actions {
    margin-right: 50px;
  }
  #layered-filter-block .block-actions.filter-actions a {
    height: 40px;
    border-radius: 0;
    background-color: #000;
    border-color: #000;
    padding: 0 30px;
  }
  #layered-filter-block .block-actions.filter-actions a span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: 'Raleway-Medium';
    line-height: 40px;
  }
  #layered-filter-block .block-actions.filter-actions a:hover {
    background-color: #fff;
    border: 1px solid #000;
  }
  #layered-filter-block .block-actions.filter-actions a:hover span {
    color: #000;
  }
  #layered-filter-block .block-content.filter-content .block-subtitle {
    font-size: 10px;
    letter-spacing: 1.3px;
    font-family: 'Raleway-Light';
    color: #000;
  }
  #layered-filter-block .filter-options .filter-options-title {
    padding: 10px 40px 18px 0;
    font-size: 10px;
    letter-spacing: 1.3px;
    font-family: 'Raleway-Light';
    color: #000;
  }
  .theme-pearl .product-social-links .product-addto-links.full-width-add-to {
    width: calc(100% - 120px);
  }
  .theme-pearl .product-social-links .product-addto-links .action {
    margin-right: 0px;
  }
  .theme-pearl.product-page-v1 .product-info-main .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .product-addto-links {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v2 .no-sticky-product-page,
  .theme-pearl.product-page-v4 .no-sticky-product-page {
    top: 0px !important;
  }
  .theme-pearl.product-page-v2 .column.main .product-info-main.cart-summary.no-sticky-product-page {
    padding-top: 95px !important;
  }
  .theme-pearl.product-page-v4 .nav-sections,
  .theme-pearl.product-page-v3 .nav-sections {
    padding-bottom: 0px !important;
  }
  .theme-pearl.product-page-v2 .product-addto-links,
  .theme-pearl.product-page-v3 .product-addto-links,
  .theme-pearl.product-page-v4 .product-addto-links {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4,
  .theme-pearl.product-page-v4 .product-top-main.product_v2,
  .theme-pearl.product-page-v2 .product-top-main.product_v2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4 {
    margin-top: 0;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4,
  .theme-pearl.product-page-v2 .product-info-main.product_v4,
  .theme-pearl.product-page-v4 .product-info-main.product_v2,
  .theme-pearl.product-page-v2 .product-info-main.product_v2 {
    position: relative;
  }
  .theme-pearl .product.data.items > .item.title .switch {
    border-bottom: 0px solid white !important;
  }
  .theme-pearl .product.data.items > .item.title.active {
    bottom: 6px;
  }
  .theme-pearl .product.data.items > .item.title.active .switch {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    height: 59px !important;
    line-height: 60px;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top: 11px;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb {
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    -moz-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    -webkit-box-shadow: 0px 0px 0px 2px #e93ea9;
    -moz-box-shadow: 0px 0px 0px 2px #e93ea9;
    box-shadow: 0px 0px 0px 2px #e93ea9;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border {
    margin-top: 5px;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
    overflow: visible;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0;
    margin: 0 8px 0 0;
  }
  .theme-pearl.product-page-v1 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v2 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v3 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border,
  .theme-pearl.product-page-v4 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border {
    display: none;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links a:first-of-type {
    float: left;
    margin-right: 10px;
  }
  .theme-pearl .no-border .product.data.items .item.title {
    margin: 0 25px;
  }
  .theme-pearl .no-border .product.data.items .item.title.active {
    border-bottom: 2px solid black;
  }
  .theme-pearl .product-options-wrapper .swatch-attribute-selected-option {
    font-size: 15px;
    padding-left: 5px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .dimension-link {
    margin-left: 1rem;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    letter-spacing: 1.3px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.mobile {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop {
    display: block;
    max-width: 690px;
    width: 690px;
    margin: auto;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .items-title-container {
    display: block;
    width: max-content;
    margin: auto;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .items-title-container .data.item.title {
    display: inline-block;
    float: left;
    padding: 0 15px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .items-title-container .data.item.title .switch {
    height: 51px !important;
    font-size: 16px;
    font-family: 'Raleway-Medium';
    color: #333333;
    letter-spacing: 1.2px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .items-title-container > .item.title.active .switch {
    height: 51px !important;
    font-size: 16px;
    font-family: 'Raleway-Medium';
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .items-title-container > .item.title.active .switch::before {
    position: absolute;
    content: ' ';
    height: 2px;
    background: #666666;
    width: 100%;
    bottom: -18px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content {
    border: none;
    padding: 28px 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content p,
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content p span {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content .product.attribute.description .value {
    padding-left: 10px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content .product.attribute.description .value table {
    margin-top: 12px;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .item.content .product.attribute.description .value table tbody > tr > td:first-of-type {
    padding-left: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop > .item.title.active {
    border-bottom: 3px solid #000000;
    bottom: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop > .item.title.active .switch {
    height: 51px !important;
    font-size: 16px;
    font-family: 'Raleway-Medium';
    font-weight: bold;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .data.item.content table tbody > tr > td {
    padding: 0 1rem;
    width: 30%;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items.descktop .data.item.content table tbody > tr > td:last-of-type {
    text-align: left;
    width: 70%;
    color: #333333;
  }
  body.wp-sl.theme-pearl div.sociallogin-wrapper div.sociallogin-block {
    margin-left: 87px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter {
    width: 35%;
    margin: 0 auto 65px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe {
    width: 82%;
    margin: 0 auto;
  }
  .checkout-onepage-success .thankyou-wrapper .cmsblock-container,
  .multishipping-checkout-success .thankyou-wrapper .cmsblock-container {
    width: 80%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .theme-pearl.store-view-default h1 {
    font-size: 21px;
  }
  .theme-pearl.store-view-default .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .theme-pearl.store-view-default.catalog-product-view .page-main {
    max-width: 1400px !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-default .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-default .row {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-default .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default .breadcrumbs .items {
    max-width: 1400px;
    width: 100%;
  }
  .theme-pearl.store-view-default .breadcrumbs .items strong,
  .theme-pearl.store-view-default .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-default .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-default .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-default .columns,
  .theme-pearl.store-view-default .page.messages {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .page-title-wrapper {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-default.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-default.cms-index-index .breadcrumbs .items {
    max-width: 1400px;
    width: 100%;
  }
  .theme-pearl.store-view-default.cms-page-view .columns,
  .theme-pearl.store-view-default.cms-index-index .columns,
  .theme-pearl.store-view-default.cms-page-view .page.messages,
  .theme-pearl.store-view-default.cms-index-index .page.messages {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-default.cms-index-index .page-title-wrapper {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default.page-products .breadcrumbs .items {
    max-width: 1400px;
    width: 100%;
  }
  .theme-pearl.store-view-default.page-products .columns,
  .theme-pearl.store-view-default.page-products .page.messages {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .page-title-wrapper {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .category-description,
  .theme-pearl.store-view-default.page-products .category-show-more {
    max-width: 1400px !important;
  }
  .theme-pearl.store-view-default.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
    min-height: 49px;
  }
  .theme-pearl.store-view-default.catalog-product-view .breadcrumbs .items {
    max-width: 1400px;
    width: 100%;
  }
  .theme-pearl.store-view-default.catalog-product-view .columns,
  .theme-pearl.store-view-default.catalog-product-view .page.messages {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .wp-subcategories {
    max-width: 1400px;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs {
    background-color: #f9f7fc;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item:after {
    color: #505050 !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 11px;
    font-style: normal;
    color: #333333;
    line-height: 18px;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item a:hover {
    color: #505050;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong {
    color: #333333;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .page-layout-fullscreen .navigation,
  .page-layout-fullscreen .breadcrumbs,
  .page-layout-fullscreen .columns,
  .page-layout-fullscreen .page-header .header.panel,
  .page-layout-fullscreen .header.content,
  .page-layout-fullscreen .footer.content .page.messages,
  .page-layout-fullscreen .page-wrapper > .widget,
  .page-layout-fullscreen .page-wrapper > .page-bottom,
  .page-layout-fullscreen .block.category.event,
  .page-layout-fullscreen .top-container,
  .page-layout-fullscreen .page-title-wrapper,
  .page-layout-fullscreen .page-main {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .page-layout-fullscreen .product-info-main .product-info-price {
    width: 99%;
  }
  .page-layout-fullscreen .page-header .switcher {
    margin-right: 10px;
  }
  .page-wrapper .btt-button {
    bottom: 80px !important;
    z-index: 1;
  }
  .theme-pearl .cart-container .form-cart .actions.main .action.clear span {
    color: #000000;
  }
  .cart-container .form-cart .actions.main .clear {
    height: auto;
    margin-left: 15px;
  }
  .cart-container .form-cart .actions.main .continue {
    height: auto;
    margin-left: 15px;
  }
  .cart-container .form-cart .actions.main .action.update {
    margin-left: 15px;
  }
  .cart-container .cart.main.actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #delivery-method-selector .action.selected {
    background: black;
  }
  #delivery-method-selector .action:not(.selected) {
    background: white;
    color: black;
  }
  .create.account .control.customer-dob {
    display: flex;
  }
  .create.account .control.customer-dob .ui-datepicker-trigger,
  .create.account .control.customer-dob .ui-datepicker-trigger:hover {
    background-color: transparent;
    border: none;
  }
  .account .column.main {
    position: relative;
  }
  .account .column.main .block-dashboard-info .block-content {
    width: 50%;
    min-width: 315px;
  }
  .account .column.main .block-dashboard-info .block-content .box-information,
  .account .column.main .block-dashboard-info .block-content .box-newsletter {
    float: none !important;
  }
  .account .column.main .block-dashboard-info .block-content .box-information {
    margin-bottom: 30px;
  }
  .account .column.main .form-newsletter-manage {
    width: 315px;
  }
  .account .column.main .social-accounts {
    position: absolute;
    top: 119px;
    right: 0;
  }
  .account .column.main .social-accounts .content .sl-unlinks {
    padding-left: 0;
    max-width: 215px;
    width: 215px;
  }
  .account .column.main form .fieldset {
    width: 315px;
  }
  .account .column.main .actions-toolbar {
    display: inline-block;
    width: 100%;
  }
  .account .column.main .actions-toolbar .primary button {
    width: 315px;
  }
  .catalogsearch-result-index .search-result-title.products.product-categories {
    margin-bottom: 40px;
  }
  .catalogsearch-result-index .suggested .sub-category {
    width: 25%;
    padding-right: 25px;
    padding-bottom: 10px;
  }
  .catalogsearch-result-index .suggested .sub-category:nth-child(1n + 1) {
    padding-left: 0;
  }
  .catalogsearch-result-index .suggested .sub-category:nth-child(4n) {
    padding-right: 0;
  }
  .catalogsearch-result-index .suggested .sub-category:nth-child(8n) ~ div {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 2rem;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 5px;
    width: 24.439%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .page-wrapper .page-header-v1 .header.content {
    padding-left: 0 !important;
  }
  .mobile-nav .page-wrapper .page-header-v1 .header.content,
  .mobile-nav .page-wrapper .page-header-v2 .header.content,
  .mobile-nav .page-wrapper .page-header-v3 .header.content {
    padding-left: 20px !important;
  }
}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.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.15.2 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: 400;
  font-display: block;
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.2 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: block;
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.2 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: block;
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Ashop/default/uk_UA/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1.mgz-panel-heading-title,
h2.mgz-panel-heading-title,
h3.mgz-panel-heading-title,
h4.mgz-panel-heading-title,
h5.mgz-panel-heading-title,
h6.mgz-panel-heading-title {
  text-transform: initial !important;
}
.theme-pearl.store-view-default {
  letter-spacing: 1px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-default h1 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default h2 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default h3 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default h4 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default h5 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default h6 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button,
.theme-pearl.store-view-default button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button span,
.theme-pearl.store-view-default button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover,
.theme-pearl.store-view-default button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-default button:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-default button.action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-default button.action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-default button.action.primary:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-default button.action.primary:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-default button.action.primary.tocart {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-default button.action.action-cancel {
  background-color: #ffffff;
  border: #232323 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-default button.action.action-cancel span {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-default button.action.action-cancel:hover {
  border-color: #ffffff 1px solid;
  background-color: #232323;
  border: #ffffff 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-default button.action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-default button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-default button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-default input.action.primary {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-default a:hover {
  color: #cccccc;
}
.theme-pearl.store-view-default .action.towishlist,
.theme-pearl.store-view-default .action.tocompare,
.theme-pearl.store-view-default .action.mailto.friend {
  font-size: 13px !important;
}
.theme-pearl.store-view-default .action.towishlist:before,
.theme-pearl.store-view-default .action.tocompare:before,
.theme-pearl.store-view-default .action.mailto.friend:before {
  font-size: 16px !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-default .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-default .action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-default .action.primary:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}
.theme-pearl.store-view-default .action.primary:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .action.primary.tocart {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-default .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #000000;
}
.theme-pearl.store-view-default .action.action-cancel {
  background-color: #ffffff;
  border: #232323 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-default .action.action-cancel span {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .action.action-cancel:hover {
  border-color: #ffffff 1px solid;
  background-color: #232323;
  border: #ffffff 1px solid;
}
.theme-pearl.store-view-default .action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-default .action:hover {
  color: #cccccc !important;
}
.theme-pearl.store-view-default .cart-summary .action.multicheckout {
  color: #000000;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title strong,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title strong {
  color: #303030 !important;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .action.primary:not(:focus) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #000000 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #cccccc !important;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .review-form .primary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .review-form .primary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .review-form .primary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-default .review-form .primary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-default #giftcard-form .secondary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .cart-gift-item .title {
  color: #303030;
}
.theme-pearl.store-view-default .cart-gift-item .title span {
  color: #303030;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-default .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title:hover:after {
  color: #000000;
}
.theme-pearl.store-view-default .item-info span.price {
  color: #303030;
  font-weight: 400 !important;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #303030;
  font-size: 16px !important;
  overflow: visible;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .minicart-items .action.edit:before,
.theme-pearl.store-view-default .minicart-items .action.delete:before {
  color: #303030;
  font-size: 16px !important;
}
.theme-pearl.store-view-default .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-default .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover span {
  color: #000000;
}
.theme-pearl.store-view-default .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-default .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-default .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-default input,
.theme-pearl.store-view-default textarea,
.theme-pearl.store-view-default select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-default .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-default .price-box .old-price .price {
  text-decoration: line-through;
  color: #292929;
}
.theme-pearl.store-view-default .price-box .price-label {
  display: none !important;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: black;
}
.account .account-main-title {
  font-family: 'Raleway-Regular';
  font-weight: 300;
  color: #333333;
  font-size: 21px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.account .column.main .box-title,
.account .column.main .legend,
.account .column.main .block .title strong {
  font-family: 'Raleway-Regular';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  font-size: 1.6rem;
}
.account .column.main .block-dashboard-info {
  margin-top: 11px;
  padding-top: 11px;
  margin-bottom: 0;
}
.account .column.main .block-dashboard-info .block-title {
  display: none;
}
.account .column.main form .fieldset {
  max-width: 315px;
  margin-bottom: 0;
  margin-top: 30px;
}
.account .column.main form .fieldset .legend span {
  font-size: 1.6rem;
}
.account .column.main form .label {
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #333333;
}
.account .column.main form .label[for="subscription"] span {
  text-transform: initial;
}
.account .column.main form .input-text {
  color: #333333;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1.7px;
  padding: 0 11px 0 22px;
  height: 50px;
}
.account .column.main form .input-text:focus {
  border-color: #000000;
}
.account .column.main form.form-newsletter-manage {
  margin-top: 32px;
}
.account .column.main form.form-newsletter-manage .fieldset {
  margin-top: 0;
  margin-bottom: 15px;
}
.account .column.main form.form-newsletter-manage .legend {
  border-bottom: none;
  margin-bottom: 7px;
}
.account .column.main .social-accounts .content .sl-unlinks {
  padding-left: 0;
}
.account .column.main .social-accounts .content .sl-unlinks .sl-link-line {
  padding-bottom: 10px;
}
.account .column.main .social-accounts .content .sl-unlinks .sl-link-line .sl-link-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account .column.main .actions-toolbar {
  display: inline-block;
  width: 100%;
}
.account .column.main .actions-toolbar .primary button {
  max-width: 315px;
  background: #000000;
  border-radius: 0;
  border: none;
  height: 50px;
  padding: 0;
  float: left;
}
.account .column.main .actions-toolbar .primary button span {
  font-size: 13px;
  font-family: 'Raleway-Regular';
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 400;
}
.account .column.main .actions-toolbar .primary button:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  transition-duration: .3s;
  color: #000000;
}
.account.customer-account-index .page-title-wrapper {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px;
}
body:not(.catalog-product-view) .load-more-box {
  display: none;
}
.block-recently-products .title-wrapper {
  position: relative;
  text-align: center;
  margin: 10px 0 25px;
}
.block-recently-products .title-wrapper::before {
  content: '';
  display: block;
  height: 1px;
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.block-recently-products .recently-title {
  font-family: 'Raleway-Light';
  font-weight: 300;
  line-height: 30px;
  color: #303030;
  clip: initial;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  height: auto;
  display: block;
  overflow: visible;
  margin: auto;
  background: #ffffff;
  padding: 10px 2%;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid #ffffff;
  word-break: break-word;
  max-width: 330px;
}
.block-recently-products .recently-form .ash-secondary-btn {
  margin-top: 25px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  transition-duration: 0.3s;
  transition-property: background-color;
  border-radius: 0;
  width: 100%;
}
.block-recently-products .recently-form .ash-secondary-btn span {
  line-height: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway-Medium' !important;
  font-weight: 500;
  color: #000000;
}
.block-recently-products .recently-form .ash-secondary-btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.block-recently-products .recently-form .ash-secondary-btn:hover span {
  color: #ffffff !important;
}
@media screen and (min-width: 769px) {
  .mgz-element-magento_widget .grid.products-grid.recom-plp .product-item {
    width: 24% !important;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .catalog-product-view .block-recomended-products .encomage-product-item {
    width: calc((100% / 2) - 2%);
    display: inline-block;
    margin-bottom: 35px;
    float: left;
  }
  .catalog-product-view .block-recomended-products .encomage-product-item:nth-child(even) {
    float: right;
  }
  .catalog-product-view .block-recomended-products .encomage-product-item.product-item-show {
    display: block;
  }
  .catalog-product-view .block-recomended-products .encomage-product-item.product-item-hide {
    display: none;
  }
  .catalog-product-view.stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .block-recently-products .recently-title {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 10px 4%;
  }
}
.mst-searchautocomplete__wrapper .mst-searchautocomplete__highlight {
  color: #e93ea9;
}
.mst-searchautocomplete__wrapper .mst-searchautocomplete__show-all {
  background: #000000;
  padding: 0;
}
.mst-searchautocomplete__wrapper .mst-searchautocomplete__show-all a {
  color: #ffffff;
  font-weight: 700;
}
.catalogsearch-result-index .search-result-title.products {
  display: inline-block;
  width: 100%;
}
.catalogsearch-result-index .suggested .sub-category {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  display: grid;
}
.catalogsearch-result-index .suggested .sub-category 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;
  padding: 10px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 0;
  background-color: #f4f4f4;
  width: 100%;
  font-size: 12px;
  color: #676767;
}
.catalogsearch-result-index .suggested .sub-category a:first-letter {
  text-transform: uppercase;
}
.catalogsearch-result-index .suggested .sub-category a:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.catalogsearch-result-index .suggested .sub-category .mst-search__highlight {
  background: transparent;
}
/** NavigationLinks */
.nav-open .page-wrapper {
  left: calc(100% - 54px) !important;
}
/** all screen resolutions */
.navigation .level0 > .show-arrows > .ui-menu-icon {
  position: relative;
}
.navigation .megamenu .ui-menu-icon {
  display: none !important;
}
.navigation .megamenu ul li.level1[data-has-children] > a.label-position-top .megamenu-promo-text,
.navigation .megamenu ul li.level2 > a.label-position-top .megamenu-promo-text {
  vertical-align: top;
}
.navigation .megamenu ul li.level1[data-has-children] > a.label-position-center .megamenu-promo-text,
.navigation .megamenu ul li.level2 > a.label-position-center .megamenu-promo-text {
  vertical-align: middle;
}
.navigation .megamenu.level0 {
  margin-right: 0;
}
.navigation .megamenu.level0 .submenu {
  padding: 0;
}
.navigation .megamenu.level0 .submenu,
.navigation .megamenu.level0.active > .level-top,
.navigation .megamenu.level0.has-active > .level-top {
  border: 0 none;
}
.navigation .megamenu.level0 .submenu a:hover,
.navigation .megamenu.level0 .submenu a.ui-state-focus {
  background: #ffffff;
}
.navigation .megamenu.show-arrows.level0 .label-position-center .ui-menu-icon {
  display: flex !important;
  order: 2;
  margin-left: 3px;
}
.navigation .megamenu.show-arrows.level0 .label-position-center .megamenu-promo-text {
  display: inline-block !important;
  float: none;
}
.navigation .megamenu.show-arrows.level0 .ui-menu-icon {
  position: relative;
}
.navigation .megamenu.show-arrows .ui-menu-icon {
  display: inline-block !important;
  float: right;
  margin-left: 3px;
}
.navigation .megamenu .megamenu-promo-text {
  display: inline-block !important;
  position: relative !important;
  margin-left: 5px;
  right: 0 !important;
  font-size: 10px !important;
  border-radius: 3px;
  padding: 3px !important;
  line-height: 1;
  font-weight: 700;
  text-shadow: none;
}
.navigation .megamenu .megamenu-promo-text:after {
  content: none !important;
  display: none;
}
.navigation .megamenu .categ-image-border-bottom {
  display: inline-block;
}
.navigation .megamenu body:not(.mobile-nav) ul li.level1[data-has-children] > a span.categ-border-bottom {
  border-bottom: 1px solid #cccccc;
  font-size: 1.65rem;
  padding: 0 0 5px;
}
.navigation .columns-group {
  display: inline-block !important;
  float: left;
  width: auto;
}
.navigation .columns-group:before,
.navigation .columns-group:after {
  content: none !important;
  display: none !important;
}
.navigation .columns-group > li {
  float: left !important;
  width: 100% !important;
}
.navigation .level0 > .level-top.label-position-top .megamenu-promo-text {
  vertical-align: top;
}
.navigation .level0 > .level-top.label-position-center {
  display: flex;
  align-items: center;
}
.overlay-focus-megamenu {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: ease-out 0.5s;
}
.overlay-focus-megamenu-show {
  opacity: 1;
  pointer-events: all;
}
.catalog-category-view.weltpixel-subcategories .wp-filters,
.catalog-category-view.weltpixel-subcategories #layered-filter-block,
.catalog-category-view.weltpixel-subcategories .block.filter {
  display: none;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid .wp-subcategories-item {
  padding: 10px 10px 30px;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid .wp-subcategories-item .wp-subcategory-name {
  margin: 10px 12px;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid .wp-subcategories-item .wp-subcategory-name a {
  text-display: none;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid.wp-subcategories-col-2 .wp-subcategories-item {
  width: 50%;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid.wp-subcategories-col-3 .wp-subcategories-item {
  width: 33.33333333%;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid.wp-subcategories-col-4 .wp-subcategories-item {
  width: 25%;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid.wp-subcategories-col-5 .wp-subcategories-item {
  width: 20%;
}
.catalog-category-view.weltpixel-subcategories .wp-subcategories .wp-subcategories-grid.wp-subcategories-col-6 .wp-subcategories-item {
  width: 16.66666667%;
}
/** Custom Navigation style */
.navigation {
  position: static !important;
}
.navigation > ul {
  position: static !important;
}
.navigation .megamenu {
  position: static;
}
.navigation .megamenu.disabled-link {
  cursor: default !important;
}
.navigation .megamenu.disabled-link > a {
  cursor: default !important;
  text-decoration: none;
}
.navigation .megamenu.level0.has-active > .level-top,
.navigation .megamenu.level0.active > .level-top {
  border-bottom: 0 none;
  color: #575757;
}
.navigation .megamenu.level0:hover > a {
  color: #444444 !important;
  text-shadow: 0 0 0 #000000;
}
.navigation .level0 .submenu.sectioned .submenu-reverse,
.navigation .level0 .submenu.fullwidth .submenu-reverse,
.navigation .level0 .submenu.boxed .submenu-reverse {
  left: 0 !important;
}
.navigation .megamenu.level0 .submenu .active > a,
.navigation .megamenu.level0 .submenu .has-active > a {
  border-bottom: 0 none;
  color: #575757;
}
.navigation .megamenu a {
  text-transform: uppercase;
}
.navigation .megamenu a.bold-menu,
.navigation .megamenu a:hover {
  color: #444444;
}
.navigation .level0 > .level-top,
.navigation ul li.level0.first > a {
  padding-right: 20px;
  padding-left: 20px;
}
.navigation .megamenu .submenu .level1 .submenu li {
  padding: 0 10px 10px;
}
.navigation .megamenu.level-top-default .submenu,
.navigation .megamenu.level-top-fullwidth .submenu,
.navigation .megamenu.level-top-sectioned .submenu,
.navigation .megamenu.level-top-boxed .submenu {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  z-index: 5;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group,
.navigation .megamenu.level-top-sectioned .submenu .columns-group,
.navigation .megamenu.level-top-boxed .submenu .columns-group {
  padding: 0;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group li,
.navigation .megamenu.level-top-sectioned .submenu .columns-group li,
.navigation .megamenu.level-top-boxed .submenu .columns-group li {
  padding: 0 5px;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a,
.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a,
.navigation .megamenu.level-top-boxed .submenu .columns-group li > a {
  background-color: transparent;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a span,
.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a span,
.navigation .megamenu.level-top-boxed .submenu .columns-group li > a span {
  padding: 0 0 5px;
  font-size: 1.4rem;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a:hover,
.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a:hover,
.navigation .megamenu.level-top-boxed .submenu .columns-group li > a:hover {
  background-color: transparent;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group:first-child > li,
.navigation .megamenu.level-top-sectioned .submenu .columns-group:first-child > li,
.navigation .megamenu.level-top-boxed .submenu .columns-group:first-child > li {
  padding-left: 0;
}
.navigation .megamenu.level-top-fullwidth .submenu .columns-group:last-child > li,
.navigation .megamenu.level-top-sectioned .submenu .columns-group:last-child > li,
.navigation .megamenu.level-top-boxed .submenu .columns-group:last-child > li {
  padding-right: 0;
}
.navigation .megamenu.level-top-fullwidth .submenu .level1,
.navigation .megamenu.level-top-sectioned .submenu .level1,
.navigation .megamenu.level-top-boxed .submenu .level1 {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  width: auto;
}
.navigation .megamenu.level-top-boxed .submenu .level1 {
  clear: both;
}
.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu,
.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu,
.navigation .megamenu.level-top-boxed .submenu .level1 .submenu {
  border: 0 none;
  box-shadow: inherit;
  display: block !important;
  position: relative;
  left: 0 !important;
}
.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li,
.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li,
.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li {
  cursor: pointer;
  margin: 0;
  padding: 0 10px 5px 10px;
  width: 100%;
}
.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li > a,
.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li > a,
.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li > a {
  padding: 5px 10px;
}
.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li > a:first-child,
.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li > a:first-child,
.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li > a:first-child {
  margin-top: 5px;
}
.navigation .megamenu.level-top-fullwidth .submenu [data-has-children],
.navigation .megamenu.level-top-sectioned .submenu [data-has-children],
.navigation .megamenu.level-top-boxed .submenu [data-has-children] {
  margin-top: 0;
}
.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a,
.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a,
.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a {
  font-size: 1.65rem;
  line-height: 2;
}
.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span:nth-last-child(2),
.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span:nth-last-child(2),
.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span:nth-last-child(2) {
  font-size: 1.65rem;
  padding: 0 0 5px;
}
.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span.mm-subcategory-title:before,
.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span.mm-subcategory-title:before,
.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span.mm-subcategory-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  margin: 1px 0 0;
  opacity: 1;
  left: 0;
  width: 100%;
  background: #cccccc;
}
.navigation .megamenu.level-top-fullwidth .submenu .level3 a span,
.navigation .megamenu.level-top-sectioned .submenu .level3 a span,
.navigation .megamenu.level-top-boxed .submenu .level3 a span {
  text-transform: none;
}
.navigation .megamenu.level-top-fullwidth .submenu:not(:first-child) .active > a,
.navigation .megamenu.level-top-sectioned .submenu:not(:first-child) .active > a,
.navigation .megamenu.level-top-boxed .submenu:not(:first-child) .active > a {
  border-left: 0 none;
}
.navigation .megamenu.level-top-default .submenu {
  border: 0 none;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.navigation .megamenu.level-top-default .submenu li {
  margin-bottom: 5px;
}
.navigation .megamenu.level-top-default .submenu li > a {
  background-color: transparent;
  padding-top: 8px;
}
.navigation .megamenu.level-top-default .submenu li > a:hover {
  background-color: transparent;
}
.navigation .megamenu.level-top-default .submenu li > a:not(.parent) {
  padding-top: 8px !important;
  padding-bottom: 15px !important;
}
.navigation .megamenu.level-top-default .submenu li:first-child {
  padding-top: 15px;
  margin-bottom: 0 !important;
}
.navigation .megamenu.level-top-default .submenu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.navigation .megamenu.level-top-fullwidth {
  position: static;
}
.navigation .megamenu.level-top-fullwidth .level0.fullwidth {
  position: absolute;
  left: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner {
  margin: 0 auto;
}
.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group {
  padding-bottom: 5px;
  padding-top: 10px;
}
.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group > li.parent:last-child,
.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group > li:not(.parent):last-child {
  padding-bottom: 20px;
}
.navigation .megamenu.level-top-sectioned .sectioned {
  display: table;
}
.navigation .megamenu.level-top-sectioned .sectioned .columns-group {
  display: table-cell !important;
  float: none;
  left: 0 !important;
  top: 0 !important;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
  width: 100%;
}
.navigation .megamenu.level-top-sectioned .submenu .columns-group:last-child > li:not(.parent) {
  padding-right: 20px;
}
.navigation .megamenu.level-top-sectioned .submenu .level1 {
  clear: both;
}
.navigation .megamenu.level-top-sectioned .sectioned .columns-group li > a {
  white-space: nowrap;
}
.navigation .megamenu.level-top-sectioned .sectioned .level1.submenu {
  padding-top: 10px;
}
.navigation .megamenu.level-top-boxed .submenu .columns-group {
  margin-top: 0;
}
.navigation .megamenu.level-top-boxed .boxed .submenu .columns-group {
  right: inherit !important;
  width: 100% !important;
  padding-bottom: 0;
}
.navigation .megamenu.level-top-boxed .boxed .submenu .columns-group > li > a {
  white-space: nowrap;
}
.navigation .megamenu.level-top-boxed .boxed .submenu .columns-group:last-child {
  padding-bottom: 10px;
}
.navigation .megamenu.level-top-boxed .boxed .submenu .level1 {
  margin-top: 0;
}
.navigation .megamenu.level-top-boxed .boxed.submenu .columns-group:first-child li:not(.parent) {
  margin-top: 0 !important;
}
.navigation .megamenu.level-top-boxed .submenu .columns-group li {
  padding-left: 0;
}
.navigation .megamenu.level-top-boxed .boxed.submenu .level1 .submenu li {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.navigation .megamenu.level-top-boxed .boxed.submenu .level1 .submenu li > a:first-child {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}
/** Pearl related styles */
.theme-pearl .page-header-v3 .header.panel {
  position: relative;
}
.theme-pearl .page-header-v3 .header.content {
  position: relative;
}
.theme-pearl .page-header-v3 .header.content .sections,
.theme-pearl .page-header-v3 .header.content .section-items,
.theme-pearl .page-header-v3 .header.content .section-item-content,
.theme-pearl .page-header-v3 .header.content .navigation,
.theme-pearl .page-header-v3 .header.content .navigation > ul {
  position: static;
}
.theme-pearl .nav-sections {
  z-index: 9 !important;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li a,
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li,
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li a {
  padding-left: 0 !important;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group {
  padding: 5px 0 20px;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu {
  padding-top: 12px;
  padding-bottom: 7px;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-boxed .submenu .columns-group {
  margin: 0;
  padding-bottom: 20px;
  width: auto !important;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-boxed .submenu .columns-group li {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  width: auto !important;
  float: left !important;
  clear: both;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-boxed .submenu .columns-group:first-child {
  padding-top: 10px;
}
.theme-pearl .nav-sections .navigation .megamenu.level-top-boxed .submenu .columns-group:first-child li:not(.parent) {
  margin-top: 10px;
}
.theme-pearl .nav-sections.sticky-header-nav .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper {
  top: 0 !important;
}
.theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child {
  margin-left: 0 !important;
}
.theme-pearl .nav-sections.nav-sections-2 .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child {
  /*margin-left: -20px;*/
}
/***********************
*** Mega Menu Blocks ***
************************/
.navigation .megamenu .level0.submenu > li {
  margin-bottom: 0;
}
.navigation .megamenu .level0.submenu .menu-block.block-container {
  display: none;
  overflow: hidden;
}
.navigation .megamenu .level0.submenu .menu-block.block-container p,
.navigation .megamenu .level0.submenu .menu-block.block-container a,
.navigation .megamenu .level0.submenu .menu-block.block-container ul,
.navigation .megamenu .level0.submenu .menu-block.block-container ul li {
  display: block !important;
  padding: 5px 0 0;
  margin: 0;
  text-transform: none;
}
.navigation .megamenu .level0.submenu .menu-block.top-block {
  clear: both;
  padding: 0;
  width: 100%;
}
.navigation .megamenu .level0.submenu .menu-block.right-block {
  float: right;
}
.navigation .megamenu .level0.submenu .menu-block.bottom-block {
  clear: both;
  padding: 0;
  width: 100%;
}
.navigation .megamenu .level0.submenu .menu-block.left-block {
  float: left;
}
/*********************************************
*** Mega Menu Blocks - specific menu types ***
**********************************************/
/* fullwidth megamenu */
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block,
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .submenu-child {
  padding: 0 !important;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block.top-group {
  clear: both;
  width: 100%;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .top-block {
  padding-top: 10px;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block.bottom-group {
  clear: both;
  width: 100%;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .bottom-block {
  padding-bottom: 10px;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .left-block {
  padding: 18px 20px 20px 0;
  width: 100%;
}
.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .right-block {
  padding: 18px 0 20px 20px;
  width: 100%;
}
/* sectioned megamenu */
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block .columns-group {
  top: 0 !important;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.top-block-child .submenu-child:first-child {
  padding: 10px 20px 0;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.bottom-block-child .submenu-child:last-child {
  padding: 0 20px 15px;
  width: 100%;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.left-block-child.top-block-child .submenu-child:nth-of-type(2) {
  padding: 20px 0 20px 20px;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.left-block-child:not(.top-block-child) .submenu-child:nth-of-type(1) {
  padding: 20px 0 15px 20px;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned .right-block-child {
  padding: 20px 20px 15px 0;
  float: right;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.left-block-child .submenu-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child .submenu-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child.top-block-child.bottom-block-child .submenu-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.left-block-child.top-block-child.bottom-block-child .submenu-child {
  display: inline-block;
  vertical-align: top;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child:not(.top-block-child) .submenu-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child:not(.bottom-block-child) .submenu-child {
  display: table-cell;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.left-block-child.top-block-child.bottom-block-child .submenu-child:first-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.left-block-child.top-block-child.bottom-block-child .submenu-child:last-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child.top-block-child.bottom-block-child .submenu-child:first-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.right-block-child.top-block-child.bottom-block-child .submenu-child:last-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.top-block-child.left-block-child .submenu-child:first-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.top-block-child.right-block-child .submenu-child:first-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.bottom-block-child.right-block-child .submenu-child:last-child,
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.bottom-block-child.left-block-child .submenu-child:last-child {
  display: block;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.top-block-child.right-block-child .submenu-child:nth-of-type(3) {
  float: right;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.top-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(3) {
  float: none;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.has-menu-block.top-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(4) {
  float: right;
}
.navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.bottom-block-child .submenu-child .columns-group {
  padding-bottom: 0;
}
/* boxed megamenu */
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block .submenu-child,
.navigation .megamenu.level-top-default .level0.submenu.default.has-menu-block .submenu-child {
  display: block;
  float: left;
  clear: both;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child .submenu-child:first-child {
  padding: 10px 20px 0;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.bottom-block-child .submenu-child:last-child {
  padding: 0 20px 20px;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.left-block-child:not(.top-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.left-block-child.top-block-child .submenu-child:nth-of-type(2) {
  padding: 20px 0 10px 20px;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed .right-block-child {
  padding: 20px 20px 15px 0;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child:not(.top-block-child):not(.bottom-block-child):not(.right-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child:not(.top-block-child):not(.bottom-block-child):not(.left-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child:not(.right-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.right-block-child:not(.left-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.bottom-block-child:not(.left-block-child):not(.top-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child.bottom-block-child:not(.right-block-child):not(.top-block-child) .submenu-child:nth-of-type(1),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.left-block-child:not(.right-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child:not(.top-block-child):not(.bottom-block-child):not(.right-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child:not(.top-block-child):not(.bottom-block-child):not(.left-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.right-block-child:not(.left-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.bottom-block-child:not(.left-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(4),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child:not(.left-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(4),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child:not(.right-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child.bottom-block-child:not(.right-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.left-block-child:not(.right-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child:not(.left-block-child) .submenu-child:nth-of-type(2) {
  display: inline-block;
  vertical-align: top;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child:not(.top-block-child):not(.bottom-block-child):not(.right-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child:not(.top-block-child):not(.bottom-block-child):not(.left-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.right-block-child:not(.left-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.bottom-block-child:not(.left-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(4),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child:not(.left-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(4),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child:not(.right-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child.bottom-block-child:not(.right-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.left-block-child:not(.right-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(3) {
  clear: none;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child:not(.top-block-child):not(.bottom-block-child):not(.right-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child:not(.top-block-child):not(.bottom-block-child):not(.left-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.right-block-child:not(.left-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.bottom-block-child:not(.left-block-child):not(.top-block-child) .submenu-child:nth-of-type(2),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(4),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child:not(.left-block-child) .submenu-child:nth-of-type(3),
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(4) {
  float: right;
}
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.left-block-child:not(.top-block-child):not(.bottom-block-child):not(.right-block-child) .submenu-child:nth-of-type(2) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child:not(.top-block-child):not(.bottom-block-child):not(.left-block-child) .submenu-child:nth-of-type(2) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.right-block-child:not(.left-block-child):not(.bottom-block-child) .submenu-child:nth-of-type(3) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.left-block-child:not(.bottom-block-child):not(.top-block-child) .submenu-child:nth-of-type(3) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.right-block-child.bottom-block-child:not(.left-block-child):not(.top-block-child) .submenu-child:nth-of-type(2) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.left-block-child.right-block-child:not(.bottom-block-child) .submenu-child:nth-of-type(4) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child:not(.left-block-child) .submenu-child:nth-of-type(3) .block-container,
.navigation .megamenu.level-top-boxed .level0.submenu.boxed.has-menu-block.top-block-child.bottom-block-child.right-block-child.left-block-child .submenu-child:nth-of-type(4) .block-container {
  float: left;
}
.page-wrapper {
  overflow: hidden;
}
.navigation .megamenu .mm-image.mm-align-center {
  text-align: center !important;
}
.navigation .megamenu .mm-image.mm-align-left {
  text-align: left !important;
}
.navigation .megamenu .mm-image.mm-align-right {
  text-align: right !important;
}
.navigation .megamenu .mm-image.mm-align-hide .mm-subcategory-title,
.navigation .megamenu .mm-image.mm-align-hide .megamenu-promo-text {
  display: none !important;
}
.navigation .megamenu.level-top-fullwidth .mm-image .mm-image-wrp,
.navigation .megamenu.level-top-sectioned .mm-image .mm-image-wrp {
  display: block;
  text-align: center;
  width: 100%;
}
.navigation .megamenu.level-top-boxed .mm-image .mm-image-wrp,
.navigation .megamenu.level-top-fullwidth .level2 .mm-image .mm-image-wrp,
.navigation .megamenu.level-top-sectioned .level2 .mm-image .mm-image-wrp {
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}
.navigation .megamenu.level-top-default .mm-image .mm-image-wrp {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
.navigation ul li.megamenu ul.submenu li a > span.underline-megamenu,
.navigation ul li.megamenu ul.submenu li a > span.bottom-fade-in {
  position: relative;
}
.navigation ul li.megamenu ul.submenu li a > span.underline-megamenu:before,
.navigation ul li.megamenu ul.submenu li a > span.underline-megamenu:after,
.navigation ul li.megamenu ul.submenu li a > span.bottom-fade-in:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 1px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  opacity: 0;
}
.navigation ul li.megamenu ul.submenu li a:hover > span.underline-megamenu:before,
.navigation ul li.megamenu ul.submenu li a:hover > span.underline-megamenu:after,
.navigation ul li.megamenu ul.submenu li a > span.bottom-fade-in:before {
  width: 100%;
  opacity: 1;
}
.navigation ul li.megamenu ul.submenu li a:hover > span.none:before,
.navigation ul li.megamenu ul.submenu li a:hover > span.none:after {
  opacity: 0;
}
.navigation ul li.megamenu ul.submenu li a > span.left-right:before,
.navigation ul li.megamenu ul.submenu li a > span.left-right:after {
  left: 0;
}
.navigation ul li.megamenu ul.submenu li a:hover > span.outwards:before,
.navigation ul li.megamenu ul.submenu li a:hover > span.outwards:after {
  width: 50%;
}
.navigation ul li.megamenu ul.submenu li a > span.outwards:before {
  left: 50%;
}
.navigation ul li.megamenu ul.submenu li a > span.outwards:after {
  right: 50%;
}
.nav-sections.sticky-header-nav .navigation .megamenu .mm-image-wrp img {
  max-width: 100%;
}
/* Fix navigation z-index for luma */
.nav-sections {
  z-index: 9;
}
.navigation .megamenu.level0 a.level-top.ui-state-focus {
  color: #333 !important;
}
body:not(.mobile-nav) .nav-sections-4.sticky-header .navigation {
  margin-top: 10px;
}
.navigation ul li.megamenu ul.submenu li a.image-position-top {
  display: flex;
  flex-direction: column;
}
.navigation ul li.megamenu ul.submenu li a.image-position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
.navigation ul li.megamenu ul.submenu li a.image-position-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation ul li.megamenu ul.submenu li a.image-position-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
