@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.side-panel {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
@media (max-width: 767px) {
  .side-panel {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  .side-panel .general-close {
    top: 20px;
  }
  .side-panel.active {
    right: -1px;
  }
}
@media (max-width: 767px) {
  .side-panel-site-ribbon {
    top: 70px;
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup .modal-inner-wrap,
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    padding-top: 30px;
  }
}
body {
  font-family: 'Sackers Gothic', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}
.close {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
.grid-product-name {
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
.title-basis {
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.title-medium {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.title-big {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-big {
    font-size: 16px;
  }
}
.header-links {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
}
.header-links:hover span,
.header-links span {
  line-height: 60px !important;
  height: 60px;
}
.header-links:hover span span,
.header-links span span,
.header-links:hover span span:before,
.header-links span span:before,
.header-links:hover span span:after,
.header-links span span:after {
  height: 60px;
  line-height: 60px;
}
.header-links:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .header-links span,
  .header-links span:before,
  .header-links span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  .header-links span:hover span,
  .header-links span:before:hover span,
  .header-links span:after:hover span,
  .header-links span span,
  .header-links span:before span,
  .header-links span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  .header-links span:hover span span,
  .header-links span:before:hover span span,
  .header-links span:after:hover span span,
  .header-links span span span,
  .header-links span:before span span,
  .header-links span:after span span,
  .header-links span:hover span span:before,
  .header-links span:before:hover span span:before,
  .header-links span:after:hover span span:before,
  .header-links span span span:before,
  .header-links span:before span span:before,
  .header-links span:after span span:before,
  .header-links span:hover span span:after,
  .header-links span:before:hover span span:after,
  .header-links span:after:hover span span:after,
  .header-links span span span:after,
  .header-links span:before span span:after,
  .header-links span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
.link {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.default-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.default-text-small {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
}
.button-height-xxl {
  line-height: 60px !important;
  height: 60px;
}
.button-height-xxl:hover span,
.button-height-xxl span {
  line-height: 60px !important;
  height: 60px;
}
.button-height-xxl:hover span span,
.button-height-xxl span span,
.button-height-xxl:hover span span:before,
.button-height-xxl span span:before,
.button-height-xxl:hover span span:after,
.button-height-xxl span span:after {
  height: 60px;
  line-height: 60px;
}
.button-height-extrabig {
  line-height: 50px !important;
  height: 50px;
}
.button-height-extrabig:hover span,
.button-height-extrabig span {
  line-height: 50px !important;
  height: 50px;
}
.button-height-big {
  line-height: 40px !important;
  height: 40px;
}
.button-height-big:hover span,
.button-height-big span {
  line-height: 40px !important;
  height: 40px;
}
.button-height-medium {
  line-height: 33px !important;
  height: 33px;
}
.button-height-medium:hover span,
.button-height-medium span {
  line-height: 33px !important;
  height: 33px;
}
.button-primary,
.button-secondary {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
}
.button-primary span,
.button-secondary span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .button-primary,
  .button-secondary {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.button-primary {
  color: #ffffff;
  background: #000000;
  font-weight: 500;
  line-height: 40px !important;
  height: 40px;
}
.button-primary:hover span,
.button-primary span {
  line-height: 40px !important;
  height: 40px;
}
.button-primary span {
  color: #ffffff;
}
.button-primary-disabled {
  background: #858585;
  border: 1px solid #858585;
  cursor: unset;
  pointer-events: none;
}
.button-secondary {
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.button-secondary:hover span,
.button-secondary span {
  line-height: 40px !important;
  height: 40px;
}
.button-secondary span {
  color: #000000;
}
.button-secondary a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.button-secondary a:hover span,
.button-secondary a span {
  line-height: 40px !important;
  height: 40px;
}
.button-secondary:hover {
  border: 1px solid #000000;
}
.button-secondary:hover span {
  color: #333333;
}
.button-tocart-color {
  background: #b78944;
  border: 1px solid #b78944;
}
/*
.action.primary.tocart {
    .button-tocart-color;
}
*/
.action span {
  border-bottom: 1px solid;
}
.action.action-toggle span,
.action.action-apply span {
  border: none;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 0;
}
button.primary,
button.action.primary,
a.action.primary,
button.action-primary,
.action.primary,
.action.primary.tocart {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  font-weight: 500;
  line-height: 40px !important;
  height: 40px;
  border-radius: 0;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  button.primary,
  button.action.primary,
  a.action.primary,
  button.action-primary,
  .action.primary,
  .action.primary.tocart {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
button.primary:hover span,
button.action.primary:hover span,
a.action.primary:hover span,
button.action-primary:hover span,
.action.primary:hover span,
.action.primary.tocart:hover span,
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  line-height: 40px !important;
  height: 40px;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  color: #ffffff;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  border: none;
}
.action.secondary,
.action.filter-clear {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.action.secondary span,
.action.filter-clear span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .action.secondary,
  .action.filter-clear {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.action.secondary:hover span,
.action.filter-clear:hover span,
.action.secondary span,
.action.filter-clear span {
  line-height: 40px !important;
  height: 40px;
}
.action.secondary span,
.action.filter-clear span {
  color: #000000;
}
.action.secondary a,
.action.filter-clear a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.action.secondary a:hover span,
.action.filter-clear a:hover span,
.action.secondary a span,
.action.filter-clear a span {
  line-height: 40px !important;
  height: 40px;
}
.action.secondary:hover,
.action.filter-clear:hover {
  border: 1px solid #000000;
}
.action.secondary:hover span,
.action.filter-clear:hover span {
  color: #333333;
}
.action.viewcart span {
  border: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
button:hover {
  background: unset;
  border: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
select,
textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
input[type="checkbox"] + label,
input[type="checkbox"] + .pretty-checkbox {
  position: relative;
  line-height: 16px;
  padding-left: 20px;
  cursor: pointer;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + .pretty-checkbox:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #636363;
  width: 12px;
  height: 12px;
  left: 0;
  top: -1px;
  cursor: pointer;
}
input[type="checkbox"] + label:after,
input[type="checkbox"] + .pretty-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  height: 6px;
  width: 3px;
  top: 1px;
  left: 0;
  margin-left: 5px;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .pretty-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  height: 7px;
  width: 3px;
  top: 0;
  left: 0;
  margin-left: 5px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
form .fieldset > .field:not(.choice) > .label {
  padding: 0;
}
.message.error {
  color: #e02b27;
  width: fit-content;
  padding: 10px 20px 10px 40px;
}
.message.error > div {
  color: #e02b27;
}
.dropdown-arrow {
  display: inline-block;
  text-decoration: none;
}
.dropdown-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.dropdown-arrow:after {
  text-indent: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}
.dropdown-arrow-active:after {
  transform: rotate(270deg);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}
.slick-dots li {
  width: 13px;
  height: 2px;
  display: inline-block;
}
.slick-dots li button {
  border: none;
  width: 13px;
  height: 2px;
  background: #adadad;
  margin: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
.slick-dots li button:hover {
  background: #cccccc;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
.slick-dots li.slick-active {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
.slick-dots li.slick-active button {
  background: #000000;
}
.action.close,
.general-close,
.notice-close {
  position: absolute;
  top: 7px;
  right: 10px;
}
.action.close :after,
.general-close :after,
.notice-close :after {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 10px;
}
.login-container .fieldset:after {
  margin-top: 15px;
}
form .field.password .control .input-text {
  z-index: 0;
}
form .fieldset {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
form .fieldset:after {
  width: 100%;
}
form .fieldset > .field {
  position: relative;
  margin-bottom: 20px;
}
form .fieldset .field-required > .label {
  font-size: 11px;
}
form .fieldset .field-required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
form .fieldset .action.remind {
  font-size: 12px;
}
form .fieldset .field.choice.newsletter input[type="checkbox"] {
  left: 0;
  top: 0;
  margin: 0;
}
form .fieldset .field.choice.newsletter:before {
  padding: 0;
}
form .fieldset .field.choice.newsletter label.label {
  display: block;
  padding-bottom: 6px;
  font-size: 11px;
}
form .fieldset label.label,
form .fieldset label,
form .fieldset label.span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
form .fieldset > .legend {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
form .fieldset .field.date .control {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-between;
}
form .fieldset .field.date .control .date-field {
  flex: 0 0 28%;
  margin: 0;
}
form .fieldset .field.date .control .validate-date {
  flex: 0 0 100%;
  height: 0;
}
form .fieldset .field.date .control .date-separator {
  margin-top: 12px;
}
form .fieldset .street-field {
  margin-bottom: 0;
}
form .fieldset .street-field .field {
  margin-bottom: 20px;
}
.block-hide,
.action.primary.block-hide {
  display: none;
}
.block-show {
  display: block;
}
.action.primary.nostock,
.action.primary.selectsize {
  opacity: 0.5;
}
.action.tocompare,
.product-info-main .action.tocompare,
.add-to-links .action.tocompare,
.product-item-actions .actions-secondary > .action.tocompare {
  display: none;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action {
  width: fit-content !important;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .abs-actions-addto-gridlist,
  .table-comparison .wishlist.split.button > .action.split,
  .product-items .wishlist.split.button > .action.split,
  .product-item-actions .actions-secondary > .action {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.abs-actions-addto-gridlist:hover span,
.table-comparison .wishlist.split.button > .action.split:hover span,
.product-items .wishlist.split.button > .action.split:hover span,
.product-item-actions .actions-secondary > .action:hover span,
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  color: #000000;
}
.abs-actions-addto-gridlist a,
.table-comparison .wishlist.split.button > .action.split a,
.product-items .wishlist.split.button > .action.split a,
.product-item-actions .actions-secondary > .action a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.abs-actions-addto-gridlist a:hover span,
.table-comparison .wishlist.split.button > .action.split a:hover span,
.product-items .wishlist.split.button > .action.split a:hover span,
.product-item-actions .actions-secondary > .action a:hover span,
.abs-actions-addto-gridlist a span,
.table-comparison .wishlist.split.button > .action.split a span,
.product-items .wishlist.split.button > .action.split a span,
.product-item-actions .actions-secondary > .action a span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist:hover,
.table-comparison .wishlist.split.button > .action.split:hover,
.product-items .wishlist.split.button > .action.split:hover,
.product-item-actions .actions-secondary > .action:hover {
  border: 1px solid #000000;
}
.abs-actions-addto-gridlist:hover span,
.table-comparison .wishlist.split.button > .action.split:hover span,
.product-items .wishlist.split.button > .action.split:hover span,
.product-item-actions .actions-secondary > .action:hover span {
  color: #333333;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-item-actions .actions-secondary > .action > span {
  line-height: 40px !important;
  height: 40px;
  overflow: unset !important;
  position: unset !important;
  width: 100% !important;
  box-sizing: border-box;
  height: 40px !important;
  margin: 0 !important;
  display: block;
}
.abs-actions-addto-gridlist > span:hover span,
.table-comparison .wishlist.split.button > .action.split > span:hover span,
.product-items .wishlist.split.button > .action.split > span:hover span,
.product-item-actions .actions-secondary > .action > span:hover span,
.abs-actions-addto-gridlist > span span,
.table-comparison .wishlist.split.button > .action.split > span span,
.product-items .wishlist.split.button > .action.split > span span,
.product-item-actions .actions-secondary > .action > span span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist:hover > span,
.table-comparison .wishlist.split.button > .action.split:hover > span,
.product-items .wishlist.split.button > .action.split:hover > span,
.product-item-actions .actions-secondary > .action:hover > span {
  line-height: 40px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-item-actions .actions-secondary > .action:before {
  content: none;
}
.action.towishlist,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.product-item-actions .actions-secondary > .action.towishlist,
.towishlist,
.wishlist {
  min-width: unset;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  width: 30px;
}
.action.towishlist span,
.product-items .action.towishlist span,
.products.list.items .action.towishlist span,
.table-comparison .action.towishlist span,
.product-info-main .action.towishlist span,
.product-options-bottom .action.towishlist span,
.product-item-actions .actions-secondary > .action.towishlist span,
.towishlist span,
.wishlist span {
  display: none;
}
.action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-info-main .action.towishlist:before,
.product-options-bottom .action.towishlist:before,
.product-item-actions .actions-secondary > .action.towishlist:before,
.towishlist:before,
.wishlist:before {
  display: inline-block;
  text-decoration: none;
  font-family: 'icons-blank-theme';
  content: '\e601';
  font-size: 34px;
  width: 30px;
  display: flex;
  justify-content: center;
}
.action.towishlist:before:before,
.product-items .action.towishlist:before:before,
.products.list.items .action.towishlist:before:before,
.table-comparison .action.towishlist:before:before,
.product-info-main .action.towishlist:before:before,
.product-options-bottom .action.towishlist:before:before,
.product-item-actions .actions-secondary > .action.towishlist:before:before,
.towishlist:before:before,
.wishlist:before:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.towishlist:hover,
.product-items .action.towishlist:hover,
.products.list.items .action.towishlist:hover,
.table-comparison .action.towishlist:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.product-item-actions .actions-secondary > .action.towishlist:hover,
.towishlist:hover,
.wishlist:hover {
  border: none;
  background: transparent;
}
.action.towishlist:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-info-main .action.towishlist:hover:before,
.product-options-bottom .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action.towishlist:hover:before,
.towishlist:hover:before,
.wishlist:hover:before {
  content: '\e600';
}
@media (max-width: 767px) {
  .product-item-actions {
    display: flex;
  }
  .abs-actions-addto-gridlist,
  .action.towishlist,
  .abs-actions-addto-gridlist,
  .table-comparison .wishlist.split.button > .action.split,
  .product-items .wishlist.split.button > .action.split,
  .product-items .action.towishlist,
  .products.list.items .action.towishlist,
  .table-comparison .action.towishlist,
  .product-item-actions .actions-secondary > .action,
  .product-info-main .action.towishlist {
    width: 100% !important;
  }
  .abs-actions-addto-gridlist a,
  .action.towishlist a,
  .abs-actions-addto-gridlist a,
  .table-comparison .wishlist.split.button > .action.split a,
  .product-items .wishlist.split.button > .action.split a,
  .product-items .action.towishlist a,
  .products.list.items .action.towishlist a,
  .table-comparison .action.towishlist a,
  .product-item-actions .actions-secondary > .action a,
  .product-info-main .action.towishlist a,
  .abs-actions-addto-gridlist span,
  .action.towishlist span,
  .abs-actions-addto-gridlist span,
  .table-comparison .wishlist.split.button > .action.split span,
  .product-items .wishlist.split.button > .action.split span,
  .product-items .action.towishlist span,
  .products.list.items .action.towishlist span,
  .table-comparison .action.towishlist span,
  .product-item-actions .actions-secondary > .action span,
  .product-info-main .action.towishlist span {
    width: 100% !important;
  }
}
.site-notice-wrapper.top-ribbon {
  display: block !important;
  background: white;
  height: 30px;
  width: 100%;
  z-index: 3;
  position: fixed;
  top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-notice-wrapper.top-ribbon[style*="display: none"] {
  height: 0;
}
.site-notice-wrapper.top-ribbon[style*="display: none"] .custom-html.ribbon {
  opacity: 0;
}
.site-notice-wrapper.top-ribbon .notice-close {
  color: #ffffff;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 12;
  cursor: pointer;
}
.site-notice-wrapper.top-ribbon .notice-close:after {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #fff;
  float: right;
  margin: 0;
}
.ribbon {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 11px;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
.ribbon a {
  color: #ffffff;
}
.ribbon .ribbon-rotate {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: -10px;
  visibility: hidden;
  display: block !important;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 10px;
  transition-delay: .1s;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
.ribbon .ribbon-rotate.active {
  opacity: 1;
  top: 0;
  bottom: 0;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
/*
body.right-is-open {
    overflow-y: hidden;
    header.page-header{z-index:0}
    .ribbon{z-index:0}
    header.page-header {
        .header-main-right{z-index:0}
    }
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    body.right-is-open {
        header.page-header{
        .header.content{margin-top:-80px}
        }
    }
}
*/
/*
body.sizeguide-is-open.right-is-open{
    header.page-header{z-index:1}
    &:before {
         content: '';
         backdrop-filter: blur(10px);
         position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2001;}
}
*/
body.sizeguide-is-open header.page-header {
  z-index: 1;
}
.sizeguide-border {
  border-bottom: 1px dashed #d1d1d1 !important;
}
body .block-static-block.widget,
body .block-cms-link.widget {
  margin: 0;
}
::placeholder {
  color: #333333 !important;
}
::-webkit-input-placeholder {
  color: #333333 !important;
}
::-moz-placeholder {
  color: #333333 !important;
}
::-ms-input-placeholder {
  color: #333333 !important;
}
* {
  text-transform: none;
}
.price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.price-including-tax .price,
.price-excluding-tax .price,
.price-including-tax,
.price-excluding-tax,
.grid-price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.product-price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  font-size: 16px;
}
.special-price .price,
.price-final_price .price {
  font-weight: 600;
}
.old-price .price,
.old-price.special-price .price,
.product-item .old-price .price,
.product-item .old-price.sly-old-price .price {
  color: #8c8c8c;
  text-decoration: line-through;
}
.block-title,
.block-title > strong {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.modal-popup .modal-title {
  font-weight: 600;
}
.modal-popup .modal-footer {
  display: flex;
  gap: 10px;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  z-index: 1;
  margin: 15px;
}
.lines-button.x {
  position: fixed;
  left: 25px;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 1;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.lines-button.x:before {
  top: 15px;
  height: 8px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: transparent;
}
.lines-button.x:after {
  height: 2px;
  top: 27px;
  background-color: #000000;
  bottom: calc(28.75%);
}
.lines-button.x:before,
.lines-button.x:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  left: 0;
  transition: all 0.2s ease-out;
}
#html-body header.page-header {
  margin-bottom: 20px;
  padding: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
}
#html-body header.page-header:after {
  content: "";
  position: fixed;
  width: unset;
  height: unset;
  top: 0;
  left: 0;
  background: transparent;
  backdrop-filter: none;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body header.page-header .header.content {
  position: relative;
  padding: 0;
}
#html-body header.page-header .header.content .minicart-wrapper .action.close:before {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right {
  position: fixed;
  right: 25px;
  z-index: 3;
  align-items: center;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body header.page-header .header.content .header-main-right a {
  color: #000000;
  display: block;
  cursor: pointer;
}
#html-body header.page-header .header.content .header-main-right .link.wishlist a {
  display: block;
}
#html-body header.page-header .header.content .header-main-right .link.wishlist a span {
  margin-left: 3px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper {
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .product.actions .secondary a {
  color: #000000;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart {
  width: 40px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart:before {
  content: "";
  width: 30px;
  height: 60px;
  line-height: 60px;
  display: block;
  background-image: url("..//images/ico-cart.png");
  background-position: 0 20px;
  background-size: 22px;
  background-repeat: no-repeat;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty {
  height: 60px;
  line-height: 60px;
  vertical-align: bottom;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty:after {
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text {
  position: unset;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
  font-size: 12px;
  display: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover {
  color: #333333;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number {
  line-height: 60px !important;
  height: 60px;
  margin: 0 1px;
  text-align: center;
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link a:before {
  content: "\e005";
  font-family: 'Simple Line Icons';
  font-size: 17px;
  text-align: center;
  width: 30px;
  display: block;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account {
  line-height: 60px !important;
  height: 60px;
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span:before,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span:before,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span:after,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .block-search .nested {
  display: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .form.minisearch .label {
  display: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .form.minisearch .block-search {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
#html-body header.page-header .header.content .header-main-right .block-search .control {
  border: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .action.search {
  position: unset;
}
#html-body header.page-header .header.content .header-main-right .block-search .action.search > span {
  margin: 0;
  height: unset;
  width: 100%;
  display: block;
  position: unset;
  overflow: unset;
}
#html-body header.page-header .header.content .header-main-right #account-popup {
  font-size: 13px;
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
  padding-bottom: 0;
}
#html-body header.page-header .header.content .header-main-right #account-popup .login-notice {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right #account-popup {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right #account-popup > div {
  display: flex;
  flex-direction: column;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-title strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-content.login-account {
  order: 0;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-content.register-account {
  order: 1;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .primary {
  float: none;
  margin: 0;
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .primary .action.primary {
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary {
  float: none;
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary a.action {
  margin: 0;
  line-height: 20px;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary a.action.reminder {
  display: block;
  margin-bottom: 20px;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary .action.primary {
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field {
  display: flex;
  flex-direction: column;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="text"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="password"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="url"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="tel"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="search"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="number"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type*="date"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="email"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field select,
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field textarea {
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field.date .control .date-separator {
  margin: 0;
  line-height: 40px;
}
#html-body header.page-header .header.content .header-main-right #account-popup.active {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
  right: 0;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right #account-popup.active {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right #account-popup.active .welcome-message {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper {
  margin-left: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart {
  display: flex;
  flex-direction: row;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart:before {
  content: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text {
  position: unset;
  margin: 0;
  overflow: unset;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
  display: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover {
  color: #333333;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty {
  background: transparent;
  padding: 0;
  font-size: 12px;
  min-width: fit-content;
  overflow: unset;
  display: flex;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before {
  content: "(";
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after {
  content: ")";
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-content .subtitle.empty {
  font-weight: 400;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper.active .mage-dropdown-dialog .block-minicart {
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body header.page-header .header.content .header-main-right ul.header.links {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li {
  list-style: none;
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li a span {
  display: none !important;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a {
  display: block;
  text-decoration: none;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a:before {
  margin-top: -2px;
}
#html-body header.page-header .header.content .header-right-bottom {
  order: 4;
  position: fixed;
  right: 3%;
  top: 145px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links {
  margin: 0;
  justify-content: flex-end;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links li {
  list-style-type: none;
  line-height: 20px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view {
  z-index: 1;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link a,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  display: block;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link ::marker,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view ::marker {
  margin: 0 10px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control:before,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control:before {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 0 10px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  line-height: 21px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box:before,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box:before {
  line-height: 21px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box button,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box button {
  line-height: 19px;
}
#html-body header.page-header.filter-is-open {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body header.page-header.filter-is-open .logo {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body header.page-header.filter-is-open .header-main-right .header.links .grid-view {
  opacity: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #account-popup #drubu-header-login {
  margin-bottom: 40px;
}
#html-body #account-popup .all-my-account {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#html-body .page-products header.page-header .header.content .header-right-bottom .additional.links {
  display: flex;
}
#html-body #main-navigation.navigation {
  left: 0;
  right: unset;
  box-sizing: border-box;
  font-size: 12px;
  position: fixed;
  z-index: 3;
  padding: 25px;
  background: #ffffff;
  transform: translate(0, 0);
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3ss all ease-in;
}
#html-body #main-navigation.navigation.mobile-closed {
  opacity: 0;
  transform: translate(-100%, 0);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3ss all ease-in;
  pointer-events: none;
}
#html-body #main-navigation.navigation .navigation-container {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
#html-body #main-navigation.navigation .navigation-container ul {
  padding: 0;
  margin: 0;
  line-height: 27px;
}
#html-body #main-navigation.navigation .navigation-container ul li {
  margin: 0;
  padding: 0;
}
#html-body #main-navigation.navigation .navigation-container ul li a {
  font-size: 14px;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu {
  padding: 0;
  display: flex;
  box-sizing: border-box;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu.swiped {
  left: -470px;
  right: unset;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu.not-swiped {
  right: 0;
  left: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu a.expand-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  width: 100%;
  padding: 0;
  z-index: 1;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu li {
  flex: 1;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu li.doble-column ul.level0.submenu {
  display: flex;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu {
  /*                .level1.submenu{
                    li{
                        a{
                        &:focus, &:hover{border-bottom:1px solid}
                        }
                    }
                }*/
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back {
  display: none;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back {
  line-height: 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:before {
  vertical-align: top;
  margin: 0 0 0 -10px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 9px;
  left: 17px;
  background: #000000;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .megamenu-content {
  margin-top: 20px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .megamenu-content .pagebuilder-column-line {
  gap: 10px;
  flex-wrap: nowrap;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu li.level1.parent {
  margin-bottom: 20px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu li.level1.parent > a {
  font-weight: 600;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu.visible {
  opacity: 1;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu.not-visible {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #main-navigation.navigation .parent {
  position: relative;
}
#html-body #main-navigation.navigation .parent a.level-top {
  display: inline-block;
  text-decoration: none;
}
#html-body #main-navigation.navigation .parent a.level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body #main-navigation.navigation .parent a.level-top:after {
  width: 15px;
  text-indent: -4px;
  opacity: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
  display: none;
}
#html-body #main-navigation.navigation .parent.opened a.level-top:after {
  opacity: 1;
  transform: translate(2px, 0);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition: 0.3s all ease-in;
}
#html-body #main-navigation.navigation .submenu a {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation .submenu .menu-destacado a {
  font-weight: 600;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation span {
  text-transform: uppercase;
}
#html-body #main-navigation.navigation a:hover {
  font-weight: 600;
}
#html-body.checkout-index-index.site-ribbon .page-wrapper header.page-header .header.content .logo {
  top: 0;
  padding: 20px;
  height: unset;
  background: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body header #main-navigation.navigation .level0 .submenu .megamenu-content .pagebuilder-column-group figure img {
    max-width: 250px !important;
  }
}
.loading-mask .loader > img {
  width: 20px;
  height: unset;
  display: none;
}
.loading-mask .loader:before {
  content: "";
  display: block;
  background-image: url('..//images/loading.gif');
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkout-index-index .loading-mask {
  background: transparent;
}
#checkout-loader .loader img {
  width: 20px;
  height: unset;
}
.checkout-success h1 {
  margin-bottom: 20px;
}
.checkout-success p {
  font-size: 14px;
  line-height: 24px;
}
.whatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 0;
}
.whatsapp a {
  display: block;
}
.whatsapp img {
  width: 40px;
  height: 40px;
  display: block;
}
.dynamic-popup {
  display: none;
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.dynamic-popup.active {
  display: block;
}
.dynamic-popup .fancybox-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}
.dynamic-popup .fancybox-popup-close:before {
  font-family: 'icons-blank-theme';
  content: "\e616";
  font-size: 19px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.dynamic-popup .popup-bottom {
  width: 100%;
  bottom: 0;
  left: 50%;
  margin: 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamic-popup .popup-bottom label {
  font-size: 8px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.dynamic-popup .popup-bottom input[type="checkbox"] {
  top: 0;
  margin-right: 5px;
}
.dynamic-popup-overlay {
  width: 100%;
  height: 100vh;
  background: #000000a1;
  position: fixed;
  top: 0;
  z-index: 4;
}
.dynamic-popup.inactive,
.dynamic-popup-overlay.inactive {
  opacity: 0;
  transform: translate(-50%, 0);
  top: -200%;
  height: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cms-index-index .dynamic-popup {
  width: 700px;
}
.cms-index-index .dynamic-popup .block.newsletter.popup {
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe {
  display: flex;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter {
  max-width: unset;
  flex: 0 0 70%;
  margin: 0;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter .control:before {
  content: none;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter .control input[type="email"] {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 33px !important;
  height: 33px;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter .control input[type="email"]:hover span,
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter .control input[type="email"] span {
  line-height: 33px !important;
  height: 33px;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .actions {
  flex: 0 0 30%;
  width: unset;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .actions .action.subscribe.primary {
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.5px;
  line-height: 33px !important;
  height: 33px;
}
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .actions .action.subscribe.primary:hover span,
.cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .actions .action.subscribe.primary span {
  line-height: 33px !important;
  height: 33px;
}
@media (max-width: 767px) {
  .cms-index-index .dynamic-popup {
    width: 90%;
  }
  .cms-index-index .dynamic-popup .block.newsletter.popup {
    max-width: 90%;
    width: 90%;
  }
  .cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe {
    flex-direction: column;
  }
  .cms-index-index .dynamic-popup .block.newsletter.popup .form.subscribe .field.newsletter .control input[type="email"] {
    font-size: 16px;
  }
}
.amlocator-wrapper .store-whatsapp {
  margin: 6px 0 6px 5px;
  display: inline-block;
  text-decoration: underline;
}
.amlocator-wrapper .store-whatsapp:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("..//Magento_Catalog/images/wapp.svg") no-repeat;
  background-size: 13px;
  vertical-align: bottom;
  margin-right: 4px;
}
.amlocator-wrapper .maps-link {
  margin: 4px 0 0 4px;
  display: inline-block;
  text-decoration: underline;
}
.amlocator-wrapper .maps-link:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("..//Magento_Catalog/images/map.svg") no-repeat;
  background-size: 19px;
  vertical-align: bottom;
  margin-right: 3px;
}
table thead th,
table tbody th,
table tfoot th {
  font-size: 12px;
  padding: 0;
  line-height: 22px;
}
table thead td,
table tbody td,
table tfoot td {
  font-size: 11px;
  line-height: 22px;
  padding: 0;
}
table thead td .price-including-tax,
table tbody td .price-including-tax,
table tfoot td .price-including-tax,
table thead td .price-excluding-tax,
table tbody td .price-excluding-tax,
table tfoot td .price-excluding-tax {
  line-height: 22px;
}
table thead td span,
table tbody td span,
table tfoot td span,
table thead td strong,
table tbody td strong,
table tfoot td strong {
  line-height: 22px;
  display: inline-block;
}
table thead td a,
table tbody td a,
table tfoot td a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  line-height: 22px;
}
.price-box {
  position: relative;
}
.price-box .frontend-summary-options.installments {
  font-size: 11px;
  display: block;
  flex-basis: 100%;
}
/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/*
 * Copyright (c) 2019
 * Copyright Holder : CompactCode - CompactCode BvBa - Belgium
 * Copyright : Unless granted permission from CompactCode BvBa.
 * You can not distribute, reuse, edit, resell or sell this.
 */
/*
 * Copyright (c) 2019
 * Copyright Holder : CompactCode - CompactCode BvBa - Belgium
 * Copyright : Unless granted permission from CompactCode BvBa.
 * You can not distribute, reuse, edit, resell or sell this.
 */
.spinner {
  margin: 0 auto;
}
.spinner.rotating-square {
  width: 40px;
  height: 40px;
  background-color: currentColor;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner.single-ping {
  width: 40px;
  height: 40px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: single-ping 1s infinite ease-in-out;
  animation: single-ping 1s infinite ease-in-out;
}
@-webkit-keyframes single-ping {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes single-ping {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.spinner.double-ping {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner.double-ping .double-ping1,
.spinner.double-ping .double-ping2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: double-ping 2s infinite ease-in-out;
  animation: double-ping 2s infinite ease-in-out;
}
.spinner.double-ping .double-ping2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes double-ping {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes double-ping {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner.rectangle-stretch {
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner.rectangle-stretch > div {
  background-color: currentColor;
  height: 100%;
  width: 6px;
  margin-right: 3px;
  display: inline-block;
  -webkit-animation: stretch 1.2s infinite ease-in-out;
  animation: stretch 1.2s infinite ease-in-out;
}
.spinner.rectangle-stretch .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner.rectangle-stretch .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner.rectangle-stretch .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner.rectangle-stretch .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretch {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner.chasing-cubes {
  width: 55px;
  height: 55px;
  position: relative;
}
.spinner.chasing-cubes .cube1,
.spinner.chasing-cubes .cube2 {
  background-color: currentColor;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubechase 1.8s infinite ease-in-out;
  animation: cubechase 1.8s infinite ease-in-out;
}
.spinner.chasing-cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubechase {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubechase {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spinner.chasing-dots {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: dotschase 2.0s infinite linear;
  animation: dotschase 2.0s infinite linear;
}
.spinner.chasing-dots .dot1,
.spinner.chasing-dots .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: chase-bounce 2s infinite ease-in-out;
  animation: chase-bounce 2s infinite ease-in-out;
}
.spinner.chasing-dots .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes dotschase {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes dotschase {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes chase-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes chase-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner.triple-bounce {
  width: 70px;
  text-align: center;
}
.spinner.triple-bounce > div {
  width: 18px;
  height: 18px;
  background-color: currentColor;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bounce 1.4s infinite ease-in-out both;
  animation: bounce 1.4s infinite ease-in-out both;
}
.spinner.triple-bounce > div:nth-child(2) {
  margin: 0 5px;
}
.spinner.triple-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner.triple-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner.bouncing-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner.bouncing-circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner.bouncing-circle .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: circleBounce 1.2s infinite ease-in-out both;
  animation: circleBounce 1.2s infinite ease-in-out both;
}
.spinner.bouncing-circle .circle.circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.spinner.bouncing-circle .circle.circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner.bouncing-circle .circle.circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.spinner.bouncing-circle .circle.circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner.bouncing-circle .circle.circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner.bouncing-circle .circle.circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner.bouncing-circle .circle.circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner.bouncing-circle .circle.circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner.bouncing-circle .circle.circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.spinner.bouncing-circle .circle.circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner.bouncing-circle .circle.circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner.bouncing-circle .circle.circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner.bouncing-circle .circle.circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.spinner.bouncing-circle .circle.circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner.bouncing-circle .circle.circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner.bouncing-circle .circle.circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner.bouncing-circle .circle.circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner.bouncing-circle .circle.circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.spinner.bouncing-circle .circle.circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.spinner.bouncing-circle .circle.circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner.bouncing-circle .circle.circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.spinner.bouncing-circle .circle.circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes circleBounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleBounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner.cube-grid {
  width: 40px;
  height: 40px;
}
.spinner.cube-grid .cube {
  width: 33%;
  height: 33%;
  background-color: currentColor;
  float: left;
  -webkit-animation: cubegrid 1.3s infinite ease-in-out;
  animation: cubegrid 1.3s infinite ease-in-out;
}
.spinner.cube-grid .cube.cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.spinner.cube-grid .cube.cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.spinner.cube-grid .cube.cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.spinner.cube-grid .cube.cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.spinner.cube-grid .cube.cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.spinner.cube-grid .cube.cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.spinner.cube-grid .cube.cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.spinner.cube-grid .cube.cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.spinner.cube-grid .cube.cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes cubegrid {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes cubegrid {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.spinner.fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner.fading-circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner.fading-circle .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: circleFade 1.2s infinite ease-in-out both;
  animation: circleFade 1.2s infinite ease-in-out both;
}
.spinner.fading-circle .circle.circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.spinner.fading-circle .circle.circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner.fading-circle .circle.circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.spinner.fading-circle .circle.circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner.fading-circle .circle.circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner.fading-circle .circle.circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner.fading-circle .circle.circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner.fading-circle .circle.circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner.fading-circle .circle.circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.spinner.fading-circle .circle.circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner.fading-circle .circle.circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner.fading-circle .circle.circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner.fading-circle .circle.circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.spinner.fading-circle .circle.circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner.fading-circle .circle.circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner.fading-circle .circle.circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner.fading-circle .circle.circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner.fading-circle .circle.circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.spinner.fading-circle .circle.circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.spinner.fading-circle .circle.circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner.fading-circle .circle.circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.spinner.fading-circle .circle.circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes circleFade {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes circleFade {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.spinner.folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.spinner.folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.spinner.folding-cube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-animation: foldCube 2.4s infinite linear both;
  animation: foldCube 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.spinner.folding-cube .cube.cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.spinner.folding-cube .cube.cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.spinner.folding-cube .cube.cube3 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.spinner.folding-cube .cube.cube3:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.spinner.folding-cube .cube.cube4 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.spinner.folding-cube .cube.cube4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes foldCube {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldCube {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*
 * Copyright (c) 2019
 * Copyright Holder : CompactCode - CompactCode BvBa - Belgium
 * Copyright : Unless granted permission from CompactCode BvBa.
 * You can not distribute, reuse, edit, resell or sell this.
 */
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.cc-clipboard-tooltip {
  position: relative;
}
.cc-clipboard-tooltip .cc-clipboard-tooltip-text {
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translateY(120%);
}
.cc-clipboard-tooltip .cc-clipboard-tooltip-text:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #555;
}
.cc-multiselect .cc-multiselect-action {
  padding: 5px 5px 5px 0;
  display: inline-block;
}
.cc-multiselect .cc-multiselect-action a {
  color: #555555;
}
.cc-multiselect .cc-multiselect-action a:hover {
  text-decoration: none;
}
.cc-multiselect .ms-container {
  background: transparent url('../CompactCode_Base/images/switch.png') no-repeat 50% 50%;
  width: 100%;
}
.cc-multiselect .ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.cc-multiselect .ms-container .ms-selectable,
.cc-multiselect .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.cc-multiselect .ms-container .ms-selectable li.ms-elem-selectable,
.cc-multiselect .ms-container .ms-selection li.ms-elem-selectable,
.cc-multiselect .ms-container .ms-selectable li .ms-elem-selection,
.cc-multiselect .ms-container .ms-selection li .ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.cc-multiselect .ms-container .ms-selectable li.ms-hover,
.cc-multiselect .ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #ff6961;
}
.cc-multiselect .ms-container .ms-selectable li.disabled,
.cc-multiselect .ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
.cc-multiselect .ms-container .ms-selection {
  float: right;
}
.cc-multiselect .ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.cc-multiselect .ms-container .ms-list.ms-focus {
  border-color: rgba(255, 105, 97, 0.8);
}
.cc-multiselect .ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.cc-multiselect .ms-container .ms-optgroup-container {
  width: 100%;
}
.cc-multiselect .ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
/*
 * Copyright (c) 2019.
 * Copyright Holder : CompactCode - CompactCode BvBa - Belgium
 * Copyright : Unless granted permission from CompactCode BvBa.
 * You can not distribute, reuse, edit, resell or sell this.
 */
/*
 * Copyright (c) 2019.
 * Copyright Holder : CompactCode - CompactCode BvBa - Belgium
 * Copyright : Unless granted permission from CompactCode BvBa.
 * You can not distribute, reuse, edit, resell or sell this.
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.cc-message-default {
  position: fixed;
  z-index: 1000;
}
.cc-message-left-bottom-corner {
  left: 2%;
  top: 90%;
}
.cc-message-left-top-corner {
  left: 2%;
  top: 12%;
}
.cc-message-right-bottom-corner {
  right: 2%;
  top: 90%;
}
.cc-message-right-top-corner {
  right: 2%;
  top: 12%;
}
.cc-delete-message {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.cc-delete-message:before {
  content: '\e616';
  font-size: 20px;
  font-family: 'icons-blank-theme';
}
.cc-message-fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
/**
 * Copyright © IURCO and PRISMA. All rights reserved.
*/
.checkout-payment-method .fieldset.ccard.decidir {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
}
.checkout-payment-method .fieldset.ccard.decidir > legend,
.checkout-payment-method .fieldset.ccard.decidir > legend + br {
  display: none;
}
.checkout-payment-method .fieldset.ccard.decidir label {
  height: 25px;
  line-height: 25px;
  display: block;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number {
  position: relative;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number .field {
  flex: 0 0 100%;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number .control .decidir_logo_card {
  flex: 0 0 80px;
  width: 80px;
  margin: 0;
  position: absolute;
  z-index: 2;
  max-width: 60px;
  top: 0;
  right: 3%;
  image-rendering: -webkit-optimize-contrast;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number .control .decidir_logo_card:after {
  content: "";
  background: #ececec;
  width: 68px;
  height: 39px;
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  z-index: 1;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number .control .decidir_logo_card.visible:after {
  background: transparent;
}
.checkout-payment-method .fieldset.ccard.decidir .card-number .control input[type="text"] {
  width: calc(100% - 80px);
  margin-right: 10px !important;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset {
  flex: 0 0 48%;
  display: flex;
  gap: 2%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv {
  padding-top: 25px;
  position: relative;
  gap: 10px;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv label {
  position: absolute;
  top: 0;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .fields.group {
  display: flex;
  justify-content: space-between;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .fields.group .field {
  flex: 0 0 48%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .fields.group .month .select,
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .fields.group .year .select {
  width: 100%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .field.date {
  flex: 0 0 70%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .field.date .control {
  display: block;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.exp-and-cvv .field.cvv {
  flex: 0 0 30%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.name-and-id {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.name-and-id .field {
  flex: 0 0 48%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.bank-and-card .control {
  overflow: hidden;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.bank-and-card .control select {
  pointer-events: none;
  border: none;
  background-image: none;
  background-color: transparent;
  border-bottom: 1px solid #b0b0b0;
  width: 115%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.bank-and-card div.mage-error {
  display: none !important;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.installment-plan {
  flex: 0 0 100%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset.installment-plan .field {
  width: 100%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field {
  margin-bottom: 20px;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field .field {
  margin-bottom: 0;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.bank,
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.card {
  width: 48%;
  display: inline-block;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.bank {
  margin-right: 2%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.document .field.doc-type {
  display: none;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.name,
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.document {
  flex: 0 0 48%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.required label:after {
  content: "*";
  display: inline-block;
  width: 15px;
  height: 25px;
  line-height: 25px;
  color: #b00401;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.required.bank label:after,
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.required.card label:after {
  content: none;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.expiration .control .fields.group-2 {
  display: flex;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.expiration .control .fields.group-2 .field.month {
  flex: 0 0 60%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.expiration .control .fields.group-2 .field.year {
  flex: 0 0 40%;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.cvv .field-tooltip {
  top: 5px;
}
.checkout-payment-method .fieldset.ccard.decidir .row-fieldset .field.cvv label:after {
  content: "";
}
.checkout-payment-method .fieldset.ccard.decidir .cvv .field-tooltip .field-tooltip-content {
  width: 340px;
  left: -60px;
}
.checkout-payment-method .payment-method-content .decidir-messages {
  display: none;
}
.checkout-error-popup .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #0000006e;
}
.checkout-error-popup .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 530px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 5px #d2d2d2;
  z-index: 999999;
  text-align: center;
  box-sizing: border-box;
}
.checkout-error-popup .popup-container p,
.checkout-error-popup .popup-container span {
  font-size: 15px;
  display: block;
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
.checkout-error-popup .popup-container .error:before {
  background: url('..//images/advertencia-bn.png') no-repeat;
  background-size: 50px;
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto 19px;
  display: block;
  text-align: center;
}
.checkout-error-popup .popup-container .decidir-error-close {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 6px 17px;
  border: 1px solid #000;
  margin: 20px 0 5px;
  display: inline-block;
  color: white;
  background: #000000;
  cursor: pointer;
}
.checkout-error-popup .popup-container .decidir-error-close span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.checkout-error-popup .popup-container .decidir-error-close:hover {
  border: 1px solid #333;
  background: #333;
}
.checkout-error-popup .popup-container .internal-message {
  margin: 20px 0;
}
.checkout-error-popup .popup-container .internal-message p {
  margin: 0 0 5px;
}
.checkout-error-popup .popup-container .internal-message p span {
  font-weight: bold;
  margin: 0;
}
@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;
  }
}
/**
 * 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%;
  }
}
@media only screen and (max-width: 768px) {
  body.page-products.catalogsearch-result-index .products-grid .products .product-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  body#html-body .page-wrapper .footer {
    max-width: 95%;
  }
}
/**
 * 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.
 */
@media all and (min-width: 769px), print {
  .fieldset {
    margin-bottom: 12px;
  }
  .fieldset > .field {
    margin-bottom: 10px;
  }
  .fieldset > .field label.label,
  .fieldset > .field label {
    padding-bottom: 5px;
    display: block;
  }
  .ribbon.ribbon-desktop {
    display: block;
  }
  .ribbon.ribbon-mobile {
    display: none;
  }
  .lines-button.x {
    top: 7px;
  }
  .lines-button.x:before,
  .lines-button.x:after {
    width: 20px;
  }
  #html-body {
    padding-top: 60px;
  }
  #html-body header.page-header {
    height: 60px;
  }
  #html-body header.page-header .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  #html-body header.page-header .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  #html-body header.page-header .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  #html-body header.page-header .header.panel > .header.links > li.welcome,
  #html-body header.page-header .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  #html-body header.page-header .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  #html-body header.page-header .header.content .headerlink-close:hover {
    text-decoration: none;
    cursor: pointer;
  }
  #html-body header.page-header .header.content .header-main-right {
    top: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
  }
  #html-body header.page-header .header.content .header-main-right .block-search {
    float: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: unset;
    min-width: unset;
    background: #ffffff;
    padding: 30px;
    margin: 0;
    text-align: left;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 8px #00000029;
    overflow: auto;
    height: 100vh;
    width: 400px;
    right: -400px;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  #html-body header.page-header .header.content .header-main-right .block-search.active {
    right: 0;
  }
  #html-body header.page-header .header.content .header-main-right .block-search .action.search:before {
    content: none;
  }
  #html-body header.page-header .header.content .header-main-right .block-search .block-content .minisearch label,
  #html-body header.page-header .header.content .header-main-right .block-search .block-content .minisearch label > span {
    float: none;
    position: unset;
    overflow: unset;
    width: unset;
    height: unset;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  #html-body header.page-header .header.content .header-main-right .block-search .block-content .minisearch label:before,
  #html-body header.page-header .header.content .header-main-right .block-search .block-content .minisearch label > span:before {
    content: "";
  }
  #html-body header.page-header .header.content .header-main-right .block-search .block-content .control {
    border-top: none;
  }
  #html-body header.page-header .header.content .header-main-right .link.wishlist {
    height: 60px;
    line-height: 60px;
    width: 30px;
    position: relative;
  }
  #html-body header.page-header .header.content .header-main-right .link.wishlist a {
    text-indent: 35px;
    width: 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: absolute;
    top: 0;
  }
  #html-body header.page-header .header.content .header-main-right .link.wishlist a span {
    right: 0;
    position: unset;
    text-indent: 0;
    text-align: center;
    width: 25px;
    height: 60px;
    line-height: 60px;
    float: right;
    margin: 0;
    display: none;
  }
  #html-body header.page-header .header.content .header-main-right .link.wishlist a:before {
    text-indent: 0;
    width: 25px;
    height: 60px;
    line-height: 60px;
    display: block;
  }
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link:hover span,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link span {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link:hover span span,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link span span,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link:hover span span:before,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link span span:before,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link:hover span span:after,
  #html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link span span:after {
    height: 60px;
    line-height: 60px;
  }
  #html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link {
    display: none;
  }
  #html-body header.page-header #main-navigation.navigation {
    top: 60px;
    min-width: 100%;
    width: 100%;
  }
  #html-body header.page-header #main-navigation.navigation ul.mobile-account {
    display: none;
  }
  #html-body header.page-header #main-navigation.navigation a.expand-trigger {
    display: none;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container > .megamenu-banners {
    display: none;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu {
    gap: 30px;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 > .level-top {
    border-bottom: 1px solid;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content figure {
    box-sizing: border-box;
    box-shadow: inset 0 0 0 10px transparent;
    position: relative;
    display: inline-block;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content figure img {
    max-width: 250px !important;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content figure figcaption {
    font-weight: 600;
    position: absolute;
    color: #000000;
    margin-top: 3px;
    font-size: 11px;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw {
    transition: color 0.25s;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:before,
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:after {
    border: 10px solid transparent;
    width: 0;
    height: 0;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:before {
    top: 0;
    left: 0;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:after {
    bottom: 0;
    right: 0;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:hover {
    color: #fff;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:hover:before,
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:hover:after {
    width: 100%;
    height: 100%;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .draw:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .meet:hover {
    color: #fbca67;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .meet:after {
    top: 0;
    left: 0;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .meet:hover:before {
    border-top-color: #fbca67;
    border-right-color: #fbca67;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu li.level0 .submenu .megamenu-content .meet:hover:after {
    border-bottom-color: #fbca67;
    border-left-color: #fbca67;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container ul.slider-menu .megamenu-banners {
    display: block;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container .banner-menu {
    flex: 0.5;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container .banner-menu .category-item,
  #html-body header.page-header #main-navigation.navigation .navigation-container .banner-menu .level-top {
    display: none !important;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container li.level0.level-top ul.submenu .megamenu-content {
    display: none;
  }
  #html-body header.page-header #main-navigation.navigation .navigation-container li.level0.level-top.banner-menu ul.submenu .megamenu-content {
    display: block;
  }
  #html-body header.page-header.right-is-open.content .header-main-right {
    z-index: 2;
  }
  #html-body header.page-header.right-is-open.content .logo {
    z-index: 2;
  }
  #html-body header.page-header.filter-is-open .header.content .header-main-right {
    z-index: 1;
  }
  #html-body.site-ribbon.cms-index-index {
    padding-top: 0;
  }
  #html-body.site-ribbon.cms-index-index.scroll-top .page-wrapper header.page-header {
    background: transparent;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  #html-body.site-ribbon.cms-index-index.scroll-top .page-wrapper header.page-header .header.content .logo {
    width: 500px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5ss all ease-in;
  }
  #html-body.site-ribbon.cms-index-index.scroll-top.menu-opened .page-wrapper header.page-header {
    background: #ffffff;
  }
  #html-body.site-ribbon.cms-index-index.menu-opened .page-wrapper header.page-header .header.content .logo {
    width: 200px;
    top: 6px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5ss all ease-in;
  }
  #html-body.site-ribbon.cms-index-index.scroll-down .page-wrapper .logo {
    width: 200px;
    top: 6px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5ss all ease-in;
  }
  #html-body.site-ribbon {
    padding-top: 90px;
  }
  #html-body.site-ribbon .page-wrapper header.page-header {
    top: 30px;
  }
  #html-body.site-ribbon .page-wrapper header.page-header .header.content .header-main-right {
    top: 30px;
  }
  #html-body.site-ribbon .page-wrapper header.page-header .header.content .logo {
    top: 36px;
  }
  #html-body.site-ribbon .page-wrapper header.page-header .header.content .lines-button.x {
    top: 36px;
  }
  #html-body.site-ribbon .page-wrapper #main-navigation.navigation {
    top: 90px;
  }
  #html-body.site-ribbon.page-products .columns .column.main .block.filter {
    top: 70px;
    height: calc(100% - 120px);
  }
  #html-body.site-ribbon.page-products .columns .column.main .block.filter .general-close {
    top: 70px;
  }
  #html-body.site-ribbon.cms-index-index.menu-opened .page-wrapper header.page-header .header.content .logo {
    top: 38px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5ss all ease-in;
  }
  #html-body.checkout-index-index {
    padding-top: 60px;
  }
  #html-body.checkout-index-index .link.wishlist {
    display: none;
  }
  #html-body.checkout-index-index .page-wrapper header.page-header {
    top: 0;
  }
  #html-body.checkout-index-index .page-wrapper header.page-header .header.content .lines-button.x,
  #html-body.checkout-index-index .page-wrapper header.page-header .header.content .logo {
    top: 6px;
  }
  #html-body.checkout-index-index .page-wrapper header.page-header .header.content .header-main-right {
    top: 0;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 100%;
  }
  .abs-visually-hidden-desktop,
  .block-collapsible-nav .title,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  #html-body header.page-header .header.content:before,
  #html-body header.page-header .header.content:after,
  #html-body header.page-header .header.content:before,
  #html-body header.page-header .header.content:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  header.page-header .header.panel:before,
  header.page-header .header.panel:after,
  .header.content:before,
  .header.content:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content:before,
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  body#html-body .page-wrapper .page-header .header.panel:before,
  body#html-body .page-wrapper .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  body#html-body.account main.page-main .toolbar:before,
  body#html-body.account main.page-main .toolbar:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  #html-body header.page-header .header.content:after,
  #html-body header.page-header .header.content:after,
  .abs-pager-toolbar:after,
  header.page-header .header.panel:after,
  .header.content:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:after,
  body#html-body .page-wrapper .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  body#html-body.account main.page-main .toolbar:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .block.crosssell {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  body#html-body.account main.page-main .toolbar,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  body#html-body.account main.page-main .toolbar .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  body#html-body.account main.page-main .toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  body#html-body.account main.page-main .toolbar .pages,
  .toolbar-wishlist-results .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 {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  #main-navigation.navigation {
    font-weight: 400;
  }
  #main-navigation.navigation:empty {
    display: none;
  }
  #main-navigation.navigation li.level0 {
    border-top: none;
    position: relative;
  }
  #main-navigation.navigation li.level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #main-navigation.navigation li.level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  #main-navigation.navigation li.level0 > .level-top {
    color: #000000;
    line-height: 25px;
    padding: 0;
    text-decoration: none;
  }
  #main-navigation.navigation li.level0 > .level-top:hover {
    text-decoration: none;
    border: 0;
  }
  #main-navigation.navigation li.level0.active > .level-top,
  #main-navigation.navigation li.level0.opened > .level-top {
    border: 0;
    transition: all 0.5s ease;
  }
  #main-navigation.navigation li.level0.parent > .submenu {
    pointer-events: none;
    overflow: hidden;
    font-size: 12px;
    padding: 30px 30px 40px;
    transition: all 0.5s ease;
    background-size: contain;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  #main-navigation.navigation li.level0.parent.opened > .submenu {
    pointer-events: unset;
    overflow: visible;
    opacity: 1;
    transition: all 0.5s ease;
    top: 100px;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  #main-navigation.navigation li.level0.parent.opened > .submenu > .level-top a.expand-trigger > .ui-menu-icon {
    display: inline-block;
    text-decoration: none;
  }
  #main-navigation.navigation li.level0.parent.opened > .submenu > .level-top a.expand-trigger > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #main-navigation.navigation li.level0.parent.opened > .submenu > .level-top a.expand-trigger > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #main-navigation.navigation li.level0.parent.opened:after {
    content: none;
  }
  #main-navigation.navigation li.level0.parent > .level-top a.expand-trigger > .ui-menu-icon {
    position: absolute;
    right: 0;
  }
  #main-navigation.navigation li.level0 .submenu {
    padding: 0;
    left: 0;
    width: 100%;
    gap: 50px;
    justify-content: flex-start;
    margin-top: 11px;
  }
  #main-navigation.navigation li.level0 .submenu .megamenu-content .pagebuilder-column-line {
    gap: 20px;
  }
  #main-navigation.navigation li.level0 .submenu > ul {
    margin-top: 11px;
  }
  #main-navigation.navigation li.level0 .submenu > ul:before,
  #main-navigation.navigation li.level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  #main-navigation.navigation li.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;
  }
  #main-navigation.navigation li.level0 .submenu > ul:after {
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  #main-navigation.navigation li.level0 .submenu a {
    display: inline-block;
    line-height: inherit;
    padding: 0;
    font-weight: 300;
    color: #000000;
    transition: all 0.5s ease;
  }
  #main-navigation.navigation li.level0 .submenu a:hover,
  #main-navigation.navigation li.level0 .submenu a.ui-state-focus {
    text-decoration: none;
    transition: all 0.5s ease;
  }
  #main-navigation.navigation li.level0 .submenu .active > a {
    border-style: solid;
    border-width: 0 0 0 3px;
    border: none;
    font-weight: 600;
    transition: all 0.5s ease;
  }
  #main-navigation.navigation li.level0 .submenu .level1.category-item.last {
    flex-grow: 1;
  }
  #main-navigation.navigation li.level0 .submenu .level1.submenu {
    position: unset;
    padding: 0;
    margin-bottom: 10px !important;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
  }
  #main-navigation.navigation li.level0 .submenu .level1.submenu li a {
    font-size: 11px;
  }
  #main-navigation.navigation li.level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  #main-navigation.navigation li.level0 .submenu li {
    margin: 0;
    position: relative;
  }
  #main-navigation.navigation li.level0 .submenu li.parent > a.expand-trigger > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  #main-navigation.navigation li.level0 .submenu li.parent > a.expand-trigger > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #main-navigation.navigation li.level0 .submenu li.parent > a.expand-trigger > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #main-navigation.navigation li.level0.opened {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #main-navigation.navigation li.level0.opened:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #main-navigation.navigation li.level0.opened:before {
    display: none;
  }
  #main-navigation.navigation li.level0.opened:after {
    content: "";
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  #main-navigation.navigation li.level0.opened:hover > .submenu {
    overflow: visible !important;
  }
  #main-navigation.navigation li.level0.opened li {
    display: block;
  }
  #main-navigation.navigation li.level1 {
    position: relative;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /* html,
  body {
    height: 100%; // Stretch screen area for sticky footer
  }*/
  header.page-header {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  header.page-header .panel.wrapper {
    background-color: #ffffff;
  }
  header.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: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    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: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 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: #ffffff;
    margin-top: 200px;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #000000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #000000;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #000000;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-store-information {
    line-height: 21px;
    font-size: 13px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #000000;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #000000;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 100vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-container .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 15px 20px 25px;
    position: relative;
  }
  .cart-container .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-container .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-container .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-container .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-container .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-container .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-container .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-container .cart-summary .block .fieldset .field.choice:before,
  .cart-container .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-container .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
  }
  .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: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .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;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .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%;
  }
  .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;
  }
  body#html-body.checkout-index-index > .loading-mask .loader > img {
    width: 400px;
  }
  body#html-body.checkout-index-index .modal-popup form.form-shipping-address {
    max-width: unset;
  }
  body#html-body.checkout-index-index .modal-popup form.form-shipping-address .fieldset {
    flex-direction: row;
    gap: 2%;
  }
  body#html-body.checkout-index-index .modal-popup form.form-shipping-address .fieldset .field {
    flex: 0 0 49%;
  }
  .opc-block-summary {
    background: transparent;
    padding: 0 0 0 50px;
  }
  .opc-sidebar {
    margin: 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .form-login,
  .form-shipping-address {
    max-width: unset;
  }
  .form-login #shipping-new-address-form,
  .form-shipping-address #shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
  }
  .form-login #shipping-new-address-form .field,
  .form-shipping-address #shipping-new-address-form .field {
    flex: 0 0 48%;
  }
  .form-login #shipping-new-address-form .field:nth-child(odd),
  .form-shipping-address #shipping-new-address-form .field:nth-child(odd) {
    margin-right: 4%;
  }
  .form-login #shipping-new-address-form .field.street-field,
  .form-shipping-address #shipping-new-address-form .field.street-field {
    flex: 0 0 100%;
    margin: 0;
  }
  .form-login #shipping-new-address-form .field.street-field .control,
  .form-shipping-address #shipping-new-address-form .field.street-field .control {
    display: flex;
    flex-wrap: wrap;
  }
  .form-login #shipping-new-address-form .field.street-field .control .field,
  .form-shipping-address #shipping-new-address-form .field.street-field .control .field {
    margin-bottom: 10px;
  }
  .form-login #shipping-new-address-form .field.country-field,
  .form-shipping-address #shipping-new-address-form .field.country-field,
  .form-login #shipping-new-address-form .field.city-field,
  .form-shipping-address #shipping-new-address-form .field.city-field {
    margin-right: 4%;
  }
  .form-login #shipping-new-address-form .field.region_id-field,
  .form-shipping-address #shipping-new-address-form .field.region_id-field {
    margin-right: 0;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .opc-sidebar {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .page-products #amasty-shopby-product-list .products.products-grid {
    margin: 0;
    clear: both;
  }
  .page-products #amasty-shopby-product-list .products.products-grid ol.products.product-items .product-item {
    width: 33.33333333%;
    max-width: inherit;
  }
  .page-products #amasty-shopby-product-list .products.products-grid ol.products.product-items .product-item .product-item-info {
    position: relative;
    width: unset;
  }
  .page-products #amasty-shopby-product-list .products.products-grid ol.products.product-items .product-item .product-item-info .product-item-photo {
    display: block;
  }
  .page-products #amasty-shopby-product-list .products.products-grid ol.products.product-items .product-item .product-item-info .price-box {
    padding-left: 15px;
  }
  .page-products.catalogsearch-result-index .products-grid .products .product-item {
    width: 24.5%;
  }
  .catalog-product-view:before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    border-top: 3px solid #000;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .catalog-product-view.scroll-down:before,
  .catalog-product-view.scroll-up:before {
    content: none;
  }
  .catalog-product-view .column.main {
    height: fit-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-product-view .column.main .product-info-main {
    z-index: 1;
    width: 30%;
    float: right;
    padding: 40px 15px;
    box-sizing: border-box;
    background: #ffffff9e;
    top: 60px;
    clear: both;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  .catalog-product-view .column.main .product-info-main:hover {
    background: #ffffffc4;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .swatch-opt {
    margin: 10px 0;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-label {
    display: block;
    list-style: none;
    font-weight: 500;
    order: 1;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute-options {
    justify-content: left;
  }
  .catalog-product-view .column.main .product.media {
    width: 70%;
    flex: 0 0 70%;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-gallery-wrapper img {
    display: block;
    width: 100%;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper {
    position: sticky !important;
    top: 160px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    margin-right: 10px;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper .thumbnail-single {
    opacity: 0.5;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper .thumbnail-single picture img {
    display: block;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper .thumbnail-single .line-selector {
    display: block;
    height: 30px;
    width: 2px;
    background: #D2D2D2;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper .thumbnail-single.selected {
    opacity: 1;
  }
  .catalog-product-view .column.main .product.media .gallery .dynamic-thumbnails-wrapper .thumbnail-single.selected .line-selector {
    background: #434343;
  }
  .catalog-product-view .column.main .product.media .dynamic-gallery-wrapper [class*="gallery-section"] {
    flex: 0 0 50%;
    margin: 0;
  }
  .catalog-product-view .column.main .product.media .dynamic-gallery-wrapper [class*="gallery-section"]:nth-child(3n) {
    flex: 0 0 100%;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading {
    width: 100%;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-list {
    flex: 0 0 100%;
    order: 0;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-dots {
    order: 1;
    position: sticky;
    top: 150px;
    height: fit-content;
    text-align: left;
    margin-left: 10px;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-dots li {
    margin: 10px 0;
    height: 15px;
    width: 15px;
    display: block;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-dots li.slick-active {
    height: 25px;
  }
  .catalog-product-view .column.main .product.media ._block-content-loading .slick-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 25px;
  }
  .catalog-product-view .column.main .main-product-detail {
    width: 90%;
    margin: 0 auto;
  }
  .catalog-product-view .block.related,
  .catalog-product-view .block.upsell {
    width: 80%;
    margin: 0 auto;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: none;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .product-info-main .sizeguide .sizeguide-content,
  .product-options-bottom .sizeguide .sizeguide-content {
    position: fixed;
    z-index: 2;
    top: 0;
    left: unset;
    min-width: unset;
    background: #ffffff;
    padding: 30px;
    margin: 0;
    text-align: left;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 8px #00000029;
    overflow: auto;
    height: 100vh;
    width: 400px;
    right: -400px;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
    width: 600px;
    right: -600px;
  }
  .product-info-main .sizeguide .sizeguide-content.active,
  .product-options-bottom .sizeguide .sizeguide-content.active {
    right: 0;
  }
  .product-item-inner .product-item-actions .actions-primary,
  .product-item-inner .product-item-actions .towishlist {
    vertical-align: top;
    line-height: 33px !important;
    height: 33px;
  }
  .product-item-inner .product-item-actions .actions-primary:hover span,
  .product-item-inner .product-item-actions .towishlist:hover span,
  .product-item-inner .product-item-actions .actions-primary span,
  .product-item-inner .product-item-actions .towishlist span {
    line-height: 33px !important;
    height: 33px;
  }
  .product-item-inner .product-item-actions .actions-primary form,
  .product-item-inner .product-item-actions .towishlist form {
    display: table;
  }
  .product-info-main {
    float: right;
    position: sticky;
    scroll-behavior: smooth;
    top: 200px;
    height: fit-content;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main,
  .page-layout-3columns .column.main {
    width: 100%;
  }
  .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%;
  }
  body#html-body .slick-slider .slick-arrow {
    display: block !important;
  }
  body#html-body.catalog-product-view main.page-main .columns .column.main .product.media .image-counter {
    display: none;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .sorter #sorter-options.sorter-options .general-close {
    display: none;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .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;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .form.password.reset .fieldset,
  .form.send.confirmation .fieldset,
  .form.create.account .fieldset,
  .form.search.advanced .fieldset,
  .form.form-orders-search .fieldset {
    flex: 0 0 49%;
  }
  .customer-account-createpassword .form.password.reset {
    display: block;
    max-width: 600px;
  }
  .customer-account-forgotpassword main.page-main {
    width: 50%;
  }
  .customer-account-forgotpassword main.page-main .field.email {
    width: 400px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    flex: 0 0 20%;
  }
  .account.page-layout-2columns-left:not(.wishlist-index-index) .column.main {
    flex: 0 0 70%;
  }
  .account.page-layout-2columns-left.wishlist-index-index .column.main {
    flex: 0 0 70%;
  }
  .account.page-layout-2columns-left.customer-account-index .column.main .fieldset .field {
    width: 70%;
    display: inline-block;
    margin: 0 2% 10px 0;
  }
  .account.page-layout-2columns-left.customer-account-index .column.main .fieldset .field .street .nested {
    display: none;
  }
  .account.page-layout-2columns-left.customer-account-index .column.main .form-edit-password .fieldset .field {
    display: block;
    margin-bottom: 10px;
  }
  body#html-body.account main.page-main {
    max-width: 1200px;
  }
  body#html-body.account main.page-main .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 40px;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  form .fieldset > .field:not(.choice) > .label {
    padding: 0 0 5px;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar,
  .customer-account-login .login-container .fieldset:after,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #8a837f;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block-collapsible-nav .title {
    border: none;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item {
    position: relative;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details .product-item-inner {
    bottom: 25px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] {
    bottom: 93px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item {
    margin-top: 5px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"],
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"],
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"],
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details .product-item-inner,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details .product-item-inner,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-inner {
    position: absolute;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details .product-small-description,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details .product-small-description,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-small-description {
    position: unset;
    font-size: 11px;
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"],
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"],
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] {
    padding: 10px 20px 0;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute {
    margin-top: 5px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 7px;
    flex-wrap: wrap;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options.clearfix:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options.clearfix:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options.clearfix:after {
    content: none;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option {
    margin: 0;
    float: none;
    font-weight: 400;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
    color: #999999;
    pointer-events: all;
    cursor: pointer;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after {
    background: #999999;
    height: 1px;
    width: 80%;
    top: 11px;
    left: 10%;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected {
    color: #ffffff;
    background: #999999;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected:after,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.disabled.selected:after {
    background: #ffffff;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details .product-item-inner,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details .product-item-inner,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-inner {
    padding: 0 20px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item .product-item-details .product-item-inner .product-item-actions,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details .product-item-inner .product-item-actions,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-inner .product-item-actions {
    margin: 10px 0 25px;
  }
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details .product-item-inner {
    bottom: 59px;
  }
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item .product-item-details div[class*="swatch-opt-"] {
    bottom: 127px;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item:hover .product-item-info .product-item-details div[class*="swatch-opt-"],
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item:hover .product-item-info .product-item-details div[class*="swatch-opt-"],
  body#html-body .slick-slider.widget-product-carousel .product-item:hover .product-item-info .product-item-details .product-item-inner,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item:hover .product-item-info .product-item-details .product-item-inner {
    opacity: 1;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .slick-slider.widget-product-carousel .product-item:hover .product-item-info .product-small-description,
  body#html-body #amasty-shopby-product-list .products.products-grid .product-item:hover .product-item-info .product-small-description {
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .amscroll-backtotop-block.-desktop-arrow {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  body#html-body .amscroll-backtotop-block.-desktop-arrow:after {
    width: 10px;
    height: 22px;
    background-repeat: no-repeat;
  }
  body#html-body main.page-main,
  body#html-body .breadcrumbs {
    width: 80%;
    max-width: unset;
  }
  body#html-body .page-wrapper > .breadcrumbs,
  body#html-body .page-wrapper > .top-container,
  body#html-body .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  body#html-body .page-wrapper .breadcrumbs {
    padding: 0;
  }
  body#html-body .page-wrapper .page-header {
    border: 0;
    margin-bottom: 0;
  }
  body#html-body .page-wrapper .page-header .header.panel {
    padding: 0;
  }
  body#html-body .page-wrapper .page-header .switcher {
    display: inline-block;
  }
  body#html-body .page-wrapper .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  body#html-body .page-wrapper .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  body#html-body .page-wrapper .logo {
    margin: 0;
    z-index: 0;
    width: 200px;
    position: fixed;
    top: 7px;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1ss all ease-in;
  }
  body#html-body .page-wrapper .logo img {
    max-height: inherit;
    width: 100%;
  }
  body#html-body .page-wrapper .footer {
    max-width: 80%;
  }
  body#html-body .page-wrapper .footer.content .block {
    float: right;
  }
  body#html-body .page-wrapper .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  body#html-body .page-wrapper .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line {
    gap: 1%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line .pagebuilder-column.column-1 {
    margin: 0;
    width: 25%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line .pagebuilder-column.column-2 {
    width: 20%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line .pagebuilder-column.column-3 {
    width: 10%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line .pagebuilder-column.column-4 {
    width: 6%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .pagebuilder-column-line .pagebuilder-column.column-5 {
    width: 35%;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-links .redes-mobile {
    display: none;
  }
  body#html-body .page-wrapper .footer .footer-middle .footer-legal .pagebuilder-column {
    margin: 0;
  }
  body#html-body .page-wrapper .footer .footer-legal-mobile {
    display: none;
  }
  body#html-body .page-wrapper .block.filter .block-title,
  body#html-body .page-wrapper .block.filter .block-subtitle {
    display: none;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action {
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    padding: 0 20px 0 0;
    display: inline-block;
    text-decoration: none;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action:after,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action:after,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action:after {
    text-indent: -4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
    transition-duration: .32s;
    transition-timing-function: ease-in-out;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action.active:after,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action.active:after {
    transform: rotate(270deg);
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
    transition-duration: .32s;
    transition-timing-function: ease-in-out;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action.clear-filters:after,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action.clear-filters:after {
    content: none;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action.clear-filters a,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action.clear-filters a {
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    font-weight: 300;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filters-action-desktop .filter-action .counter,
  body#html-body .page-wrapper .block.filter .filter-content .clear-filters-action-desktop .filter-action .counter {
    font-weight: 300;
    letter-spacing: 1px;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options {
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    height: 0;
    background: #ffffff;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options.active {
    height: 200px;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter {
    cursor: pointer;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    animation-delay: 3s;
    transition-delay: 3s;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items,
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(6, 1fr);
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(1),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(2),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(3),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(4),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(5),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(6),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(6) {
    grid-area: 6 / 1 / 7 / 2;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(7),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(7) {
    grid-area: 1 / 2 / 2 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(8),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(8) {
    grid-area: 2 / 2 / 3 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(9),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(9) {
    grid-area: 3 / 2 / 4 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(10),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(10) {
    grid-area: 4 / 2 / 5 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(11),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(11) {
    grid-area: 5 / 2 / 6 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(12),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(12) {
    grid-area: 6 / 2 / 7 / 3;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(13),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(13) {
    grid-area: 1 / 3 / 2 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(14),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(14) {
    grid-area: 2 / 3 / 3 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(15),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(15) {
    grid-area: 3 / 3 / 4 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(16),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(16) {
    grid-area: 4 / 3 / 5 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(17),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(17) {
    grid-area: 5 / 3 / 6 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(18),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(18) {
    grid-area: 6 / 3 / 7 / 4;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(19),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(19) {
    grid-area: 1 / 4 / 2 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(20),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(20) {
    grid-area: 2 / 4 / 3 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(21),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(21) {
    grid-area: 3 / 4 / 4 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(22),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(22) {
    grid-area: 4 / 4 / 5 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(23),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(23) {
    grid-area: 5 / 4 / 6 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(24),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(24) {
    grid-area: 6 / 4 / 7 / 5;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(25),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(25) {
    grid-area: 1 / 5 / 2 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(26),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(26) {
    grid-area: 2 / 5 / 3 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(27),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(27) {
    grid-area: 3 / 5 / 4 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(28),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(28) {
    grid-area: 4 / 5 / 5 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(29),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(29) {
    grid-area: 5 / 5 / 6 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content ol.items .item:nth-child(30),
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-content .swatch-attribute .item:nth-child(30) {
    grid-area: 6 / 5 / 7 / 6;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter.active .filter-options-content {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    animation-delay: 3s;
    transition-delay: 3s;
    transition: all 0.5s ease-in-out ease-in-out;
    -moz-transition: all 0.5s ease-in-out ease-in-out;
    -webkit-transition: all 0.5s ease-in-out ease-in-out;
    -o-transition: all 0.5s ease-in-out ease-in-out;
    -ms-transition: all 0.5s ease-in-out ease-in-out;
    transition: 0.3s all ease-in;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .element-filter .filter-options-title {
    display: none;
  }
  body#html-body .page-wrapper .block.filter .filter-content .filter-options .block-actions.filter-actions {
    display: none;
  }
  body#html-body .page-wrapper .filters-link {
    display: none;
  }
  body#html-body .page-wrapper .product-items .product-item {
    margin-bottom: 0;
    padding: 0 1px!important;
  }
  body#html-body .page-wrapper .product-items .product-item.banner .product-item-details {
    display: none;
  }
  body#html-body .page-wrapper .product-items .product-item .product-item-info .product-item-photo {
    display: block;
  }
  body#html-body .page-wrapper .product-items .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 12px;
    font-weight: 600;
  }
  body#html-body.cms-index-index .page-main {
    width: 100%;
  }
  body#html-body.cms-index-index .page-main .agenda {
    width: 80%;
    margin: 0 auto;
  }
  .checkout-onepage-success main.page-main,
  .checkout-onepage-failure main.page-main {
    margin: 20px 10%;
    width: 80%;
  }
  .checkout-onepage-success main.page-main .column.main,
  .checkout-onepage-failure main.page-main .column.main {
    min-height: 500px;
  }
  [class*="swatch-opt"] .more-colores {
    margin: 0 0 3px 8px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    width: auto;
    padding: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    padding-top: 10px;
  }
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar .action {
    margin-right: 20px;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 769px) and (max-width: 767px), print and (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .block-search {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right .block-search .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right .block-search.active {
    right: -1px;
  }
}
@media all and (min-width: 769px) and (max-width: 767px), print and (max-width: 767px) {
  .product-info-main .sizeguide .sizeguide-content,
  .product-options-bottom .sizeguide .sizeguide-content {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  .product-info-main .sizeguide .sizeguide-content .general-close,
  .product-options-bottom .sizeguide .sizeguide-content .general-close {
    top: 20px;
  }
  .product-info-main .sizeguide .sizeguide-content.active,
  .product-options-bottom .sizeguide .sizeguide-content.active {
    right: -1px;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .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;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin: 0 0 50px;
    padding: 0;
  }
  .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 {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 0;
    text-align: right;
  }
  .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;
  }
}
