/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: transparent;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h4 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 0;
}
button {
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 35px 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
}
div.mage-error[generated] {
  color: #ffffff;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 15px;
}
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.multicheckout.address.form .table-wrapper .table .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
}
.multicheckout.address.form .table-wrapper .table .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.multicheckout.address.form .table-wrapper .table .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.apple-pay-button {
  width: 100%;
}
.multicheckout.address.form .table-wrapper .table .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.multicheckout.address.form .table-wrapper .table .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.order-details-items .order-title,
.widget .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.order-details-items .order-title > strong,
.widget .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 30px;
}
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  vertical-align: middle;
}
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  margin-left: 6px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .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 {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
  width: 22px;
  background: #000000;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #000000;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #000000;
}
.sidebar .action.delete:before,
.block-compare .action.delete:before {
  width: 100%;
}
.sidebar .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  background: #ffe51e;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.footer.content a.athlete2-social-icon span,
.footer.content a:not(.button).athlete2-social-icon span,
.content a.athlete2-social-icon span,
.std a.athlete2-social-icon span,
.top-bar .athlete2-social-icons > a.athlete2-social-icon span,
.athlete2-social-icons > a.athlete2-social-icon span,
a.athlete2-social-icon span,
.header__item-account .label,
.post-view .post-tags .label,
.sidebar-additional .block.blog-search .field.search .label,
.page-main .block.accessory-upsell .items .item .label,
.mgz__actions-switch-checkbox,
.multicheckout.address.form .table-wrapper .table .col.qty .label,
.cart.table-wrapper .col.qty .label,
.ox-slideout .block-minicart .action.showcart .counter-label,
.minicart-wrapper .block-minicart .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span:not(.icon),
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block-search .label,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .field.newsletter .label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:before,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:before,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:before,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.cart-summary,
.checkout-cart-index .cart-summar,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #b3b3b3;
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.apple-pay-button,
.cart-container .checkout-methods-items .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.bundle-actions .action.primary,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.bundle-actions .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.bundle-actions .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
}
.abs-action-remove,
.multicheckout.address.form .table-wrapper .table .action.help.map,
.cart.table-wrapper .action.help.map,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.multicheckout.address.form .table-wrapper .table .action.help.map:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.multicheckout.address.form .table-wrapper .table .action.help.map:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.cart.table-wrapper .action.help.map:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.multicheckout.address.form .table-wrapper .table .action.help.map:hover,
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.multicheckout.address.form .table-wrapper .table .action.help.map.disabled,
.multicheckout.address.form .table-wrapper .table .action.help.map[disabled],
fieldset[disabled] .multicheckout.address.form .table-wrapper .table .action.help.map,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: 0;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #f5f4f4;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar .subtitle,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  padding: 3px 7px;
  border: 2px solid;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: 3px;
}
.account .column.main .toolbar {
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
  background: #f8f8f8;
}
.account .column.main .toolbar br {
  display: none;
}
.account .column.main .toolbar .limiter {
  padding: 10px;
  float: right;
  position: relative;
  z-index: 1;
}
.account .column.main .toolbar .toolbar-amount {
  padding: 10px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.account .column.main .toolbar .pages {
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 600;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: #ffffff;
  background: #000000;
}
.abs-shopping-cart-items .action.continue:after,
.block-cart-failed .action.continue:after,
.cart-container .form-cart .action.continue:after {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  text-decoration: none;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.abs-shopping-cart-items .action.continue:hover:after,
.block-cart-failed .action.continue:hover:after,
.cart-container .form-cart .action.continue:hover:after {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transform: scaleX(1);
}
.abs-shopping-cart-items .action.continue.small,
.block-cart-failed .action.continue.small,
.cart-container .form-cart .action.continue.small {
  padding: 8px 12px;
}
.abs-shopping-cart-items .action.continue.medium,
.block-cart-failed .action.continue.medium,
.cart-container .form-cart .action.continue.medium {
  padding: 14px 22px;
}
.abs-shopping-cart-items .action.continue.big,
.block-cart-failed .action.continue.big,
.cart-container .form-cart .action.continue.big {
  padding: 18px 27px;
}
.abs-shopping-cart-items .action.continue.big-wide,
.block-cart-failed .action.continue.big-wide,
.cart-container .form-cart .action.continue.big-wide {
  padding: 18px 34px;
}
.abs-shopping-cart-items .action.continue.long,
.block-cart-failed .action.continue.long,
.cart-container .form-cart .action.continue.long {
  padding-right: 70px;
}
.abs-shopping-cart-items .action.continue.naked,
.block-cart-failed .action.continue.naked,
.cart-container .form-cart .action.continue.naked {
  background: none !important;
}
.abs-shopping-cart-items .action.continue.outline,
.block-cart-failed .action.continue.outline,
.cart-container .form-cart .action.continue.outline {
  background: none !important;
  border: 2px solid;
}
.abs-shopping-cart-items .action.continue.simple:after,
.block-cart-failed .action.continue.simple:after,
.cart-container .form-cart .action.continue.simple:after {
  transform: scaleX(1);
  opacity: 0;
}
.abs-shopping-cart-items .action.continue.simple:hover:after,
.block-cart-failed .action.continue.simple:hover:after,
.cart-container .form-cart .action.continue.simple:hover:after {
  opacity: 1;
}
.abs-shopping-cart-items .action.continue.underline,
.block-cart-failed .action.continue.underline,
.cart-container .form-cart .action.continue.underline {
  background: none !important;
  border: none;
  border-bottom: 2px solid;
  padding: 4px 1px;
}
.abs-shopping-cart-items .action.continue.underline:after,
.block-cart-failed .action.continue.underline:after,
.cart-container .form-cart .action.continue.underline:after {
  content: none;
}
.abs-shopping-cart-items .action.continue.slider-long,
.block-cart-failed .action.continue.slider-long,
.cart-container .form-cart .action.continue.slider-long {
  padding: 15px 90px 15px 26px;
}
.abs-shopping-cart-items .action.continue.white-hover:after,
.block-cart-failed .action.continue.white-hover:after,
.cart-container .form-cart .action.continue.white-hover:after {
  background-color: #ffffff !important;
}
.abs-shopping-cart-items .action.continue:after,
.block-cart-failed .action.continue:after,
.cart-container .form-cart .action.continue:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.continue:hover:after,
.block-cart-failed .action.continue:hover:after,
.cart-container .form-cart .action.continue:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear {
  color: #ffffff;
  background: #000000;
}
.abs-shopping-cart-items .action.clear:after,
.block-cart-failed .action.clear:after,
.cart-container .form-cart .action.clear:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.clear:hover,
.block-cart-failed .action.clear:hover,
.cart-container .form-cart .action.clear:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.clear:hover:after,
.block-cart-failed .action.clear:hover:after,
.cart-container .form-cart .action.clear:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  padding-left: 35px;
  margin-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 14px;
  color: inherit;
  content: "\3f";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:after,
.block-cart-failed .action.update:after,
.cart-container .form-cart .action.update:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.update:hover,
.block-cart-failed .action.update:hover,
.cart-container .form-cart .action.update:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.update:hover:after,
.block-cart-failed .action.update:hover:after,
.cart-container .form-cart .action.update:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  position: absolute;
  left: 8px;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 0;
  width: calc(100% - 40px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 0;
  width: calc(100% - 29px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #202020;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title,
.modal-popup.ws-parcelshop-popup .ws-title.modal-title,
.ws-title,
.wexo-shipping-additional .ws-shipping-method-content .ws-search-by {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:hover:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  color: #ffffff;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 0;
  top: 29px;
  width: 24px;
  height: 24px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  background: #000;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\74';
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.opc-block-summary .items-in-cart > .title,
.checkout-payment-method .payment-option._collapsible > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 30px 30px 30px 0;
  position: relative;
}
.abs-discount-block > .title > span,
.cart-summary .block > .title > span,
.opc-block-summary .items-in-cart > .title > span,
.checkout-payment-method .payment-option._collapsible > .title > span,
.paypal-review-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:hover:after,
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  color: #ffffff;
}
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.column.main .cart-summary .block > .title strong,
.column.main .opc-block-summary .items-in-cart > .title strong,
.column.main .checkout-payment-method .payment-option._collapsible > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.cart-summary .block > .content,
.opc-block-summary .items-in-cart > .content,
.checkout-payment-method .payment-option._collapsible > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.opc-block-summary .items-in-cart.active > .title:after,
.checkout-payment-method .payment-option._collapsible.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\74';
}
.cart-summary .block.active > .content,
.opc-block-summary .items-in-cart.active > .content,
.checkout-payment-method .payment-option._collapsible.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
rs-module .custom .tp-bullet {
  background: none;
  padding: 8px 4px;
  width: 40px;
  height: 2px;
}
rs-module .custom .tp-bullet:before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
}
rs-module .custom .tp-bullet.selected,
rs-module .custom .tp-bullet:hover {
  background: none;
}
rs-module .custom .tp-bullet.selected:before,
rs-module .custom .tp-bullet:hover:before {
  background: #000000;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/extrabold/opensans-800.woff2') format('woff2'), url('../../frontend/Olegnax/a2_child/en_US/fonts/opensans/extrabold/opensans-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
blockquote {
  text-align: center;
  padding: 0;
  border: none;
  font-style: initial;
  font-family: inherit;
  font-size: 26px;
  margin: 60px auto;
  max-width: 80%;
}
blockquote:after,
blockquote:before {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #ffe51e;
  margin: 0 auto 60px;
}
blockquote:after {
  margin: 60px auto 0;
}
blockquote .h3,
blockquote .h4,
blockquote .h5,
blockquote .h6,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  line-height: 1.4;
}
.at-highlight {
  padding: 4px 6px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0 4px;
}
.clear-p p {
  margin: 0 !important;
}
a.bg-hover,
.std a,
.links-bg-hover a {
  display: inline-block;
  padding: 2px 4px;
  color: #000;
  text-decoration: none;
}
a.bg-hover:hover,
.std a:hover,
.links-bg-hover a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
a.bg-hover.link-clear,
.std a.link-clear,
.links-bg-hover a.link-clear {
  background: none !important;
  padding: 0 !important;
}
.footer.content .link-clear a {
  background: none !important;
  padding: 0;
}
.footer.content a.link-clear {
  background: none !important;
  padding: 0;
}
.std {
  /*.h1,.h2,.h3,.h4,.h5,.h6,
        h1,h2,h3,h4,h5,h6{
            font-weight: @font-weight__black;
        }*/
}
.std li {
  margin-bottom: 2px;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.h1 {
  font-size: 48px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h2 {
  font-size: 36px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h3 {
  font-size: 30px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h4 {
  font-size: 24px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h5 {
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h6 {
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
h2.huge-5vw,
.h2.huge-5vw,
h2.huge-6vw,
.h2.huge-6vw,
h2.huge-7vw,
.h2.huge-7vw,
h2.big,
.h2.big,
h2.huge,
.h2.huge {
  font-size: 48px;
}
.breadcrumbs a,
.reviews-actions a {
  display: inline-block;
  line-height: 14px;
  padding: 2px 4px;
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover,
.reviews-actions a:hover {
  background-color: #000000;
  color: #ffffff;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 0;
}
.block .title strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.column.main .block .title strong,
.block .title strong,
.block-title strong {
  font-size: 36px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.column.main .crosssell .block .title strong,
.column.main .related .block .title strong,
.column.main .upsell .block .title strong,
.column.main .crosssell .block-title strong,
.column.main .related .block-title strong,
.column.main .upsell .block-title strong {
  font-size: 36px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.info-block {
  padding: 30px;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-block h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.info-block strong {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.info-block [class^="col"]:first-child {
  padding-left: 0;
}
.info-block [class^="col"]:last-child {
  padding-right: 0;
}
.image-fit {
  object-fit: cover;
  height: 100%;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.small-subtitle {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  display: inline-block;
}
.hightlighted-text {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
  z-index: 1;
}
.hightlighted-text:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 32%;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background-color: #ffe51e;
}
.hightlighted-text.lower:before {
  bottom: -3px;
}
.hightlighted-text.ox-animate:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0.2s;
  transition: transform 0.7s ease-in-out 0.2s;
}
.hightlighted-text.ox-animate.animated:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
h1.huge-spacing,
.h1.huge-spacing {
  letter-spacing: 4px;
}
.medium-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.big-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.fancy-text {
  position: relative;
  display: block;
}
.fancy-text.-overlay {
  margin-bottom: -34px;
}
.fancy-text.-overlay-top {
  margin-top: -50px;
}
.fancy-text.-overlay-top.huge-6vw {
  margin-top: -2.2vw;
}
.big-text-promo {
  padding: 140px 30px;
}
.big-text-promo p {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-name {
  margin-top: 40px;
}
.testimonial-name p,
.testimonial-name span {
  font-weight: 600;
  display: block;
}
.testimonial-name p:first-child,
.testimonial-name span:first-child {
  font-weight: 800;
  font-size: 18px;
}
.testimonial-name p,
.testimonial-name span {
  margin: 0;
}
.page-bottom-padding {
  margin-bottom: -40px;
}
.centered-iblocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.centered-iblocks .iblock,
.centered-iblocks > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 25px;
}
.centered-iblocks .iblock:after,
.centered-iblocks > div:after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #ffffff2e;
  position: absolute;
  top: 25%;
  left: 0;
}
.centered-iblocks .iblock:first-child:after,
.centered-iblocks > div:first-child:after {
  content: none;
}
.centered-iblocks .iblock .icon-wrapper,
.centered-iblocks > div .icon-wrapper {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 0;
}
.centered-iblocks.-stretch {
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.centered-iblocks.-stretch .iblock,
.centered-iblocks.-stretch > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.centered-iblocks.-stretch .iblock:after,
.centered-iblocks.-stretch > div:after {
  height: 100%;
  top: 0;
  background: rgba(121, 121, 121, 0.18);
}
.clean-list ul,
ul.clean-list {
  padding: 0;
  list-style: none;
}
.clean-list ul li,
ul.clean-list li {
  margin-bottom: 7px;
}
.a-underlined-links a {
  display: inline;
  border-bottom: 2px solid #ffe51e;
}
.a-underlined-links a:hover {
  border-color: transparent;
}
.underlined-links a {
  display: inline;
  border-bottom: 2px solid transparent;
}
.underlined-links a:hover {
  border-color: #ffe51e;
}
.underlined-links.std a {
  display: inline;
}
.underlined-links.std a:hover {
  background: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f5f5f5;
  border: 0 solid #d1d1d1;
  color: #212529;
  line-height: 1.42857143;
  margin: 0 0 30px;
  padding: 25px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.huge-line {
  background: #333;
  width: 70%;
  height: 4px;
  display: inline-block;
  /*position: absolute;
        bottom: 0;  */
}
.small-line {
  background: #333;
  width: 80px;
  height: 3px;
  display: inline-block;
}
.small-line.blink {
  animation: flashing 1s infinite;
}
.ox-border-xs {
  border: 2px solid white;
}
.ox-border-s {
  border: 4px solid white;
}
a.border-bottom {
  border-bottom: 1px solid;
}
a.border-bottom:hover {
  border-color: transparent;
}
.title-and-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}
.title-and-link > h2 {
  margin: 0 20px 0 0;
}
.title-and-link > a {
  margin: 10px 0;
}
h1.huge-10,
.h1.huge-10,
h2.huge-10,
.h2.huge-10 {
  font-size: 10vw;
}
a.ox-grey-underline {
  border-bottom: 1px solid #b6b6b6;
  opacity: 0.6;
}
.ox-bg-text {
  position: relative;
}
.ox-bg-text > * {
  display: inline-block;
  padding: 10px 12px;
  background: #ffffff;
  line-height: 0.9;
  margin: -5px 0 0 0;
}
.page-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
#cookie-status {
  display: none;
}
.cms-page-view.page-layout-1column-fullwidth .breadcrumbs {
  display: none !important;
}
.page-layout-1column-fullwidth .breadcrumbs {
  max-width: 100%;
}
.product-page--fullwidth.catalog-product-view .page-main {
  max-width: 100% !important;
}
.catalog-product-view .breadcrumbs + .page-main {
  padding-top: 20px;
}
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.above-footer-block {
  overflow: hidden;
}
.page-footer {
  overflow: hidden;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-right {
  justify-content: flex-end;
  margin-left: auto;
}
.page-layout-1column-fullwidth.catalog-product-view .page-main,
.page-main {
  padding-bottom: 80px;
  padding-top: 40px;
}
.above_footer_block {
  height: 100%;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 0;
  /*.lib-vendor-prefix-flex-basis(100%);
            .lib-vendor-prefix-flex-grow(1);*/
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  /*.lib-vendor-prefix-flex-grow(1);
            .lib-vendor-prefix-flex-basis(100%);*/
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-additional {
  /*.lib-vendor-prefix-flex-grow(1);
            .lib-vendor-prefix-flex-basis(100%);*/
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
.ox-max-width-500 {
  max-width: 500px;
}
.ox-max-width-600 {
  max-width: 600px;
}
.ox-max-width-700 {
  max-width: 700px;
}
.ox-max-width-800 {
  max-width: 800px;
}
.ox-max-width-900 {
  max-width: 900px;
}
.ox-max-width-1000 {
  max-width: 1000px;
}
[class*="ox-max-width-"] {
  margin: 0 auto;
}
.ox-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ox-space-evenly {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-evenly;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.row.no-spacing {
  margin: 0;
}
.row.no-spacing > *,
.row.no-spacing > [class^="col"] {
  padding: 0;
}
.c-block {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/* use inside col */
.block-align-vertical {
  height: 100%;
  display: flex !important;
  display: -ms-flexbox !important;
  flex-flow: column;
  justify-content: center;
}
/* use on col div */
.col-align-vertical {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.promo-block-categories-grid {
  background: #f5f5f5;
  padding: 70px 0 70px 0;
  margin: 0;
}
.promo-block-categories-grid.row {
  margin: 0;
}
.promo-block-categories-grid.row > *,
.promo-block-categories-grid.row > [class^="col"] {
  padding: 0;
}
.promo-block-categories-grid .promo-block-categories__text {
  padding: 0 2% 0 5%;
}
.promo-block-categories-grid .promo-block-categories__text .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo-block-categories-grid .promo-block-categories__text .inner ul li {
  margin-bottom: 12px;
}
.spacer-big {
  height: 100px;
}
.spacer-medium {
  height: 80px;
}
.spacer-regular {
  height: 60px;
}
.spacer-small {
  height: 40px;
}
.spacer-big,
.spacer-medium,
.spacer-regular,
.spacer-small {
  display: block;
  clear: both;
  width: 100%;
}
.responsive-padding-1 {
  padding: 15px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-on-tablet {
    display: none !important;
  }
}
.ox-margin {
  margin-bottom: 30px;
}
.ox-margin-no {
  margin-bottom: 0;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.overflow-y {
  overflow-y: auto;
}
.table-bordered table tr th,
.table-bordered table tr td {
  padding: 16px 25px;
  border-bottom: 1px solid #eaeaea;
}
.table-bordered table tr:last-of-type td {
  border-bottom: none;
}
.table-bordered table tr th {
  line-height: 1;
  text-transform: uppercase;
}
.table-header-border table thead tr th {
  line-height: 1;
  border-bottom: 2px solid #000;
}
.table-header-bg table thead tr th {
  line-height: 1;
  padding: 16px 25px;
  color: #fff;
  background: #000;
}
@keyframes transform-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes checkboxleft {
  0% {
    transform: rotate(45deg) scaleX(0);
  }
  100% {
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes checkboxright {
  0% {
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    transform: rotate(-45deg) scaleX(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page.messages .ox-overlay-close-btn {
  display: none;
}
.message.info {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.info:before {
  content: '';
  background: #000000;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.info a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.info > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 18px;
  width: 3px;
  height: 3px;
}
.message.info > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 25px;
  width: 3px;
  height: 12px;
}
.message.error {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.error:before {
  content: '';
  background: #ff0000;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.error a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.error > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 33px;
  top: 20px;
  width: 17px;
  height: 3px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.message.error > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 28px;
  top: 20px;
  width: 17px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 100%;
  animation: checkboxright 0.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.message.warning {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.warning:before {
  content: '';
  background: #ffe51e;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.warning a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.warning > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 31px;
  top: 18px;
  width: 15px;
  height: 15px;
  background: transparent;
  border-left: 10px solid transparent;
  border-bottom: 17px solid #000;
  border-right: 10px solid transparent;
}
.message.notice {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.notice:before {
  content: '';
  background: #44d7e2;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.notice a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.notice > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 18px;
  width: 3px;
  height: 3px;
}
.message.notice > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 25px;
  width: 3px;
  height: 12px;
}
.message.success {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.success:before {
  content: '';
  background: #c3e235;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.success a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.success > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 32px;
  top: 24px;
  width: 10px;
  height: 3px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.message.success > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 37px;
  top: 31px;
  width: 15px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.ox-megamenu,
.navigation {
  display: none;
}
.ox-megamenu .category-item.-separator,
.navigation .category-item.-separator {
  border-top: 1px solid rgba(127, 127, 127, 0.28);
  padding-top: 10px;
  margin-top: 10px !important;
}
.ox-megamenu .category-item.-drop-no-padding > .ox-megamenu__dropdown,
.navigation .category-item.-drop-no-padding > .ox-megamenu__dropdown {
  padding: 0 !important;
}
.navigation li {
  position: relative;
}
.ox-section-items,
.ox-nav-sections-items {
  height: 100%;
}
.ox-section-items .ox-nav-sections-item-content,
.ox-nav-sections-items .ox-nav-sections-item-content {
  min-height: calc(100% - 70px);
}
.slide-out-menu--mobile {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 6px 10px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  margin: 3px;
}
.slide-out-menu--mobile > span {
  padding-left: 7px;
  vertical-align: middle;
  display: inline-block;
}
.slide-out-menu--mobile .hamburger-menu-icon-small span {
  background: #ffe51e;
}
.hamburger-menu-icon-small {
  width: 27px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.hamburger-menu-icon-small span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger-menu-icon-small span:nth-child(1) {
  top: 0px;
}
.hamburger-menu-icon-small span:nth-child(2) {
  top: 4px;
}
.hamburger-menu-icon-small span:nth-child(3) {
  top: 8px;
}
.top-bar {
  position: relative;
  min-height: 35px;
  /*> div{
            z-index: 1;
        }*/
  font-family: Arial, sans-serif;
}
.top-bar .switcher {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d9d9d9;
  float: left;
  margin: 0;
  line-height: 35px;
  z-index: 50;
  position: relative;
  font-size: 11px;
}
.top-bar .switcher .label {
  display: none;
}
.top-bar .switcher:hover {
  background-color: #ffe51e;
  color: #000;
}
.top-bar .header--layout-1 .top-bar .switcher:first-child {
  margin: 0 0 0 13px;
}
.top-bar:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #202020;
}
.page-header .topline-block,
.page-header .header.links {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.page-header .topline-block li,
.page-header .header.links li {
  margin: 0;
  float: left;
  position: relative;
  display: inline;
}
.page-header .topline-block li:after,
.page-header .header.links li:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 0;
  height: 10px;
  background-color: #353535;
  background-color: rgba(255, 255, 255, 0.11);
  margin: 0;
}
.page-header .topline-block li:last-child:after,
.page-header .header.links li:last-child:after {
  content: none;
}
.page-header .topline-block a:not(.button),
.page-header .header.links a:not(.button),
.page-header .topline-block a,
.page-header .header.links a,
.page-header .topline-block .greet.welcome span,
.page-header .header.links .greet.welcome span {
  line-height: 16px;
  padding: 2px 6px;
  margin: 0 2px 0 1px;
  font-size: 11px;
  display: inline-block;
}
.page-header .topline-block a:not(.button),
.page-header .header.links a:not(.button),
.page-header .topline-block a,
.page-header .header.links a {
  text-decoration: none;
  white-space: nowrap;
  color: #d9d9d9;
  vertical-align: top;
}
.page-header .topline-block a:not(.button):hover,
.page-header .header.links a:not(.button):hover,
.page-header .topline-block a:hover,
.page-header .header.links a:hover {
  background: #ffe51e;
  color: #000;
}
.page-header .topline-block ul {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #ffffff;
  content: '\e609';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ox-dropdown .header.links,
.ox-slideout .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ox-dropdown .header.links .logged-in,
.ox-slideout .header.links .logged-in,
.ox-dropdown .header.links a:not(.button),
.ox-slideout .header.links a:not(.button) {
  font-weight: 700;
  padding: 9px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.ox-dropdown .header.links a:not(.button):hover,
.ox-slideout .header.links a:not(.button):hover,
.ox-dropdown .header.links a:not(.button):focus,
.ox-slideout .header.links a:not(.button):focus {
  background: #000;
  color: #fff;
}
.ox-nav-sections-item-content {
  display: flex;
  flex-direction: column;
}
.ox-nav-sections-item-content .navigation,
.ox-nav-sections-item-content .ox-megamenu,
.ox-nav-sections-item-content nav {
  order: 1;
}
/*
    .ox-menu__block-before,
    .ox-menu__block-after{
        padding: 0 10px;
    }9*/
.ox-menu__block-before {
  order: 0;
  margin-bottom: 20px;
}
.ox-menu__block-after {
  order: 2;
  margin-top: 20px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.ox-lazy .product-image-photo {
  /*&.owl-lazy:not(.lazy-loaded),*/
}
.ox-lazy .product-image-photo.lazy:not(.lazy-loaded) {
  width: 44px;
  height: 3px;
  opacity: 1;
}
.ox-lazy img {
  opacity: 1;
  transition: opacity 0.2s;
}
.ox-lazy img.lazy {
  opacity: 0;
}
.ox-lazy rs-module img.lazy {
  opacity: 1;
}
.ox-lazy .product-second-image-photo.lazy:not(.lazy-loaded) {
  visibility: hidden;
  opacity: 0;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Olegnax/a2_child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
}
.loading-mask .loader {
  width: 80px;
  height: 30px;
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding-left: 80px;
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg') left top no-repeat;
}
.loading-mask .loader > p {
  display: none;
}
.pswp__preloader {
  display: none;
}
.pswp__preloader.pswp__preloader--active {
  display: block;
}
.pswp__preloader .pswp__preloader__icn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -15px;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding-left: 80px;
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg') left top no-repeat;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.std .ox-banner .ox-banner-link.lazy-wrapper,
.ox-banner .ox-banner-link.lazy-wrapper,
.lazy-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 0;
  padding-bottom: 100%;
  background: #f8f8f8;
}
.std .ox-banner .ox-banner-link.lazy-wrapper > img,
.ox-banner .ox-banner-link.lazy-wrapper > img,
.lazy-wrapper > img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.lazy-loader {
  position: relative;
}
.lazy-loader:before {
  content: '';
  width: 44px;
  height: 3px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  background-image: url('../../frontend/Olegnax/a2_child/en_US/Olegnax_Core/images/preloader-img.svg');
}
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
[data-role='main-css-loader'] {
  display: none;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter .newsletter .control:before {
  margin-top: -1px;
  margin-left: 0;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
  padding: 0 0 0 32px;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input:focus,
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input:hover {
  border-color: #000;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input.mage-error {
  border-color: #ff0000;
}
textarea {
  padding: 10px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  -webkit-appearance: none;
}
.inputs-style--underlined input[type="text"],
.inputs-style--underlined input[type="password"],
.inputs-style--underlined input[type="url"],
.inputs-style--underlined input[type="tel"],
.inputs-style--underlined input[type="search"],
.inputs-style--underlined input[type="number"],
.inputs-style--underlined input[type="datetime"],
.inputs-style--underlined input[type="email"],
.inputs-style--underlined select,
.inputs-style--underlined textarea {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
}
.inputs-style--underlined input[type="text"]:focus,
.inputs-style--underlined input[type="password"]:focus,
.inputs-style--underlined input[type="url"]:focus,
.inputs-style--underlined input[type="tel"]:focus,
.inputs-style--underlined input[type="search"]:focus,
.inputs-style--underlined input[type="number"]:focus,
.inputs-style--underlined input[type="datetime"]:focus,
.inputs-style--underlined input[type="email"]:focus,
.inputs-style--underlined select:focus,
.inputs-style--underlined textarea:focus,
.inputs-style--underlined input[type="text"]:hover,
.inputs-style--underlined input[type="password"]:hover,
.inputs-style--underlined input[type="url"]:hover,
.inputs-style--underlined input[type="tel"]:hover,
.inputs-style--underlined input[type="search"]:hover,
.inputs-style--underlined input[type="number"]:hover,
.inputs-style--underlined input[type="datetime"]:hover,
.inputs-style--underlined input[type="email"]:hover,
.inputs-style--underlined select:hover,
.inputs-style--underlined textarea:hover {
  border-color: #000;
}
.inputs-style--underlined input[type="text"].mage-error,
.inputs-style--underlined input[type="password"].mage-error,
.inputs-style--underlined input[type="url"].mage-error,
.inputs-style--underlined input[type="tel"].mage-error,
.inputs-style--underlined input[type="search"].mage-error,
.inputs-style--underlined input[type="number"].mage-error,
.inputs-style--underlined input[type="datetime"].mage-error,
.inputs-style--underlined input[type="email"].mage-error,
.inputs-style--underlined select.mage-error,
.inputs-style--underlined textarea.mage-error {
  border-color: #ff0000;
}
.inputs-style--underlined select {
  padding: 0 35px 0 0;
  background-position: calc(100% - 6px);
}
.inputs-style--underlined select option {
  padding-left: 0;
}
/* remove the arrow in IE */
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4IDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjYuMywxLjcgNCw0IDEuNywxLjcgMC42LDIuOCA0LDYuMyA0LDYuMyA0LDYuMyA3LjQsMi44ICIvPjwvc3ZnPg==);
  background-position: 96% center;
  background-position: calc(100% - 12px) center;
  background-size: 11px 10px;
  background-repeat: no-repeat;
}
.inputs-style--underlined .fieldset > .field .label,
.inputs-style--underlined .fieldset > .fields > .field .label {
  margin-bottom: -5px;
}
.inputs-style--underlined .fieldset > .fields > .field.choice .label,
.inputs-style--underlined .fieldset > .field.choice .label {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  margin-top: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\72";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  transform: scaleY(-1) translateY(1px) translateX(-5px);
  width: 17px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.fieldset > .field:not(.choice) .label,
.fieldset > .fields > .field:not(.choice) .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 0;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.fieldset .field-tooltip > .label {
  position: absolute !important;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 0;
}
.field-error,
div.mage-error {
  margin-top: 4px;
  background: red;
  display: inline-block;
  padding: 4px 7px 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
}
.product-item-info .field-error,
.product-item-info div.mage-error {
  display: block;
  line-height: 1;
}
.field-error {
  color: #ffffff;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 38px;
  color: #7d7d7d;
  content: "\5b";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #000;
}
._has-datepicker ~ .ui-datepicker-trigger:focus:before,
._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: inherit;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.ui-datepicker {
  background: #ffffff;
  -webkit-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.08);
}
.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  top: 11px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border: none;
  height: 15px;
  line-height: 15px;
  width: 8px;
  margin-left: -10px;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  content: ' ';
  width: 2px;
  height: 7px;
  display: block;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
  transform: rotate(-45deg);
  top: 6px;
}
.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  transform: rotateY(180deg);
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 25px;
}
.ui-datepicker .ui-datepicker-title select {
  padding-right: 21px;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: "athlete2";
  src: url("../../frontend/Olegnax/a2_child/en_US/fonts/athlete2/athlete2.eot");
  src: url("../../frontend/Olegnax/a2_child/en_US/fonts/athlete2/athlete2.eot?#iefix") format("embedded-opentype"), url("../../frontend/Olegnax/a2_child/en_US/fonts/athlete2/athlete2.woff") format("woff"), url("../../frontend/Olegnax/a2_child/en_US/fonts/athlete2/athlete2.ttf") format("truetype"), url("../../frontend/Olegnax/a2_child/en_US/fonts/athlete2/athlete2.svg#athlete2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="athlete2-icon-"]:before,
[class*=" athlete2-icon-"]:before {
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.athlete2-icon-google-plus {
  display: none !important;
}
.athlete2-icon-letter:before {
  content: "\63";
}
.athlete2-icon-search:before {
  content: "\61";
}
.athlete2-icon-star:before {
  content: "\62";
}
.athlete2-icon-heart:before {
  content: "\64";
}
.athlete2-icon-compare:before {
  content: "\65";
}
.athlete2-icon-share:before {
  content: "\66";
}
.athlete2-icon-cart:before {
  content: "\67";
}
.athlete2-icon-rating-block:before {
  content: "\68";
}
.athlete2-icon-rating-block-small:before {
  content: "\69";
}
.athlete2-icon-heart2:before {
  content: "\6b";
}
.athlete2-icon-star2:before {
  content: "\6c";
}
.athlete2-icon-cart-original-bigger:before {
  content: "\6e";
}
.athlete2-icon-arrow:before {
  content: "\6f";
}
.athlete2-icon-view-list-16:before {
  content: "\70";
}
.athlete2-icon-view-grid-16:before {
  content: "\71";
}
.athlete2-icon-angle:before {
  content: "\72";
}
.athlete2-icon-search2:before {
  content: "\6a";
}
.athlete2-icon-compare2:before {
  content: "\6d";
}
.athlete2-icon-login:before {
  content: "\73";
}
.athlete2-icon-minus:before {
  content: "\74";
}
.athlete2-icon-plus:before {
  content: "\75";
}
.athlete2-icon-returns:before {
  content: "\76";
}
.athlete2-icon-shipping:before {
  content: "\77";
}
.athlete2-icon-home:before {
  content: "\78";
}
.athlete2-icon-amazon:before {
  content: "\79";
}
.athlete2-icon-foursquare:before {
  content: "\7a";
}
.athlete2-icon-flickr:before {
  content: "\41";
}
.athlete2-icon-google:before {
  content: "\42";
}
.athlete2-icon-instagram:before {
  content: "\44";
}
.athlete2-icon-kickstarter:before {
  content: "\45";
}
.athlete2-icon-linkedin:before {
  content: "\46";
}
.athlete2-icon-odnoklassniki:before {
  content: "\47";
}
.athlete2-icon-facebook:before {
  content: "\48";
}
.athlete2-icon-facebook-messenger:before {
  content: "\49";
}
.athlete2-icon-stripe:before {
  content: "\4a";
}
.athlete2-icon-telegram-plane:before {
  content: "\4b";
}
.athlete2-icon-vimeo:before {
  content: "\4c";
}
.athlete2-icon-vk:before {
  content: "\4d";
}
.athlete2-icon-whatsapp:before {
  content: "\4e";
}
.athlete2-icon-linkedin-in:before {
  content: "\4f";
}
.athlete2-icon-paper-plane-o:before {
  content: "\50";
}
.athlete2-icon-paper-plane:before {
  content: "\51";
}
.athlete2-icon-paypal:before {
  content: "\52";
}
.athlete2-icon-skype:before {
  content: "\53";
}
.athlete2-icon-slack:before {
  content: "\54";
}
.athlete2-icon-twitter:before {
  content: "\55";
}
.athlete2-icon-tumblr:before {
  content: "\56";
}
.athlete2-icon-pinterest:before {
  content: "\57";
}
.athlete2-icon-returns-big:before {
  content: "\58";
}
.athlete2-icon-shipping-big:before {
  content: "\59";
}
.athlete2-icon-phone-big:before {
  content: "\5a";
}
.athlete2-icon-phone-small:before {
  content: "\30";
}
.athlete2-icon-returns-small:before {
  content: "\31";
}
.athlete2-icon-tripadvisor:before {
  content: "\32";
}
.athlete2-icon-youtube-square:before {
  content: "\43";
}
.athlete2-icon-youtube-play:before {
  content: "\33";
}
.athlete2-icon-youtube:before {
  content: "\34";
}
.athlete2-icon-discord:before {
  content: "\35";
}
.athlete2-icon-reddit:before {
  content: "\36";
}
.athlete2-icon-snapchat:before {
  content: "\38";
}
.athlete2-icon-amazon-pay:before {
  content: "\37";
}
.athlete2-icon-battery-0:before {
  content: "\39";
}
.athlete2-icon-battery-1:before {
  content: "\21";
}
.athlete2-icon-battery-2:before {
  content: "\22";
}
.athlete2-icon-battery-3:before {
  content: "\23";
}
.athlete2-icon-battery-4:before {
  content: "\24";
}
.athlete2-icon-battery-power:before {
  content: "\25";
}
.athlete2-icon-barbell:before {
  content: "\26";
}
.athlete2-icon-bubble-3:before {
  content: "\27";
}
.athlete2-icon-bubble:before {
  content: "\28";
}
.athlete2-icon-bolt:before {
  content: "\29";
}
.athlete2-icon-credit-cards:before {
  content: "\2a";
}
.athlete2-icon-cube:before {
  content: "\2b";
}
.athlete2-icon-stopwatch:before {
  content: "\2c";
}
.athlete2-icon-speaker:before {
  content: "\2d";
}
.athlete2-icon-returns-svg {
  width: 23px;
  min-width: 23px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYXQtcmV0dXJucy1pY29uIiBkYXRhLW5hbWU9ImF0LXJldHVybnMtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjMgMTYiPiAgICA8cG9seWdvbiBwb2ludHM9IjE4IDE0IDUgMTQgNSA5LjQgNi42IDExIDggOS42IDUgNi42IDUgNiAzIDYgMyA2LjYgMCA5LjYgMS40IDExIDMgOS40IDMgMTQgMyAxNiAyMCAxNiAyMCAxNCAyMCAxMiAxOCAxMiAxOCAxNCIvPiAgICA8cG9seWdvbiBwb2ludHM9IjIzIDYuNCAyMS42IDUgMjAgNi42IDIwIDIgMjAgMCA1IDAgMyAwIDMgNCA1IDQgNSAyIDE4IDIgMTggNi42IDE2LjQgNSAxNSA2LjQgMTggOS40IDE4IDEwIDIwIDEwIDIwIDkuNCAyMyA2LjQiLz48L3N2Zz4=);
}
.athlete2-icon-shipping-svg {
  width: 30px;
  min-width: 30px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYXQtc2hpcHBpbmctaWNvbiIgZGF0YS1uYW1lPSJhdC1zaGlwcGluZy1pY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAxNyI+ICAgIDxwYXRoIGQ9Ik0yNyw5VjVIMjFWMUgxVjE1SDRhMywzLDAsMCwwLDYsMEgyMWEzLDMsMCwwLDAsNiwwaDJWOUgyN1pNMjUsN1Y5SDIxVjdoNFpNNiwxNlYxNEg4djJINlptMTMtM0g5LjJhMywzLDAsMCwwLTQuNCwwSDNWM0gxOVYxM1ptNCwzVjE0aDJ2MkgyM1ptNC0zSDI2LjJhMywzLDAsMCwwLTQuNCwwSDIxVjExaDZ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0xKSIvPjwvc3ZnPg==);
}
.athlete2-icon-phone-svg {
  width: 15px;
  min-width: 15px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyNSI+PHRpdGxlPnBob25lLXNtYWxsPC90aXRsZT48cGF0aCBkPSJNMTQsMVYwSDFWMUgwVjI0SDF2MUgxNFYyNGgxVjFIMTRaTTEzLDIzSDJWMjBIMTN2M1ptMC01SDJWN0gxM1YxOFpNMTMsNUgyVjJIMTNWNVoiLz48cmVjdCB4PSI1IiB5PSIyMSIgd2lkdGg9IjUiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjciIHk9IjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48L3N2Zz4=);
}
.athlete2-icon-check:before {
  content: "\2e";
}
.athlete2-icon-pencil:before {
  content: "\3a";
}
.athlete2-icon-twitch:before {
  content: "\2f";
}
.athlete2-icon-tiktok:before {
  content: "\3b";
}
.athlete2-icon-business:before {
  content: "\3c";
}
.athlete2-icon-refresh:before {
  content: "\3f";
}
.athlete2-icon-reload:before {
  content: "\3e";
}
.athlete2-icon-cog:before {
  content: "\3d";
}
.athlete2-icon-cross:before {
  content: "\40";
}
.athlete2-icon-calendar:before {
  content: "\5b";
}
/*
& when (@media-common = true) {
    .lib-font-face(
        @family-name: @icons__font-name,
        @font-path: @icons__font-path,
        @font-weight: normal,
        @font-style: normal
    );
}*/
.svg-fill-none {
  fill: none;
}
#cart-icon-small {
  width: 14px;
  height: 16px;
  display: inline-block;
}
.icon-plus:before,
.icon-minus:before {
  content: '';
  display: block;
  position: absolute;
  background: #000000;
  left: calc(50% - 4px);
  top: calc(50% - 1px);
  width: 8px;
  height: 2px;
}
.icon-plus {
  right: 0;
}
.icon-plus:after {
  content: '';
  display: block;
  position: absolute;
  background: #000000;
  left: calc(50% - 1px);
  top: calc(50% - 4px);
  width: 2px;
  height: 8px;
}
.icon-minus,
.icon-plus {
  width: 34px;
  height: 54px;
  cursor: pointer;
  display: block;
  position: absolute;
  /*&:hover{
            background: #000000;
            &:after,
            &:before{
                background: #ffffff;
            }
        }*/
}
/* Social Icons */
.footer.content a.athlete2-social-icon,
.footer.content a:not(.button).athlete2-social-icon,
.content a.athlete2-social-icon,
.std a.athlete2-social-icon,
.top-bar .athlete2-social-icons > a.athlete2-social-icon,
.athlete2-social-icons > a.athlete2-social-icon,
a.athlete2-social-icon {
  display: inline-flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: 0 1px 5px 0 !important;
  font-size: 20px;
  padding: 0 !important;
  background: #ffe51e;
  color: #000;
  overflow: hidden;
}
.footer.content a.athlete2-social-icon:before,
.footer.content a:not(.button).athlete2-social-icon:before,
.content a.athlete2-social-icon:before,
.std a.athlete2-social-icon:before,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:before,
.athlete2-social-icons > a.athlete2-social-icon:before,
a.athlete2-social-icon:before {
  animation: move-vertical-out 0.25s;
}
.footer.content a.athlete2-social-icon:hover,
.footer.content a:not(.button).athlete2-social-icon:hover,
.content a.athlete2-social-icon:hover,
.std a.athlete2-social-icon:hover,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:hover,
.athlete2-social-icons > a.athlete2-social-icon:hover,
a.athlete2-social-icon:hover {
  color: #ffffff;
}
.footer.content a.athlete2-social-icon:hover:before,
.footer.content a:not(.button).athlete2-social-icon:hover:before,
.content a.athlete2-social-icon:hover:before,
.std a.athlete2-social-icon:hover:before,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:hover:before,
.athlete2-social-icons > a.athlete2-social-icon:hover:before,
a.athlete2-social-icon:hover:before {
  animation: move-vertical-hover 0.25s;
}
.footer.content a.athlete2-icon-facebook:hover,
.footer.content a:not(.button).athlete2-icon-facebook:hover,
.content a.athlete2-icon-facebook:hover,
.std a.athlete2-icon-facebook:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-facebook:hover,
.athlete2-social-icons > a.athlete2-icon-facebook:hover,
a.athlete2-icon-facebook:hover {
  background-color: #3b5998;
}
.footer.content a.athlete2-icon-twitter:hover,
.footer.content a:not(.button).athlete2-icon-twitter:hover,
.content a.athlete2-icon-twitter:hover,
.std a.athlete2-icon-twitter:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-twitter:hover,
.athlete2-social-icons > a.athlete2-icon-twitter:hover,
a.athlete2-icon-twitter:hover {
  background-color: #00c3f4;
}
.footer.content a.athlete2-icon-tumblr:hover,
.footer.content a:not(.button).athlete2-icon-tumblr:hover,
.content a.athlete2-icon-tumblr:hover,
.std a.athlete2-icon-tumblr:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tumblr:hover,
.athlete2-social-icons > a.athlete2-icon-tumblr:hover,
a.athlete2-icon-tumblr:hover {
  background-color: #34526f;
}
.footer.content a.athlete2-icon-skype:hover,
.footer.content a:not(.button).athlete2-icon-skype:hover,
.content a.athlete2-icon-skype:hover,
.std a.athlete2-icon-skype:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-skype:hover,
.athlete2-social-icons > a.athlete2-icon-skype:hover,
a.athlete2-icon-skype:hover {
  background-color: #33bff3;
}
.footer.content a.athlete2-icon-google-plus:hover,
.footer.content a:not(.button).athlete2-icon-google-plus:hover,
.content a.athlete2-icon-google-plus:hover,
.std a.athlete2-icon-google-plus:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-google-plus:hover,
.athlete2-social-icons > a.athlete2-icon-google-plus:hover,
a.athlete2-icon-google-plus:hover {
  background-color: #ce4832;
}
.footer.content a.athlete2-icon-instagram:hover,
.footer.content a:not(.button).athlete2-icon-instagram:hover,
.content a.athlete2-icon-instagram:hover,
.std a.athlete2-icon-instagram:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-instagram:hover,
.athlete2-social-icons > a.athlete2-icon-instagram:hover,
a.athlete2-icon-instagram:hover {
  background-color: #d80085;
}
.footer.content a.athlete2-icon-foursquare:hover,
.footer.content a:not(.button).athlete2-icon-foursquare:hover,
.content a.athlete2-icon-foursquare:hover,
.std a.athlete2-icon-foursquare:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-foursquare:hover,
.athlete2-social-icons > a.athlete2-icon-foursquare:hover,
a.athlete2-icon-foursquare:hover {
  background-color: #e9426f;
}
.footer.content a.athlete2-icon-linkedin-in:hover,
.footer.content a:not(.button).athlete2-icon-linkedin-in:hover,
.content a.athlete2-icon-linkedin-in:hover,
.std a.athlete2-icon-linkedin-in:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-linkedin-in:hover,
.athlete2-social-icons > a.athlete2-icon-linkedin-in:hover,
a.athlete2-icon-linkedin-in:hover,
.footer.content a.athlete2-icon-linkedin:hover,
.footer.content a:not(.button).athlete2-icon-linkedin:hover,
.content a.athlete2-icon-linkedin:hover,
.std a.athlete2-icon-linkedin:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-linkedin:hover,
.athlete2-social-icons > a.athlete2-icon-linkedin:hover,
a.athlete2-icon-linkedin:hover {
  background-color: #4b8df7;
}
.footer.content a.athlete2-icon-kickstarter:hover,
.footer.content a:not(.button).athlete2-icon-kickstarter:hover,
.content a.athlete2-icon-kickstarter:hover,
.std a.athlete2-icon-kickstarter:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-kickstarter:hover,
.athlete2-social-icons > a.athlete2-icon-kickstarter:hover,
a.athlete2-icon-kickstarter:hover {
  background-color: #4cdf79;
}
.footer.content a.athlete2-icon-amazon:hover,
.footer.content a:not(.button).athlete2-icon-amazon:hover,
.content a.athlete2-icon-amazon:hover,
.std a.athlete2-icon-amazon:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-amazon:hover,
.athlete2-social-icons > a.athlete2-icon-amazon:hover,
a.athlete2-icon-amazon:hover {
  background-color: #ed9706;
}
.footer.content a.athlete2-icon-odnoklassniki:hover,
.footer.content a:not(.button).athlete2-icon-odnoklassniki:hover,
.content a.athlete2-icon-odnoklassniki:hover,
.std a.athlete2-icon-odnoklassniki:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-odnoklassniki:hover,
.athlete2-social-icons > a.athlete2-icon-odnoklassniki:hover,
a.athlete2-icon-odnoklassniki:hover {
  background-color: #f29400;
}
.footer.content a.athlete2-icon-slack:hover,
.footer.content a:not(.button).athlete2-icon-slack:hover,
.content a.athlete2-icon-slack:hover,
.std a.athlete2-icon-slack:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-slack:hover,
.athlete2-social-icons > a.athlete2-icon-slack:hover,
a.athlete2-icon-slack:hover {
  background-color: #471248;
}
.footer.content a.athlete2-icon-facebook-messenger:hover,
.footer.content a:not(.button).athlete2-icon-facebook-messenger:hover,
.content a.athlete2-icon-facebook-messenger:hover,
.std a.athlete2-icon-facebook-messenger:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-facebook-messenger:hover,
.athlete2-social-icons > a.athlete2-icon-facebook-messenger:hover,
a.athlete2-icon-facebook-messenger:hover {
  background-color: #3896fe;
}
.footer.content a.athlete2-icon-stripe:hover,
.footer.content a:not(.button).athlete2-icon-stripe:hover,
.content a.athlete2-icon-stripe:hover,
.std a.athlete2-icon-stripe:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-stripe:hover,
.athlete2-social-icons > a.athlete2-icon-stripe:hover,
a.athlete2-icon-stripe:hover {
  background-color: #696cdc;
}
.footer.content a.athlete2-icon-vk:hover,
.footer.content a:not(.button).athlete2-icon-vk:hover,
.content a.athlete2-icon-vk:hover,
.std a.athlete2-icon-vk:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-vk:hover,
.athlete2-social-icons > a.athlete2-icon-vk:hover,
a.athlete2-icon-vk:hover {
  background-color: #557db1;
}
.footer.content a.athlete2-icon-whatsapp:hover,
.footer.content a:not(.button).athlete2-icon-whatsapp:hover,
.content a.athlete2-icon-whatsapp:hover,
.std a.athlete2-icon-whatsapp:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-whatsapp:hover,
.athlete2-social-icons > a.athlete2-icon-whatsapp:hover,
a.athlete2-icon-whatsapp:hover {
  background-color: #42d84c;
}
.footer.content a.athlete2-icon-viber:hover,
.footer.content a:not(.button).athlete2-icon-viber:hover,
.content a.athlete2-icon-viber:hover,
.std a.athlete2-icon-viber:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-viber:hover,
.athlete2-social-icons > a.athlete2-icon-viber:hover,
a.athlete2-icon-viber:hover {
  background-color: #7738a8;
}
.footer.content a.athlete2-icon-telegram-plane:hover,
.footer.content a:not(.button).athlete2-icon-telegram-plane:hover,
.content a.athlete2-icon-telegram-plane:hover,
.std a.athlete2-icon-telegram-plane:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-telegram-plane:hover,
.athlete2-social-icons > a.athlete2-icon-telegram-plane:hover,
a.athlete2-icon-telegram-plane:hover {
  background-color: #55b0ee;
}
.footer.content a.athlete2-icon-pinterest:hover,
.footer.content a:not(.button).athlete2-icon-pinterest:hover,
.content a.athlete2-icon-pinterest:hover,
.std a.athlete2-icon-pinterest:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-pinterest:hover,
.athlete2-social-icons > a.athlete2-icon-pinterest:hover,
a.athlete2-icon-pinterest:hover {
  background-color: #cb2027;
}
.footer.content a.athlete2-icon-youtube:hover,
.footer.content a:not(.button).athlete2-icon-youtube:hover,
.content a.athlete2-icon-youtube:hover,
.std a.athlete2-icon-youtube:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-youtube:hover,
.athlete2-social-icons > a.athlete2-icon-youtube:hover,
a.athlete2-icon-youtube:hover {
  background-color: #b72d28;
}
.footer.content a.athlete2-icon-dribble:hover,
.footer.content a:not(.button).athlete2-icon-dribble:hover,
.content a.athlete2-icon-dribble:hover,
.std a.athlete2-icon-dribble:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-dribble:hover,
.athlete2-social-icons > a.athlete2-icon-dribble:hover,
a.athlete2-icon-dribble:hover {
  background-color: #f977a6;
}
.footer.content a.athlete2-icon-flickr:hover,
.footer.content a:not(.button).athlete2-icon-flickr:hover,
.content a.athlete2-icon-flickr:hover,
.std a.athlete2-icon-flickr:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-flickr:hover,
.athlete2-social-icons > a.athlete2-icon-flickr:hover,
a.athlete2-icon-flickr:hover {
  background-color: #ff0084;
}
.footer.content a.athlete2-icon-vimeo:hover,
.footer.content a:not(.button).athlete2-icon-vimeo:hover,
.content a.athlete2-icon-vimeo:hover,
.std a.athlete2-icon-vimeo:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-vimeo:hover,
.athlete2-social-icons > a.athlete2-icon-vimeo:hover,
a.athlete2-icon-vimeo:hover {
  background-color: #1ab7ea;
}
.footer.content a.athlete2-icon-picasa:hover,
.footer.content a:not(.button).athlete2-icon-picasa:hover,
.content a.athlete2-icon-picasa:hover,
.std a.athlete2-icon-picasa:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-picasa:hover,
.athlete2-social-icons > a.athlete2-icon-picasa:hover,
a.athlete2-icon-picasa:hover {
  background-color: #4b8df8;
}
.footer.content a.athlete2-icon-digg:hover,
.footer.content a:not(.button).athlete2-icon-digg:hover,
.content a.athlete2-icon-digg:hover,
.std a.athlete2-icon-digg:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-digg:hover,
.athlete2-social-icons > a.athlete2-icon-digg:hover,
a.athlete2-icon-digg:hover {
  background-color: #1b5891;
}
.footer.content a.athlete2-icon-plurk:hover,
.footer.content a:not(.button).athlete2-icon-plurk:hover,
.content a.athlete2-icon-plurk:hover,
.std a.athlete2-icon-plurk:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-plurk:hover,
.athlete2-social-icons > a.athlete2-icon-plurk:hover,
a.athlete2-icon-plurk:hover {
  background-color: #cf682f;
}
.footer.content a.athlete2-icon-tripadvisor:hover,
.footer.content a:not(.button).athlete2-icon-tripadvisor:hover,
.content a.athlete2-icon-tripadvisor:hover,
.std a.athlete2-icon-tripadvisor:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
.athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
a.athlete2-icon-tripadvisor:hover {
  background-color: #589642;
}
.footer.content a.athlete2-icon-yahoo:hover,
.footer.content a:not(.button).athlete2-icon-yahoo:hover,
.content a.athlete2-icon-yahoo:hover,
.std a.athlete2-icon-yahoo:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-yahoo:hover,
.athlete2-social-icons > a.athlete2-icon-yahoo:hover,
a.athlete2-icon-yahoo:hover {
  background-color: #ab64bc;
}
.footer.content a.athlete2-icon-delicious:hover,
.footer.content a:not(.button).athlete2-icon-delicious:hover,
.content a.athlete2-icon-delicious:hover,
.std a.athlete2-icon-delicious:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-delicious:hover,
.athlete2-social-icons > a.athlete2-icon-delicious:hover,
a.athlete2-icon-delicious:hover {
  background-color: #004795;
}
.footer.content a.athlete2-icon-devianart:hover,
.footer.content a:not(.button).athlete2-icon-devianart:hover,
.content a.athlete2-icon-devianart:hover,
.std a.athlete2-icon-devianart:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-devianart:hover,
.athlete2-social-icons > a.athlete2-icon-devianart:hover,
a.athlete2-icon-devianart:hover {
  background-color: #54675a;
}
.footer.content a.athlete2-icon-apple:hover,
.footer.content a:not(.button).athlete2-icon-apple:hover,
.content a.athlete2-icon-apple:hover,
.std a.athlete2-icon-apple:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-apple:hover,
.athlete2-social-icons > a.athlete2-icon-apple:hover,
a.athlete2-icon-apple:hover {
  background-color: #4c4c4c;
}
.footer.content a.athlete2-icon-aim:hover,
.footer.content a:not(.button).athlete2-icon-aim:hover,
.content a.athlete2-icon-aim:hover,
.std a.athlete2-icon-aim:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-aim:hover,
.athlete2-social-icons > a.athlete2-icon-aim:hover,
a.athlete2-icon-aim:hover {
  background-color: #ffb400;
}
.footer.content a.athlete2-icon-paypal:hover,
.footer.content a:not(.button).athlete2-icon-paypal:hover,
.content a.athlete2-icon-paypal:hover,
.std a.athlete2-icon-paypal:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-paypal:hover,
.athlete2-social-icons > a.athlete2-icon-paypal:hover,
a.athlete2-icon-paypal:hover {
  background-color: #0079c1;
}
.footer.content a.athlete2-icon-blogger:hover,
.footer.content a:not(.button).athlete2-icon-blogger:hover,
.content a.athlete2-icon-blogger:hover,
.std a.athlete2-icon-blogger:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-blogger:hover,
.athlete2-social-icons > a.athlete2-icon-blogger:hover,
a.athlete2-icon-blogger:hover {
  background-color: #ff6403;
}
.footer.content a.athlete2-icon-behance:hover,
.footer.content a:not(.button).athlete2-icon-behance:hover,
.content a.athlete2-icon-behance:hover,
.std a.athlete2-icon-behance:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-behance:hover,
.athlete2-social-icons > a.athlete2-icon-behance:hover,
a.athlete2-icon-behance:hover {
  background-color: #1769ff;
}
.footer.content a.athlete2-icon-myspace:hover,
.footer.content a:not(.button).athlete2-icon-myspace:hover,
.content a.athlete2-icon-myspace:hover,
.std a.athlete2-icon-myspace:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-myspace:hover,
.athlete2-social-icons > a.athlete2-icon-myspace:hover,
a.athlete2-icon-myspace:hover {
  background-color: #003399;
}
.footer.content a.athlete2-icon-stumble:hover,
.footer.content a:not(.button).athlete2-icon-stumble:hover,
.content a.athlete2-icon-stumble:hover,
.std a.athlete2-icon-stumble:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-stumble:hover,
.athlete2-social-icons > a.athlete2-icon-stumble:hover,
a.athlete2-icon-stumble:hover {
  background-color: #cc492b;
}
.footer.content a.athlete2-icon-amazon-pay:hover,
.footer.content a:not(.button).athlete2-icon-amazon-pay:hover,
.content a.athlete2-icon-amazon-pay:hover,
.std a.athlete2-icon-amazon-pay:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-amazon-pay:hover,
.athlete2-social-icons > a.athlete2-icon-amazon-pay:hover,
a.athlete2-icon-amazon-pay:hover {
  background-color: #ed9706;
}
.footer.content a.athlete2-icon-snapchat:hover,
.footer.content a:not(.button).athlete2-icon-snapchat:hover,
.content a.athlete2-icon-snapchat:hover,
.std a.athlete2-icon-snapchat:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-snapchat:hover,
.athlete2-social-icons > a.athlete2-icon-snapchat:hover,
a.athlete2-icon-snapchat:hover {
  background-color: #fdfd27;
  color: #000;
}
.footer.content a.athlete2-icon-reddit:hover,
.footer.content a:not(.button).athlete2-icon-reddit:hover,
.content a.athlete2-icon-reddit:hover,
.std a.athlete2-icon-reddit:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-reddit:hover,
.athlete2-social-icons > a.athlete2-icon-reddit:hover,
a.athlete2-icon-reddit:hover {
  background-color: #ef4000;
}
.footer.content a.athlete2-icon-discord:hover,
.footer.content a:not(.button).athlete2-icon-discord:hover,
.content a.athlete2-icon-discord:hover,
.std a.athlete2-icon-discord:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-discord:hover,
.athlete2-social-icons > a.athlete2-icon-discord:hover,
a.athlete2-icon-discord:hover {
  background-color: #7086ed;
}
.footer.content a.athlete2-icon-tripadvisor:hover,
.footer.content a:not(.button).athlete2-icon-tripadvisor:hover,
.content a.athlete2-icon-tripadvisor:hover,
.std a.athlete2-icon-tripadvisor:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
.athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
a.athlete2-icon-tripadvisor:hover {
  background-color: #53e1a4;
  color: #000;
}
.footer.content a.athlete2-icon-tiktok:hover,
.footer.content a:not(.button).athlete2-icon-tiktok:hover,
.content a.athlete2-icon-tiktok:hover,
.std a.athlete2-icon-tiktok:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tiktok:hover,
.athlete2-social-icons > a.athlete2-icon-tiktok:hover,
a.athlete2-icon-tiktok:hover {
  background-color: #000;
}
.footer.content a.athlete2-icon-business:hover,
.footer.content a:not(.button).athlete2-icon-business:hover,
.content a.athlete2-icon-business:hover,
.std a.athlete2-icon-business:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-business:hover,
.athlete2-social-icons > a.athlete2-icon-business:hover,
a.athlete2-icon-business:hover {
  background-color: #547cdf;
}
.top-bar .athlete2-social-icons-simple,
.athlete2-social-icons-simple {
  display: inline-block;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon,
.athlete2-social-icons-simple > a.athlete2-social-icon {
  width: 20px;
  font-size: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
  background: none;
  color: #fff;
  overflow: hidden;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:before,
.athlete2-social-icons-simple > a.athlete2-social-icon:before {
  animation: none;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:hover,
.athlete2-social-icons-simple > a.athlete2-social-icon:hover {
  color: #ffffff;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:hover:before,
.athlete2-social-icons-simple > a.athlete2-social-icon:hover:before {
  animation: none;
}
.top-bar .athlete2-social-icons-simple.size-tiny > a.athlete2-social-icon,
.athlete2-social-icons-simple.size-tiny > a.athlete2-social-icon {
  font-size: 14px;
  line-height: 22px;
}
.button__size-small {
  padding: 8px 12px;
}
.button__size-medium {
  padding: 14px 22px;
}
.button__size-big {
  padding: 18px 27px;
}
.button-hover1 {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.button-hover1-out {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.primary > .action,
a.action.primary,
.action.primary,
.action.secondary,
.secondary > a.action,
.button.secondary,
.button.primary,
a.button.secondary,
a.button.primary,
a.button,
.button,
button,
a.amshopby-button,
.amshopby-button,
a.am-filter-go,
.am-filter-go {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.primary > .action:after,
a.action.primary:after,
.action.primary:after,
.action.secondary:after,
.secondary > a.action:after,
.button.secondary:after,
.button.primary:after,
a.button.secondary:after,
a.button.primary:after,
a.button:after,
.button:after,
button:after,
a.amshopby-button:after,
.amshopby-button:after,
a.am-filter-go:after,
.am-filter-go:after {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
}
.primary > .action:hover,
a.action.primary:hover,
.action.primary:hover,
.action.secondary:hover,
.secondary > a.action:hover,
.button.secondary:hover,
.button.primary:hover,
a.button.secondary:hover,
a.button.primary:hover,
a.button:hover,
.button:hover,
button:hover,
a.amshopby-button:hover,
.amshopby-button:hover,
a.am-filter-go:hover,
.am-filter-go:hover {
  text-decoration: none;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.primary > .action:hover:after,
a.action.primary:hover:after,
.action.primary:hover:after,
.action.secondary:hover:after,
.secondary > a.action:hover:after,
.button.secondary:hover:after,
.button.primary:hover:after,
a.button.secondary:hover:after,
a.button.primary:hover:after,
a.button:hover:after,
.button:hover:after,
button:hover:after,
a.amshopby-button:hover:after,
.amshopby-button:hover:after,
a.am-filter-go:hover:after,
.am-filter-go:hover:after {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transform: scaleX(1);
}
.primary > .action.small,
a.action.primary.small,
.action.primary.small,
.action.secondary.small,
.secondary > a.action.small,
.button.secondary.small,
.button.primary.small,
a.button.secondary.small,
a.button.primary.small,
a.button.small,
.button.small,
button.small,
a.amshopby-button.small,
.amshopby-button.small,
a.am-filter-go.small,
.am-filter-go.small {
  padding: 8px 12px;
}
.primary > .action.medium,
a.action.primary.medium,
.action.primary.medium,
.action.secondary.medium,
.secondary > a.action.medium,
.button.secondary.medium,
.button.primary.medium,
a.button.secondary.medium,
a.button.primary.medium,
a.button.medium,
.button.medium,
button.medium,
a.amshopby-button.medium,
.amshopby-button.medium,
a.am-filter-go.medium,
.am-filter-go.medium {
  padding: 14px 22px;
}
.primary > .action.big,
a.action.primary.big,
.action.primary.big,
.action.secondary.big,
.secondary > a.action.big,
.button.secondary.big,
.button.primary.big,
a.button.secondary.big,
a.button.primary.big,
a.button.big,
.button.big,
button.big,
a.amshopby-button.big,
.amshopby-button.big,
a.am-filter-go.big,
.am-filter-go.big {
  padding: 18px 27px;
}
.primary > .action.big-wide,
a.action.primary.big-wide,
.action.primary.big-wide,
.action.secondary.big-wide,
.secondary > a.action.big-wide,
.button.secondary.big-wide,
.button.primary.big-wide,
a.button.secondary.big-wide,
a.button.primary.big-wide,
a.button.big-wide,
.button.big-wide,
button.big-wide,
a.amshopby-button.big-wide,
.amshopby-button.big-wide,
a.am-filter-go.big-wide,
.am-filter-go.big-wide {
  padding: 18px 34px;
}
.primary > .action.long,
a.action.primary.long,
.action.primary.long,
.action.secondary.long,
.secondary > a.action.long,
.button.secondary.long,
.button.primary.long,
a.button.secondary.long,
a.button.primary.long,
a.button.long,
.button.long,
button.long,
a.amshopby-button.long,
.amshopby-button.long,
a.am-filter-go.long,
.am-filter-go.long {
  padding-right: 70px;
}
.primary > .action.naked,
a.action.primary.naked,
.action.primary.naked,
.action.secondary.naked,
.secondary > a.action.naked,
.button.secondary.naked,
.button.primary.naked,
a.button.secondary.naked,
a.button.primary.naked,
a.button.naked,
.button.naked,
button.naked,
a.amshopby-button.naked,
.amshopby-button.naked,
a.am-filter-go.naked,
.am-filter-go.naked {
  background: none !important;
}
.primary > .action.outline,
a.action.primary.outline,
.action.primary.outline,
.action.secondary.outline,
.secondary > a.action.outline,
.button.secondary.outline,
.button.primary.outline,
a.button.secondary.outline,
a.button.primary.outline,
a.button.outline,
.button.outline,
button.outline,
a.amshopby-button.outline,
.amshopby-button.outline,
a.am-filter-go.outline,
.am-filter-go.outline {
  background: none !important;
  border: 2px solid;
}
.primary > .action.simple:after,
a.action.primary.simple:after,
.action.primary.simple:after,
.action.secondary.simple:after,
.secondary > a.action.simple:after,
.button.secondary.simple:after,
.button.primary.simple:after,
a.button.secondary.simple:after,
a.button.primary.simple:after,
a.button.simple:after,
.button.simple:after,
button.simple:after,
a.amshopby-button.simple:after,
.amshopby-button.simple:after,
a.am-filter-go.simple:after,
.am-filter-go.simple:after {
  transform: scaleX(1);
  opacity: 0;
}
.primary > .action.simple:hover:after,
a.action.primary.simple:hover:after,
.action.primary.simple:hover:after,
.action.secondary.simple:hover:after,
.secondary > a.action.simple:hover:after,
.button.secondary.simple:hover:after,
.button.primary.simple:hover:after,
a.button.secondary.simple:hover:after,
a.button.primary.simple:hover:after,
a.button.simple:hover:after,
.button.simple:hover:after,
button.simple:hover:after,
a.amshopby-button.simple:hover:after,
.amshopby-button.simple:hover:after,
a.am-filter-go.simple:hover:after,
.am-filter-go.simple:hover:after {
  opacity: 1;
}
.primary > .action.underline,
a.action.primary.underline,
.action.primary.underline,
.action.secondary.underline,
.secondary > a.action.underline,
.button.secondary.underline,
.button.primary.underline,
a.button.secondary.underline,
a.button.primary.underline,
a.button.underline,
.button.underline,
button.underline,
a.amshopby-button.underline,
.amshopby-button.underline,
a.am-filter-go.underline,
.am-filter-go.underline {
  background: none !important;
  border: none;
  border-bottom: 2px solid;
  padding: 4px 1px;
}
.primary > .action.underline:after,
a.action.primary.underline:after,
.action.primary.underline:after,
.action.secondary.underline:after,
.secondary > a.action.underline:after,
.button.secondary.underline:after,
.button.primary.underline:after,
a.button.secondary.underline:after,
a.button.primary.underline:after,
a.button.underline:after,
.button.underline:after,
button.underline:after,
a.amshopby-button.underline:after,
.amshopby-button.underline:after,
a.am-filter-go.underline:after,
.am-filter-go.underline:after {
  content: none;
}
.primary > .action.slider-long,
a.action.primary.slider-long,
.action.primary.slider-long,
.action.secondary.slider-long,
.secondary > a.action.slider-long,
.button.secondary.slider-long,
.button.primary.slider-long,
a.button.secondary.slider-long,
a.button.primary.slider-long,
a.button.slider-long,
.button.slider-long,
button.slider-long,
a.amshopby-button.slider-long,
.amshopby-button.slider-long,
a.am-filter-go.slider-long,
.am-filter-go.slider-long {
  padding: 15px 90px 15px 26px;
}
.primary > .action.white-hover:after,
a.action.primary.white-hover:after,
.action.primary.white-hover:after,
.action.secondary.white-hover:after,
.secondary > a.action.white-hover:after,
.button.secondary.white-hover:after,
.button.primary.white-hover:after,
a.button.secondary.white-hover:after,
a.button.primary.white-hover:after,
a.button.white-hover:after,
.button.white-hover:after,
button.white-hover:after,
a.amshopby-button.white-hover:after,
.amshopby-button.white-hover:after,
a.am-filter-go.white-hover:after,
.am-filter-go.white-hover:after {
  background-color: #ffffff !important;
}
.primary > .action.button__size-small,
a.action.primary.button__size-small,
.action.primary.button__size-small,
.action.secondary.button__size-small,
.secondary > a.action.button__size-small,
.button.secondary.button__size-small,
.button.primary.button__size-small,
a.button.secondary.button__size-small,
a.button.primary.button__size-small,
a.button.button__size-small,
.button.button__size-small,
button.button__size-small,
a.amshopby-button.button__size-small,
.amshopby-button.button__size-small,
a.am-filter-go.button__size-small,
.am-filter-go.button__size-small {
  padding: 8px 12px;
}
.primary > .action.button__size-medium,
a.action.primary.button__size-medium,
.action.primary.button__size-medium,
.action.secondary.button__size-medium,
.secondary > a.action.button__size-medium,
.button.secondary.button__size-medium,
.button.primary.button__size-medium,
a.button.secondary.button__size-medium,
a.button.primary.button__size-medium,
a.button.button__size-medium,
.button.button__size-medium,
button.button__size-medium,
a.amshopby-button.button__size-medium,
.amshopby-button.button__size-medium,
a.am-filter-go.button__size-medium,
.am-filter-go.button__size-medium {
  padding: 14px 22px;
}
.primary > .action.button__size-big,
a.action.primary.button__size-big,
.action.primary.button__size-big,
.action.secondary.button__size-big,
.secondary > a.action.button__size-big,
.button.secondary.button__size-big,
.button.primary.button__size-big,
a.button.secondary.button__size-big,
a.button.primary.button__size-big,
a.button.button__size-big,
.button.button__size-big,
button.button__size-big,
a.amshopby-button.button__size-big,
.amshopby-button.button__size-big,
a.am-filter-go.button__size-big,
.am-filter-go.button__size-big {
  padding: 18px 27px;
}
.primary > .action.button-hover1,
a.action.primary.button-hover1,
.action.primary.button-hover1,
.action.secondary.button-hover1,
.secondary > a.action.button-hover1,
.button.secondary.button-hover1,
.button.primary.button-hover1,
a.button.secondary.button-hover1,
a.button.primary.button-hover1,
a.button.button-hover1,
.button.button-hover1,
button.button-hover1,
a.amshopby-button.button-hover1,
.amshopby-button.button-hover1,
a.am-filter-go.button-hover1,
.am-filter-go.button-hover1 {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.primary > .action.button-hover1-out,
a.action.primary.button-hover1-out,
.action.primary.button-hover1-out,
.action.secondary.button-hover1-out,
.secondary > a.action.button-hover1-out,
.button.secondary.button-hover1-out,
.button.primary.button-hover1-out,
a.button.secondary.button-hover1-out,
a.button.primary.button-hover1-out,
a.button.button-hover1-out,
.button.button-hover1-out,
button.button-hover1-out,
a.amshopby-button.button-hover1-out,
.amshopby-button.button-hover1-out,
a.am-filter-go.button-hover1-out,
.am-filter-go.button-hover1-out {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
input.action.primary:hover,
input.amshopby-button:hover,
input.am-filter-go:hover {
  background-color: #000000;
}
.primary > .action,
a.action.primary,
.action.primary,
.button.primary,
a.button.primary,
a.button,
.button,
button,
a.amshopby-button,
.amshopby-button,
a.am-filter-go,
.am-filter-go {
  color: #000000;
  background: #ffe51e;
}
.primary > .action:after,
a.action.primary:after,
.action.primary:after,
.button.primary:after,
a.button.primary:after,
a.button:after,
.button:after,
button:after,
a.amshopby-button:after,
.amshopby-button:after,
a.am-filter-go:after,
.am-filter-go:after {
  background-color: #000000;
}
.primary > .action svg,
a.action.primary svg,
.action.primary svg,
.button.primary svg,
a.button.primary svg,
a.button svg,
.button svg,
button svg,
a.amshopby-button svg,
.amshopby-button svg,
a.am-filter-go svg,
.am-filter-go svg {
  fill: #000000;
}
.primary > .action:hover,
a.action.primary:hover,
.action.primary:hover,
.button.primary:hover,
a.button.primary:hover,
a.button:hover,
.button:hover,
button:hover,
a.amshopby-button:hover,
.amshopby-button:hover,
a.am-filter-go:hover,
.am-filter-go:hover {
  color: #ffffff;
}
.primary > .action:hover svg,
a.action.primary:hover svg,
.action.primary:hover svg,
.button.primary:hover svg,
a.button.primary:hover svg,
a.button:hover svg,
.button:hover svg,
button:hover svg,
a.amshopby-button:hover svg,
.amshopby-button:hover svg,
a.am-filter-go:hover svg,
.am-filter-go:hover svg {
  fill: #ffffff;
}
.primary > .action.naked,
a.action.primary.naked,
.action.primary.naked,
.button.primary.naked,
a.button.primary.naked,
a.button.naked,
.button.naked,
button.naked,
a.amshopby-button.naked,
.amshopby-button.naked,
a.am-filter-go.naked,
.am-filter-go.naked {
  color: #000000;
}
.primary > .action.naked:after,
a.action.primary.naked:after,
.action.primary.naked:after,
.button.primary.naked:after,
a.button.primary.naked:after,
a.button.naked:after,
.button.naked:after,
button.naked:after,
a.amshopby-button.naked:after,
.amshopby-button.naked:after,
a.am-filter-go.naked:after,
.am-filter-go.naked:after {
  background: #ffe51e;
}
.primary > .action.naked:hover,
a.action.primary.naked:hover,
.action.primary.naked:hover,
.button.primary.naked:hover,
a.button.primary.naked:hover,
a.button.naked:hover,
.button.naked:hover,
button.naked:hover,
a.amshopby-button.naked:hover,
.amshopby-button.naked:hover,
a.am-filter-go.naked:hover,
.am-filter-go.naked:hover {
  color: #000000;
}
.primary > .action.outline,
a.action.primary.outline,
.action.primary.outline,
.button.primary.outline,
a.button.primary.outline,
a.button.outline,
.button.outline,
button.outline,
a.amshopby-button.outline,
.amshopby-button.outline,
a.am-filter-go.outline,
.am-filter-go.outline {
  border-color: #000000;
}
.primary > .action.outline.white,
a.action.primary.outline.white,
.action.primary.outline.white,
.button.primary.outline.white,
a.button.primary.outline.white,
a.button.outline.white,
.button.outline.white,
button.outline.white,
a.amshopby-button.outline.white,
.amshopby-button.outline.white,
a.am-filter-go.outline.white,
.am-filter-go.outline.white {
  border-color: #fff;
  color: #fff;
}
.button.secondary,
a.button.secondary,
.action.secondary,
.action-secondary,
button.action-secondary,
button.action.secondary,
.secondary > a.action {
  color: #ffffff;
  background: #000000;
}
.button.secondary:after,
a.button.secondary:after,
.action.secondary:after,
.action-secondary:after,
button.action-secondary:after,
button.action.secondary:after,
.secondary > a.action:after {
  background-color: #ffe51e;
}
.button.secondary:hover,
a.button.secondary:hover,
.action.secondary:hover,
.action-secondary:hover,
button.action-secondary:hover,
button.action.secondary:hover,
.secondary > a.action:hover {
  color: #000000;
}
.button.secondary:hover:after,
a.button.secondary:hover:after,
.action.secondary:hover:after,
.action-secondary:hover:after,
button.action-secondary:hover:after,
button.action.secondary:hover:after,
.secondary > a.action:hover:after {
  transform: scaleX(1);
}
.extended-review-button .action.primary,
.extended-review-button .amshopby-button,
.extended-review-button .am-filter-go {
  padding: 18px 27px;
}
button:hover,
.action-gift:hover {
  background: none;
}
button .plus-icon,
.button .plus-icon {
  content: "";
  position: absolute;
  right: 22px;
  width: 10px;
  top: 50%;
  margin: -5px 0px 0px;
  height: 10px;
}
button .plus-icon:before,
.button .plus-icon:before {
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  width: 2px;
  height: 10px;
  background: #000000;
}
button .plus-icon:after,
.button .plus-icon:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 4px;
  width: 10px;
  height: 2px;
  background: #000000;
}
button .plus-icon.white:before,
.button .plus-icon.white:before,
button .plus-icon.white:after,
.button .plus-icon.white:after {
  background: #ffffff;
}
button .plus-icon.green:before,
.button .plus-icon.green:before,
button .plus-icon.green:after,
.button .plus-icon.green:after {
  background: #c9ee24;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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 0 15px;
}
.product.data.items > .item.title > .switch {
  background: #000000;
  border-bottom: 0 solid #d1d1d1;
  border-left: 0 solid #d1d1d1;
  border-right: 0 solid #d1d1d1;
  border-top: 0 solid #d1d1d1;
  height: 50px;
  padding: 6px 20px 6px 50px;
  font-weight: 800;
  line-height: 38px;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffe51e;
}
.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: #ffe51e;
  color: #000000;
  text-decoration: none;
  padding-bottom: 6px;
}
.product.data.items > .item.content {
  background: #f8f8f8;
  border: none;
  margin: 0 0 15px;
  padding: 40px 40px 40px 40px;
}
.product.data.items .additional-attributes-wrapper {
  margin-bottom: 0;
}
.product.data.items > .item.content {
  display: none;
}
.product.data.items > .item.title.active + .item.content {
  display: block;
}
.product.data.items table > caption {
  height: 0;
  visibility: hidden;
}
.product.data.items > .item.title > .switch:hover:before,
.product.data.items > .item.title.active > .switch:before {
  transform: translateY(0);
}
.pages {
  text-align: center;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.8rem;
  letter-spacing: normal;
  margin: 0 4px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #000000;
}
.pages strong.page {
  background: #ffe51e;
  border: none;
  font-size: 1.4rem;
  line-height: 3.8rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: none;
  color: #b3b3b3;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  border: none;
  color: #b3b3b3;
}
.pages .action:hover {
  border: none;
  color: #b3b3b3;
  text-decoration: none;
}
.pages .action:active {
  border: none;
  color: #b3b3b3;
}
.pages .action.previous,
.pages .action.next {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.pages .action.previous > span,
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before,
.pages .action.next:before,
.pages .action.previous:after,
.pages .action.next:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #000000;
  position: absolute;
}
.pages .action.previous:before,
.pages .action.next:before {
  transform: rotate(-45deg);
  top: 12px;
  left: 17px;
}
.pages .action.previous:after,
.pages .action.next:after {
  transform: rotate(45deg);
  top: 17px;
  left: 17px;
}
.pages .action.previous:before {
  transform: rotate(45deg);
  margin-left: -1px;
}
.pages .action.previous:after {
  transform: rotate(-45deg);
  margin-left: -1px;
}
.pages .item {
  width: 38px;
  height: 38px;
  font-weight: 700;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.pages .item:after {
  content: '';
  background: #eaeaea;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all .2s;
}
.pages .item:hover:after {
  height: 100%;
  transition: all 50ms;
}
.pages .item .page {
  height: 100%;
  width: 100%;
}
.breadcrumbs {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 20px;
  padding-bottom: 0;
}
.breadcrumbs .item {
  color: #b3b3b3;
  display: inline;
}
.breadcrumbs .item:not(:last-child):after {
  content: '';
  display: inline-block;
  overflow: hidden;
  speak: none;
  width: 1px;
  height: 10px;
  margin: 0 7px 0 4px;
  background: #b3b3b3;
  transform: rotate(25deg);
}
.breadcrumbs .item:first-child a {
  margin-left: -3px;
}
.breadcrumbs .item strong {
  font-weight: normal;
}
.breadcrumbs .item a:not(:hover) {
  color: #b3b3b3;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  background: #000000;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:after {
  content: none;
}
.ui-dialog.popup .action.close:hover {
  background: #ffe51e;
  transition: all 10ms;
}
.ui-dialog.popup .action.close:hover:before {
  color: #000000;
  transition: all 10ms;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent transparent transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.header__item.block-search {
  padding-left: 0;
}
.block-search .action.search span.search-icon-wrapper,
.search-icon-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block-search--type-slideout {
  width: auto;
}
.block-search .action.search[disabled],
button[disabled].action.search {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.ox-slideout .header__search-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 45px;
}
.ox-slideout .header__search-wrapper .ox-overlay-close-btn {
  top: 10px;
  right: 10px;
}
.ox-slideout .header__search-wrapper form .ox-overlay-close-btn {
  right: -55px;
  padding: 0;
  z-index: 90;
  height: 48px;
  width: 48px;
}
.ox-slideout .header__search-wrapper form .ox-overlay-close-btn span {
  top: 13px;
  left: 14px;
}
.ox-slideout .header__search-wrapper form .control {
  padding: 0;
  border: none;
  position: relative;
}
.ox-slideout .header__search-wrapper form .input-focused .label {
  top: -25px;
  font-size: 14px;
  letter-spacing: 0.05em;
  /*transform: translateY(-35px) translateX(-65px) scale(0.3);*/
}
.ox-slideout .header__search-wrapper form .input-focused .flashing-cursor {
  display: none;
}
.ox-slideout .header__search-wrapper form input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding-right: 20px;
}
.ox-slideout .header__search-wrapper form input::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input::-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input::placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:hover,
.ox-slideout .header__search-wrapper form input:focus {
  border: none;
}
.ox-slideout .header__search-wrapper form .label {
  pointer-events: none;
  left: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
}
.ox-slideout .header__search-wrapper form .field.search {
  display: inline-block;
  width: 100%;
}
.ox-slideout .header__search-wrapper .search_form_wrap,
.ox-slideout .header__search-wrapper form {
  position: relative;
  width: 100%;
  display: flex;
  align-content: flex-end;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions,
.ox-slideout .header__search-wrapper form > .actions {
  display: inline-block;
  vertical-align: bottom;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search,
.ox-slideout .header__search-wrapper form > .actions .action.search {
  padding: 0 20px;
  height: 48px;
  font-size: 23px;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search .search-icon-wrapper,
.ox-slideout .header__search-wrapper form > .actions .action.search .search-icon-wrapper,
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search svg,
.ox-slideout .header__search-wrapper form > .actions .action.search svg {
  display: none;
}
.ox-overlay > div .logo__container,
.ox-overlay .ox-modal-content .logo__container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  height: 74px;
  z-index: 999;
}
.ox-overlay .header__search-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 45px;
}
.ox-overlay .header__search-wrapper .ox-overlay-close-btn {
  top: 0px;
  right: 0px;
  padding: 27px;
  background: #000000;
  display: inline-table;
}
.ox-overlay .header__search-wrapper .ox-overlay-close-btn span:before,
.ox-overlay .header__search-wrapper .ox-overlay-close-btn span:after {
  background-color: #ffffff;
}
.ox-overlay .header__search-wrapper .search-info {
  position: absolute;
  top: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.ox-overlay .header__search-wrapper .search_form_wrap,
.ox-overlay .header__search-wrapper form {
  position: relative;
}
.ox-overlay .header__search-wrapper form {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.ox-overlay .header__search-wrapper form .control {
  padding: 0;
  border: none;
  position: relative;
}
.ox-overlay .header__search-wrapper form .flashing-cursor {
  height: 60px;
  top: 10px;
}
.ox-overlay .header__search-wrapper form .input-focused .label {
  top: -25px;
  left: 50%;
  font-size: 14px;
  letter-spacing: 0;
  transform: translateX(-50%);
}
.ox-overlay .header__search-wrapper form .input-focused .flashing-cursor {
  display: none;
}
.ox-overlay .header__search-wrapper form input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  margin: 0;
  letter-spacing: -2px;
  text-align: center;
  background: none;
  min-width: 260px !important;
  max-width: 90vw !important;
  transition: width 0.15s;
  width: 260px;
}
.ox-overlay .header__search-wrapper form input::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input::-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input::placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:hover,
.ox-overlay .header__search-wrapper form input:focus {
  border: none;
}
.ox-overlay .header__search-wrapper form .label {
  top: 0;
  left: 0;
  pointer-events: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  letter-spacing: -2px;
  font-size: 60px;
}
.ox-overlay .header__search-wrapper form .field.search {
  display: inline-block;
}
.ox-overlay .header__search-wrapper form .actions {
  display: none;
  /*    display: inline-block;
                        vertical-align: bottom;          */
}
.ox-overlay .header__search-wrapper form .actions .action.search {
  display: none;
}
.header__search-wrapper .nested {
  display: none !important;
}
.action-search-slideout {
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  position: relative;
  background: #ffe51e;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.action-search-slideout:after {
  background: #202020;
  transform: scaleY(0);
  transform-origin: bottom;
}
.action-search-slideout:hover:after {
  transform: scaleY(1);
}
.action-search-slideout svg {
  width: 15px;
  margin-bottom: 1px;
  margin-left: 1px;
}
.action-search-slideout:hover svg {
  fill: #ffffff;
}
.ox-search-opened .header__item-search.block-search--type-panel,
.ox-search-focused .header__item-search.block-search--type-panel {
  z-index: 100;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel {
  height: 38px;
  min-width: 38px;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .search_form_wrap {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper #search {
  width: 285px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.4s ease;
  transition-property: transform, border-color;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper #search.animate {
  transform: scaleX(1);
  z-index: 100;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search {
  z-index: 101;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search[disabled],
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper button[disabled].action.search {
  pointer-events: none;
}
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel {
  height: 100%;
  min-width: 60px;
}
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .search_form_wrap,
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form {
  height: 100%;
}
.form-search-over.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .search_form_wrap {
  width: 285px;
}
.sticky-minimized .sticky.resize .header__item-search .header__search-wrapper > form {
  float: none;
  width: auto;
}
.header__content .header__item-search {
  width: auto !important;
}
.header__item-search .header__search-wrapper > form {
  float: left;
  position: relative;
  width: 285px;
}
.header__item-search form .control {
  padding: 0;
}
.header__item-search form input[type="text"],
.header__item-search form input {
  padding: 11px 40px 10px 14px;
  background: #ffffff;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  position: static;
  margin: 0;
}
.header__item-search-no-border form .control {
  border: none;
}
.header__item-search-no-border form input[type="text"],
.header__item-search-no-border form input {
  border: none;
}
.header__item-search-no-border form input[type="text"]:hover,
.header__item-search-no-border form input:hover,
.header__item-search-no-border form input[type="text"]:focus,
.header__item-search-no-border form input:focus {
  border: none;
}
.block-search--type-overlay .block-content,
.block-search--type-slideout .block-content {
  display: none;
}
.header__search-below.block-search {
  width: 100%;
  padding: 0 7px 7px;
  z-index: auto;
}
.header__search-below.block-search form {
  position: relative;
}
.header__search-below .header__item-search {
  margin: 0;
}
.page-header .navigation {
  text-transform: uppercase;
}
.page-header .navigation > ul {
  padding: 0 0 0 24px;
}
.page-header .navigation .level0 {
  letter-spacing: -1px;
}
.page-header .navigation .level0 > .level-top {
  transition: color 0.3s ease;
}
.page-header .navigation .level0 > .level-top:before {
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background: #ffe51e;
  display: block;
  z-index: -1;
  left: 0;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: 100% 0;
}
.page-header .navigation .level0 > .level-top span {
  display: inline-table;
}
.page-header .navigation .level0:hover > .level-top {
  color: #000000;
  transition: color 0.1s ease;
}
.page-header .navigation .level0:hover > .level-top:before {
  transform: scaleY(1);
  transition: transform 0.1s ease;
}
.page-header .navigation .level0 .submenu {
  padding: 20px;
}
.page-header .navigation .level0 .submenu .submenu {
  top: -20px !important;
  left: 80% !important;
}
.page-header .navigation .level0 .submenu li {
  margin-bottom: 2px;
}
.page-header .navigation .level0 .submenu a {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.page-header .navigation .level0.has-active > .level-top:before,
.page-header .navigation .level0.active > .level-top:before {
  transform: scaleY(1);
}
.menu-style-2 .page-header .ox-megamenu > ul,
.menu-style-2 .page-header .navigation > ul {
  padding: 0;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0,
.menu-style-2 .page-header .navigation > ul > .level0 {
  margin: 0;
  height: 100%;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0 > .level-top {
  padding: 6px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0 > .level-top:before {
  height: 4px;
  transition: transform 0.6s ease-in-out;
  bottom: 0;
  transform-origin: bottom;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0.active > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0.active > .level-top,
.menu-style-2 .page-header .ox-megamenu > ul > .level0:hover > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0:hover > .level-top {
  color: #ffe51e;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0.active > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0.active > .level-top:before,
.menu-style-2 .page-header .ox-megamenu > ul > .level0:hover > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0:hover > .level-top:before {
  transition: all 100ms;
}
.menu-style-5 .page-header .header-nav-wide {
  min-height: 60px;
  align-items: stretch;
}
.menu-style-5 .page-header .header-nav-wide .ox-megamenu,
.menu-style-5 .page-header .header-nav-wide .navigation {
  height: auto;
}
.menu-style-2 .page-header .header-nav-wide,
.menu-style-4 .page-header .header-nav-wide {
  padding: 0;
  min-height: 60px;
  align-items: stretch;
}
.menu-style-2 .page-header .header-nav-wide .ox-megamenu,
.menu-style-4 .page-header .header-nav-wide .ox-megamenu,
.menu-style-2 .page-header .header-nav-wide .navigation,
.menu-style-4 .page-header .header-nav-wide .navigation {
  height: auto;
}
.menu-style-2 .page-header .header-nav-wide .ox-megamenu > ul > .level0 > .level-top:before,
.menu-style-2 .page-header .header-nav-wide .navigation > ul > .level0 > .level-top:before {
  height: calc(100% - 12px);
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 {
  height: auto;
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top {
  min-height: 16px;
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label {
  top: -5px;
}
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top:before,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top:before {
  height: 100%;
}
.header--layout-4 .slide-out-menu--mobile {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  flex-grow: 1;
  align-self: stretch;
}
.header--layout-4 .header__content {
  min-height: unset;
}
.header--layout-4 .header__content .logo__container:before {
  content: '';
  position: absolute;
  left: -300%;
  top: 0;
  bottom: 0;
  width: 300%;
  display: block;
  background: #000000;
}
.header--layout-4 .header__content .flex-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header--layout-4 .header__content .header__item {
  margin: 0;
}
.header--layout-4 .header__content .flex-right {
  flex-wrap: nowrap;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel {
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .search_form_wrap,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .block-content,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel form,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .control,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .amsearch-wrapper-input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .header__search-wrapper,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .field.search {
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .action.search {
  width: auto;
  min-width: 60px;
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}
.header--layout-4 .header__content .flex-right .header__item .button {
  width: auto;
  min-width: 60px;
  align-self: stretch;
  height: auto;
}
.header--layout-4 .header__content .flex-right .header__item:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header--layout-4 .header__content .minicart-wrapper {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header--layout-4 .header__content .minicart-wrapper .action.showcart {
  padding: 0 24px;
  align-self: stretch;
  height: auto;
}
.header--layout-4.page-header.header--full-width .container {
  padding: 0;
}
.header--layout-4.page-header.header--full-width .top-bar {
  padding-right: 10px;
}
.header--layout-5 .header__content .header__right {
  justify-content: right;
  margin-left: auto;
  padding-right: 10px;
}
.header--layout-6 .header__center.block-search {
  display: none;
}
.header--layout-6 .header__right {
  margin-left: auto;
}
.ox-slideout .block-account > .block-content {
  height: 100%;
}
.ox-slideout .block-account .ox-overlay-close-btn {
  right: 15px;
  top: 15px;
}
.ox-slideout .block-account .block {
  padding: 55px;
  margin: 0;
}
.ox-slideout .block-account .block-new-customer {
  justify-content: center;
  flex: 1 1 auto;
}
.minicart--style-modern .block-account .ox-overlay-close-btn {
  background: transparent;
}
.minicart--style-modern .block-account .ox-overlay-close-btn:after,
.minicart--style-modern .block-account .ox-overlay-close-btn:before {
  content: none;
}
.header__item-dropdown-content .block-wishlist .no-display,
.header__item-dropdown-content .block-compare .no-display {
  display: none;
}
.athlete2-icon-heart2 {
  font-size: 18px;
  margin-bottom: -2px;
}
.header__item-account .athlete2-icon-login {
  font-size: 16px;
  margin-top: 2px;
}
.sticky .sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 879;
}
.sticky-smart .ox-sticky.sticky .sticky-wrapper {
  transform: translateY(-100%);
  will-change: transform;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-up .sticky-wrapper {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-down .sticky-wrapper {
  transition: transform 0.2s;
}
.header__item-badge {
  background: #202020;
  color: #fff;
  width: auto;
  padding: 2px;
  line-height: 10px;
  height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  right: 0;
  font-family: Arial, sans-serif;
}
.navigation {
  display: none;
}
.header__content {
  height: 100%;
  min-height: 55px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.header__content:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header__content .header__additional-content {
  padding: 20px 15px;
  width: 100%;
}
.header__content .flex-left,
.header__content .flex-right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}
.header__content .header__item .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
}
.header__content .header__item .button:after {
  content: none;
}
.header__content .header__item .button:hover {
  background: #202020;
}
.header__content .header__item .button:hover svg {
  fill: #ffffff;
}
.top-bar {
  width: 100%;
  background-color: #202020;
}
.top-bar .flex-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .flex-left .switcher-currency {
  order: 1;
}
.top-bar .flex-left .switcher-language {
  order: 0;
}
.top-bar .flex-left .topline-block {
  order: 2;
  margin-left: 10px;
}
.top-bar .topline-block {
  z-index: 1;
}
.top-bar.topline-3col {
  justify-content: space-between;
}
.top-bar.topline-3col .flex-right {
  margin-left: 0;
}
.top-bar.topline-3col .flex-center {
  text-align: center;
  padding: 0 15px;
  justify-content: center;
}
.page-header {
  background: #000000;
}
.page-header .sticky-wrapper {
  background: #000000;
}
.page-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
.page-header .container .row {
  margin-left: 0;
  margin-right: 0;
}
.page-header.header--full-width .ox-megamenu {
  max-width: 100%;
}
.page-header.header--full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-header.header--full-width .header-nav-wide .ox-megamenu,
.page-header.header--full-width .header-nav-wide .navigation {
  max-width: 100%;
}
.header__content-wrapper,
.col.header__content-wrapper {
  padding: 0;
}
.logo__container {
  min-height: 60px;
  max-width: 40%;
  background: #ffe51e;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  transition: all 0.3s ease;
}
.logo__container:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.logo__container .logo {
  max-width: 100%;
  float: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__container .logo img {
  width: 100%;
}
.logo__container .logo img.retina {
  display: none;
}
.header--layout-1 .header__content .flex-right,
.header--layout-2 .header__content .flex-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.header--layout-1.header--full-width .header__content .flex-right,
.header--layout-2.header--full-width .header__content .flex-right {
  padding-right: 10px;
}
.header--layout-1 .logo__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  z-index: 4;
  position: relative;
}
.header-nav-wide {
  background-color: #444444;
  padding: 14px 0;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav-wide .ox-megamenu,
.header-nav-wide .navigation {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
}
.header-nav-wide .ox-megamenu > ul,
.header-nav-wide .navigation > ul {
  padding: 0;
}
.header--full-width .header-nav-wide .ox-megamenu,
.header--full-width .header-nav-wide .navigation {
  padding-left: 10px;
  padding-right: 10px;
}
.header-cart {
  float: right;
  margin: 0 0 0 10px;
}
.top-bar .header.links {
  float: right;
  z-index: 2;
}
#nav > li > a {
  display: block;
  position: relative;
  color: #ffffff ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 9px 1px;
  letter-spacing: -1px;
}
.header__item-account .header.links {
  display: none;
}
.header__center {
  flex: 1 1 0%;
}
.logo img.print-logo {
  display: none;
}
.page-print .logo img,
.page-print .logo .retina {
  display: none;
}
.page-print .logo img.print-logo {
  display: block;
  margin: 0 0 20px 0;
}
.fast-anim {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.fast-anim:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.simple-animation {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.animated-text--masked {
  overflow: hidden;
  color: #000;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.animated-text--masked .wrap {
  overflow: hidden;
  position: relative;
  z-index: 100;
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.animated-text--masked .inner {
  line-height: 1;
  margin: 0;
  padding: 7px 12px;
  display: block;
  color: #000000;
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.animated-text--masked:after {
  display: block;
  background-color: #000;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%) translateZ(0);
}
.ox-slideout .field.search .animated-text--masked {
  top: -7px;
}
.ox-overlay-active .animated-text--masked .wrap,
.ox-slideout-active .animated-text--masked .wrap {
  animation: animated-text-masked-wrapper 1s;
}
.ox-overlay-active .animated-text--masked .inner,
.ox-slideout-active .animated-text--masked .inner {
  animation: animated-text-masked-inner 1s;
}
.ox-overlay-active .animated-text--masked:after,
.ox-slideout-active .animated-text--masked:after {
  animation: animated-text-masked-after 1s;
}
@keyframes animated-text-masked-wrapper {
  0% {
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  10% {
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  50% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  70% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}
@keyframes animated-text-masked-inner {
  0% {
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    color: #ffffff;
  }
  10% {
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    color: #ffffff;
  }
  50% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    color: #ffffff;
  }
  70% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    color: #ffffff;
  }
  100% {
    color: inherit;
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}
@keyframes animated-text-masked-after {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  10% {
    transform: translateX(100%) translateZ(0);
  }
  50% {
    transform: translateX(0) translateZ(0);
  }
  70% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
.flashing-cursor {
  height: 48px;
  width: 3px;
  background: #000000;
  display: block;
  position: absolute;
  animation: flashing 1s infinite;
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-vertical-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px);
  }
  50.1% {
    transform: translateY(35px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-vertical-out {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(35px);
  }
  50.1% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scalein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleout {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes move-horizontal-hover {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25px);
  }
  50.1% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-horizontal-out {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25px);
  }
  50.1% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translate-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes translate-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes messages {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  2% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
}
@keyframes ox-modal-close-slideout-left {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(-570px);
    transform: translateX(-570px);
  }
}
@keyframes ox-modal-close-slideout-right {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(570px);
    transform: translateX(570px);
  }
}
@keyframes ox-modal-close-slideout-top {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}
@keyframes ox-modal-active-slideout {
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ox-modal-close-dd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ox-modal-active-dd {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-active-overlay {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ox-modal-close-overlay {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes ox-modal-active-modal {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-close-modal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* My Account */
.ox-dropdown .block-account .button {
  margin: 7px 0 0;
  width: 100%;
}
.ox-dropdown .block-account .block-customer-login .field.note {
  display: none;
}
.ox-dropdown .block-account .block-title {
  margin-bottom: 2rem;
}
.ox-slideout .header.links .delimiter,
.ox-links-drop .block-account .header.links .delimiter,
.ox-slideout .delimiter,
.ox-links-drop .block-account .delimiter {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
  display: block;
  margin: 20px 7px;
  padding: 0;
}
.ox-slideout .header.links .button,
.ox-slideout .header__toplinks .button {
  padding: 16px 26px;
  margin-top: 10px;
  margin: 10px 9px 0;
}
.header__item-dropdown-content {
  display: none;
}
.ox-dropdown-hover .ox-overlay-close-btn {
  display: none;
}
.ox-dropdown {
  display: none;
  position: fixed;
  z-index: 890;
  background: #ffffff;
  padding: 30px;
  width: 450px;
  opacity: 0;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
}
.minicart--style-classic .ox-dropdown .block-compare,
.minicart--style-classic .ox-dropdown .block-wishlist,
.minicart--style-classic .ox-dropdown .block-minicart {
  margin-top: -17px;
}
.minicart--style-classic .ox-slideout .block-compare,
.minicart--style-classic .ox-slideout .block-wishlist,
.minicart--style-classic .ox-slideout .block-minicart {
  padding: 20px 30px 0;
}
.ox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  overflow: hidden;
  opacity: 0;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
}
.ox-modal > div,
.ox-modal .ox-modal-content {
  background-color: #ffffff;
  width: 960px;
  height: 550px;
  overflow: hidden;
  max-height: 100vh;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-modal.ox-modal-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: ox-modal-active-modal 0.5s;
  animation-fill-mode: forwards;
}
.ox-modal.ox-modal-active > div,
.ox-modal.ox-modal-active .ox-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ox-modal.ox-modal-close {
  animation: ox-modal-close-modal 0.3s;
  animation-fill-mode: forwards;
}
/* fix quickview scroll focus ios */
.touch .ox-modal #ox_quickview_wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
/* Slideouts */
.ox-slideout {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 890;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
  touch-action: manipulation;
}
.ox-slideout > div,
.ox-slideout .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-slideout .minicart-items-wrapper {
  height: auto !important;
  overflow-x: unset;
}
.ox-slideout .header__item-dropdown-content .block-compare,
.ox-slideout .header__item-dropdown-content .block-wishlist,
.ox-slideout .block-quotecart #quotecart-content-wrapper,
.ox-slideout .block-minicart #minicart-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ox-slideout .block-account > .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .block-content,
.ox-slideout .block-wishlist .block-content,
.ox-slideout .block-minicart .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .dropdown-bottom-wrapper,
.ox-slideout .block-wishlist .dropdown-bottom-wrapper,
.ox-slideout .block-minicart .dropdown-bottom-wrapper {
  display: block;
  flex: 1 1 auto;
}
/*
    .ox-slideout--animation-3d{
        perspective: 1300px;
        .ox-slideout-right {
            -webkit-transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            -webkit-transform-origin: right;
            transform-origin: right;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
    }*/
.minicart--style-modern .ox-slideout-left,
.minicart--style-modern .ox-slideout-right {
  max-width: 570px;
  width: 100%;
  padding: 0;
}
.minicart--style-modern.ox-slideout-right {
  padding-right: 0;
  -webkit-transform: translateX(570px);
  transform: translateX(570px);
}
.minicart--style-modern .ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-570px);
  transform: translateX(-570px);
}
.ox-slideout-right {
  right: 0;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
}
.ox-slideout-right.ox-slideout-close {
  animation: ox-modal-close-slideout-right 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}
.ox-slideout-top {
  width: 100%;
  max-width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.ox-slideout-top.ox-slideout-close {
  animation: ox-modal-close-slideout-top 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-active {
  animation: ox-modal-active-slideout 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-close {
  animation: ox-modal-close-slideout-left 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-modal-overlay,
.ox-slideout-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 879;
  transition: .3s opacity,.4s visibility;
  -webkit-transition: .3s opacity,.4s visibility;
  will-change: opacity, visibility;
}
.ox-fixed-slideout .ox-modal-overlay,
.ox-fixed-modal .ox-modal-overlay,
.ox-fixed-slideout .ox-slideout-shadow,
.ox-fixed-modal .ox-slideout-shadow {
  opacity: .8;
  visibility: visible;
}
.ox-fixed-overlay .ox-modal-overlay,
.ox-fixed-overlay .ox-slideout-shadow {
  display: none !important;
}
.ox-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ox-fixed-slideout-right {
  overflow-y: hidden;
}
.ox-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  overflow-y: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-overlay > div,
.ox-overlay .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-overlay.ox-overlay-active {
  visibility: visible;
  animation: ox-modal-active-overlay 0.5s;
  animation-fill-mode: forwards;
}
.ox-overlay.ox-overlay-close {
  animation: ox-modal-close-overlay 0.5s;
  animation-fill-mode: forwards;
}
/* close button */
.ox-overlay-close-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 90;
  transition: transform .3s ease .3s;
  transition-property: transform, -webkit-transform, opacity;
}
.ox-overlay-close-btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.ox-overlay-close-btn span:before,
.ox-overlay-close-btn span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000000;
  transform-origin: 50% 50%;
  opacity: 1;
  -moz-transition: -moz-transform ease 0.3s;
  -webkit-transition: -webkit-transform ease 0.3s;
  -o-transition: -o-transform ease 0.3s;
  -ms-transition: -ms-transform ease 0.3s;
  transition: transform ease 0.3s;
}
.ox-overlay-close-btn span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ox-overlay-close-btn span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ox_quickview_wrapper .ox-overlay-close-btn {
  width: 40px;
  height: 40px;
  background: #000000;
  transition: background .3s ease;
}
#ox_quickview_wrapper .ox-overlay-close-btn span {
  vertical-align: unset;
}
#ox_quickview_wrapper .ox-overlay-close-btn span:before,
#ox_quickview_wrapper .ox-overlay-close-btn span:after {
  background: #ffffff;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover {
  background: #ffe51e;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:before,
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:after {
  background: #000000;
}
.no-touch .ox-overlay-close-btn:hover span:before,
.no-touch .ox-overlay-close-btn:hover span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 959px) {
  .quickview-mobile--hide .product-item .ox-quickview-button,
  .quickview-mobile--hide .product-item .button.ox-quickview-button,
  .quickview-mobile--hide .product-item .button.quick-view {
    display: none !important;
  }
  .ox-modal > div,
  .ox-modal .ox-modal-content {
    width: 90%;
    height: 90%;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view,
  body.ox_quickview-catalog_product-view.catalog-product-view {
    overflow: auto !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox_quickview-catalog_product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox-quickview-catalog-product-view.catalog-product-view .column.main,
  body.ox_quickview-catalog_product-view.catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media #ox-zoom-cursor {
    display: none !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    padding: 30px 30px 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main {
    padding: 50px 40px 0;
  }
}
.ox-prev-next__link {
  display: none;
  height: 145px;
  position: fixed;
  top: calc(50% - 70px);
  z-index: 30;
}
.ox-prev-next__link.ox-product-link-previous {
  left: 0;
}
.ox-prev-next__link.ox-product-link-previous .ox-prev-next__arrow svg {
  transform: rotate(180deg);
  margin-right: 1px;
}
.ox-prev-next__link.ox-product-link-next {
  right: 0;
}
.ox-prev-next__link.ox-product-link-next .content-wrapper {
  right: 0;
}
.ox-prev-next__link.ox-product-link-next .content {
  order: 1;
}
.ox-prev-next__link.ox-product-link-next .inner {
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .content-wrapper {
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .image-wrapper {
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .product-image-container {
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.ox-prev-next__link .ox-prev-next__arrow {
  width: 30px;
  height: 100px;
  background: #000000;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.ox-prev-next__link .ox-prev-next__arrow svg {
  fill: #ffffff;
  width: 23px;
}
.ox-prev-next__link .label {
  color: #ffe51e;
}
.ox-prev-next__link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.04);
}
.ox-prev-next__link .image-wrapper {
  overflow: hidden;
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -ms-transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
}
.ox-prev-next__link .product-image-container {
  max-width: 125px;
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -ms-transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
}
.ox-prev-next__link .content-wrapper {
  z-index: 1;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -ms-transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
}
.ox-prev-next__link .inner {
  background: #000000;
  color: #ffffff;
  display: flex;
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -ms-transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
}
.ox-prev-next__link .content {
  flex-flow: column;
  display: flex;
  height: 100%;
  font-weight: 700;
  width: 155px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px;
  justify-content: space-between;
}
.ox-prev-next__link .content .name {
  max-height: 70px;
  overflow: hidden;
}
.ox-prev-next__link:hover .content-wrapper,
.ox-prev-next__link:hover .inner {
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -ms-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.ox-prev-next__link:hover .image-wrapper,
.ox-prev-next__link:hover .product-image-container {
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.products-grid .owl-carousel .product-item {
  margin-bottom: 0;
}
.owl-dots--align-center .owl-carousel .owl-dots {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.crosssell.additional-products,
.related.additional-products,
.upsell.additional-products {
  margin-bottom: 50px;
}
.crosssell.additional-products .block-title,
.related.additional-products .block-title,
.upsell.additional-products .block-title {
  margin-bottom: 30px;
}
.crosssell.additional-products .block-title strong,
.related.additional-products .block-title strong,
.upsell.additional-products .block-title strong {
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
}
.crosssell.additional-products .block-title .owl-nav,
.related.additional-products .block-title .owl-nav,
.upsell.additional-products .block-title .owl-nav {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.crosssell.additional-products.title--align-left .block-title,
.related.additional-products.title--align-left .block-title,
.upsell.additional-products.title--align-left .block-title {
  display: flex;
  align-items: center;
}
.crosssell.additional-products.title--align-center .block-title,
.related.additional-products.title--align-center .block-title,
.upsell.additional-products.title--align-center .block-title {
  text-align: center;
}
.crosssell.additional-products.owl-nav--position-title .owl-carousel .owl-nav,
.related.additional-products.owl-nav--position-title .owl-carousel .owl-nav,
.upsell.additional-products.owl-nav--position-title .owl-carousel .owl-nav {
  display: none;
}
.crosssell.additional-products.title--sideline.title--align-left .block-title,
.related.additional-products.title--sideline.title--align-left .block-title,
.upsell.additional-products.title--sideline.title--align-left .block-title {
  overflow: hidden;
  text-align: left;
}
.crosssell.additional-products.title--sideline.title--align-left .block-title:after,
.related.additional-products.title--sideline.title--align-left .block-title:after,
.upsell.additional-products.title--sideline.title--align-left .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 30px;
  margin-right: -100%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title,
.related.additional-products.title--sideline.title--align-center .block-title,
.upsell.additional-products.title--sideline.title--align-center .block-title {
  overflow: hidden;
  text-align: center;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:before,
.related.additional-products.title--sideline.title--align-center .block-title:before,
.upsell.additional-products.title--sideline.title--align-center .block-title:before,
.crosssell.additional-products.title--sideline.title--align-center .block-title:after,
.related.additional-products.title--sideline.title--align-center .block-title:after,
.upsell.additional-products.title--sideline.title--align-center .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:before,
.related.additional-products.title--sideline.title--align-center .block-title:before,
.upsell.additional-products.title--sideline.title--align-center .block-title:before {
  right: 30px;
  margin-left: -100%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:after,
.related.additional-products.title--sideline.title--align-center .block-title:after,
.upsell.additional-products.title--sideline.title--align-center .block-title:after {
  left: 30px;
  margin-right: -100%;
}
.owl-carousel .owl-dots {
  padding-top: 25px;
}
.owl-carousel .owl-dots button.owl-dot {
  line-height: 0;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 27px;
  height: 2px;
  display: inline-block;
  background: #000;
  margin: 10px 5px;
  transition: all 0.2s;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  width: 60px;
  background: #ffe51e;
}
.owl-carousel .owl-dots button.owl-dot:hover span {
  background: #ffe51e;
}
.owl-carousel .owl-dots button.owl-dot:after {
  content: none !important;
}
.crosssell .owl-carousel .owl-nav,
.related .owl-carousel .owl-nav,
.upsell .owl-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.crosssell .owl-carousel .owl-nav button,
.related .owl-carousel .owl-nav button,
.upsell .owl-carousel .owl-nav button {
  transition: transform 0.2s ease;
}
.crosssell .owl-carousel .owl-nav button.owl-next,
.related .owl-carousel .owl-nav button.owl-next,
.upsell .owl-carousel .owl-nav button.owl-next,
.crosssell .owl-carousel .owl-nav button.owl-prev,
.related .owl-carousel .owl-nav button.owl-prev,
.upsell .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 56px;
  background: #000000;
}
.crosssell .owl-carousel .owl-nav button.owl-next span:before,
.related .owl-carousel .owl-nav button.owl-next span:before,
.upsell .owl-carousel .owl-nav button.owl-next span:before,
.crosssell .owl-carousel .owl-nav button.owl-prev span:before,
.related .owl-carousel .owl-nav button.owl-prev span:before,
.upsell .owl-carousel .owl-nav button.owl-prev span:before,
.crosssell .owl-carousel .owl-nav button.owl-next span:after,
.related .owl-carousel .owl-nav button.owl-next span:after,
.upsell .owl-carousel .owl-nav button.owl-next span:after,
.crosssell .owl-carousel .owl-nav button.owl-prev span:after,
.related .owl-carousel .owl-nav button.owl-prev span:after,
.upsell .owl-carousel .owl-nav button.owl-prev span:after {
  height: 10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next:after,
.related .owl-carousel .owl-nav button.owl-next:after,
.upsell .owl-carousel .owl-nav button.owl-next:after,
.crosssell .owl-carousel .owl-nav button.owl-prev:after,
.related .owl-carousel .owl-nav button.owl-prev:after,
.upsell .owl-carousel .owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.crosssell .owl-carousel .owl-nav button.owl-prev,
.related .owl-carousel .owl-nav button.owl-prev,
.upsell .owl-carousel .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next,
.related .owl-carousel .owl-nav button.owl-next,
.upsell .owl-carousel .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next span,
.related .owl-carousel .owl-nav button.owl-next span,
.upsell .owl-carousel .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-carousel.widget-product-grid .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.owl-carousel.widget-product-grid .owl-nav button {
  transition: transform 0.2s ease;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 56px;
  background: #000000;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span:before,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev span:before,
.owl-carousel.widget-product-grid .owl-nav button.owl-next span:after,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev span:after {
  height: 10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next:after,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  width: 22px;
  height: 29px;
  padding: 0;
  background: #000000;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
  line-height: 15px;
  height: 15px;
  width: 8px;
  color: transparent;
  display: inline-block;
  position: relative;
}
.owl-nav button.owl-next span:before,
.owl-nav button.owl-prev span:before,
.owl-nav button.owl-next span:after,
.owl-nav button.owl-prev span:after {
  content: ' ';
  width: 2px;
  height: 9px;
  display: block;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 0px;
}
.owl-nav button.owl-next span:after,
.owl-nav button.owl-prev span:after {
  transform: rotate(-45deg);
  top: 6px;
}
.owl-nav button.owl-next:hover span:before,
.owl-nav button.owl-prev:hover span:before,
.owl-nav button.owl-next:hover span:after,
.owl-nav button.owl-prev:hover span:after {
  background: #000000;
}
.owl-nav button.owl-next:after,
.owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.owl-nav button.owl-next.disabled,
.owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.owl-nav button.owl-prev:after {
  transform-origin: right;
}
.owl-dots--show .owl-carousel .owl-nav button.owl-next,
.owl-dots--show .owl-carousel .owl-nav button.owl-prev {
  margin-top: -25px;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev {
  background: transparent;
  width: 22px;
  height: 25px;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-next span:before,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev span:before {
  background: #b9b9b9;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:after {
  background: none;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover {
  background: #000;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover span:before,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover span:before {
  background: #fff;
}
/*-------------------------------------------------------------------------------*/
.ox-toggle + .ox-toggle {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ox-toggle.open .toggle-minus span:after {
  display: none;
}
.ox-toggle.open .ox-toggle-content {
  display: block !important;
}
.ox-toggle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.ox-toggle-title strong {
  font-weight: 800;
  word-break: break-word;
}
.ox-toggle-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ox-toggle-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.ox-toggle-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.ox-toggle-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.ox-toggle-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ox-toggle-content p:last-of-type,
.ox-toggle-content p:last-child {
  margin-bottom: 0;
}
.ox-toggle.medium-left {
  padding: 20px 0;
}
.ox-toggle.medium-left .ox-toggle-title {
  justify-content: flex-start;
}
.ox-toggle.medium-left .ox-toggle-title strong {
  font-size: 18px;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus {
  margin-right: 22px;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:before {
  right: 9px;
  top: 14px;
  background: #fff;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:after {
  background: #fff;
  right: 14px;
  top: 9px;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus {
  background: #ffe51e;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:before {
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-content {
  padding-left: 52px;
  margin-top: 40px;
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span {
  transform: rotate(180deg);
  animation: none;
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span:before {
  right: 10px;
  top: 11px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span:after {
  right: 4px;
  top: 11px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
}
.ox-toggle.arrows.open .ox-toggle-title .toggle-minus span {
  transform: rotate(180deg);
}
.ox-toggle.arrows.open .ox-toggle-title .toggle-minus span:after {
  display: block;
}
.ox-toggle.arrows.medium-left .ox-toggle-title .toggle-minus span:before {
  right: 13px;
  top: 14px;
}
.ox-toggle.arrows.medium-left .ox-toggle-title .toggle-minus span:after {
  right: 7px;
  top: 14px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: #ffe51e;
  text-align: center;
  border: none;
  border-radius: 0;
  transition: all 200ms ease;
}
#toTop small {
  display: none;
}
#toTop > span {
  display: block;
  width: 100%;
  height: 100%;
  animation: move-vertical-out 0.25s;
}
#toTop svg {
  width: 23px;
  height: 23px;
  transform: rotate(-90deg);
  position: relative;
  top: 10px;
  transition: all 200ms ease;
}
#toTop:hover {
  background: #000000;
}
#toTop:hover svg {
  fill: #ffffff;
}
#toTop:hover > span {
  animation: move-vertical-hover 0.25s;
}
.slider-progress {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slider-progress span {
  width: 100%;
  height: 3px;
  display: block;
  background: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease!important;
  position: relative;
  top: 37px;
}
.slider-progress:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffe51e;
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: left;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.slider-progress.play:after {
  animation: progress 9s forwards;
}
.slider-progress.active:after {
  animation: none;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.slider-progress:hover span {
  transition: all 0.3s ease;
  opacity: 1;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: calc(var(--ox-iv-aspect-ratio, .5625) * 100%);
  /* style="--ox-iv-aspect-ratio: 3 / 4;" */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes progress {
  0% {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* ABOVE FOOTER BANNER */
:is(.header-banner-below,.above-footer-banner) .banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  text-align: center;
  justify-content: center;
  color: #000000;
}
:is(.header-banner-below,.above-footer-banner) .banner-wrap :where(p, h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6) {
  margin: 4px;
}
.header-banner-below.banner-columns-1,
.above-footer-banner.banner-columns-1 {
  background: #f8f8f8;
}
.header-banner-below.banner-columns-2 .banner-wrap,
.above-footer-banner.banner-columns-2 .banner-wrap {
  position: relative;
  z-index: 2;
}
.header-banner-below.banner-columns-2 .banner-wrap:before,
.above-footer-banner.banner-columns-2 .banner-wrap:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.header-banner-below {
  min-height: 45px;
}
/* HEADER BANNER */
.header-top-banner {
  display: none;
  background-color: #ffe51e;
  color: #000000;
  padding: 12px 0;
  /*&[data-mode='always']{
            display: block;
        }*/
}
.header-top-banner.show-top-banner {
  display: block;
}
.header-bottom-banner {
  display: none;
  background-color: #fff;
  color: #2c54fd;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.4px;
  padding: 17px 0;
}
.header-top-banner-wrapper,
.header-bottom-banner-wrapper {
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.at-close-cross {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #000;
  cursor: pointer;
}
.at-close-cross:hover {
  background: #ffe51e;
}
.at-close-cross:hover span:before,
.at-close-cross:hover span:after {
  background-color: #000;
}
.at-close-cross span {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-top: 9px;
}
.at-close-cross span:before,
.at-close-cross span:after {
  position: absolute;
  left: 5px;
  content: '';
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.at-close-cross span:before {
  transform: rotate(45deg);
}
.at-close-cross span:after {
  transform: rotate(-45deg);
}
:where(.header-top-banner, .header-banner-below, .above-footer-banner) :is(.at-highlight,.highlight) {
  padding: 4px 6px;
  display: inline-block;
  letter-spacing: -1px;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0 4px;
}
.std .ox-banner,
.ox-banner {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateZ(0);
  line-height: 0;
}
.std .ox-banner.big-border,
.ox-banner.big-border {
  border: 15px solid;
}
.std .ox-banner img,
.ox-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.std .ox-banner img.hover-image,
.ox-banner img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.std .ox-banner:hover img.hover-image,
.ox-banner:hover img.hover-image {
  display: block;
}
.std .ox-banner a.ox-banner-link,
.ox-banner a.ox-banner-link {
  padding: 0;
  background: none;
  display: block;
}
.std .ox-banner.ox-img-zoom-hover,
.ox-banner.ox-img-zoom-hover {
  overflow: visible;
}
.std .ox-banner.ox-img-zoom-hover-masked,
.ox-banner.ox-img-zoom-hover-masked {
  overflow: hidden;
}
.std .ox-banner:hover .link,
.ox-banner:hover .link {
  transform: translateX(10px);
}
.std .ox-banner .link,
.ox-banner .link {
  margin-top: 8px;
  line-height: 1;
  display: inline-block;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 14px;
  font-style: normal;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  will-change: transform;
}
.ox-categories-grid-with-banner .ox-banner.bg-image {
  position: absolute;
}
.ox-categories-grid-with-banner .col.right {
  padding: 30px 3%;
}
.ox-categories-grid-with-banner .col.left,
.ox-categories-grid-with-banner .col.right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-zoom-hover,
.ox-zoom-out-hover {
  transition: all 0.6s ease-in-out;
}
.ox-img-zoom-out-hover img,
.ox-img-zoom-hover-masked img,
.ox-img-zoom-hover img {
  transition: 0.4s ease-in-out;
  transition-property: transform, opacity;
  will-change: transform;
}
.ox-img-zoom-hover-masked:hover img,
.ox-img-zoom-hover:hover img {
  transition: all 0.4s ease;
  transform: scale3d(1.04, 1.04, 1.04);
}
.ox-zoom-hover:hover {
  transition: all 0.4s ease;
  transform: scale3d(1.04, 1.04, 1.04);
}
.ox-zoom-out-hover:hover {
  transform: scale3d(0.96, 0.96, 0.96);
}
.ox-img-zoom-out-hover:hover img {
  transform: scale3d(0.96, 0.96, 0.96);
}
.ox-banner-text-below .ox-banner-content {
  margin: 40px 0;
  line-height: 1.43;
}
.ox-banner-text-below .ox-banner-content span {
  text-transform: uppercase;
  font-weight: 600;
}
.row.ox-links-block,
.ox-links-block {
  font-size: 13px;
  padding: 100px 30px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.row.ox-links-block ul,
.ox-links-block ul {
  list-style: none;
}
.row.ox-links-block a,
.ox-links-block a {
  padding: 2px 6px 3px;
  margin-left: -3px;
}
.fullwidth-background-block {
  background-color: #f6f6f6;
  position: relative;
}
.fullwidth-background-block:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0px;
  bottom: 0px;
  display: block;
  background-color: inherit;
}
.fullwidth-background-block > * {
  position: relative;
  z-index: 1;
}
.ox-banner-animated-text {
  line-height: 0;
}
.ox-banner-animated-text .link {
  margin: 0;
  font-size: 12px;
}
.ox-banner-animated-text .ox-banner-animated-container {
  z-index: 2;
  margin: 0;
  padding: 40px;
  display: block;
  visibility: hidden;
  position: absolute;
}
.ox-banner-animated-text .ox-banner-animated-container br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.ox-banner-animated-text .ox-banner-animated-container span.text {
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
}
.ox-banner-animated-text .ox-banner-animated-container .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 4px 8px 6px;
  margin: -8px 0 0;
  color: #fff;
  background-color: #000000;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
}
.ox-banner-animated-text .ox-banner-animated-container .text:first-child {
  margin-top: 0;
}
.ox-banner-animated-text .ox-banner-animated-container .text:before,
.ox-banner-animated-text .ox-banner-animated-container .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner-animated-text .ox-banner-animated-container .text:after {
  background-color: #ffe51e;
}
.ox-banner-animated-text .ox-banner-animated-container .text:before {
  width: 100%;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me .text {
  color: #000000;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me .text:after {
  width: 100%;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me.animation-link {
  transform: translateX(10px);
}
.ox-banner-animated-text .ox-banner-animated-container .link {
  display: inline-block;
  overflow: hidden;
  padding: 6px 8px;
  margin: 0;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  background-color: #ffe51e;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: -8px 0 0;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-link {
  margin-top: 0;
}
.ox-banner-animated-text.h-center .ox-banner-animated-container {
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ox-banner-animated-text.h-center .ox-banner-animated-container .animation-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container {
  left: 0;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container .animation-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container .animation-wrapper.animation-link {
  margin-left: 9px;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container {
  right: 0;
  text-align: right;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .animation-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .animation-wrapper.animation-link {
  margin-right: 9px;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .link {
  margin-right: 0;
}
.ox-banner-animated-text.v-top .ox-banner-animated-container {
  top: 0;
}
.ox-banner-animated-text.v-center .ox-banner-link {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ox-banner-animated-text.v-center .ox-banner-animated-container {
  top: 50%;
  transform: translateY(-50%);
}
.ox-banner-animated-text.v-bottom .ox-banner-animated-container {
  bottom: 0;
}
.ox-banner-animated-text a:hover {
  background: transparent;
}
.owl-carousel .ox-banner.image-auto {
  width: 100%;
}
.owl-carousel .ox-banner.image-auto img {
  width: auto;
  margin: 0 auto;
}
.ox-banner.image-auto {
  width: 100%;
}
.ox-banner.image-auto img {
  width: auto;
  margin: 0 auto;
}
.ox-banner.image-cover {
  display: block;
  width: 100%;
}
.ox-banner.image-cover img {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.ox-banner.banner-stretch {
  display: block;
  width: 100%;
}
.ox-banner.banner-stretch .ox-banner-link {
  width: 100%;
}
.ox-banner.banner-stretch img {
  width: 100%;
}
.ox-banner.banner-stretch-v,
.ox-banner.banner-stretch-vertical {
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.ox-banner.banner-stretch-v .ox-banner-link,
.ox-banner.banner-stretch-vertical .ox-banner-link {
  height: 100%;
}
.ox-banner .ox-banner-link {
  position: relative;
}
.ox-banner .ox-banner-link .overlay-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.ox-banner:focus .ox-banner-link .overlay-layer,
.ox-banner:hover .ox-banner-link .overlay-layer {
  opacity: 1;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container {
  z-index: 2;
  margin: 0;
  padding: 40px;
  display: block;
  position: absolute;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container .button + .button {
  margin-left: 3px;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container.bottom {
  bottom: 0 !important;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container.top {
  top: 0 !important;
}
.ox-banner.ox-banner-content-overlay.h-center .ox-banner-container {
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ox-banner.ox-banner-content-overlay.h-left .ox-banner-container {
  left: 0;
}
.ox-banner.ox-banner-content-overlay.h-right .ox-banner-container {
  right: 0;
  text-align: right;
}
.ox-banner.ox-banner-content-overlay.v-top .ox-banner-container {
  top: 0;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-link {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-container {
  top: 50%;
  transform: translateY(-50%);
}
.ox-banner.ox-banner-content-overlay.v-bottom .ox-banner-container {
  bottom: 0;
}
.ox-banner.ox-banner-stores {
  overflow: visible;
  margin-top: 15px;
}
.ox-banner.ox-banner-stores .ox-banner-link {
  display: block;
  line-height: 0;
}
.ox-banner.ox-banner-stores .ox-banner-container {
  padding: 40px;
}
.ox-banner.ox-banner-stores .ox-banner-container .title {
  line-height: 0.9;
  display: block;
}
.ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
  font-size: 48px;
}
.ox-banner.ox-banner-stores .ox-banner-container .text {
  line-height: 1.4;
  display: block;
  font-size: 16px;
  font-weight: 800;
  padding: 10px;
  margin-top: 40px;
}
.ox-banner.ox-banner-stores .ox-banner-container.bottom {
  bottom: 0;
  padding: 35px;
}
.ox-banner .ox-show-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ox-banner .ox-moveup-hover {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) translateZ(0) !important;
}
.ox-banner:hover .ox-show-hover {
  visibility: visible;
  opacity: 1;
}
.ox-banner:hover .ox-moveup-hover {
  transform: translateY(0) translateZ(0) !important;
}
.animated-text--bg {
  padding: 10px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.animated-text--bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -ms-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  background: #ffffff;
}
.animated-text--bg.accent:after {
  background: #ffe51e;
}
.animated-text--bg.animated:after {
  transform: scaleX(1);
}
.animated-text--bg.animate-me:after {
  animation: scalein 0.75s forwards cubic-bezier(0.85, 0, 0.12, 1);
}
.animated-text--bg > * {
  display: inline-block;
  line-height: 0.9;
  margin: 0;
}
rs-slide a.button {
  line-height: 16px !important;
}
rs-slide[data-isactiveslide="true"] .animated-text--bg:after,
.active-rs-slide .animated-text--bg:after,
.active-revslide .animated-text--bg:after {
  transition-delay: 300ms;
  transform: scaleX(1);
}
.owl-carousel .product-item .ox-banner {
  width: 100%;
}
.owl-carousel .product-item .ox-banner img {
  width: auto;
  margin: 0 auto;
}
.owl-carousel .product-item .ox-banner.banner-stretch img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    margin-top: -62px;
    font-size: 50px;
  }
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .text {
    margin-top: 20px;
  }
}
.ox-instagram-feed {
  width: 100%;
}
.ox-instagram-feed .ox-instagram-item {
  padding: 4px;
  width: 100%;
  position: relative;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-instagram-feed.columns-m-1 .ox-instagram-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-instagram-feed.columns-m-2 .ox-instagram-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ox-instagram-feed.columns-m-3 .ox-instagram-item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ox-instagram-feed.columns-m-4 .ox-instagram-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-instagram-feed.columns-m-5 .ox-instagram-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.ox-instagram-feed.columns-m-6 .ox-instagram-item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ox-instagram-feed.columns-m-7 .ox-instagram-item {
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}
.ox-instagram-feed.columns-m-8 .ox-instagram-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ox-instagram-feed.columns-m-9 .ox-instagram-item {
  -ms-flex: 0 0 11.11111111%;
  flex: 0 0 11.11111111%;
  max-width: 11.11111111%;
}
.ox-instagram-feed.columns-m-10 .ox-instagram-item {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.ox-instagram-feed.columns-m-11 .ox-instagram-item {
  -ms-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
  max-width: 9.09090909%;
}
.ox-instagram-feed.columns-m-12 .ox-instagram-item {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ox-instagram-feed .ox-instagram-image {
  width: 100%;
  transition: all 0.3s;
}
.ox-instagram-feed .ox-instagram-image.lazy:not(.lazy-loaded) {
  opacity: 0 !important;
  visibility: hidden;
}
.ox-instagram-feed .ox-instagram-item-link {
  transition: all 0.3s;
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
.ox-instagram-feed .ox-instagram-item-link:hover .action {
  visibility: visible;
  animation: move-action-top 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.ox-instagram-feed .ox-instagram-item-link:hover .action.view {
  animation-delay: 100ms;
}
.ox-instagram-feed .ox-instagram-item-link:hover .ox-instagram-image {
  transform: scale(0.96);
}
.ox-instagram-feed .ox-instagram-item-link .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ox-instagram-feed .ox-instagram-item-link .action {
  min-width: 43px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transition: all 600ms ease-in-out;
  transform: translateY(10px) perspective(1px);
  position: relative;
  opacity: 0;
  visibility: hidden;
  animation: move-action-bottom 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
  will-change: transform;
}
.ox-instagram-feed .ox-instagram-item-link .action:before {
  font-family: "athlete2";
  font-size: 16px;
  line-height: 43px;
  color: #ffffff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
}
.ox-instagram-feed .ox-instagram-item-link .action.likes span {
  display: none;
}
.ox-instagram-feed .ox-instagram-item-link .action.likes:before {
  content: '\6b';
  margin-bottom: -2px;
}
.ox-instagram-feed .ox-instagram-item-link .action.view:before {
  content: '\44';
}
.ox-instagram-feed .ox-instagram-items {
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ox-instagram-feed .ox-instagram-items .first-image {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.ox-instagram-feed .ox-instagram-items .first-image .ox-instagram-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-instagram-feed .ox-instagram-items .first-image .ox-instagram-item img {
  width: 100%;
}
.ox-instagram-feed .ox-instagram-items .other-images {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link,
.ox-instagram-feed.resize-square .ox-instagram-item-link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link:after,
.ox-instagram-feed.resize-square .ox-instagram-item-link:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link img,
.ox-instagram-feed.resize-square .ox-instagram-item-link img {
  position: absolute;
}
.ox-instagram-feed.resize-square .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  will-change: transform;
}
.ox-instagram-feed.resize-square .image-wrapper img.horizontal {
  width: auto;
  max-width: unset;
  height: 100%;
}
.ox-instagram-feed.resize-square .ox-instagram-item:hover .ox-instagram-item-link .image-wrapper {
  transition: all 0.3s;
  transform: scale(0.96);
}
.ox-instagram-feed.resize-square .ox-instagram-item:hover .ox-instagram-item-link .ox-instagram-image {
  transform: none;
}
.page-layout-1column.blog-page .sidebar-additional,
.page-layout-1column-fullwidth.blog-page .sidebar-additional {
  display: none;
}
.blog-page .breadcrumbs,
.blog-page .page-title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-layout-1column-fullwidth.blog-page .page-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.page-layout-1column-fullwidth.blog-post-view .page-main {
  padding: 40px 0 80px 0;
}
.page-layout-1column-fullwidth.blog-post-view .post-header,
.page-layout-1column-fullwidth.blog-post-view .post-bottom,
.page-layout-1column-fullwidth.blog-post-view .post-description .post-tags,
.page-layout-1column-fullwidth.blog-post-view .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-page .column.main .post-view.narrow-post .breadcrumbs {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.mfblog-autoloader {
  text-align: center;
}
.mfblog-autoloader .action.primary,
.mfblog-autoloader .amshopby-button,
.mfblog-autoloader .am-filter-go {
  padding: 16px 30px;
  min-width: 200px;
  z-index: 1;
}
.mfblog-autoloader .posts-loader {
  display: none;
}
.post-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.post-views svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.post-views .a2-tooltip {
  left: 50%;
  font-weight: normal;
  text-transform: inherit;
  width: auto;
  white-space: nowrap;
}
.post-views .a2-tooltip:before {
  bottom: -3px;
}
.post-view .post-gallery {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-view .post-gallery .gallery-image-hld {
  margin: 0 14px 14px 0;
}
.post-view .related .post-list {
  justify-content: center;
}
.post-view .related .post-list article {
  margin-bottom: 40px;
}
.post-view .related .post-list article .post-image-wrapper {
  margin-bottom: 22px;
}
.post-view .related .post-list article .post-title {
  font-size: 24px;
}
.post-view .post-bottom {
  padding: 0;
}
.post-view .post-bottom .related .products {
  margin-bottom: 60px;
}
.post-view .blog-post-sticky-info {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 5;
  width: 50px;
  top: 0;
}
.post-view .blog-post-sticky-info._static {
  position: absolute;
  bottom: 0px;
  top: auto;
}
.post-view .blog-post-sticky-info._fixed {
  position: fixed;
}
.post-view .blog-post-sticky-info .social-share__content {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-view .blog-post-sticky-info .social-share__content a {
  margin: 0 auto;
}
.post-view .blog-post-sticky-info .progress-container {
  width: 3px;
  height: 70px;
  display: block;
  background: #edebeb;
  margin: 20px auto;
}
.post-view .blog-post-sticky-info .progress-counter {
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-bottom: 14px;
}
.post-view .blog-post-sticky-info .progress-bar {
  font-size: 14px;
  background-color: #000;
  width: 100%;
  display: block;
  height: 0;
}
.post-view .post-meta .social-share__content {
  display: flex;
  margin-top: 10px;
  margin-left: -7px;
}
.post-view .social-share__content a {
  margin: 0;
  display: flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-size: 16px;
  background: transparent;
  color: #000;
  overflow: hidden;
}
.post-view .social-share__content a i {
  animation: move-vertical-out 0.25s;
  transition: color 0.3s;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.post-view .social-share__content a:hover i {
  animation: move-vertical-hover 0.25s;
  color: #ffe51e;
}
.post-view .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
}
.post-view .social-share__content a span {
  display: none;
}
.post-view .image-caption {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
  margin-top: 20px;
}
.post-view .breadcrumbs {
  padding: 0;
}
.post-view.narrow-post .post-tags,
.post-view.narrow-post .post-bottom .block.comments,
.post-view.narrow-post .post-bottom .post-nextprev-hld,
.post-view.narrow-post .post-header {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post .narrow-content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--p .post-text-hld > p {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--content .post-text-hld {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view .breadcrumbs {
  margin-bottom: 60px;
}
.post-view .post-categories {
  display: block;
  margin-bottom: 15px;
}
.post-view .post-categories a {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-view .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-view h1.page-title {
  margin-left: -2px;
  margin-bottom: 35px;
  line-height: 1;
}
.post-view .post-ftimg-hld {
  text-align: center;
  margin-bottom: 35px;
}
.post-view .post-content {
  position: relative;
}
.post-view .post-text-hld p,
.post-view .post-text-hld {
  font-size: 16px;
  line-height: 1.8;
}
.post-view .post-meta {
  font-family: Arial, sans-serif;
  margin-bottom: 35px;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.post-view .post-meta .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.post-view .post-meta .addthis_toolbox a {
  margin-bottom: 0 !important;
}
.post-view .post-meta a.item {
  line-height: 16px;
  padding: 2px 4px;
}
.post-view .post-meta a.item:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-meta .item {
  margin-right: 8px;
  display: inline-block;
}
.post-view .post-meta .item a {
  line-height: 14px;
  padding: 2px 4px;
}
.post-view .post-meta .item a:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-meta .item.post-views {
  display: inline-flex;
}
.post-view .post-description {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld .prev-link + .next-link {
  margin-top: 20px;
}
.post-view .post-nextprev-hld .nextprev-link {
  display: block;
}
.post-view .post-nextprev-hld .nextprev-link .h6 {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
.post-view .post-nextprev-hld .nextprev-link .h3 {
  display: inline;
  font-size: 28px;
  line-height: 1;
  padding: 1px 8px;
  margin-left: -8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.post-view .post-nextprev-hld .nextprev-link .h3 span {
  position: relative;
}
.post-view .post-nextprev-hld .nextprev-link:hover .h3 {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.post-view .post-tags {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 36px;
  display: block;
}
.post-view .post-tags a {
  line-height: 14px;
  padding: 7px 9px;
  font-size: 14px;
  display: inline-block;
  margin: 1px 5px 2px 0;
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.post-view .post-tags a:hover {
  background-color: #ffe51e;
  color: #000;
}
.post-view .block.comments {
  margin-bottom: 0;
}
.post-view .block.comments .fb-comments,
.post-view .block.comments .c-replyform form {
  padding: 40px;
  background: #f8f8f8;
}
.post-view .block.comments .fb-comments .c-btn-hld .input-box,
.post-view .block.comments .c-replyform form .c-btn-hld .input-box {
  margin-top: 24px;
}
.post-view .block.comments .fb-comments textarea + div.mage-error,
.post-view .block.comments .c-replyform form textarea + div.mage-error,
.post-view .block.comments .fb-comments input + div.mage-error,
.post-view .block.comments .c-replyform form input + div.mage-error {
  position: relative;
  top: -15px;
}
.post-view .block.comments .c-comment {
  border-top: 1px solid #e3e3e3;
  padding: 40px 0;
}
.post-view .block.comments .c-comment:last-child {
  padding-bottom: 0;
}
.post-view .block.comments .c-comment:first-child {
  border-top: none;
}
.post-view .block.comments .c-comment .c-replyform {
  margin-top: 30px;
}
.post-view .block.comments .c-comment .c-replyform button[type="submit"] {
  float: right;
}
.post-view .block.comments .c-comment .c-post {
  padding: 0 0 0 30px;
  border-left: 4px solid #ffe51e;
}
.post-view .block.comments .c-comment .p-name {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments .c-comment .p-text {
  margin-bottom: 20px;
}
.post-view .block.comments .c-comment .p-actions {
  font-size: 13px;
  color: #a2a2a2;
}
.post-view .block.comments .c-comment .p-actions a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px;
  margin-left: -4px;
  margin-right: 4px;
}
.post-view .block.comments .c-comment .p-actions a:hover {
  background: #000;
  color: #fff;
}
.post-view .block.comments .c-count {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments input,
.post-view .block.comments textarea {
  margin-bottom: 20px;
}
.post-view .block.comments textarea {
  height: 120px;
}
.post-view .block.comments button {
  margin-top: 10px;
  /*&.cancel{
                    float:right;
                }*/
}
.post-view .block.comments button[type="submit"] {
  padding: 18px 27px;
  min-width: 200px;
}
.post-view .block.comments .lr-hld {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-view .block.comments .lr-hld .right-hld,
.post-view .block.comments .lr-hld .left-hld {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-page {
  /*
        .column.main {
            > .breadcrumbs{
                padding: 0;
                padding-bottom: 4px;
                margin-bottom: 40px;
            }
            > .breadcrumbs + .page-title-wrapper{
                margin-top: -40px;
            }
        }*/
}
.blog-page .sidebar .widget.block:not(:last-child),
.blog-page .sidebar-additional .widget.block:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-additional .block .block-title {
  margin: 0;
}
.sidebar-additional .block.block-categories {
  color: #adadad;
}
.sidebar-additional .block.block-categories ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding-bottom: 20px;
}
.sidebar-additional .block.block-categories ul ul {
  padding: 0;
  padding-left: 10px;
}
.sidebar-additional .block.block-categories li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-right: 1px;
  text-transform: capitalize;
}
.sidebar-additional .block.block-categories li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-custom {
  padding: 22px 20px;
}
.sidebar-additional .block.block-rss .block-title {
  padding: 26px 0 23px;
}
.sidebar-additional .block.block-tagclaud a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 9px 5px;
  margin: 1px 0 2px;
  display: inline-block;
  background-color: #000000;
  color: #fff;
}
.sidebar-additional .block.block-tagclaud a:hover {
  background-color: #ffe51e;
  color: #000;
}
.sidebar-additional .block.block-tagclaud .tagclaud-hld {
  padding-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item > a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 4px;
}
.sidebar-additional .block.block-recent-posts .item > a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.block-recent-posts .item > a.with-image {
  margin-top: 10px;
}
.sidebar-additional .block.block-recent-posts .item.with-image {
  margin-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item.with-image:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block.block-recent-posts .post-image a {
  line-height: 0;
  display: block;
  margin-bottom: 5px;
}
.sidebar-additional .block.block-recent-posts .post-item-date {
  font-size: 13px;
  opacity: 0.7;
  margin-left: 4px;
}
.sidebar-additional .block.block-archive .item a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
}
.sidebar-additional .block.block-archive .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-search .block-content {
  padding-top: 20px;
  padding-bottom: 24px;
}
.sidebar-additional .block.blog-search .block-content form {
  position: relative;
}
.sidebar-additional .block.blog-search .block-content .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button {
  width: 38px;
  height: 38px;
  background: none;
  padding: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button:after {
  background: none;
}
.sidebar-additional .block.blog-search .block-content .actions button:before {
  content: "\61";
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.sidebar-additional .block.blog-search .block-content .actions button span {
  display: none;
}
.post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.post-list article {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-list .social-share__content {
  display: inline-block;
  vertical-align: middle;
}
.post-list .social-share__content a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-list .social-share__content a i {
  transition: color 0.3s;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1;
}
.post-list .social-share__content a:hover i {
  color: #000;
}
.post-list .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.post-list .social-share__content a span {
  display: none;
}
.post-list.blog-style-classic .post-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin-left: -10px;
  margin-bottom: 0;
}
.post-list.blog-style-classic .post-title a {
  display: inline-block;
  padding: 7px 9px 7px;
  text-decoration: none;
}
.post-list.blog-style-classic .post-image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.post-list.blog-style-classic .post-image-wrapper .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.post-list.blog-style-classic .post-content {
  margin-left: 97px;
}
.post-list.blog-style-classic .post-description {
  margin-top: 14px;
  padding-left: 1px;
}
.post-list.blog-style-classic .post-meta {
  margin-left: -3px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.post-list.blog-style-classic .post-meta a {
  line-height: 16px;
  text-transform: capitalize;
}
.post-list.blog-style-classic .post-meta .item {
  display: inline-block;
}
.post-list.blog-style-classic .post-meta .item.post-views {
  display: inline-flex;
}
.post-list.blog-style-classic .post-date {
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 13px;
  width: 74px;
  height: 74px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.post-list.blog-style-classic .post-date .day {
  padding-top: 12px;
  margin-bottom: 1px;
  display: block;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 800;
}
.post-list.blog-style-classic .post-date .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic .post-date .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  top: -100%;
  background-color: #ffe51e;
  color: #000;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic article:hover .post-date .inner {
  top: 100%;
}
.post-list.blog-style-classic article:hover .post-date .hover {
  top: 0;
}
.post-list.blog-style-classic article:hover .post-title a {
  color: #fff;
  background: #000;
}
.post-list.blog-style-modern article .post-title {
  font-size: 28px;
  margin-bottom: 16px;
}
.post-list.blog-style-modern article.date-above-image .post-meta .post-posed-date {
  display: none;
}
.post-list.blog-style-modern article .post-image-wrapper {
  position: relative;
  overflow: hidden;
}
.post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  line-height: 36px;
  left: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 3;
}
.post-list.blog-style-modern article .post-categories {
  display: block;
  margin-bottom: 13px;
}
.post-list.blog-style-modern article .post-categories a {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-list.blog-style-modern article .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-list.blog-style-modern article .post-links > .item {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  padding-top: 4px;
}
.post-list.blog-style-modern article .post-links > .item:hover {
  border-color: #ffe51e;
}
.post-list.blog-style-modern article .post-links > .item.post-views {
  display: inline-flex;
}
.post-list.blog-style-modern article .post-meta {
  margin-bottom: 15px;
}
.post-list.blog-style-modern article .post-meta .item {
  margin-right: 8px;
  font-weight: 600;
}
.post-list.blog-style-modern article .post-description {
  line-height: 1.7;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a i {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a:hover i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a:hover i {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title a {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description a {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta a {
  color: #fff;
}
.post-list.blog-style-modern.blog-list--image-top article .ox-expand__inner:before,
.post-list.blog-style-modern.blog-list--overlay article .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--above-image .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--overlay .ox-expand__inner:before {
  background: none;
}
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image[class*="columns-"] article:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  min-height: 630px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  min-height: 400px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article,
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern.blog-list--above-image article {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
}
.post-list.blog-style-modern article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--overlay article .post-content,
.post-list.blog-style-modern article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
.post-list.blog-style-modern.blog-list--above-image article .post-content {
  position: relative;
  padding: 30px;
  max-width: 100%;
  z-index: 3;
}
.post-list.blog-style-modern article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--overlay article.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--above-image article.date-above-image .post-meta .post-posed-date {
  display: inline;
}
.post-list.blog-style-modern article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay article .post-title,
.post-list.blog-style-modern article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-title,
.post-list.blog-style-modern.blog-list--above-image article .post-title {
  margin-bottom: 21px;
}
.post-list.blog-style-modern article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay article .post-description,
.post-list.blog-style-modern article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-description,
.post-list.blog-style-modern.blog-list--above-image article .post-description {
  margin-bottom: 22px;
}
.post-list.blog-style-modern article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--overlay article .post-image-wrapper,
.post-list.blog-style-modern article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-image-wrapper,
.post-list.blog-style-modern.blog-list--above-image article .post-image-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: 0;
}
.post-list .post-image-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.post-list article {
  margin-bottom: 60px;
}
.post-list article .gradient-overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.post-list article:hover .gradient-overlay {
  opacity: 1;
}
.post-list article .post-image-wrapper {
  line-height: 0;
  display: block;
  margin-bottom: 34px;
}
.post-list article .post-description {
  margin-bottom: 19px;
}
.post-list article .post-description p:last-child {
  margin-bottom: 0;
}
.post-list article .post-title a {
  color: inherit;
}
.post-list article .post-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-list article .post-links > .item {
  margin-right: 20px;
}
.post-list article .post-links .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.post-list.blog-style-modern.blog-list--above-image article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.post-list.blog-style-modern.blog-list--overlay article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.blog-widget-recent .post-list {
  margin-top: 0;
}
.blog-widget-recent .post-list article {
  margin-bottom: 40px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article {
  margin-bottom: 25px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-categories {
  margin-bottom: 5px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title {
  display: inline;
  font-size: 28px;
  line-height: 1;
  padding: 4px 8px;
  margin-left: -8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title a,
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title span {
  position: relative;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title a {
  color: #fff;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.blog-widget-recent .blog-list--overlay.post-list article {
  min-height: 400px;
  margin-bottom: 30px;
}
.blog-widget-recent .blog-list--above-image.post-list article {
  min-height: 540px;
  margin-bottom: 30px;
}
.blog-widget-recent .post-list.blog-style-classic article:not(.no-image) .post-content {
  margin-left: 10px;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper {
  position: relative;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper .post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-right: 0;
  display: block;
}
.a2-tooltip-btn {
  position: relative;
}
.a2-tooltip-btn:hover .a2-tooltip {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.action.towishlist .a2-tooltip {
  left: 27px;
}
.action.tocompare .a2-tooltip {
  left: 22px;
}
.a2-tooltip {
  display: block !important;
  position: absolute;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  outline: 0;
  pointer-events: none;
  transform: translateY(-100%) translateX(-50%);
  transition: all 0.15s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  line-height: 1.4;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  width: 110px;
}
.a2-tooltip:before {
  content: '';
  background: inherit;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
  z-index: -1;
}
.stripe-elements-field {
  box-sizing: content-box;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.confirm .modal-header {
  display: none;
}
.modal-popup.confirm .modal-content {
  padding-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 30px;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  padding-bottom: 30px;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding: 30px;
}
.modal-popup .modal-footer {
  padding-top: 0;
}
.modal-popup .modal-footer button,
.modal-popup .modal-footer .action-primary {
  min-width: 90px;
  min-height: 40px;
  margin-bottom: 3px;
}
.modal-popup .modal-header {
  padding-bottom: 25px;
  background: #f4f4f4;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  width: 40px;
  height: 40px;
  font-weight: normal;
  content: "\40";
  font-family: 'Athlete2';
}
.modal-custom .action-close:after,
.modal-popup .action-close:after,
.modal-slide .action-close:after {
  content: none;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #ffe51e;
  transition: all 10ms;
}
.modal-custom .action-close:focus:before,
.modal-popup .action-close:focus:before,
.modal-slide .action-close:focus:before,
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  transition: all 10ms;
  color: #000000;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: none;
  font-weight: 800;
  padding: 0;
  padding-bottom: 0;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 0;
  border-bottom: none;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Olegnax/a2_child/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Olegnax/a2_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Olegnax/a2_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Olegnax/a2_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Olegnax/a2_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 18px 27px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #ffe51e;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #000000;
  border: none;
  color: #000000;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #000000;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 15px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #000000;
  border-bottom: 0 solid #d1d1d1;
  border-left: 0 solid #d1d1d1;
  border-right: 0 solid #d1d1d1;
  border-top: 0 solid #d1d1d1;
  height: 50px;
  padding: 6px 20px 6px 50px;
  font-weight: 800;
  line-height: 38px;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffe51e;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffe51e;
  color: #000000;
  text-decoration: none;
  padding-bottom: 6px;
}
.pagebuilder-accordion > .item.content {
  background: #f8f8f8;
  border: none;
  margin: 0 0 15px;
  padding: 40px 40px 40px 40px;
}
/**
 * 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.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1360px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 1025px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 1025px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
  padding-top: 5px;
  text-align: left;
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
  display: flex;
  flex-direction: column;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  position: absolute;
  display: none;
  z-index: 9999;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  width: 20%;
  vertical-align: top;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
.swatch-opt .slick-track {
  display: flex;
}
dd .swatch-option {
  display: inline-block;
}
.slick-initialized .swatch-option.slick-slide,
.slick-initialized .swatch-option.slick-slide.text,
.slick-initialized .slick-slide .swatch-option {
  margin: 2px 5px;
  padding: 0;
  max-width: none;
  height: 20px;
  box-sizing: border-box;
}
.swatch-attribute-options.slick-slider .swatch-option-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  min-width: 22px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #686868;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.amconf-matrix-full-subtotal {
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.tintContainer img {
  max-height: none;
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-tabs-view .product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.am-tabs-view .product-item {
  padding: 15px;
}
.am-tabs-view .block.crosssell {
  padding: 0;
  width: 100%;
}
.am-tabs-view .product.data.items > .item.title > .switch {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-tabs-view .product.data.items > .item.title.active > .switch,
.am-tabs-view .product.data.items > .item.title.active > .switch:focus,
.am-tabs-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
  cursor: default;
}
.am-tabs-view .product.data.items > .item.content {
  margin-top: 10px;
  padding: 10px 10px 30px;
}
.am-tabs-view .product.data.items > #reviews,
.am-tabs-view .product.data.items > .data.item.content {
  display: none;
}
.am-tabs-view .product.data.items > .data.item.title.active + .data.item.content {
  display: flex !important;
  flex-direction: column;
}
.amtab-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.amtab-cell-select {
  position: relative;
  margin: 0 0 0 -10px;
  cursor: pointer;
}
.amtab-cell-select:focus:after,
.amtab-cell-select:active:after {
  border-color: #3b68bb transparent transparent transparent;
  transform: rotate(180deg);
}
.amtab-cell-select:focus .amtab-select,
.amtab-cell-select:active .amtab-select {
  color: #3b68bb;
}
.amtab-cell-select:after {
  transition: 0.1s all ease-in;
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #6597f3 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.amtab-cell-select .amtab-select {
  transition: 0.1s all ease-in;
  pointer-events: none;
  padding: 0 10px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #6597f3;
  font-weight: 600;
  cursor: pointer;
}
.amtab-cell-select .amtab-select:focus,
.amtab-cell-select .amtab-select:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.amtab-cell-select .amtab-select ::-ms-expand {
  display: none;
}
.amtab-cell-select .amtab-select .amtab-option {
  color: #41362f;
}
.amtab-grid-container > .amtab-title {
  width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 16px;
}
.amtab-grid-container > .amtab-note {
  margin: 10px 0 0 0;
  color: #6f716e;
  font-size: 12px;
}
.amtab-grid-container > .amtab-desc {
  margin: 0 0 10px 0;
  color: #41362f;
  font-size: 14px;
}
.amtab-table-container {
  flex-basis: 100%;
  border: 1px solid #eff3f9;
  color: #41362f;
}
.amtab-table-container .amtab-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.amtab-table-container .amtab-cell:not(:last-child) {
  border-right: 1px solid #eff3f9;
}
.amtab-table-container .amtab-cell .amtab-desc {
  transition: 0.1s all ease-in;
  flex-basis: 100%;
  color: #6597f3;
  font-weight: bold;
  font-style: normal;
}
.amtab-table-container .amtab-title {
  display: flex;
  align-items: center;
  border-right: 1px solid #eff3f9;
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
  color: #fff;
}
.amtab-table-container .amtab-title,
.amtab-table-container .amtab-cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all ease-in;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  width: 100%;
  font-size: 14px;
}
.amtab-table-container .amtab-table-line .amtab-cell:hover,
.amtab-table-container .amtab-table-line .amtab-cell.-active {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .-amtab-hoverline {
  background: rgba(101, 151, 243, 0.2);
}
.amtab-table-container .amtab-table-line,
.amtab-table-container .amtab-head-line {
  display: flex;
  margin: 0;
}
.amtab-table-container .amtab-table-line:not(:last-child) .amtab-cell,
.amtab-table-container .amtab-head-line .amtab-cell {
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select {
  color: #fff;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select:after {
  border-color: #fff transparent transparent transparent;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-desc {
  color: #fff;
}
.amtab-steps-container {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-steps-container .amtab-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-grid-wrapper.-large .amtab-grid-container {
  max-width: 100%;
}
.amtab-grid-wrapper.-large .amtab-grid-container .amtab-sizes > .amtab-title {
  margin: 0 0 25px;
}
.amtab-grid-wrapper.-large .amtab-measure {
  padding: 30px 0 0 0;
}
.amtab-grid-wrapper.-large .amtab-measure > .amtab-title {
  margin: 0 0 10px;
}
.amtab-grid-wrapper.-large .amtab-table-container {
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #aab0ba #ffffff;
  scrollbar-width: thin;
  position: relative;
  border: 1px solid #eff3f9;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  background: transparent;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-cell {
  min-width: 65px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title {
  min-width: 130px;
  background: #f9fafc;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-desc {
  flex-basis: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-head-line,
.amtab-grid-wrapper.-large .amtab-table-line {
  height: 65px;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell {
  color: #6597f3;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell.-amtab-hoverline {
  color: #fff;
}
.amtab-grid-wrapper.-large .amtab-steps-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 25px;
  counter-reset: step;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
  margin: 0 0 40px 0;
  width: 100%;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
  position: relative;
  padding: 0 0 0 100px;
  max-height: 110px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after,
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #cfe0ff;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  counter-increment: step;
  color: #4983f1;
  content: counter(step);
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-tip {
  display: block;
  margin: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-grid-container {
  flex-basis: 100%;
}
.amtab-grid-wrapper.-small .amtab-head-line {
  height: 64px;
  background: #f9fafc;
  font-weight: normal;
}
.amtab-grid-wrapper.-small .amtab-table-line {
  height: 45px;
}
.amtab-grid-wrapper.-small .amtab-table-line:nth-child(odd) {
  background: #f9fafc;
}
.amtab-grid-wrapper.-small .amtab-table-line .amtab-title {
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-img {
  display: flex;
  justify-content: center;
  top: 0;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-head {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  margin: 0 0 5px;
  color: #4983f1;
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-desc {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-arrow {
  transition: 0.1s all ease-in;
  position: absolute;
  display: none;
  border-bottom: 1px solid #4983f1;
  border-radius: 5px 0 0 5px;
}
.amtab-grid-wrapper.-small .amtab-arrow:after,
.amtab-grid-wrapper.-small .amtab-arrow:before {
  transition: 0.1s all ease-in;
  position: absolute;
  display: block;
  width: 5px;
  border-bottom: 1px solid #4983f1;
  content: '';
}
.amtab-grid-wrapper.-small .amtab-step {
  position: absolute;
  margin: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-small .amtab-measure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
  align-self: flex-start;
  margin: 40px 0 35px 0;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-img {
  margin: 0 auto 42px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
  top: -8px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
  top: 16%;
  left: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 124px;
  width: 30vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
  top: 50.9%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 123px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 75px;
  width: 15vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-img {
  margin: 0 auto 30px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
  top: -7px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow {
  right: 100%;
  margin: 0 10px 0 0;
  min-width: 50px;
  max-width: 90px;
  width: 5vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
  top: 17%;
  left: 0;
  width: 33vw;
  max-width: 300px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 345px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 75px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
  top: 50%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 150px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #cccccc;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.amwishlist-wishlist-index .sidebar-main,
.amwishlist-wishlist-index .sidebar-additional {
  width: 22.3%;
}
.amwishlist-wishlist-index .column.main {
  width: 77.7%;
}
.amwishlist-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.amwishlist-wishlist-index .pager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.amwishlist-wishlist-index .pager .pages {
  flex-basis: 100%;
  text-align: center;
}
.amwishlist-wishlist-index .pager .limiter {
  margin: 30px 0 0 auto;
}
.amwishlist-wishlist-index .pager .toolbar-amount {
  display: none;
}
.amwishlist-pager .toolbar-amount,
.amwishlist-pager .pages,
.amwishlist-pager .limiter {
  display: inline-block;
}
.amwishlist-pager .pages {
  right: 0;
  left: 0;
  width: auto;
}
.amwishlist-messages-list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #eb5757;
  list-style: none;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
}
.amwishlist-messages-list .amwishlist-item {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.amwishlist-qty-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.amwishlist-qty-block.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block.-disabled .amwishlist-button {
  display: none;
}
.amwishlist-qty-block.-disabled .amwishlist-input {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block .amwishlist-input:not([disabled]) {
  box-sizing: border-box;
  margin: 0 15px;
  width: 54px;
  text-align: center;
}
.amwishlist-qty-block .amwishlist-input.-error {
  border-color: #eb5757;
}
.amwishlist-qty-block .amwishlist-msg.-error {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2px 0 0;
  color: #eb5757;
  text-align: center;
  font-size: 12px;
}
.amwishlist-button.-incr,
.amwishlist-button.-decr {
  max-width: 12px;
  width: 100%;
  height: 12px;
  color: #adadad;
}
.amwishlist-button.-incr:before,
.amwishlist-button.-decr:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 0;
}
.amwishlist-button.-incr:hover,
.amwishlist-button.-decr:hover {
  color: #1452f2;
}
.amwishlist-button.-incr:focus,
.amwishlist-button.-decr:focus,
.amwishlist-button.-incr:active,
.amwishlist-button.-decr:active {
  color: #1846be;
}
.amwishlist-button.-incr:before {
  content: '+';
}
.amwishlist-button.-decr:before {
  content: '-';
  transform: translateY(-2px) scaleX(1.8);
}
.amwishlist-toolbar-block.-mass-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 0 -5px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.05), 0 -5px 15px rgba(154, 162, 181, 0.14);
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
  flex-basis: 100%;
  margin: 15px 5px 0 5px;
  height: 40px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
  flex-basis: auto;
  justify-content: flex-start;
  margin-right: auto;
  min-width: 70px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button {
  flex-basis: calc(100% / 3 - 10px);
  margin: 0 5px;
  padding: 0;
  min-width: 100px;
  height: 32px;
}
.amwishlist-tabs-block.-title {
  display: flex;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  list-style: none;
}
.amwishlist-tabs-block.-title .amwishlist-item {
  transition: 0.1s border ease-in;
  transition: all 0.1s border;
  margin: 0;
  padding: 0 10px 12px;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
  font-size: 18px;
  cursor: pointer;
}
.amwishlist-tabs-block.-title .amwishlist-item:hover,
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  font-weight: 600;
}
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  border-bottom-color: #4776f0;
}
.amwishlist-content-tab:not(.-active) {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-list {
  padding: 0;
  list-style: none;
}
.amwishlist-tabs-block.-block .amwishlist-list.-active {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.amwishlist-product-grid > .amwishlist-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
  position: relative;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 20px;
  padding: 15px;
  max-width: 275px;
  width: 100%;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
  background: #f4f5fa;
}
.amwishlist-product-grid .amwishlist-image-block {
  display: block;
  margin: 0 0 10px;
}
.amwishlist-product-grid .product-image-container {
  min-width: 100%;
}
.amwishlist-product-grid .product-item-tooltip {
  padding: 0 0 10px;
}
.amwishlist-product-grid .amwishlist-inner {
  z-index: 4;
  opacity: 1;
}
.amwishlist-product-grid .amwishlist-info {
  width: 100%;
}
.amwishlist-product-grid .amwishlist-info:hover {
  border-bottom-color: transparent;
}
.amwishlist-product-grid .amwishlist-toolbar-block {
  display: flex;
  justify-content: space-between;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
}
.amwishlist-product-grid .amwishlist-select-block {
  right: 45px;
}
.amwishlist-product-grid .amwishlist-name {
  display: block;
  margin: 0 0 10px;
  color: #000;
  letter-spacing: normal;
  font-size: 14px;
  line-height: normal;
}
.amwishlist-product-grid .amwishlist-field {
  margin: 0 0 15px 0;
}
.amwishlist-product-grid .product-reviews-summary {
  margin-bottom: 10px;
}
.amwishlist-product-grid .amwishlist-input.-qty {
  max-width: 54px;
  color: #333;
  text-align: center;
}
.amwishlist-product-grid .amwishlist-label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.amwishlist-product-grid .product-item-comment {
  color: #5f5f5f;
}
.amwishlist-product-grid .reviews-actions {
  margin-left: 15px;
  color: #006bb4;
  line-height: normal;
}
.amwishlist-product-grid .reviews-actions .action {
  font-size: 12px;
}
.amwishlist-product-grid .amwishlist-button.-tocart {
  font-size: 13px;
}
.amwishlist-product-grid .field.comment-box > .label {
  display: none;
}
.amwishlist-list-grid {
  overflow: hidden;
}
.amwishlist-list-grid .amwishlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.amwishlist-list-grid .amwishlist-list > .amwishlist-item {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  flex-basis: 336px;
  box-sizing: border-box;
  margin: 0 8px 20px;
  padding: 15px;
  border-radius: 5px;
}
.amwishlist-list-grid .amwishlist-title {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0 5px 0;
}
.amwishlist-list-grid .amwishlist-name {
  flex-basis: 100%;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: left;
  word-break: break-word;
  font-weight: 600;
  font-size: 18px;
}
.amwishlist-list-grid .amwishlist-select-block {
  right: 20px;
  bottom: 0;
  max-width: 160px;
}
.amwishlist-list-grid .amwishlist-desc {
  flex-basis: 100%;
  color: #757575;
  text-align: left;
  font-size: 10px;
}
.amwishlist-list-grid .amwishlist-button.-add {
  margin: 15px 0 0;
  width: 100%;
}
.amwishlist-list-grid .amwishlist-preview-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: -4px;
  padding: 8px;
  min-height: 312px;
  border: 1px solid #e8e9ef;
  border-radius: 5px;
  background: #fff;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty:before {
  color: #000;
  content: attr(data-label);
  font-size: 14px;
}
.amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
  margin: 7px;
  width: calc(50% - 7px * 2);
  height: 134px;
}
.amwishlist-button:not(.-regular) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}
.amwishlist-button:not(.-regular):hover,
.amwishlist-button:not(.-regular):active,
.amwishlist-button:not(.-regular):focus {
  background: none;
  box-shadow: none;
}
.amwishlist-button:not(.-regular):before,
.amwishlist-button:not(.-regular):after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.amwishlist-button:not(.-regular).-disabled {
  pointer-events: none;
}
.amwishlist-button:not(.-regular).-disabled:focus {
  pointer-events: none;
}
.amwishlist-button.-clear {
  margin: 0;
  padding: 0;
  width: auto;
  height: initial;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amwishlist-button.-clear:active,
.amwishlist-button.-clear:hover,
.amwishlist-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amwishlist-button.-link {
  color: #4776f0;
}
.amwishlist-button.-link:hover {
  color: #1452f2;
}
.amwishlist-button.-plus {
  font-weight: 600;
}
.amwishlist-button.-plus:before {
  margin: 0 5px 0 0;
  content: '+';
  font-size: 20px;
}
.amwishlist-button.-search:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuODI5OCAxNy45ODA5QzE5LjgyOTggMTcuOTgwOSAxOS4yMTk5IDE3LjM1NzQgMTggMTYuMTEwNUMxNi43ODAxIDE0Ljg2MzYgMTUuODQ0IDEzLjkxNDMgMTUuMTkxNSAxMy4yNjI1QzE0LjkwNzggMTIuOTc5MSAxNC42NjY3IDEyLjc1MjQgMTQuNDY4MSAxMi41ODI0QzE0LjI5NzkgMTIuMzg0IDE0LjIxMjggMTIuMjg0OCAxNC4yMTI4IDEyLjI4NDhDMTQuNDM5NyAxMS45NzMxIDE0LjYzODMgMTEuNjQ3MiAxNC44MDg1IDExLjMwNzFDMTQuOTc4NyAxMC45Mzg3IDE1LjEzNDggMTAuNTcwMyAxNS4yNzY2IDEwLjIwMTlDMTUuMzkwMSA5LjgwNTE3IDE1LjQ3NTIgOS40MDg0MyAxNS41MzE5IDkuMDExNjlDMTUuNjE3IDguNjE0OTUgMTUuNjU5NiA4LjIwNDA0IDE1LjY1OTYgNy43Nzg5NkMxNS42NTk2IDcuMjQwNTIgMTUuNjAyOCA2LjczMDQzIDE1LjQ4OTQgNi4yNDg2N0MxNS4zNzU5IDUuNzM4NTggMTUuMjE5OSA1LjI0MjY1IDE1LjAyMTMgNC43NjA4OUMxNC44MjI3IDQuMjc5MTQgMTQuNTgxNiAzLjgzOTg5IDE0LjI5NzkgMy40NDMxNUMxNC4wMTQyIDMuMDE4MDcgMTMuNzAyMSAyLjYyMTMyIDEzLjM2MTcgMi4yNTI5MkMxMi45OTI5IDEuOTEyODYgMTIuNTk1NyAxLjYwMTEzIDEyLjE3MDIgMS4zMTc3NUMxMS43NzMgMS4wMzQzNiAxMS4zMzMzIDAuNzkzNDgyIDEwLjg1MTEgMC41OTUxMTJDMTAuMzY4OCAwLjM5Njc0MSA5Ljg3MjM0IDAuMjU1MDQ4IDkuMzYxNyAwLjE3MDAzMkM4Ljg3OTQzIDAuMDU2Njc3MyA4LjM2ODc5IDAgNy44Mjk3OSAwQzcuMjkwNzggMCA2Ljc2NTk2IDAuMDU2Njc3MyA2LjI1NTMyIDAuMTcwMDMyQzUuNzQ0NjggMC4yNTUwNDggNS4yNDgyMyAwLjM5Njc0MSA0Ljc2NTk2IDAuNTk1MTEyQzQuMjgzNjkgMC43OTM0ODIgMy44Mjk3OSAxLjAzNDM2IDMuNDA0MjYgMS4zMTc3NUMzLjAwNzA5IDEuNjAxMTMgMi42MzgzIDEuOTEyODYgMi4yOTc4NyAyLjI1MjkyQzEuOTU3NDUgMi42MjEzMiAxLjY0NTM5IDMuMDE4MDcgMS4zNjE3IDMuNDQzMTVDMS4wNzgwMSAzLjgzOTg5IDAuODM2ODc5IDQuMjc5MTQgMC42MzgyOTggNC43NjA4OUMwLjQxMTM0OCA1LjI0MjY1IDAuMjQxMTM1IDUuNzM4NTggMC4xMjc2NiA2LjI0ODY3QzAuMDQyNTUzMiA2LjczMDQzIDAgNy4yNDA1MiAwIDcuNzc4OTZDMCA4LjM0NTczIDAuMDQyNTUzMiA4Ljg4NDE3IDAuMTI3NjYgOS4zOTQyNkMwLjI0MTEzNSA5Ljg3NjAyIDAuNDExMzQ4IDEwLjM1NzggMC42MzgyOTggMTAuODM5NUMwLjgzNjg3OSAxMS4zMjEzIDEuMDc4MDEgMTEuNzc0NyAxLjM2MTcgMTIuMTk5OEMxLjY0NTM5IDEyLjU5NjUgMS45NTc0NSAxMi45NzkxIDIuMjk3ODcgMTMuMzQ3NUMyLjYzODMgMTMuNjg3NiAzLjAwNzA5IDEzLjk5OTMgMy40MDQyNiAxNC4yODI3QzMuODI5NzkgMTQuNTY2MSA0LjI4MzY5IDE0LjgwNjkgNC43NjU5NiAxNS4wMDUzQzUuMjQ4MjMgMTUuMjAzNyA1Ljc0NDY4IDE1LjM1OTUgNi4yNTUzMiAxNS40NzI5QzYuNzY1OTYgMTUuNTU3OSA3LjI5MDc4IDE1LjYwMDQgNy44Mjk3OSAxNS42MDA0QzguMjI2OTUgMTUuNjAwNCA4LjYyNDExIDE1LjU3MjEgOS4wMjEyOCAxNS41MTU0QzkuNDE4NDQgMTUuNDU4NyA5LjgxNTYgMTUuMzczNyAxMC4yMTI4IDE1LjI2MDRDMTAuNTgxNiAxNS4xMTg3IDEwLjkzNjIgMTQuOTYyOCAxMS4yNzY2IDE0Ljc5MjhDMTEuNjQ1NCAxNC42MjI3IDExLjk4NTggMTQuNDI0NCAxMi4yOTc5IDE0LjE5NzdDMTIuMjk3OSAxNC4xOTc3IDEyLjM4MyAxNC4yODI3IDEyLjU1MzIgMTQuNDUyN0MxMi43MjM0IDE0LjYyMjcgMTIuOTM2MiAxNC44MzUzIDEzLjE5MTUgMTUuMDkwM0MxMy45MjkxIDE1LjgyNzEgMTQuODkzNiAxNi44MTkgMTYuMDg1MSAxOC4wNjU5QzE3LjMwNSAxOS4zMTI4IDE3LjkxNDkgMTkuOTM2MiAxNy45MTQ5IDE5LjkzNjJDMTguMTQxOCAyMC4wMjEzIDE4LjQyNTUgMjAuMDIxMyAxOC43NjYgMTkuOTM2MkMxOS4xMDY0IDE5Ljg1MTIgMTkuMzc1OSAxOS43MjM3IDE5LjU3NDUgMTkuNTUzN0MxOS43NDQ3IDE5LjQxMiAxOS44NzIzIDE5LjE4NTMgMTkuOTU3NCAxOC44NzM1QzIwLjA0MjYgMTguNTYxOCAyMCAxOC4yNjQzIDE5LjgyOTggMTcuOTgwOVpNMTMuMDYzOCAxMC4wMzE5QzEyLjkyMiAxMC4zNzE5IDEyLjczNzYgMTAuNjk3OCAxMi41MTA2IDExLjAwOTZDMTIuMzEyMSAxMS4yOTMgMTIuMDg1MSAxMS41NjIyIDExLjgyOTggMTEuODE3MkMxMS41NzQ1IDEyLjA3MjMgMTEuMjkwOCAxMi4yOTkgMTAuOTc4NyAxMi40OTczQzEwLjY5NSAxMi42OTU3IDEwLjM4MyAxMi44Nzk5IDEwLjA0MjYgMTMuMDQ5OUM5LjcwMjEzIDEzLjE5MTYgOS4zNDc1MiAxMy4zMDUgOC45Nzg3MiAxMy4zOUM4LjYwOTkzIDEzLjQ0NjcgOC4yMjY5NSAxMy40NzUgNy44Mjk3OSAxMy40NzVDNy40MzI2MiAxMy40NzUgNy4wNDk2NSAxMy40NDY3IDYuNjgwODUgMTMuMzlDNi4zMTIwNiAxMy4zMDUgNS45NTc0NSAxMy4xOTE2IDUuNjE3MDIgMTMuMDQ5OUM1LjI3NjYgMTIuODc5OSA0Ljk1MDM1IDEyLjY5NTcgNC42MzgzIDEyLjQ5NzNDNC4zNTQ2MSAxMi4yOTkgNC4wODUxMSAxMi4wNzIzIDMuODI5NzkgMTEuODE3MkMzLjU3NDQ3IDExLjU2MjIgMy4zMzMzMyAxMS4yOTMgMy4xMDYzOCAxMS4wMDk2QzIuOTA3OCAxMC42OTc4IDIuNzM3NTkgMTAuMzcxOSAyLjU5NTc0IDEwLjAzMTlDMi40NTM5IDkuNjkxODIgMi4zNDA0MyA5LjMzNzU4IDIuMjU1MzIgOC45NjkxOEMyLjE3MDIxIDguNTcyNDQgMi4xMjc2NiA4LjE3NTcgMi4xMjc2NiA3Ljc3ODk2QzIuMTI3NjYgNy40MTA1NiAyLjE3MDIxIDcuMDQyMTUgMi4yNTUzMiA2LjY3Mzc1QzIuMzQwNDMgNi4zMDUzNSAyLjQ1MzkgNS45MzY5NSAyLjU5NTc0IDUuNTY4NTRDMi43Mzc1OSA1LjIyODQ4IDIuOTA3OCA0LjkxNjc1IDMuMTA2MzggNC42MzMzN0MzLjMzMzMzIDQuMzIxNjQgMy41NzQ0NyA0LjAzODI2IDMuODI5NzkgMy43ODMyMUM0LjA4NTExIDMuNTI4MTYgNC4zNTQ2MSAzLjMwMTQ1IDQuNjM4MyAzLjEwMzA4QzQuOTUwMzUgMi45MDQ3MSA1LjI3NjYgMi43MjA1MSA1LjYxNzAyIDIuNTUwNDhDNS45NTc0NSAyLjQwODc5IDYuMzEyMDYgMi4zMDk2IDYuNjgwODUgMi4yNTI5MkM3LjA0OTY1IDIuMTY3OTEgNy40MzI2MiAyLjEyNTQgNy44Mjk3OSAyLjEyNTRDOC4yMjY5NSAyLjEyNTQgOC42MDk5MyAyLjE2NzkxIDguOTc4NzIgMi4yNTI5MkM5LjM0NzUyIDIuMzA5NiA5LjcwMjEzIDIuNDA4NzkgMTAuMDQyNiAyLjU1MDQ4QzEwLjM4MyAyLjcyMDUxIDEwLjY5NSAyLjkwNDcxIDEwLjk3ODcgMy4xMDMwOEMxMS4yOTA4IDMuMzAxNDUgMTEuNTc0NSAzLjUyODE2IDExLjgyOTggMy43ODMyMUMxMi4wODUxIDQuMDM4MjYgMTIuMzEyMSA0LjMyMTY0IDEyLjUxMDYgNC42MzMzN0MxMi43Mzc2IDQuOTE2NzUgMTIuOTIyIDUuMjI4NDggMTMuMDYzOCA1LjU2ODU0QzEzLjIwNTcgNS45MzY5NSAxMy4zMDUgNi4zMDUzNSAxMy4zNjE3IDYuNjczNzVDMTMuNDQ2OCA3LjA0MjE1IDEzLjQ4OTQgNy40MTA1NiAxMy40ODk0IDcuNzc4OTZDMTMuNDg5NCA4LjE3NTcgMTMuNDQ2OCA4LjU3MjQ0IDEzLjM2MTcgOC45NjkxOEMxMy4zMDUgOS4zMzc1OCAxMy4yMDU3IDkuNjkxODIgMTMuMDYzOCAxMC4wMzE5WiIgZmlsbD0iI0MyQzJDMiIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: none;
}
.amwishlist-button.-search:hover:after {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amwishlist-button.-remove:hover:after {
  color: #1452f2;
}
.amwishlist-button.-basket {
  display: flex;
  align-items: center;
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(108%) contrast(84%);
}
.amwishlist-button.-basket:hover {
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(75%) contrast(84%);
}
.amwishlist-button.-basket:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: inline-flex;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTZIMTFWNkgxVjE2Wk03LjkzNzUgNy44NDM3NUM3LjkzNzUgNy42OTc5MiA3Ljk4OTU4IDcuNTcyOTIgOC4wOTM3NSA3LjQ2ODc1QzguMjE4NzUgNy4zNjQ1OCA4LjM1NDE3IDcuMzEyNSA4LjUgNy4zMTI1QzguNjY2NjcgNy4zMTI1IDguODAyMDggNy4zNjQ1OCA4LjkwNjI1IDcuNDY4NzVDOS4wMTA0MiA3LjU3MjkyIDkuMDYyNSA3LjY5NzkyIDkuMDYyNSA3Ljg0Mzc1VjEzLjc1QzkuMDYyNSAxMy45MTY3IDkuMDEwNDIgMTQuMDUyMSA4LjkwNjI1IDE0LjE1NjNDOC44MDIwOCAxNC4yNjA0IDguNjY2NjcgMTQuMzEyNSA4LjUgMTQuMzEyNUM4LjM1NDE3IDE0LjMxMjUgOC4yMTg3NSAxNC4yNjA0IDguMDkzNzUgMTQuMTU2M0M3Ljk4OTU4IDE0LjA1MjEgNy45Mzc1IDEzLjkxNjcgNy45Mzc1IDEzLjc1VjcuODQzNzVaTTUuNDM3NSA3Ljg0Mzc1QzUuNDM3NSA3LjY5NzkyIDUuNDg5NTggNy41NzI5MiA1LjU5Mzc1IDcuNDY4NzVDNS43MTg3NSA3LjM2NDU4IDUuODU0MTcgNy4zMTI1IDYgNy4zMTI1QzYuMTQ1ODMgNy4zMTI1IDYuMjcwODMgNy4zNjQ1OCA2LjM3NSA3LjQ2ODc1QzYuNSA3LjU3MjkyIDYuNTYyNSA3LjY5NzkyIDYuNTYyNSA3Ljg0Mzc1VjEzLjc1QzYuNTYyNSAxMy45MTY3IDYuNSAxNC4wNTIxIDYuMzc1IDE0LjE1NjNDNi4yNzA4MyAxNC4yNjA0IDYuMTQ1ODMgMTQuMzEyNSA2IDE0LjMxMjVDNS44NTQxNyAxNC4zMTI1IDUuNzE4NzUgMTQuMjYwNCA1LjU5Mzc1IDE0LjE1NjNDNS40ODk1OCAxNC4wNTIxIDUuNDM3NSAxMy45MTY3IDUuNDM3NSAxMy43NVY3Ljg0Mzc1Wk0yLjkzNzUgNy44NDM3NUMyLjkzNzUgNy42OTc5MiAyLjk4OTU4IDcuNTcyOTIgMy4wOTM3NSA3LjQ2ODc1QzMuMTk3OTIgNy4zNjQ1OCAzLjMzMzMzIDcuMzEyNSAzLjUgNy4zMTI1QzMuNjQ1ODMgNy4zMTI1IDMuNzcwODMgNy4zNjQ1OCAzLjg3NSA3LjQ2ODc1QzMuOTc5MTcgNy41NzI5MiA0LjAzMTI1IDcuNjk3OTIgNC4wMzEyNSA3Ljg0Mzc1VjEzLjc1QzQuMDMxMjUgMTMuOTE2NyAzLjk3OTE3IDE0LjA1MjEgMy44NzUgMTQuMTU2M0MzLjc3MDgzIDE0LjI2MDQgMy42NDU4MyAxNC4zMTI1IDMuNSAxNC4zMTI1QzMuMzMzMzMgMTQuMzEyNSAzLjE5NzkyIDE0LjI2MDQgMy4wOTM3NSAxNC4xNTYzQzIuOTg5NTggMTQuMDUyMSAyLjkzNzUgMTMuOTE2NyAyLjkzNzUgMTMuNzVWNy44NDM3NVpNMTEuMjE4OCAxLjk2ODc1SDlWMS42NTYyNUM5IDEuMTk3OTIgOC44NTQxNyAwLjgxMjUgOC41NjI1IDAuNUM4LjI5MTY3IDAuMTY2NjY3IDcuOTI3MDggMCA3LjQ2ODc1IDBINC41QzQuMDYyNSAwIDMuNjk3OTIgMC4xNjY2NjcgMy40MDYyNSAwLjVDMy4xMzU0MiAwLjgxMjUgMyAxLjE5NzkyIDMgMS42NTYyNVYxLjk2ODc1SDAuNzgxMjVDMC41NTIwODMgMS45Njg3NSAwLjM2NDU4MyAyLjA1MjA4IDAuMjE4NzUgMi4yMTg3NUMwLjA3MjkxNjcgMi4zNjQ1OCAwIDIuNTQxNjcgMCAyLjc1VjVIMTJWMi43NUMxMiAyLjU0MTY3IDExLjkyNzEgMi4zNjQ1OCAxMS43ODEzIDIuMjE4NzVDMTEuNjM1NCAyLjA1MjA4IDExLjQ0NzkgMS45Njg3NSAxMS4yMTg4IDEuOTY4NzVaTTggMS45Njg3NUg0VjEuNTMxMjVDNCAxLjM4NTQyIDQuMDUyMDggMS4yNjA0MiA0LjE1NjI1IDEuMTU2MjVDNC4yNjA0MiAxLjA1MjA4IDQuMzc1IDEgNC41IDFINy40Njg3NUM3LjYxNDU4IDEgNy43Mzk1OCAxLjA1MjA4IDcuODQzNzUgMS4xNTYyNUM3Ljk0NzkyIDEuMjYwNDIgOCAxLjM4NTQyIDggMS41MzEyNVYxLjk2ODc1WiIgZmlsbD0iI0VCNTc1NyIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.amwishlist-button.-share {
  display: flex;
  align-items: center;
}
.amwishlist-button.-share:hover {
  color: #4776f0;
}
.amwishlist-button.-share:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-share:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NSA1QzE0LjQ0MDQgNSAxNSA0LjQ0MDM2IDE1IDMuNzVDMTUgMy4wNTk2NCAxNC40NDA0IDIuNSAxMy43NSAyLjVDMTMuMDU5NiAyLjUgMTIuNSAzLjA1OTY0IDEyLjUgMy43NUMxMi41IDQuNDQwMzYgMTMuMDU5NiA1IDEzLjc1IDVaTTEzLjc1IDYuMjVDMTUuMTMwNyA2LjI1IDE2LjI1IDUuMTMwNzEgMTYuMjUgMy43NUMxNi4yNSAyLjM2OTI5IDE1LjEzMDcgMS4yNSAxMy43NSAxLjI1QzEyLjM2OTMgMS4yNSAxMS4yNSAyLjM2OTI5IDExLjI1IDMuNzVDMTEuMjUgNC4xNzgxIDExLjM1NzYgNC41ODEwNiAxMS41NDcyIDQuOTMzMzJMNy41OTg3NiA3Ljg5NDY4QzcuMjA5NjQgNy42NDQ4OCA2Ljc0Njc0IDcuNSA2LjI1IDcuNUM0Ljg2OTI5IDcuNSAzLjc1IDguNjE5MjkgMy43NSAxMEMzLjc1IDExLjM4MDcgNC44NjkyOSAxMi41IDYuMjUgMTIuNUM2Ljc0Njc0IDEyLjUgNy4yMDk2NCAxMi4zNTUxIDcuNTk4NzYgMTIuMTA1M0wxMS41NDcyIDE1LjA2NjdDMTEuMzU3NiAxNS40MTg5IDExLjI1IDE1LjgyMTkgMTEuMjUgMTYuMjVDMTEuMjUgMTcuNjMwNyAxMi4zNjkzIDE4Ljc1IDEzLjc1IDE4Ljc1QzE1LjEzMDcgMTguNzUgMTYuMjUgMTcuNjMwNyAxNi4yNSAxNi4yNUMxNi4yNSAxNC44NjkzIDE1LjEzMDcgMTMuNzUgMTMuNzUgMTMuNzVDMTMuMjUzMyAxMy43NSAxMi43OTA0IDEzLjg5NDkgMTIuNDAxMiAxNC4xNDQ3TDguNDUyNzYgMTEuMTgzM0M4LjY0MjQgMTAuODMxMSA4Ljc1IDEwLjQyODEgOC43NSAxMEM4Ljc1IDkuNTcxOSA4LjY0MjQgOS4xNjg5NCA4LjQ1Mjc3IDguODE2NjhMMTIuNDAxMiA1Ljg1NTMyQzEyLjc5MDQgNi4xMDUxMiAxMy4yNTMzIDYuMjUgMTMuNzUgNi4yNVpNMTMuNzUgMTcuNUMxNC40NDA0IDE3LjUgMTUgMTYuOTQwNCAxNSAxNi4yNUMxNSAxNS41NTk2IDE0LjQ0MDQgMTUgMTMuNzUgMTVDMTMuMDU5NiAxNSAxMi41IDE1LjU1OTYgMTIuNSAxNi4yNUMxMi41IDE2Ljk0MDQgMTMuMDU5NiAxNy41IDEzLjc1IDE3LjVaTTcuNSAxMEM3LjUgMTAuNjkwNCA2Ljk0MDM2IDExLjI1IDYuMjUgMTEuMjVDNS41NTk2NCAxMS4yNSA1IDEwLjY5MDQgNSAxMEM1IDkuMzA5NjQgNS41NTk2NCA4Ljc1IDYuMjUgOC43NUM2Ljk0MDM2IDguNzUgNy41IDkuMzA5NjQgNy41IDEwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.amwishlist-button.-update {
  display: flex;
  align-items: center;
}
.amwishlist-button.-update:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-update:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: inline-flex;
  width: 19px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM1OCAwLjI1QzYuNTk0MTMgMC4yNSAyLjcyMDE1IDQuMTc2NTUgMi43MjAxNSA5VjkuMDI4OTNMMS4wMDk3MiA2LjQyMDg4QzAuODQyMzQ5IDYuMTY0NjIgMC40OTk0NDcgNi4wOTQzNiAwLjI0NjM1MiA2LjI2MzgyQy0wLjAwNjc0MzA2IDYuNDMzMjggLTAuMDc2MTQgNi43ODA0NyAwLjA5MTIyOTEgNy4wMzY3M0wyLjU3MzE5IDEwLjgxODZDMi42NjMgMTAuOTU1IDIuODA1ODggMTEuMDQxOCAyLjk2NTA4IDExLjA2MjVDMi45ODk1NyAxMS4wNjY2IDMuMDA5OTggMTEuMDY2NiAzLjAzNDQ4IDExLjA2NjZDMy4xNjkxOSAxMS4wNjY2IDMuMjk5ODIgMTEuMDE3IDMuNDAxODcgMTAuOTIxOUw2Ljg1MTMxIDcuNzc2NTdDNy4wNzU4MyA3LjU2OTkxIDcuMDk2MjQgNy4yMTg1OSA2Ljg5MjEzIDYuOTg3MTNDNi42ODgwMiA2Ljc1OTggNi4zNDEwNCA2LjczOTE0IDYuMTEyNDQgNi45NDU4TDMuODIyMzQgOS4wNDEzM1Y5QzMuODIyMzQgNC43ODgyNiA3LjIwMjM4IDEuMzY1OTcgMTEuMzU4IDEuMzY1OTdDMTUuNTEzNyAxLjM2NTk3IDE4Ljg5NzggNC43ODgyNiAxOC44OTc4IDlDMTguODk3OCAxMy4yMTE3IDE1LjUxNzggMTYuNjM0IDExLjM2MjEgMTYuNjM0QzkuMzQ5NiAxNi42MzQgNy40NTU0NyAxNS44NDA1IDYuMDM0ODcgMTQuMzk4QzUuODE4NTIgMTQuMTc4OSA1LjQ3MTUzIDE0LjE3ODkgNS4yNTUxOCAxNC4zOThDNS4wMzg4MiAxNC42MTcgNS4wMzg4MiAxNC45Njg0IDUuMjU1MTggMTUuMTg3NEM2Ljg4ODA1IDE2Ljg0MDcgOS4wNTU2OCAxNy43NSAxMS4zNjIxIDE3Ljc1QzE2LjEyMTkgMTcuNzUgMjAgMTMuODI3NiAyMCA5QzIwIDQuMTcyNDEgMTYuMTIxOSAwLjI1IDExLjM1OCAwLjI1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
  background-size: contain;
}
.amwishlist-button.-prev:hover {
  color: #000;
}
.amwishlist-button.-prev:hover:before {
  transform: scaleY(2) translateX(-1px);
}
.amwishlist-button.-prev:before {
  margin: 0 10px 0 0;
  content: '<';
  font-size: 11px;
  transform: scaleY(2);
}
.amwishlist-button.-edit:hover {
  filter: invert(40%) sepia(63%) saturate(2628%) hue-rotate(210deg) brightness(98%) contrast(91%);
}
.amwishlist-button.-edit:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zMTM3IDMuODI4MzdMMTUuODQ5MyA3LjM2MzlMOC4wNzEwOCAxNS4xNDIxTDIuNzY3NzggMTYuOTA5OEw0LjUzNTU1IDExLjYwNjVMMTIuMzEzNyAzLjgyODM3Wk03LjcxNzUzIDEwLjU0NTlMOS4xMzE3NCAxMS45NjAxTDcuMDEwNDIgMTQuMDgxNEw0LjUzNTU1IDE1LjE0MjFMNS41OTYyMSAxMi42NjcyTDcuNzE3NTMgMTAuNTQ1OVoiIGZpbGw9IiM3RDdEN0QiLz4KPHBhdGggZD0iTTEzLjcyOCAyLjQxNDIxQzE0LjUwOSAxLjYzMzE3IDE1Ljc3NTQgMS42MzMxNyAxNi41NTY0IDIuNDE0MjFMMTcuMjYzNSAzLjEyMTMyQzE4LjA0NDYgMy45MDIzNyAxOC4wNDQ2IDUuMTY4NyAxNy4yNjM1IDUuOTQ5NzVMMTYuNTU2NCA2LjY1Njg1TDEzLjAyMDkgMy4xMjEzMkwxMy43MjggMi40MTQyMVoiIGZpbGw9IiM3RDdEN0QiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
}
.amwishlist-button.-more {
  min-width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 24px;
}
.amwishlist-button.-more:hover {
  color: #4776f0;
}
.amwishlist-button.-more:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '...';
  line-height: 7px;
  transform: rotate(90deg);
}
.amwishlist-button.-empty:not(.-disabled) {
  min-width: 100px;
  border: 1px solid #4776f0;
  border-radius: 3px;
  background: #fff;
  color: #4776f0;
}
.amwishlist-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amwishlist-button.-empty:not(.-disabled):focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amwishlist-button.-empty.-disabled {
  box-sizing: border-box;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  background: #fff;
  color: #d0d5e1;
}
.amwishlist-button.-fill {
  min-width: 100px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  text-decoration: none;
}
.amwishlist-button.-fill.-primary:not(.-disabled) {
  border-color: #4776f0;
  background-color: #4776f0;
}
.amwishlist-button.-fill.-primary:not(.-disabled):hover {
  background-color: #1452f2;
}
.amwishlist-button.-fill.-primary:not(.-disabled):focus {
  background-color: #1846be;
}
.amwishlist-button.-fill.-disabled {
  border-color: #d0d5e1;
  background-color: #d0d5e1;
}
.amwishlist-input:not([disabled]) {
  margin: 0;
  padding: 0 10px;
  height: 32px;
  outline: 0;
  border-color: #949494;
}
.amwishlist-input:not([disabled])::placeholder {
  color: #adadad;
}
.amwishlist-input:not([disabled]):focus {
  border: 1px solid #4776f0;
  box-shadow: none;
}
.amwishlist-input:not([disabled]).-error {
  border-color: #eb5757;
}
.amwishlist-input:not([disabled]).-clear {
  margin: 0;
  padding: 0;
  height: auto;
  outline: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.amwishlist-input:not([disabled]).-clear:focus,
.amwishlist-input:not([disabled]).-clear:active,
.amwishlist-input:not([disabled]).-clear:hover {
  outline: 0;
  border-color: transparent;
  box-shadow: none;
}
.amwishlist-input.-textarea {
  padding: 5px 10px;
  border-color: #c2c2c2;
}
.amwishlist-checkbox-block {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amwishlist-checkbox-block .amwishlist-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
  border-color: #4776f0;
  background: #4776f0;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker {
  border-color: #4776f0;
  background: #4776f0;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker:before {
  opacity: 1;
}
.amwishlist-checkbox-block .amwishlist-checker {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fff;
}
.amwishlist-checkbox-block .amwishlist-checker:before {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3px;
  left: 0;
  display: inline-flex;
  margin: auto;
  width: 45%;
  height: 30%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  content: '';
  opacity: 0;
  transform: rotate(-45deg);
}
.amwishlist-select-block {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0;
  min-width: 115px;
  max-width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(190, 198, 218, 0.19), 0 1px 7px rgba(190, 198, 218, 0.28);
  font-size: initial;
  line-height: normal;
}
.amwishlist-select-block[aria-hidden='true'] {
  display: none;
}
.amwishlist-select-block .amwishlist-item {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: .25px;
  font-size: 12px;
  cursor: pointer;
}
.amwishlist-select-block .amwishlist-item:hover {
  background: rgba(229, 236, 253, 0.6899999999999999);
  color: #4776f0;
}
.amwishlist-select-block .amwishlist-item > * {
  justify-content: flex-start;
  padding: 4px 0;
  color: #000;
  text-align: left;
  text-decoration: none;
}
.amwishlist-select-block .amwishlist-item.-error > *,
.amwishlist-select-block .amwishlist-item.-error {
  color: #eb5757;
}
.amwishlist-field-block.-editable {
  display: flex;
  align-items: center;
  position: relative;
}
.amwishlist-field-block.-editable.-error {
  border-color: #eb5757;
}
.amwishlist-field-block.-editable .amwishlist-field {
  display: flex;
  position: relative;
  flex-basis: 100%;
  margin: 0 10px 0 0;
  pointer-events: none;
}
.amwishlist-field-block.-editable .amwishlist-input {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  padding: 0;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.amwishlist-field-block.-editable .amwishlist-button {
  transition: none;
}
.amwishlist-field-block.-editable.-active .amwishlist-input {
  padding: 0 40px 0 10px;
  height: 32px;
  border-color: #4776f0;
  font-weight: 400;
  font-size: 12px;
  pointer-events: initial;
}
.amwishlist-field-block.-editable .amwishlist-button.-remove {
  position: absolute;
  right: 0;
  padding: 8px 10px;
}
.amwishlist-field-block.-editable.-active .amwishlist-button.-save {
  margin: 0;
  min-width: 70px;
  max-width: 70px;
  height: 32px;
  font-size: 14px;
}
.-popup-opened {
  overflow: hidden;
}
.amwishlist-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amwishlist-popup-block.-active {
  display: flex;
}
.amwishlist-popup-block .amwishlist-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow-#adadad: scroll;
  scrollbar-color: y #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  position: relative;
  z-index: 1;
  overflow: auto;
  box-sizing: border-box;
  max-width: 542px;
  max-height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: y;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-title,
.amwishlist-popup-block .amwishlist-content,
.amwishlist-popup-block .amwishlist-toolbar {
  flex-basis: 100%;
  max-width: 100%;
}
.amwishlist-popup-block .amwishlist-content {
  border-radius: 4px;
  overflow-transparent: scroll;
  scrollbar-color: y #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  padding: 0 15px;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: y;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: transparent;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  height: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  height: transparent;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  height: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-header {
  margin: 0 0 25px;
  padding: 0 30px;
  text-align: center;
  letter-spacing: .25px;
  font-weight: 700;
  font-size: 22px;
}
.amwishlist-popup-block .amwishlist-toolbar {
  display: flex;
  align-items: center;
}
.amwishlist-popup-block .amwishlist-toolbar.-header {
  justify-content: flex-end;
  padding: 12px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close {
  position: relative;
  width: 14px;
  height: 14px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:before {
  background: #1452f2;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  content: '';
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after {
  transform: rotate(-45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  transform: rotate(45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  padding: 15px;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer .amwishlist-button {
  margin: 0 12px;
}
.amwishlist-search-block {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 100%;
  margin: 0 0 40px;
  background: #fff;
}
.amwishlist-search-block .amwishlist-search {
  display: block;
  width: 100%;
}
.amwishlist-search-block .amwishlist-field {
  display: flex;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}
.amwishlist-search-block .amwishlist-field.-active {
  max-width: 100%;
}
.amwishlist-search-block .amwishlist-input.-search {
  flex-basis: 100%;
  padding: 0 40px;
  border: 1px solid #949494;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-button.-remove {
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 16px;
  padding: 0 15px;
  min-width: auto;
  max-width: 54px;
  height: 34px;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-message-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 50px 10px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block {
  border-radius: 4px;
  overflow-y: scroll;
  scrollbar-color: #aab0ba #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: block;
  margin: 0;
  padding: 0;
  max-height: 605px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-item {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
}
.amwishlist-search-block .amwishlist-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amwishlist-search-block .amwishlist-item:not(.-empty):hover {
  background: #f9f9f9;
}
.amwishlist-search-block .amwishlist-name {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 15px;
  max-height: 40px;
  width: 65%;
  word-break: break-word;
}
.amwishlist-search-block .amwishlist-image {
  display: inline-block;
  float: left;
  max-width: 29%;
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
}
.amwishlist-search-block .amwishlist-sku {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 0 15px;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amwishlist-search-block .amwishlist-price {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0 15px;
  text-overflow: ellipsis;
}
.amwishlist-search-block .amwishlist-qty-block {
  display: none;
}
.amwishlist-search-block .amwishlist-qty-block .amwishlist-msg.-error {
  top: 100%;
}
.amwishlist-list-block .amwishlist-list {
  margin: 0 -5px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: inline-flex;
  align-content: flex-start;
  box-sizing: border-box;
  margin: 0 4px 20px;
  padding: 15px;
  min-height: 196px;
  max-width: 150px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:hover {
  background: #f4f5fa;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-active,
.amwishlist-list-block .amwishlist-list .amwishlist-item:active {
  border-color: #4776f0;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  content: attr(data-label);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(1n):before {
  background: #f9d484;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(2n):before {
  background: #eb785f;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(3n):before {
  background: #afe188;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(4n):before {
  background: #86d5f2;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-empty:before {
  border-color: #e8e9ef;
  background: #fff;
  color: #000;
  text-transform: inherit;
  font-size: 12px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-name {
  flex-basis: 100%;
  margin: 10px 0;
  text-align: left;
  word-break: break-word;
  font-weight: 600;
}
.amwishlist-list-block .amwishlist-list .amwishlist-desc {
  flex-basis: 100%;
  color: #757575;
  text-align: left;
  font-size: 10px;
}
.amwishlist-list-block.-recently-viewed {
  margin: 40px 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-title {
  margin: 0;
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 24px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list {
  border-radius: 4px;
  overflow-#adadad: scroll;
  scrollbar-color: x #ffffff;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 -10px;
  padding: 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: x;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  width: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  width: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  width: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-item {
  margin: 0 10px;
  padding: 0;
  max-width: 120px;
}
.amwishlist-popup-block .amwishlist-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  z-index: 1;
  border-radius: 0 0 15px 10px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.5), 0 -5px 15px rgba(154, 162, 181, 0.14);
}
.amwishlist-popup-block .amwishlist-button.-addtolist {
  max-width: 100%;
  width: 100%;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block {
  border-radius: 4px;
  overflow-#adadad: scroll;
  scrollbar-color: y #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  margin: 0 -6px 0 0;
  padding-right: 6px;
  max-height: 48vh;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: y;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  height: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-content-tab.-active {
  padding: 0 1px;
}
.amwishlist-newlist-block .amwishlist-button.-plus {
  padding: 0 0 30px;
  width: auto;
  text-align: left;
}
.amwishlist-newlist-block .amwishlist-newlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-newlist-block .amwishlist-form {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amwishlist-newlist-block .mage-error {
  flex-basis: 100%;
  order: 3;
}
.amwishlist-newlist-block .amwishlist-input {
  flex-basis: 68%;
  order: 1;
  max-width: 240px;
  font-size: 12px;
}
.amwishlist-newlist-block .amwishlist-button.-add {
  order: 2;
  margin: 0 0 0 10px;
  padding: 0 10px;
  min-width: 70px;
  max-width: 70px;
  height: 32px;
}
.amwishlist-newlist-block .amwishlist-messages-list {
  order: 3;
}
.amwishlist-page-title .amwishlist-button.-prev {
  padding: 0 0 20px;
  color: #757575;
}
.amwishlist-page-title .amwishlist-title-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-page-title .amwishlist-field-block.-title {
  z-index: 2;
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 0 0;
  letter-spacing: .25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
}
.amwishlist-page-title .amwishlist-messages-list {
  order: 2;
}
.amwishlist-page-title .amwishlist-toolbar {
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  order: 3;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) {
  justify-content: space-between;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable {
  justify-content: flex-end;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable > .amwishlist-button:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-page-title .amwishlist-toolbar > .amwishlist-button,
.amwishlist-page-title .amwishlist-toolbar .amwishlist-button.-share {
  height: 34px;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) > .amwishlist-button:not(:last-child) {
  margin: 0 10px 0 0;
}
.amwishlist-page-title .amwishlist-counter {
  display: block;
  flex-basis: 100%;
  order: 2;
  padding: 0 0 20px 0;
  color: #757575;
  font-size: 12px;
}
.amwishlist-types-checker {
  padding: 0 0 25px;
}
.amwishlist-types-checker .amwishlist-label {
  display: flex;
  align-items: center;
  display: inline-flex;
  margin: 0;
}
.amwishlist-types-checker .amwishlist-label:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-types-checker .amwishlist-input {
  margin: 0 7px 0 0;
}
.amwishlist-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.amwishlist-overlay-block.-active {
  display: block;
}
.amwishlist-toolbar:not(.-deletable) .amwishlist-sharesocials-container > .amwishlist-button {
  margin: 0 10px 0 0;
}
.amwishlist-sharesocials-container {
  position: relative;
}
.amwishlist-sharesocials-container .amwishlist-social,
.amwishlist-sharesocials-container .amwishlist-button.amwishlist-social.-mail {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.amwishlist-sharesocials-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(154, 162, 181, 0.2);
  transition: visibility .1s ease, opacity .1s ease;
  transform: translateX(50%);
}
.amwishlist-sharesocials-dropdown > .amwishlist-social:not(:first-child) {
  margin-left: 15px;
}
.amwishlist-sharesocials-dropdown:not(.-opened) {
  visibility: hidden;
  opacity: 0;
}
.amwishlist-toolbar.-deletable .amwishlist-sharesocials-dropdown {
  right: 0;
  transform: none;
}
.amwishlist-sharesocials-container .amwishlist-social {
  background: center / 100% no-repeat;
}
.amwishlist-sharesocials-container .amwishlist-social:hover {
  filter: brightness(1.3);
}
.amwishlist-sharesocials-container .amwishlist-social.-mail {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiNGRjU2MDQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzAuMjE0IDEyLjE0M0g5Ljc4NkwyMCAyMC41NTZsMTAuMzMtOC4zOWEuNzEuNzEgMCAwMC0uMTE2LS4wMjN6Ii8+PHBhdGggZD0iTTIwLjQ5NiAyMi4xODFhLjc4Ni43ODYgMCAwMS0uOTk2IDBMOSAxMy41MzF2MTMuNTRjMCAuNDM0LjM1Mi43ODYuNzg2Ljc4NmgyMC40MjhhLjc4Ni43ODYgMCAwMC43ODYtLjc4NlYxMy42NDdMMjAuNDk2IDIyLjE4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDkpIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amwishlist-sharesocials-container .amwishlist-social.-facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQwIDIwQzQwIDguOTUzIDMxLjA0NyAwIDIwIDBTMCA4Ljk1MyAwIDIwYzAgOS45ODQgNy4zMTMgMTguMjU4IDE2Ljg3NSAxOS43NThWMjUuNzhoLTUuMDc4VjIwaDUuMDc4di00LjQwNmMwLTUuMDEyIDIuOTg0LTcuNzgxIDcuNTU1LTcuNzgxIDIuMTg3IDAgNC40NzYuMzkgNC40NzYuMzl2NC45MjJoLTIuNTIzYy0yLjQ4NSAwLTMuMjU4IDEuNTQzLTMuMjU4IDMuMTI1VjIwaDUuNTQ3bC0uODg3IDUuNzgxaC00LjY2djEzLjk3N0MzMi42ODggMzguMjU4IDQwIDI5Ljk4NCA0MCAyMHoiIGZpbGw9IiMxODc3RjIiLz48cGF0aCBkPSJNMjcuNzg1IDI1Ljc4MUwyOC42NzIgMjBoLTUuNTQ3di0zLjc1YzAtMS41ODIuNzczLTMuMTI1IDMuMjU4LTMuMTI1aDIuNTIzVjguMjAzcy0yLjI4OS0uMzktNC40NzYtLjM5Yy00LjU3IDAtNy41NTUgMi43NjktNy41NTUgNy43OFYyMGgtNS4wNzh2NS43ODFoNS4wNzh2MTMuOTc3YzEuMDIuMTYgMi4wNjMuMjQyIDMuMTI1LjI0MiAxLjA2MyAwIDIuMTA1LS4wODIgMy4xMjUtLjI0MlYyNS43OGg0LjY2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amwishlist-sharesocials-container .amwishlist-social.-twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMHoiIGZpbGw9IiM1NUFDRUUiLz48cGF0aCBkPSJNMTkuNDAxIDE2LjI1NmwuMDQyLjY5Mi0uNy0uMDg0Yy0yLjU0Ni0uMzI1LTQuNzctMS40MjctNi42NTktMy4yNzdsLS45MjMtLjkxOC0uMjM4LjY3OGMtLjUwMyAxLjUxMS0uMTgyIDMuMTA3Ljg2OCA0LjE4LjU2LjU5My40MzMuNjc4LS41MzIuMzI1LS4zMzYtLjExMy0uNjMtLjE5OC0uNjU3LS4xNTUtLjA5OC4wOTkuMjM3IDEuMzg0LjUwMyAxLjg5Mi4zNjQuNzA3IDEuMTA1IDEuMzk5IDEuOTE3IDEuODA4bC42ODUuMzI1LS44MTEuMDE0Yy0uNzg0IDAtLjgxMi4wMTQtLjcyOC4zMS4yOC45MTkgMS4zODUgMS44OTMgMi42MTYgMi4zMTdsLjg2OC4yOTctLjc1Ni40NTJhNy44NzYgNy44NzYgMCAwMS0zLjc0OSAxLjA0NWMtLjYzLjAxNC0xLjE0Ny4wNy0xLjE0Ny4xMTMgMCAuMTQgMS43MDcuOTMyIDIuNyAxLjI0MyAyLjk4LjkxOCA2LjUyLjUyMiA5LjE3Ny0xLjA0NiAxLjg4OS0xLjExNSAzLjc3Ny0zLjMzMyA0LjY1OS01LjQ4LjQ3NS0xLjE0My45NTEtMy4yMzQuOTUxLTQuMjM2IDAtLjY1LjA0Mi0uNzM1LjgyNS0xLjUxMi40NjItLjQ1Mi44OTYtLjk0Ni45OC0xLjA4Ny4xNC0uMjY4LjEyNS0uMjY4LS41ODgtLjAyOC0xLjE4OS40MjMtMS4zNTcuMzY3LS43Ny0uMjY5LjQzNC0uNDUyLjk1Mi0xLjI3Ljk1Mi0xLjUxIDAtLjA0My0uMjEuMDI3LS40NDguMTU0LS4yNTIuMTQyLS44MTEuMzUzLTEuMjMuNDhsLS43NTYuMjQtLjY4Ni0uNDY1Yy0uMzc3LS4yNTUtLjkxLS41MzctMS4xODktLjYyMi0uNzEzLS4xOTctMS44MDUtLjE3LTIuNDQ4LjA1Ny0xLjc0OS42MzUtMi44NTQgMi4yNzQtMi43MjggNC4wNjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}
.amwishlist-sharesocials-container .amwishlist-social.-pinterest {
  background-image: url('data:image/png;base64,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');
}
.amwishlist-sharesocials-container .amwishlist-social.-linkedin {
  background-image: url('data:image/png;base64,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');
}
.amwishlist-sharesocials-container .amwishlist-social.-line {
  background-image: url('data:image/png;base64,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');
}
.amwishlist-sharesocials-container .amwishlist-social.-telegram {
  background-image: url('data:image/png;base64,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');
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Olegnax/a2_child/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 0;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 6px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 6px;
  margin: 0 6px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 6px;
  width: 12px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -6px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -6px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 6px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 12px;
  transform: translate(-6px, -3px);
  width: 12px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 6px;
  margin: 0 6px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 6px;
  width: 12px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -6px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -6px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 6px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 12px;
  top: -6px;
  transform: translateX(-6px);
  width: 12px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #000000;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #000000;
}
.filter-options input[type='checkbox'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  position: absolute;
}
.filter-options input[type='checkbox'] + .amshopby-choice {
  word-break: break-word;
  word-wrap: break-word;
  width: 16px;
  height: 16px;
  line-height: 0;
  border: 2px solid;
  vertical-align: text-top;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  margin: 0 7px 0 0;
  padding: 0;
  min-height: 16px;
  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 {
  content: "";
  position: absolute;
  display: none;
  background: currentColor;
  height: 2px;
}
.filter-options input[type='checkbox'] + .amshopby-choice:after {
  left: 2px;
  top: 6px;
  width: 4px;
  transform: rotate(45deg);
}
.filter-options input[type='checkbox'] + .amshopby-choice:before {
  left: 4px;
  top: 5px;
  width: 6px;
  transform: rotate(-45deg);
}
.filter-options input[type='checkbox']:checked + .amshopby-choice:before,
.filter-options input[type='checkbox']:checked + .amshopby-choice:after {
  display: block;
}
.filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice {
  border-color: #f23b3b;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: 0.2s ease ease-in;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: 0.3s ease-in-out ease-in;
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 0 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 0;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #ffffff;
  margin-top: 0;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
.shiptracking-content .block-content {
  position: relative;
}
.shiptracking-content img.tracking-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 999 !important;
}
.shiptracking-content .block-content {
  position: relative;
}
.shiptracking-content .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.order_tracking_details {
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
}
@media only screen and (min-width: 769px) {
  .shippingtracker-index-index .shiptracking-content .shiptracking-content {
    width: 100%;
  }
}
.shippingtracker-index-index .shiptracking-content .block-content #shipping-tracking {
  float: left;
  width: 45%;
}
.shippingtracker-index-index .shiptracking-content .block-content #option_or {
  float: left;
  width: 5%;
  text-align: center;
}
.shippingtracker-index-index .shiptracking-content .block-content #shipping-tracking_byid {
  float: left;
  width: 45%;
}
.shippingtracker-index-index .shiptracking-content .block-content .order_tracking_details div#oderinfo {
  padding-top: 80px;
}
.shippingtracker-index-index .shiptracking-content .block-content .tracking_info {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.shippingtracker-index-index .shiptracking-content .block-content .actions {
  display: none;
}
.page-main .block.accessory-upsell {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-main .block.accessory-upsell .items .item {
  clear: both;
  margin-bottom: 8px;
}
.page-main .block.accessory-upsell .items .item .checkbox {
  float: left;
  margin-top: 4px;
  vertical-align: top;
}
.page-main .block.accessory-upsell .items .item .checkbox:hover {
  box-shadow: none;
}
.page-main .block.accessory-upsell .items .item .checkbox:focus {
  box-shadow: none;
}
.page-main .block.accessory-upsell .items .item .accessories-left {
  float: left;
}
.page-main .block.accessory-upsell .items .item .accessories-right {
  overflow: hidden;
}
.page-main .block.accessory-upsell .items .item .accessories-right .accessory-image-photo {
  display: inline-block;
  float: left;
  padding: 4px;
}
.page-main .block.accessory-upsell .items .item .price-box {
  font-size: 1.4rem;
  margin: 0;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.mst-banner__placeholder._debug {
  border: 2px dashed #002f56;
  background: #b4edff;
  min-height: 10px;
}
.mst-banner__container-highlight {
  position: absolute;
  background: rgba(255, 0, 0, 0.15);
  border: 3px dashed rgba(252, 84, 84, 0.75);
  min-height: 10px;
  min-width: 10px;
  z-index: 100000000;
  box-sizing: border-box;
}
.mst-banner__debug {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  border-top: 5px solid #eee;
  display: flex;
  flex-wrap: wrap;
  z-index: 100000001;
}
.mst-banner__debug > div {
  padding: .5rem 1rem;
  margin: .2rem;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #eee;
  flex-grow: 1;
  text-align: center;
}
.mstBanner-placeholder__popupRenderer {
  background: #fff;
  border-radius: .4rem;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000000;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 40rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.bottom-left {
  bottom: 1rem;
}
.mstBanner-placeholder__popupRenderer.top-right,
.mstBanner-placeholder__popupRenderer.top-left {
  top: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.top-right {
  right: -100%;
  transition: right 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-right._active,
.mstBanner-placeholder__popupRenderer.top-right._active {
  right: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-left,
.mstBanner-placeholder__popupRenderer.top-left {
  left: -100%;
  transition: left 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-left._active,
.mstBanner-placeholder__popupRenderer.top-left._active {
  left: 1rem;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  border: .2rem solid #eee;
  border-radius: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #666;
  cursor: pointer;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close:hover {
  color: #000;
}
.mstBanner-placeholder__popupRenderer img {
  display: block;
}
.mstBanner-placeholder__lightboxRenderer {
  position: fixed;
  display: flex;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 1s;
}
.mstBanner-placeholder__lightboxRenderer._active {
  visibility: visible;
  opacity: 1;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content {
  position: relative;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close:hover {
  color: #ffffff;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:after {
  color: #ffffff;
  text-shadow: 0 0 6px #333;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:hover:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:hover:after {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
.product-item .product-grid__image-wrapper .ox-grid-gallery-video {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-image-photo {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo.owl-lazy {
  opacity: 0;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-item:not(:hover) .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0 !important;
}
.product-item:hover .product-grid__image-wrapper .ox-grid-gallery-video {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 0 !important;
  visibility: hidden;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 1;
  visibility: visible;
}
.animation-link {
  -webkit-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
/* @TODO banners slider sidebar */
.sidebar .banners-slider-container {
  margin: 0 auto 15px;
}
.sidebar .banners-slider-container .text-container .text {
  font-size: 28px;
}
.col3-layout .sidebar .banners-slider-container .text-container .text {
  font-size: 22px;
}
/*.col3-layout .sidebar .banners-slider-container .text-container .link {  font-size: 10px; }*/
/*.col2-left-layout .col-main .banners-slider-container,
    .col2-right-layout .col-main .banners-slider-container {width:640px;}
    .col3-layout .col-main .banners-slider-container {width:320px;}  */
.ox-banners-slider__container {
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .owl-carousel .owl-item .owl-lazy.ox-banner-slider__image,
.ox-banners-slider__container .ox-banner-slider__image {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ox-banners-slider__container .ox-banner__banners {
  margin: 0;
  padding: 0;
  /*overflow: hidden; */
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide {
  margin: 0;
  padding: 0;
  float: left;
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper .ox-banner-slider__image {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) !important;
}
.ox-banners-slider__container .bottom-left,
.ox-banners-slider__container .top-left {
  left: 0;
}
.ox-banners-slider__container .bottom-left .animation-link.animate-me,
.ox-banners-slider__container .top-left .animation-link.animate-me {
  transform: translateX(10px);
}
.ox-banners-slider__container .top-left {
  top: 0;
}
.ox-banners-slider__container .bottom-left {
  bottom: 0;
}
.ox-banners-slider__container .bottom-right,
.ox-banners-slider__container .top-right {
  right: 0;
  text-align: right;
}
.ox-banners-slider__container .bottom-right .animation-wrapper,
.ox-banners-slider__container .top-right .animation-wrapper {
  margin-left: auto;
}
.ox-banners-slider__container .bottom-right .animation-link.animate-me,
.ox-banners-slider__container .top-right .animation-link.animate-me {
  transform: translateX(-10px);
}
.ox-banners-slider__container .top-right {
  top: 0;
}
.ox-banners-slider__container .bottom-right {
  bottom: 0;
}
.ox-banners-slider__container .center {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.ox-banners-slider__container .center .animation-wrapper {
  margin: 0 auto;
}
.ox-banners-slider__container .center .animation-wrapper.animation-text {
  margin-top: -8px;
}
.ox-banners-slider__container .owl-nav button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ox-banners-slider__container .owl-nav button.owl-next,
.ox-banners-slider__container .owl-nav button.owl-prev {
  z-index: 2;
  width: 49px;
  height: 74px;
  margin: -37px 0 0;
  position: absolute;
  top: 50%;
  background: #000000;
}
.ox-banners-slider__container .owl-nav button.owl-next.disabled,
.ox-banners-slider__container .owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.ox-banners-slider__container .owl-nav button.owl-next span,
.ox-banners-slider__container .owl-nav button.owl-prev span {
  line-height: 30px;
  height: 30px;
  width: 16px;
}
.ox-banners-slider__container .owl-nav button.owl-next span:after,
.ox-banners-slider__container .owl-nav button.owl-prev span:after,
.ox-banners-slider__container .owl-nav button.owl-next span:before,
.ox-banners-slider__container .owl-nav button.owl-prev span:before {
  height: 20px;
  left: 7px;
  top: -2px;
}
.ox-banners-slider__container .owl-nav button.owl-next span:after,
.ox-banners-slider__container .owl-nav button.owl-prev span:after {
  top: 12px;
}
.ox-banners-slider__container .owl-nav button.owl-prev {
  transform: translateX(-20px);
  left: -10px;
}
.ox-banners-slider__container .owl-nav button.owl-next {
  transform: translateX(20px);
  right: -10px;
}
.ox-banners-slider__container .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button,
.ox-banners-slider__container:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button.owl-prev,
.ox-banners-slider__container:hover .owl-nav button.owl-prev,
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button.owl-next,
.ox-banners-slider__container:hover .owl-nav button.owl-next {
  transform: translateX(0px);
}
.ox-banner__text-container {
  position: absolute;
  z-index: 1;
  margin: 17px 14px;
  display: none;
}
.ox-banner__text-container br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.ox-banner__text-container .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  line-height: 28px;
  padding: 4px 8px 6px;
  margin: -8px 0 0;
  color: #fff;
  background-color: #000000;
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner__text-container .text:first-child {
  margin-top: 0;
}
.ox-banner__text-container .text:before,
.ox-banner__text-container .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.ox-banner__text-container .text :before {
  width: 100%;
}
.ox-banner__text-container .text:after {
  background-color: #ffe51e;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner__text-container .link {
  display: inline-block;
  overflow: hidden;
  padding: 6px 8px;
  margin: 0 3px 0 6px;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  font-weight: 700;
  font-size: 12px !important;
  color: #000000;
  background-color: #ffe51e;
}
.ox-banner__text-container .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: -8px 0 0;
}
.ox-banner__text-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner__text-container .animation-link {
  margin-top: 0;
}
.ox-banner__text-container .animate-me .text {
  color: #000000;
}
.ox-banner__text-container .animate-me .text:after {
  width: 100%;
}
.ox-banner-medium .ox-banner__text-container {
  margin: 40px;
}
.ox-banner-medium .ox-banner__text-container .link {
  padding: 8px 11px;
  font-weight: 800;
  font-size: 14px !important;
  margin-left: 12px;
}
.ox-banner-medium .ox-banner__text-container .text {
  padding: 10px 12px;
  font-size: 36px;
  line-height: 34px;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper {
  margin-top: -10px;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper.animation-link {
  margin-top: 8px;
}
.ox-banner-medium .ox-banners-slider__container .center .ox-banner__text-container .link {
  margin-left: 0;
  margin-right: 0;
}
.ox-banner-medium .ox-banners-slider__container .center .animation-wrapper.animation-text {
  margin-top: -12px;
}
@media only screen and (min-width: 1025px) {
  .ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper:hover {
    background: transparent;
  }
  .ox-banners-slider__container.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .ox-banners-slider__container.ox-banner-medium.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
  }
}
.widget.ox-brand-slider__container,
.widget.block.ox-brand-slider__container,
.ox-brand-slider__container {
  margin: 0;
}
.ox-brand-grid__container,
.ox-brand-slider__container {
  /*.ox-brand__link {
            display: block;
            height: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            line-height: 0;
        }*/
}
.ox-brand-grid__container.hover-default .ox-brand-slider__image,
.ox-brand-slider__container.hover-default .ox-brand-slider__image {
  opacity: .49 !important;
  transition: opacity 0.5s ease-in-out;
}
.ox-brand-grid__container.hover-default a:hover .ox-brand-slider__image,
.ox-brand-slider__container.hover-default a:hover .ox-brand-slider__image {
  opacity: 1 !important;
  transition: opacity 10ms;
}
.ox-brand-grid__container .ox-brand-slider__image,
.ox-brand-slider__container .ox-brand-slider__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  /*bottom: 0;
            display: block;
            height: auto;
            left: 0;
            margin: auto;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;*/
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ox-brand-slider__container {
  /*.ox-brand-slider__image.owl-lazy,
        .ox-brand-slider__image{
            display: block;
            max-width: 100%;
            height: auto;
            margin: auto;
            position: relative;
            z-index: 1;
            opacity: .49!important;
            transition: opacity 0.5s ease-in-out;
            -webkit-transform:scale(1) !important;
            -moz-transform:scale(1) !important;
            -o-transform:scale(1) !important;
            transform:scale(1) !important;
        }*/
}
.ox-brand-slider__container.hover-default a:hover span {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-slider__container .owl-carousel {
  display: block;
}
.ox-brand-slider__container .owl-carousel:not(.owl-loaded) > * {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ox-brand-slider__container .owl-item a span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next,
.ox-brand-slider__container .ox-owl-nav button.owl-prev {
  background: #ffffff;
  width: 22px;
  height: 25px;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:before {
  background: #b9b9b9;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:after {
  background: none;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover {
  background: #000;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:before {
  background: #fff;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled {
  opacity: 1;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled span,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled span {
  opacity: 0.5;
}
.ox-brand-slider__container .ox-nav-sideline {
  margin-top: -12px;
  margin-bottom: -11px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav {
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav > button {
  float: left;
}
.ox-brand-slider__container .ox-nav-sideline:before,
.ox-brand-slider__container .ox-nav-sideline:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.ox-brand-slider__container .ox-nav-sideline:before {
  right: 0;
  margin-left: -100%;
}
.ox-brand-slider__container .ox-nav-sideline:after {
  left: 0;
  margin-right: -100%;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline {
  overflow: visible;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:before,
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:after {
  width: 100%;
}
.ox-brand-grid__container {
  display: flex;
  flex-wrap: wrap;
}
.ox-brand-grid__container.columns-s-8 .ox-brand__item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ox-brand-grid__container.columns-s-7 .ox-brand__item {
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}
.ox-brand-grid__container.columns-s-6 .ox-brand__item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ox-brand-grid__container.columns-s-5 .ox-brand__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.ox-brand-grid__container.columns-s-4 .ox-brand__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-brand-grid__container.columns-s-3 .ox-brand__item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ox-brand-grid__container.columns-s-2 .ox-brand__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ox-brand-grid__container.columns-s-1 .ox-brand__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-brand-grid__container .ox-brand__item {
  flex: 0 1 auto;
  text-align: center;
}
.ox-brand-grid__container .ox-brand__item > a {
  display: block;
  position: relative;
}
.ox-brand-grid__container .ox-brand__item > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-grid__container .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-grid__container.hover-overlay .ox-brand__item:hover > a:before,
.ox-brand-grid__container.hover-default .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.page-wrapper > .widget.ox-carousel {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.ox-carousel {
  position: relative;
}
.ox-carousel .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  top: 0;
  left: 0;
  cursor: pointer;
}
.ox-carousel .overlay-link:before,
.ox-carousel .overlay-link:after {
  content: none !important;
}
.ox-carousel.owl-carousel {
  display: block;
  overflow: hidden;
}
.ox-carousel.owl-carousel:not(.owl-loaded) > * {
  display: none !important;
}
.ox-carousel.owl-carousel.ox-slider-height__image:not(.owl-loaded) {
  display: flex !important;
}
.ox-carousel.owl-carousel.ox-slider-height__image:not(.owl-loaded) > * {
  display: block !important;
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  line-height: 0;
}
.ox-carousel.block,
.ox-carousel.widget {
  margin: 0 auto;
}
.ox-carousel .ox-slide-item {
  overflow: hidden;
}
.ox-carousel .ox-slide-item .ox-carousel__wrapper {
  z-index: 1;
}
.ox-carousel .ox-slide-item .subtitle {
  margin-bottom: 22px;
}
.ox-carousel .ox-slide-item .title {
  margin-bottom: 16px;
}
.ox-carousel .ox-slide-item .title.huge-6vw,
.ox-carousel .ox-slide-item .title.huge-7vw,
.ox-carousel .ox-slide-item .title.big,
.ox-carousel .ox-slide-item .title.huge {
  font-size: 48px;
}
.ox-carousel .ox-slide-item .ox-carousel__col > a.ox-slide__button,
.ox-carousel .ox-slide-item .ox-carousel__inner > a.ox-slide__button {
  margin-top: 25px;
}
.ox-carousel .ox-slide-item .ox-carousel__col > *:last-child,
.ox-carousel .ox-slide-item .ox-carousel__inner > *:last-child {
  margin-bottom: 0;
}
.ox-carousel .ox-slide-item .subtitle + a.ox-slide__button,
.ox-carousel .ox-slide-item .title + a.ox-slide__button {
  margin-top: 0;
}
.ox-carousel .ox-slide-item .ox-carousel__col img {
  width: auto;
}
.ox-carousel .ox-carousel__col > a.ox-slide__button,
.ox-carousel .ox-carousel__inner > a.ox-slide__button {
  margin-top: 35px;
}
.ox-carousel .ox-carousel__col > *:last-child,
.ox-carousel .ox-carousel__inner > *:last-child {
  margin-bottom: 0;
}
.ox-carousel .ox-carousel__inner {
  z-index: 1;
  padding: 40px;
  max-width: 100%;
}
.ox-carousel.ox-slider-height__settings .ox-carousel__wrapper {
  height: 100%;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center,
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-right,
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-right .ox-carousel__inner {
  margin-left: auto;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center .ox-carousel__inner {
  margin: auto;
  text-align: center;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center.slide-layout-raw {
  justify-content: center;
}
.ox-carousel.ox-slider-height__settings .ox-carousel__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ox-carousel.ox-slider-height__image .ox-carousel__wrapper {
  position: relative;
  touch-action: manipulation;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
}
.ox-carousel.ox-slider-height__image .ox-carousel__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: list-item;
  max-width: 1400px;
  list-style: none;
  margin: 0 auto;
  padding: 30px;
}
.ox-carousel .-v-center.slide-content-right .ox-carousel__wrapper,
.ox-carousel .-v-center.slide-content-left .ox-carousel__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ox-carousel .slide-content-2-col .ox-carousel__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ox-carousel .slide-content-2-col .ox-carousel__col {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ox-carousel .slide-content-2-col .ox-carousel__col:first-child {
  z-index: 1;
}
@media (min-width: 768px) {
  .ox-carousel .slide-content-2-col .ox-carousel__col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
  }
  .ox-carousel .ox-carousel__inner {
    padding: 70px;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .ox-carousel .ox-slide-item.align-s-center {
    text-align: center;
  }
  .ox-carousel .ox-slide-item.align-s-center.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-center .ox-carousel__inner {
    margin-left: auto;
    margin-right: auto;
  }
  .ox-carousel .ox-slide-item.align-s-left {
    text-align: left;
  }
  .ox-carousel .ox-slide-item.align-s-left.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-left .ox-carousel__inner {
    margin-left: 0;
    margin-right: auto;
  }
  .ox-carousel .ox-slide-item.align-s-right {
    text-align: right;
  }
  .ox-carousel .ox-slide-item.align-s-right.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-right .ox-carousel__inner {
    margin-left: auto;
    margin-right: 0;
  }
}
.mw-50vw {
  max-width: 50vw !important;
  width: 100% !important;
}
.circle-pulse {
  width: 500px;
  height: 500px;
  box-shadow: inset 0px 0px 64px 0px rgba(215, 188, 167, 0.8);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -250px;
}
.circle-pulse.bigger {
  width: 750px;
  height: 750px;
  opacity: 0.85;
  margin-top: -375px;
  margin-left: -375px;
  animation-delay: 40ms;
}
.owl-item.active .animate {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-direction: reverse;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.floating40 {
  animation: floating40 4s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pulseBig {
  animation: pulseBig 2s infinite;
}
.circle-pulse-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.5);
}
.circle-pulse-img {
  z-index: 1;
  position: relative;
  padding: 30px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating40 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes pulseBig {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(5);
  }
}
@keyframes pulseBig {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  14% {
    transform: scale(1);
  }
  18% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1.1);
  }
  45% {
    transform: scale(1);
  }
}
.ox-carousel .ox-slide-item > .progress {
  height: 4px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 3;
}
.ox-carousel .ox-slide-item > .progress:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
.ox-carousel.ox-progress__p-bottom .ox-slide-item > .progress {
  top: auto;
  bottom: 0;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot:hover span.progress {
  background: #ffffff;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot span.progress {
  width: 100%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin: 8px 0 0 0;
  transition: all .2s;
  position: relative;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot span.progress:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
@keyframes progress-horizontal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.ox-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.ox-carousel .owl-nav button {
  transition: transform 0.2s ease;
}
.ox-carousel .owl-nav button.owl-next,
.ox-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.ox-carousel .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
}
.ox-carousel .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
}
.ox-carousel .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.ox-carousel:hover .owl-nav button.owl-prev,
.ox-carousel:hover .owl-nav button.owl-next {
  transform: translateX(0) translateY(-50%);
}
.ox-carousel.ox-nav__always .owl-nav {
  visibility: visible;
  opacity: 1;
}
.ox-carousel.ox-nav__always .owl-nav button.owl-prev,
.ox-carousel.ox-nav__always .owl-nav button.owl-next {
  transform: translateX(0) translateY(-50%);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover.owl-next span {
  transform: translateX(10px) rotate(180deg);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover.owl-prev span {
  transform: translateX(-10px);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover span:before,
.ox-carousel.ox-nav__simple .owl-nav button:hover span:after {
  background: #fff;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev {
  width: 56px;
  height: 56px;
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next:hover:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev:hover:after {
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span {
  transition: 0.2s ease transform;
  height: 38px;
  line-height: 38px;
  width: 24px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:after {
  background: #fff;
  height: 23px;
  left: 9px;
  width: 3px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:after {
  top: 15px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev:after {
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev {
  left: 20px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next {
  right: 20px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev {
  width: 23px;
  height: 26px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span {
  height: 16px;
  line-height: 16px;
  width: 18px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:after {
  height: 10px;
  left: 9px;
  width: 2px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:after {
  top: 6px;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev {
  width: 40px;
  height: 56px;
  background: #000000;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__theme .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev span:after {
  height: 10px;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev {
  left: 0;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next {
  right: 0;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev {
  width: 50px;
  height: 70px;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span {
  line-height: 32px;
  height: 32px;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:after {
  height: 20px;
  width: 3px;
  left: 0;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:after {
  top: 12px;
}
.ox-carousel .owl-dots {
  padding: 25px;
}
.ox-carousel.ox-dots__p-over .owl-dots {
  min-height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.ox-carousel.ox-dots__p-over.ox-dots__overlay .ox-slide-item {
  position: relative;
}
.ox-carousel.ox-dots__p-over.ox-dots__overlay .ox-slide-item:before {
  content: '';
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.ox-carousel.ox-dots__p-right.ox-dots__overlay .ox-slide-item {
  position: relative;
}
.ox-carousel.ox-dots__p-right.ox-dots__overlay .ox-slide-item:before {
  content: '';
  height: 100%;
  width: 250px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots .owl-dot.active button.dot span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots .owl-dot.active button.dot span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots .owl-dot.active button.dot span.title {
  opacity: 1;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot {
  z-index: 2;
  margin: 0px 16px;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot:hover span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot:hover span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot:hover span.title {
  background: none;
  opacity: 1;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot span.title {
  color: #fff;
  padding: 0 14px;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  text-transform: initial;
  font-weight: 600;
  line-height: 1.2;
  background: none !important;
  opacity: 0.7;
  font-size: 16px;
}
.ox-carousel.ox-dots__s-rounded .owl-dots button.owl-dot.active span {
  width: 10px;
}
.ox-carousel.ox-dots__s-rounded .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.ox-carousel.ox-dots__s-lines_vertical .owl-dots button.owl-dot.active span {
  width: 47px;
  height: 12px;
}
.ox-carousel.ox-dots__s-lines_vertical .owl-dots button.owl-dot span {
  width: 47px;
  height: 3px;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over .owl-dots,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over .owl-dots .owl-dot,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom .owl-dots .owl-dot {
  width: 100%;
  padding: 0 18px;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot {
  margin-right: 20px;
  flex: 0 1 100%;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot:last-child,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot:last-child {
  margin-right: 0;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot.active span,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot.active span {
  width: 100%;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot span,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot span {
  height: 3px;
  width: 100%;
  margin: 10px 0;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.title {
  line-height: 22px;
  font-weight: 600;
  font-size: 20px;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots .owl-dot {
  width: 100%;
  padding: 0 25px;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.progress {
  height: 3px;
  margin: 16px 0 0 0;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots .owl-dot {
  width: 100%;
  padding: 0 18px;
}
.ox-carousel.ox-dots__s-lines_text_full.ox-dots__p-over .owl-dots button.dot span.progress,
.ox-carousel.ox-dots__s-lines_text_full.ox-dots__p-below .owl-dots button.dot span.progress {
  height: 3px;
  margin: 8px 0 0 0;
}
.ox-carousel.ox-dots__a-center.ox-dots__p-over .owl-dots,
.ox-carousel.ox-dots__a-center.ox-dots__p-below .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.athlete-slideshow {
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.athlete-slideshow .slide {
  display: none;
  width: 100%;
  height: 100%;
  /* in case script does not load */
}
.athlete-slideshow .slide.first {
  display: block;
}
.athlete-slideshow .slide .container {
  height: 100%;
}
.athlete-slideshow .slide .slide-img {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.athlete-slideshow .slide .slide-content-container {
  position: relative;
  z-index: 2;
  width: 98%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.athlete-slideshow .slide .controls-title {
  position: relative;
  float: left;
  margin: 0;
}
.athlete-slideshow .slide .controls {
  position: relative;
  float: left;
  margin: 0;
}
.athlete-slideshow .slide .controls .slide-control {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 60px;
  height: 52px;
  z-index: 800;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.athlete-slideshow .slide .controls .slide-control:after {
  content: '';
  display: block;
  background: #ffe51e;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
}
.athlete-slideshow .slide .controls .slide-control span {
  position: absolute;
  z-index: 2;
}
.athlete-slideshow .slide .controls .slide-control span:after,
.athlete-slideshow .slide .controls .slide-control span:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background: #fff;
}
.athlete-slideshow .slide .controls .slide-control:hover span:after,
.athlete-slideshow .slide .controls .slide-control:hover span:before {
  background: #000;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
  transform: rotate(-45deg);
  top: 24px;
  left: 13px;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
  transform: rotate(45deg);
  top: 24px;
  left: 27px;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev:after {
  transform-origin: top;
  animation: arrow-out 200ms;
}
.athlete-slideshow .slide .controls .slide-control.slide-next span:before {
  transform: rotate(45deg);
  top: 27px;
  left: 13px;
}
.athlete-slideshow .slide .controls .slide-control.slide-next span:after {
  transform: rotate(-45deg);
  top: 27px;
  left: 27px;
}
.athlete-slideshow .slide .controls .slide-control.slide-next:after {
  transform-origin: bottom;
  animation: arrow-out 200ms;
}
.athlete-slideshow .slide .controls .progress {
  position: absolute;
  right: 0;
  height: 10px;
  width: 0;
  background: #ffe51e;
  border-radius: 0;
}
.athlete-slideshow .slide .disabled {
  background-color: #999;
}
.athlete-slideshow .slide .slide-banners {
  margin-left: auto;
}
.athlete-slideshow .slide .slide-banner {
  display: block;
  margin: 0 -10px 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.athlete-slideshow .slide .slide-banner:last-child {
  margin-bottom: 0;
}
.athlete-slideshow .slide .slide-banner img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  float: right;
  margin-left: 15px;
}
.no-touch .slide-title .link:hover {
  color: #ffffff;
  background-color: #000000;
}
.no-touch .slide-title .link:hover span {
  transform: translateX(4px);
}
.no-touch .slide-title .link:hover span:before,
.no-touch .slide-title .link:hover span:after {
  background: #ffffff;
}
.no-touch .athlete-slideshow .slide .controls .slide-control:hover:after {
  transform: scaleY(1);
}
.no-touch .athlete-slideshow .slide .controls .slide-prev:hover:after {
  transform-origin: bottom;
  animation: arrow-over 200ms;
}
.no-touch .athlete-slideshow .slide .controls .slide-next:hover:after {
  transform-origin: top;
  animation: arrow-over 200ms;
}
.no-touch .athlete-slideshow .slide .controls .disabled:hover {
  background-color: #999;
}
.no-touch .athlete-slideshow .slide .slide-banner:hover img {
  margin: 0 15px 0 0;
  opacity: 0.9;
}
.slide-title {
  float: left;
  margin: 0;
  /*
        position: absolute; 
        left: 60px; 
        */
  z-index: 1;
  display: none;
}
.slide-title br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.slide-title .text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 48px;
  padding: 1px 12px 3px 6px;
  margin: 0;
  color: #fff;
  background-color: #000000;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.slide-title .text:first-child {
  margin-top: 0;
}
.slide-title .link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 35px;
  margin: 0;
  padding: 0 51px 0 11px;
  color: #000;
  background-color: #ffe51e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.slide-title .link span {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 25px;
  height: 35px;
}
.slide-title .link span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background: #000000;
  transform: rotate(45deg);
  top: 13px;
  left: 1px;
}
.slide-title .link span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background: #000000;
  transform: rotate(-45deg);
  top: 19px;
  left: 1px;
}
.slide-title .link:hover span {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slide-title .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slide-title .animation-wrapper:first-child {
  margin-top: 0;
}
.slide-title .animation-link {
  margin-top: 0;
}
.slide-title .slide-title .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.slide-title .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.slide-title .animate-me .text:after {
  width: 100%;
}
/* loading */
.cycle-loading {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  content: url('../../frontend/Olegnax/a2_child/en_US/Olegnax_Athlete2Slideshow/images/preloader.svg');
}
/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-pager span {
  font-family: Arial, sans-serif;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}
/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* overlay */
.cycle-overlay {
  font-family: tahoma, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}
/* prev / next links */
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
@keyframes arrow-over {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes arrow-out {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@media only screen and (max-width: 1023px) {
  .athlete-slideshow .slide .controls .slide-control {
    width: 51px;
    height: 44px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 17px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 21px;
    left: 23px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 21px;
    left: 23px;
  }
  .slide-title {
    /*left: 51px; */
  }
  .slide-title .text {
    line-height: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-below-768 {
    display: none;
  }
  .show-below-768 {
    display: block;
  }
  .athlete-slideshow .slide .slide-content-container {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 39px;
    height: 34px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 13px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls-title {
    float: none;
    width: 426px;
    margin: 0 auto;
  }
  .athlete-slideshow .slide .slide-banners {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .athlete-slideshow .slide .slide-banner {
    display: inline-block;
    margin: 5px;
  }
  .athlete-slideshow .slide .slide-banner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .no-touch .athlete-slideshow .slide .slide-banner:hover img {
    margin: 0;
    opacity: 1;
  }
  .slide-title {
    /*left: 39px; */
  }
  .slide-title .text {
    line-height: 30px;
    font-size: 30px;
  }
  .slide-title .link {
    line-height: 26px;
    font-size: 12px;
    padding: 0 41px 0 7px;
  }
  .slide-title .link span {
    width: 19px;
    height: 26px;
  }
  .slide-title .link span:before {
    top: 14px;
    width: 7px;
    height: 2px;
  }
  .slide-title .link span:after {
    width: 7px;
    height: 2px;
    top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .athlete-slideshow .slide .controls-title {
    width: 300px;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 33px;
    height: 28px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 11px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 13px;
    left: 15px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 13px;
    left: 15px;
  }
  .slide-title {
    /*left: 33px; */
  }
  .slide-title .text {
    line-height: 24px;
    font-size: 24px;
  }
  .slide-title .link {
    line-height: 20px;
    font-size: 11px;
    padding: 0 31px 0 5px;
  }
  .slide-title .link span {
    width: 14px;
    height: 20px;
  }
  .slide-title .link span:before {
    top: 10px;
    width: 6px;
  }
  .slide-title .link span:after {
    width: 6px;
    top: 7px;
  }
}
.ox-gmap-popup {
  max-width: 420px;
  padding: 14px;
}
.ox-gmap-popup > *:last-child {
  margin-bottom: 0;
}
.ox-gmap-wrapper {
  width: 100%;
  height: 450px;
}
.gm-style .gm-style-iw .ox-gmap-popup {
  font-weight: 400;
  font-size: 14px;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c {
  padding-bottom: 12px !important;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c > button {
  top: 0px !important;
  right: 0px !important;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c > button > img {
  width: 22px !important;
  height: 22px !important;
  margin: 4px !important;
}
.ox-gmap-wrapper .gm-style-iw-d {
  overflow: auto !important;
}
@keyframes hs_pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.ox-hotspot__container {
  position: relative;
}
.ox-hotspot__container > img {
  width: 100%;
  display: block;
}
.ox-hotspot__item {
  cursor: pointer;
  min-width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
}
.ox-hotspot__item.-shadow .inner {
  box-shadow: 0px 7px 16px 0 rgba(0, 0, 0, 0.25);
}
.ox-hotspot__item.-pulse:before {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ' ' !important;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-top: -19px;
  margin-left: -19px;
  background-color: currentColor;
  animation: hs_pulse 2s ease infinite;
}
.ox-hotspot__item .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.ox-hotspot__item .-bold,
.ox-hotspot__item .-text {
  line-height: 1;
  display: block;
  font-weight: 700;
}
.ox-hotspot__item .-upper {
  text-transform: uppercase;
}
.ox-hotspot__item:hover .ox-hotspot__tooltip {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.ox-hotspot__tooltip {
  position: absolute;
  top: 0;
  left: 19px;
  opacity: 0;
  visibility: hidden;
  padding: 12px 18px;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  width: 190px;
  transform: translateY(-100%) translateX(-50%);
  transition: all 0.15s ease;
  line-height: 1.4;
}
.ox-hotspot__tooltip:before {
  content: '';
  background: inherit;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
  z-index: -1;
}
.ox-hotspot__icon.athlete2-icon-plus {
  position: relative;
  font-size: 17px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: block;
  overflow: hidden;
}
.ox-hotspot__icon.athlete2-icon-plus-small {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
}
.ox-hotspot__icon.athlete2-icon-plus-small:after,
.ox-hotspot__icon.athlete2-icon-plus-small:before {
  content: '';
  background: currentColor;
  width: 10px;
  height: 2px;
  top: 4px;
  display: block;
  position: absolute;
}
.ox-hotspot__icon.athlete2-icon-plus-small:after {
  transform: rotate(90deg);
}
.ox-hotspot__icon + .-text.hs {
  margin-left: 5px;
}
.ox-product-scroll + .toolbar-products,
.ox-infinite-scroll-enabled .products.wrapper ~ .toolbar-products {
  display: none;
}
.ox-product-scroll__type--auto .ox-product-scroll__loader {
  margin-top: 20px;
}
.ox-product-scroll {
  margin-top: 20px;
}
.ox-product-scroll.ox-ps-hide.ox-product-scroll-prev {
  display: none !important;
}
.ox-product-scroll.ox-ps-hide.ox-product-scroll-next .ox-product-scroll__button,
.ox-product-scroll.ox-ps-hide.ox-product-scroll-next .ox-product-scroll__loader {
  display: none !important;
}
.ox-product-scroll .ox-product-scroll__loader {
  display: none;
}
.ox-product-scroll.active .ox-product-scroll__loader {
  display: block;
}
.ox-product-scroll .ox-product-scroll__loader {
  margin-left: auto;
  margin-right: auto;
}
.ox-product-scroll.ox-product-scroll__loader--magento .ox-product-scroll__loader {
  position: relative;
  width: 160px;
  height: 160px;
  margin-top: 0;
}
.ox-product-scroll.ox-product-scroll__loader--magento .ox-product-scroll__loader:before {
  background: rgba(255, 255, 255, 0.5) url('../../frontend/Olegnax/a2_child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ox-product-scroll.ox-product-scroll__loader--css .ox-product-scroll__loader {
  display: block;
  width: 35px;
  height: 35px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 35px;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 4px solid #000000;
  animation: spin .65s infinite linear;
  transition: all 600ms ease-in-out;
}
.ox-product-scroll .ox-product-scroll__button {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 16px auto 0;
  padding: 15px;
  line-height: normal;
}
.ox-product-scroll .ox-product-scroll__button.active {
  display: none;
}
.ox-product-scroll__amount {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 16px auto 0;
  display: none;
}
.ox-product-scroll__amount.ox-product-scroll__amount-loaded {
  display: block;
}
.ox-product-scroll__amount .amount-wrap {
  text-align: center;
  margin-bottom: 8px;
}
.ox-product-scroll__amount .amount-count-line {
  display: block;
  height: 2px;
  background: #e6e6e6;
  overflow: hidden;
}
.ox-product-scroll__amount .amount-count-line span {
  display: block;
  height: 2px;
  background: #000000;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/* Toggle Plus Icon */
.ox-megamenu img {
  vertical-align: middle;
}
.ox-megamenu .ox-border-bottom {
  padding: 0 0 33px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-border-top {
  padding: 33px 0 0;
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-vertical-separator {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 90%;
  margin-top: 5%;
  margin-bottom: 5%;
  background: rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ox-megamenu .a-center {
  text-align: center;
}
.ox-megamenu .a-left {
  text-align: left;
}
.ox-megamenu .a-right {
  text-align: right;
}
.ox-megamenu .no-padding {
  padding: 0 !important;
}
.ox-megamenu .no-margin {
  margin: 0 !important;
}
.ox-megamenu .relative {
  position: relative;
}
.ox-megamenu .widget.block-products-list .block-title {
  margin-bottom: 12px;
}
.ox-megamenu .row,
.ox-megamenu .ox-megamenu__dropdown .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.ox-menu-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ox-megamenu-trns {
  display: none;
  min-width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.ox-megamenu--scroll {
  overflow: auto;
}
.ox-megamenu {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.ox-megamenu ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ox-megamenu a {
  text-decoration: none !important;
}
.ox-megamenu .ox-menu__category-image {
  width: 100%;
  height: auto;
}
.ox-megamenu .ox-menu__category-image img {
  display: block;
  margin-bottom: 15px;
}
/* Main Navigation Links */
.ox-megamenu-navigation > li,
.ox-megamenu-navigation .category-item {
  margin: 0;
  position: relative;
}
.ox-megamenu-navigation > li > a,
.ox-megamenu-navigation .category-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
  position: relative;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  background-color: transparent;
  color: #333333;
  padding: 6px 9px;
  font-size: 14px;
  font-weight: 700;
}
.ox-megamenu-navigation > li.has-active > .level-top,
.ox-megamenu-navigation .category-item.has-active > .level-top,
.ox-megamenu-navigation > li.active > .level-top,
.ox-megamenu-navigation .category-item.active > .level-top,
.ox-megamenu-navigation > li.has-active > a,
.ox-megamenu-navigation .category-item.has-active > a,
.ox-megamenu-navigation > li.active > a,
.ox-megamenu-navigation .category-item.active > a {
  background-color: #333333;
  color: #ffffff;
}
.ox-megamenu-navigation > li.has-active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation > li.active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation > li.has-active > a .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:before,
.ox-megamenu-navigation > li.active > a .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:before,
.ox-megamenu-navigation > li.has-active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation > li.active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation > li.has-active > a .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:after,
.ox-megamenu-navigation > li.active > a .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:after {
  background-color: #000000;
}
.ox-megamenu-navigation > .level0 {
  margin: 9px 0;
}
.ox-megamenu-navigation > .level0 > .level-top {
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  letter-spacing: -0.03em;
  padding: 6px 9px;
  min-height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #333333;
}
.ox-megamenu-navigation > .level0 > .level-top:after {
  /* IE FIX */
  content: '';
  min-height: inherit;
  font-size: 0;
  display: block;
}
.ox-megamenu-navigation .ox-megamenu__dropdown {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.ox-megamenu-navigation .ox-megamenu__dropdown .category-item > a {
  border-top: none;
}
.ox-megamenu-navigation .ox-megamenu__dropdown .category-item.active > a {
  border-color: #333333;
}
/* padding for parent submenu items (with plus) */
.ox-mm-sub-icons .ox-megamenu__dropdown li.parent > a {
  padding-right: 16px;
}
/* Labels */
.ox-megamenu-navigation .ox-megamenu-label {
  z-index: 1;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0;
  background-color: #ff0000;
  line-height: 1;
  padding: 3px 5px 4px 5px;
  position: relative;
  display: block;
  right: -10px;
  letter-spacing: 0;
  top: 0;
  text-transform: initial;
}
.ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list.row > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item > a {
  text-transform: unset;
}
.ox-menu-item__custom-element {
  margin-right: 6px;
  line-height: 1;
}
.ox-menu-item__custom-element > i {
  line-height: 0;
  display: inherit;
}
.ox-menu-item__custom-element > i:before {
  display: block;
}
.ox-megamenu__dropdown .widget.block,
.ox-megamenu__dropdown .widget.block-products-list {
  margin-bottom: 0;
}
.modal-popup.ox-newsletter-modal {
  overflow: auto;
  left: 20px;
  right: auto;
  bottom: auto;
  top: 20px;
  width: 960px;
  max-width: calc(100% - 40px);
  margin: auto;
  max-height: calc(100% - 40px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  /*box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);*/
  box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
.modal-popup.ox-newsletter-modal.no-overlay {
  z-index: 99999 !important;
}
.modal-popup.ox-newsletter-modal .modal-inner-wrap {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  margin: 0;
  /*height:550px;*/
  display: block;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-attachment: local;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.modal-popup.ox-newsletter-modal._show {
  -webkit-transition: opacity .4s ease, transform .7s ease;
  transition: opacity .4s ease, transform .7s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.modal-popup.ox-newsletter-modal .modal-header {
  padding: 0;
  height: 0;
}
.modal-popup.ox-newsletter-modal .modal-content {
  padding: 0;
  height: 100%;
}
.modal-popup.ox-newsletter-modal .action-close {
  z-index: 10;
}
.modal-popup.ox-newsletter-modal .ox-newsletter-modal__overlay {
  z-index: 99998;
}
.ox-newsletter-modal .-form-button-below .block.newsletter .form.subscribe {
  flex-direction: column;
}
.ox-newsletter-modal .-form-button-below .block.newsletter .action.primary,
.ox-newsletter-modal .-form-button-below .block.newsletter .amshopby-button,
.ox-newsletter-modal .-form-button-below .block.newsletter .am-filter-go {
  width: 100%;
  margin-top: 10px;
}
.ox-newsletter-modal .col {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ox-newsletter-modal .col.-content {
  padding: 0;
}
.ox-newsletter-modal .block.newsletter {
  background: none;
  padding: 0;
}
.ox-newsletter-modal .-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}
.ox-newsletter-modal .inner {
  width: 100%;
  padding: 60px;
}
.ox-newsletter-modal .-content-v-center .inner {
  margin: auto;
}
.ox-newsletter-modal .-content-v-bottom .inner {
  margin-top: auto;
}
.ox-newsletter-modal .-content-h-left .-content {
  text-align: left;
}
.ox-newsletter-modal .-content-h-center .-content {
  text-align: center;
}
.ox-newsletter-modal .-content-h-right .-content {
  text-align: right;
}
.ox-unlock-newsletter {
  position: relative;
}
.ox-unlock-newsletter .-form-wrapper {
  padding: 12px;
  background: #fbe62d;
  width: 100%;
}
.ox-unlock-newsletter .-form-wrapper .block.newsletter {
  margin: 0;
}
.ox-product-labels-wrapper {
  position: absolute;
  text-align: left;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ox-product-labels-wrapper.ox-product-labels--top-left {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.ox-product-labels-wrapper.ox-product-labels--top-left span {
  margin-bottom: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.ox-product-labels-wrapper.ox-product-labels--top-right span {
  margin-bottom: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-left span {
  margin-top: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-right span {
  margin-top: 3px;
}
.ox-product-label-custom,
.ox-product-label-bestseller,
.ox-product-label-featured,
.ox-product-label-new,
.ox-product-label-sale {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  clear: left;
  float: left;
}
.ox-product-label-bestseller {
  color: #ffffff;
  background: #f94127;
}
.ox-product-label-custom,
.ox-product-label-featured {
  color: #ffffff;
  background: #00d7e1;
}
.ox-product-label-new {
  color: #ffffff;
  background: #f94127;
}
.ox-product-label-sale {
  color: #ffffff;
  background: #c2e124;
}
.products-grid__layout-2.grid .product-item:hover .ox-product-labels-wrapper,
.products-grid__layout-default.grid .product-item:hover .ox-product-labels-wrapper {
  opacity: 0;
}
.products-grid .product-items.owl-carousel .product-item,
.page-products .products-grid .product-items.owl-carousel .product-item {
  max-width: none !important;
}
.owl-dots--align-center .owl-carousel .owl-dots {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.widget.block-products-list {
  margin-bottom: 60px;
}
.widget.block-products-list .owl-carousel:not(.owl-loaded) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget.block-products-list .owl-carousel:not(.owl-loaded) > .product-item-info {
  opacity: 0;
  visibility: hidden;
}
.widget.block-products-list .products-grid .product-items:not(.owl-carousel) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget.block-products-list .products-grid .product-items:not(.owl-carousel) .product-item {
  width: 100%;
}
.widget.block-products-list .block-title {
  margin-bottom: 15px;
}
.widget.block-products-list .block-title strong,
.widget.block-products-list .block-title h1,
.widget.block-products-list .block-title h2,
.widget.block-products-list .block-title h3,
.widget.block-products-list .block-title h4,
.widget.block-products-list .block-title h5,
.widget.block-products-list .block-title h6 {
  max-width: calc(100% - 70px);
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title .owl-nav {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title.no-title .owl-nav {
  margin-left: 0;
}
.widget.block-products-list .block-title.title-h1,
.widget.block-products-list .block-title.title-h2,
.widget.block-products-list .block-title.title-h3 {
  margin-bottom: 30px;
}
.widget.block-products-list.title--align-center .block-title {
  text-align: center;
}
.widget.block-products-list.owl-nav--position-title .owl-carousel .owl-nav {
  display: none;
}
.widget.block-products-list.title--sideline.title--align-left .block-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: left;
}
.widget.block-products-list.title--sideline.title--align-left .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 30px;
  margin-right: -100%;
}
.widget.block-products-list.title--sideline.title--align-left .block-title.no-title:after {
  left: 10px;
}
.widget.block-products-list.title--sideline.title--align-center .block-title {
  overflow: hidden;
  text-align: center;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:before,
.widget.block-products-list.title--sideline.title--align-center .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:before {
  right: 30px;
  margin-left: -100%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:after {
  left: 30px;
  margin-right: -100%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title.no-title:after {
  left: 10px;
}
.widget.block-products-list.title--sideline.title--align-center .block-title.no-title:before {
  right: 10px;
}
.owl-carousel.widget-product-grid .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.owl-carousel.widget-product-grid .owl-nav button {
  transition: transform 0.2s ease;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next.disabled,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-dots--show .owl-carousel .owl-nav button.owl-next,
.owl-dots--show .owl-carousel .owl-nav button.owl-prev {
  margin-top: -25px;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-3columns .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .products-grid .product-item,
.page-layout-3columns .block.widget.product-columns-s-2 .products-grid .product-item,
.page-layout-1column .block.widget.product-columns-s-2 .products-grid .product-item,
.block.widget.product-columns-s-2 .products-grid .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-3columns .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .products-grid .product-item,
.page-layout-3columns .block.widget.product-columns-s-1 .products-grid .product-item,
.page-layout-1column .block.widget.product-columns-s-1 .products-grid .product-item,
.block.widget.product-columns-s-1 .products-grid .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .product-item,
.page-layout-3columns .block.widget.product-columns-s-2 .product-item,
.page-layout-1column .block.widget.product-columns-s-2 .product-item,
.block.widget.product-columns-s-2 .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .product-item,
.page-layout-3columns .block.widget.product-columns-s-1 .product-item,
.page-layout-1column .block.widget.product-columns-s-1 .product-item,
.block.widget.product-columns-s-1 .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-grid__image-wrapper .action:is(.tocompare, .towishlist):after {
  content: none;
}
.widget.block-products-list .block-title .title-wrap {
  max-width: calc(100% - 70px);
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title .title-wrap > * {
  max-width: 100%;
}
#ox_quickview_wrapper html {
  overflow: hidden;
}
.ox_quickview-preloader {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  content: url('../../frontend/Olegnax/a2_child/en_US/Olegnax_Quickview/images/preloader.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -40px;
}
.ox-quickview-catalog-product-view .bundle-options-container,
.ox_quickview-catalog_product-view .bundle-options-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  margin-bottom: 0;
}
.ox-quickview-catalog-product-view .bundle-options-container .product-add-form,
.ox_quickview-catalog_product-view .bundle-options-container .product-add-form {
  padding: 50px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--top-left,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--top-left {
  padding-left: 20px;
  padding-top: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--top-right,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--top-right {
  padding-top: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--bottom-left,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--bottom-left {
  padding-left: 20px;
  padding-bottom: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--bottom-right,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--bottom-right {
  padding-bottom: 20px;
}
.ox-quickview-catalog-product-view.catalog-product-view .column.main,
.ox_quickview-catalog_product-view.catalog-product-view .column.main {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ox-quickview-catalog-product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery,
.ox_quickview-catalog_product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.ox-quickview-catalog-product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery .fotorama__grab,
.ox_quickview-catalog_product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.ox-quickview-catalog-product-view .product-info-main,
.ox_quickview-catalog_product-view .product-info-main {
  width: 48%;
  padding: 50px 40px 0 40px;
  margin-bottom: 0;
  overflow-y: auto;
}
.ox-quickview-catalog-product-view .product-info-main .swatch-attribute,
.ox_quickview-catalog_product-view .product-info-main .swatch-attribute {
  margin-bottom: 10px;
}
.ox-quickview-catalog-product-view .product-info-main .product-reviews-summary,
.ox_quickview-catalog_product-view .product-info-main .product-reviews-summary {
  margin: -15px 0 17px 0;
}
.ox-quickview-catalog-product-view .product-info-main .page-title-wrapper .page-title,
.ox_quickview-catalog_product-view .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 18px;
}
.ox-quickview-catalog-product-view .product-info-main .product.attribute.overview,
.ox_quickview-catalog_product-view .product-info-main .product.attribute.overview {
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view .box-tocart .action.tocart,
.ox_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.ox-quickview-catalog-product-view .page-wrapper .page-main,
.ox_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 0 !important;
  min-height: 300px;
}
.ox-quickview-catalog-product-view .reviews-actions .add,
.ox_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form .box-tocart,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form .box-tocart {
  width: 100%;
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form .box-tocart .product-addto-links,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form .box-tocart .product-addto-links {
  display: flex;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.ox-quickview-catalog-product-view .product-add-form,
.ox_quickview-catalog_product-view .product-add-form,
.ox-quickview-catalog-product-view .product-options-bottom .box-tocart,
.ox_quickview-catalog_product-view .product-options-bottom .box-tocart,
.ox-quickview-catalog-product-view .product-options-bottom .actions--right-to-cart,
.ox_quickview-catalog_product-view .product-options-bottom .actions--right-to-cart {
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view .product-info-main .product-info-price,
.ox_quickview-catalog_product-view .product-info-main .product-info-price,
.ox-quickview-catalog-product-view .product-options-bottom .product-info-price,
.ox_quickview-catalog_product-view .product-options-bottom .product-info-price {
  margin-bottom: 24px;
}
.ox-quickview-catalog-product-view .swatch-opt,
.ox_quickview-catalog_product-view .swatch-opt {
  margin: 20px 0 30px 0;
}
.ox-quickview-catalog-product-view .product-add-form .fieldset,
.ox_quickview-catalog_product-view .product-add-form .fieldset {
  margin: 0 0 30px;
}
/*.box-gotoproduct #product-gotoproduct-button {

    }*/
/*.page-products .product-item .ox-quickview {
            display: none
    }*/
.ox-quickview-catalog-product-view .page-wrapper,
.ox_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
@media (min-width: 960px) {
  .ox-quickview-catalog-product-view.page-product-bundle,
  .ox_quickview-catalog_product-view.page-product-bundle {
    overflow-y: auto !important;
  }
  .ox-quickview-catalog-product-view .fotorama,
  .ox_quickview-catalog_product-view .fotorama {
    max-height: 550px;
    height: 550px;
  }
  .ox-quickview-catalog-product-view .product.media,
  .ox_quickview-catalog_product-view .product.media {
    width: 52%;
    margin-bottom: 0;
  }
  .ox-quickview-catalog-product-view .product.media #ox-zoom-cursor,
  .ox_quickview-catalog_product-view .product.media #ox-zoom-cursor {
    display: none;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__nav,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav,
  .ox-quickview-catalog-product-view .product.media .fotorama__nav--thumbs,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav--thumbs,
  .ox-quickview-catalog-product-view .product.media .fotorama__nav-wrap--horizontal,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav-wrap--horizontal {
    margin: 0;
    display: none !important;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__wrap .fotorama__grab,
  .ox_quickview-catalog_product-view .product.media .fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__stage,
  .ox_quickview-catalog_product-view .product.media .fotorama__stage {
    height: 550px !important;
    max-height: 550px !important;
  }
  .ox-quickview-catalog-product-view .product-info-main,
  .ox_quickview-catalog_product-view .product-info-main {
    height: 550px;
    max-height: 100vh;
  }
  .ox-quickview-catalog-product-view .product-info-main .product-addto-links .action.tocompare,
  .ox_quickview-catalog_product-view .product-info-main .product-addto-links .action.tocompare,
  .ox-quickview-catalog-product-view .product-info-main .product-options-bottom .action.tocompare,
  .ox_quickview-catalog_product-view .product-info-main .product-options-bottom .action.tocompare {
    display: inline-block;
  }
  .ox-quickview-catalog-product-view.ox-quickview-sa .product-info-main .box-tocart .actions .action.tocart,
  .ox_quickview-catalog_product-view.ox-quickview-sa .product-info-main .box-tocart .actions .action.tocart {
    padding: 0 36px;
    min-width: 189px;
  }
  .ox-quickview-catalog-product-view.ox-quickview-sa .product-info-main .box-tocart .field.qty,
  .ox_quickview-catalog_product-view.ox-quickview-sa .product-info-main .box-tocart .field.qty {
    max-width: 112px;
  }
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 0;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 0 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 3.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 800;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 0 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 0;
}
.block-category-event .block-title {
  margin: 0 0 0;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart.page-title-wrapper {
  padding-bottom: 50px;
  padding-top: 20px;
}
.cart.page-title-wrapper:before,
.cart.page-title-wrapper:after {
  content: '';
  display: table;
}
.cart.page-title-wrapper:after {
  clear: both;
}
.cart.page-title-wrapper .page-title {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.cart.page-title-wrapper .action.checkout {
  float: right;
  min-width: 30%;
  padding: 18px 27px;
}
.cart-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
.cart-empty .empty-cart-icon {
  font-size: 126px;
  text-align: center;
  color: #ececec;
  line-height: 1;
}
.cart-empty-big-text {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.cart-summary,
.checkout-cart-index .cart-summar {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.cart-summary > .title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 0 0 15px 0;
}
.cart-summary .block .fieldset.coupon {
  margin-bottom: 35px;
}
.cart-summary .block .fieldset.coupon .field {
  margin-bottom: 5px;
}
.cart-summary .block .fieldset.coupon button {
  width: 100%;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 15px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .actions-toolbar > .primary button {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: #000000;
  background: #ffe51e;
}
.cart-summary .actions-toolbar > .primary button:after {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
}
.cart-summary .actions-toolbar > .primary button:hover {
  text-decoration: none;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.cart-summary .actions-toolbar > .primary button:hover:after {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transform: scaleX(1);
}
.cart-summary .actions-toolbar > .primary button.small {
  padding: 8px 12px;
}
.cart-summary .actions-toolbar > .primary button.medium {
  padding: 14px 22px;
}
.cart-summary .actions-toolbar > .primary button.big {
  padding: 18px 27px;
}
.cart-summary .actions-toolbar > .primary button.big-wide {
  padding: 18px 34px;
}
.cart-summary .actions-toolbar > .primary button.long {
  padding-right: 70px;
}
.cart-summary .actions-toolbar > .primary button.naked {
  background: none !important;
}
.cart-summary .actions-toolbar > .primary button.outline {
  background: none !important;
  border: 2px solid;
}
.cart-summary .actions-toolbar > .primary button.simple:after {
  transform: scaleX(1);
  opacity: 0;
}
.cart-summary .actions-toolbar > .primary button.simple:hover:after {
  opacity: 1;
}
.cart-summary .actions-toolbar > .primary button.underline {
  background: none !important;
  border: none;
  border-bottom: 2px solid;
  padding: 4px 1px;
}
.cart-summary .actions-toolbar > .primary button.underline:after {
  content: none;
}
.cart-summary .actions-toolbar > .primary button.slider-long {
  padding: 15px 90px 15px 26px;
}
.cart-summary .actions-toolbar > .primary button.white-hover:after {
  background-color: #ffffff !important;
}
.cart-summary .actions-toolbar > .primary button:after {
  background-color: #000000;
}
.cart-summary .actions-toolbar > .primary button svg {
  fill: #000000;
}
.cart-summary .actions-toolbar > .primary button:hover {
  color: #ffffff;
}
.cart-summary .actions-toolbar > .primary button:hover svg {
  fill: #ffffff;
}
.cart-summary .actions-toolbar > .primary button.naked {
  color: #000000;
}
.cart-summary .actions-toolbar > .primary button.naked:after {
  background: #ffe51e;
}
.cart-summary .actions-toolbar > .primary button.naked:hover {
  color: #000000;
}
.cart-summary .actions-toolbar > .primary button.outline {
  border-color: #000000;
}
.cart-summary .actions-toolbar > .primary button.outline.white {
  border-color: #fff;
  color: #fff;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
table.table-totals,
table.totals {
  font-weight: 700;
  display: flex;
}
table.table-totals tbody,
table.totals tbody {
  width: 100%;
}
table.table-totals tbody tr,
table.totals tbody tr {
  display: flex;
}
table.table-totals tbody tr.grand.totals,
table.totals tbody tr.grand.totals {
  flex-flow: column;
}
table.table-totals tbody tr.grand.totals th,
table.totals tbody tr.grand.totals th {
  padding: 0;
  padding-top: 20px;
  text-transform: uppercase;
}
table.table-totals tbody tr.grand.totals th strong,
table.totals tbody tr.grand.totals th strong {
  font-weight: 800;
}
table.table-totals tbody tr.grand.totals td,
table.totals tbody tr.grand.totals td {
  padding: 0;
  margin-left: 0;
}
table.table-totals tbody tr.grand.totals .price,
table.totals tbody tr.grand.totals .price {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
table.table-totals tbody th,
table.totals tbody th {
  padding: 4px 0;
  padding-right: 10px;
}
table.table-totals tbody td,
table.totals tbody td {
  padding: 4px 0;
  margin-left: auto;
  display: inline-block;
}
.multicheckout.address.form .table tbody td.col {
  border-bottom: 1px solid #e5e5e5;
}
.multicheckout.address.form > .actions-toolbar {
  display: block;
}
.multicheckout.address.form > .actions-toolbar > .primary {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.multicheckout.address.form .table-wrapper .table .items,
.cart.table-wrapper .items {
  /*thead + .item {
                border-top: @border-width__base solid @border-color__base;
            }*/
}
.multicheckout.address.form .table-wrapper .table .items thead,
.cart.table-wrapper .items thead {
  background: #f8f8f8;
  text-transform: uppercase;
}
.multicheckout.address.form .table-wrapper .table .items > .item,
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.multicheckout.address.form .table-wrapper .table .col,
.cart.table-wrapper .col {
  padding: 26px 14px;
  vertical-align: middle;
}
.multicheckout.address.form .table-wrapper .table .col:first-child,
.cart.table-wrapper .col:first-child {
  padding-left: 32px;
}
.multicheckout.address.form .table-wrapper .table .col:last-child,
.cart.table-wrapper .col:last-child {
  padding-right: 32px;
}
.multicheckout.address.form .table-wrapper .table .col.actions,
.cart.table-wrapper .col.actions {
  padding-right: 10px;
}
.multicheckout.address.form .table-wrapper .table .col.actions span,
.cart.table-wrapper .col.actions span {
  display: none;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action,
.cart.table-wrapper .col.actions .action {
  width: 27px;
  height: 26px;
  display: inline-block;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete,
.cart.table-wrapper .col.actions .action.delete,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete,
.cart.table-wrapper .col.actions .action.action-delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete > span,
.cart.table-wrapper .col.actions .action.delete > span,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete > span,
.cart.table-wrapper .col.actions .action.action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:before,
.cart.table-wrapper .col.actions .action.delete:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:before,
.cart.table-wrapper .col.actions .action.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 26px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:hover:before,
.cart.table-wrapper .col.actions .action.delete:hover:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:hover:before,
.cart.table-wrapper .col.actions .action.action-delete:hover:before {
  color: #ffffff;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:active:before,
.cart.table-wrapper .col.actions .action.delete:active:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:active:before,
.cart.table-wrapper .col.actions .action.action-delete:active:before {
  color: #ffffff;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:after,
.cart.table-wrapper .col.actions .action.delete:after,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:after,
.cart.table-wrapper .col.actions .action.action-delete:after,
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:before,
.cart.table-wrapper .col.actions .action.delete:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:before,
.cart.table-wrapper .col.actions .action.action-delete:before {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:before,
.cart.table-wrapper .col.actions .action.delete:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:before,
.cart.table-wrapper .col.actions .action.action-delete:before {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:hover,
.cart.table-wrapper .col.actions .action.delete:hover,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:hover,
.cart.table-wrapper .col.actions .action.action-delete:hover {
  background: #000000;
}
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:hover:after,
.cart.table-wrapper .col.actions .action.delete:hover:after,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:hover:after,
.cart.table-wrapper .col.actions .action.action-delete:hover:after,
.multicheckout.address.form .table-wrapper .table .col.actions .action.delete:hover:before,
.cart.table-wrapper .col.actions .action.delete:hover:before,
.multicheckout.address.form .table-wrapper .table .col.actions .action.action-delete:hover:before,
.cart.table-wrapper .col.actions .action.action-delete:hover:before {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.multicheckout.address.form .table-wrapper .table .col.qty .input-text,
.cart.table-wrapper .col.qty .input-text {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 80px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.multicheckout.address.form .table-wrapper .table .col.qty .icon-minus,
.cart.table-wrapper .col.qty .icon-minus,
.multicheckout.address.form .table-wrapper .table .col.qty .icon-plus,
.cart.table-wrapper .col.qty .icon-plus {
  width: 24px;
  height: 46px;
}
.multicheckout.address.form .table-wrapper .table .item-actions td,
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  padding-top: 0;
  text-align: center;
  white-space: normal;
}
.multicheckout.address.form .table-wrapper .table .item .col.item,
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding-left: 0;
  position: relative;
}
.multicheckout.address.form .table-wrapper .table .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  float: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 7px;
  font-size: 12px;
  background: #ffe51e;
  color: #000;
  font-weight: 800;
}
.multicheckout.address.form .table-wrapper .table .actions-toolbar > .action.action-delete,
.cart.table-wrapper .actions-toolbar > .action.action-delete,
.multicheckout.address.form .table-wrapper .table .actions-toolbar > .action.action-edit,
.cart.table-wrapper .actions-toolbar > .action.action-edit,
.action-gift.action-delete,
.action-gift.action-edit {
  display: none;
}
.multicheckout.address.form .table-wrapper .table .actions-toolbar > .action:last-child,
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.multicheckout.address.form .table-wrapper .table .action.help.map,
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.multicheckout.address.form .table-wrapper .table .product-item-photo,
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.multicheckout.address.form .table-wrapper .table .product-item-details,
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.multicheckout.address.form .table-wrapper .table .product-item-name,
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
.multicheckout.address.form .table-wrapper .table .product-item-name > a,
.cart.table-wrapper .product-item-name > a {
  font-weight: inherit;
}
.multicheckout.address.form .table-wrapper .table .gift-registry-name-label:after,
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.multicheckout.address.form .table-wrapper .table .item-options,
.cart.table-wrapper .item-options {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.multicheckout.address.form .table-wrapper .table .action.configure,
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .form-cart {
  margin-bottom: 30px;
}
.cart-container .form-cart .table-wrapper {
  margin-bottom: 40px;
}
.cart-container .checkout-methods-items {
  background: #000;
  margin: 10px -35px -35px;
  padding: 35px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-container .checkout-methods-items .action.multicheckout {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  margin-bottom: 25px;
  /*border-bottom: @border-width__base solid @border-color__base;*/
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.multicheckout.address.form .table-wrapper .table .col.price,
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.multicheckout.address.form .table-wrapper .table .col.qty,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.multicheckout.address.form .table-wrapper .table .col.subtotal,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.multicheckout.address.form .table-wrapper .table .col.msrp,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}
.multicheckout.address.form .table-wrapper .table .col.address,
.cart.table-wrapper .col.address,
.order-items.table-wrapper .col.address {
  text-align: right;
}
@media (max-width: 767px) {
  .cart.page-title-wrapper {
    padding-top: 0;
  }
  .cart.page-title-wrapper .page-title {
    float: none;
    text-align: center;
  }
  .cart.page-title-wrapper .action.checkout {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .cart-container .form-cart {
    padding-right: 30px;
    width: 67%;
  }
  .cart-container .checkout-methods-items {
    margin: 10px -25px -25px;
    padding: 25px;
  }
  .multicheckout.address.form .table-wrapper .table .product-item-photo,
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
  }
  .multicheckout.address.form .table-wrapper .table .cart.table-wrapper .col,
  .cart.table-wrapper .cart.table-wrapper .col {
    padding: 22px 10px;
  }
  .cart-summary {
    padding: 25px;
    width: 33%;
  }
}
.m-w-reset {
  padding: 0;
  margin: 0;
  top: auto;
  left: auto;
  box-shadow: none;
}
.ox-v-scroll {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.ox-plus,
.ox-minus {
  width: 10px;
  height: 22px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.ox-plus:after,
.ox-minus:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}
.ox-plus:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4;
  top: 7px;
}
.athlete_cart_promotion-content {
  background: #f5f5f5;
  padding: 10px 15px;
}
.minicart--style-modern .block-compare .ox-overlay-close-btn,
.minicart--style-modern .block-wishlist .ox-overlay-close-btn,
.minicart--style-modern .block-minicart .ox-overlay-close-btn {
  top: 15px;
  padding: 0;
  right: 70px;
}
.minicart--style-modern .block-compare .product,
.minicart--style-modern .block-wishlist .product,
.minicart--style-modern .block-minicart .product {
  display: flex;
  width: 100%;
}
.minicart--style-modern .block-compare .amount .price-wrapper:first-child .price,
.minicart--style-modern .block-wishlist .amount .price-wrapper:first-child .price,
.minicart--style-modern .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.minicart--style-modern .block-compare .subtotal,
.minicart--style-modern .block-wishlist .subtotal,
.minicart--style-modern .block-minicart .subtotal {
  display: block;
  background: none;
  padding: 0;
  margin-bottom: 26px;
}
.minicart--style-modern .block-compare .block-content,
.minicart--style-modern .block-wishlist .block-content,
.minicart--style-modern .block-minicart .block-content {
  padding-top: 30px;
}
.minicart--style-modern .block-compare .items-total,
.minicart--style-modern .block-wishlist .items-total,
.minicart--style-modern .block-minicart .items-total {
  padding: 14px 70px 34px 70px;
}
.minicart--style-modern .block-compare .dropdown-bottom-wrapper,
.minicart--style-modern .block-wishlist .dropdown-bottom-wrapper,
.minicart--style-modern .block-minicart .dropdown-bottom-wrapper {
  background: #f9f9f9;
  padding: 50px 70px;
}
.minicart--style-modern .ox-dropdown .block-compare .product-items,
.minicart--style-modern .ox-dropdown .block-wishlist .product-items,
.minicart--style-modern .ox-dropdown .minicart-items-wrapper {
  margin-bottom: 10px;
  padding: 0 50px;
}
.minicart--style-modern .ox-dropdown .block-compare .ox-overlay-close-btn,
.minicart--style-modern .ox-dropdown .block-wishlist .ox-overlay-close-btn,
.minicart--style-modern .ox-dropdown .block-minicart .ox-overlay-close-btn {
  right: 50px;
}
.minicart--style-modern .ox-dropdown .block-compare .dropdown-bottom-wrapper,
.minicart--style-modern .ox-dropdown .block-wishlist .dropdown-bottom-wrapper,
.minicart--style-modern .ox-dropdown .block-minicart .dropdown-bottom-wrapper {
  padding: 50px;
}
.minicart--style-modern .ox-dropdown .block-compare .items-total,
.minicart--style-modern .ox-dropdown .block-wishlist .items-total,
.minicart--style-modern .ox-dropdown .block-minicart .items-total {
  padding: 14px 50px 34px 50px;
}
.minicart--style-modern .ox-dropdown .block-wishlist .empty-wishlist-wrapper {
  padding: 30px 0 50px;
}
.minicart--style-modern .ox-dropdown .block-compare .empty-compare-wrapper {
  padding: 30px 0 50px;
}
.minicart--style-modern .ox-dropdown .block-minicart .empty-cart-wrapper {
  padding: 30px 0 50px;
}
.minicart--style-modern .ox-slideout .block-compare,
.minicart--style-modern .ox-slideout .block-wishlist,
.minicart--style-modern .ox-slideout .block-minicart {
  padding: 0 0;
}
.minicart--style-modern .ox-slideout .block-compare .product-items,
.minicart--style-modern .ox-slideout .block-wishlist .product-items,
.minicart--style-modern .ox-slideout .minicart-items-wrapper {
  margin-bottom: 25px;
  padding: 0 70px;
}
.minicart--style-modern .block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary > .action {
  padding: 18px;
}
.minicart--style-modern .block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > a.action {
  color: #000000;
  background: none;
  box-shadow: inset 0 0 0 2px #000;
  padding: 18px;
}
.minicart--style-modern .block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > a.action:after {
  background-color: #000000;
}
.minicart--style-modern .block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > a.action:hover {
  color: #ffffff;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .dropdown-bottom-actions .action.secondary,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action.secondary {
  color: #000000;
  background: none;
  box-shadow: inset 0 0 0 2px #000;
  padding: 18px;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .dropdown-bottom-actions .action.secondary:after,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action.secondary:after {
  background-color: #000000;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .dropdown-bottom-actions .action.secondary:hover,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action.secondary:hover {
  color: #ffffff;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .product-items .product-item > .product-item-info,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .product-items .product-item > .product-item-info {
  background: none;
  padding: 0;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .product-item,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item,
.minicart--style-modern .minicart-items .product-item {
  padding-bottom: 30px;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .product-item > .product,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item > .product,
.minicart--style-modern .minicart-items .product-item > .product {
  background: none;
  padding: 0;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .product-item .product-item-name,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item .product-item-name,
.minicart--style-modern .minicart-items .product-item .product-item-name {
  max-width: 70%;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .product-item-details,
.minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item-details,
.minicart--style-modern .minicart-items .product-item-details {
  margin-left: 24px;
  width: 100%;
  position: relative;
}
.minicart--style-modern .header__item-dropdown-content .block-compare .block-content .product-items {
  margin-bottom: 40px;
}
.minicart--style-modern .sidebar .block-compare .block-content,
.minicart--style-modern .sidebar .block-wishlist .block-content {
  padding-top: 0;
}
/*.ox-slideout{
        .block-minicart {
            .empty-cart-wrapper{
                padding-bottom: 80px;
            }
        }
    }*/
.block-compare,
.block-wishlist,
.block-minicart {
  margin: 0;
}
.block-compare .message.success,
.block-wishlist .message.success,
.block-minicart .message.success {
  display: none;
  animation: none;
  margin-bottom: 0;
}
.block-compare .message.success:before,
.block-wishlist .message.success:before,
.block-minicart .message.success:before {
  animation: none;
}
.block-compare .message.success > *:first-child:before,
.block-wishlist .message.success > *:first-child:before,
.block-minicart .message.success > *:first-child:before {
  animation: none;
}
.block-compare .message.success > *:first-child:after,
.block-wishlist .message.success > *:first-child:after,
.block-minicart .message.success > *:first-child:after {
  animation: none;
}
.block-compare.added .message.success,
.block-wishlist.added .message.success,
.block-minicart.added .message.success {
  display: block;
  animation: show 0.15s forwards;
}
.block-compare.added .message.success:before,
.block-wishlist.added .message.success:before,
.block-minicart.added .message.success:before {
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.block-compare.added .message.success > *:first-child:before,
.block-wishlist.added .message.success > *:first-child:before,
.block-minicart.added .message.success > *:first-child:before {
  animation: checkboxleft 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.block-compare.added .message.success > *:first-child:after,
.block-wishlist.added .message.success > *:first-child:after,
.block-minicart.added .message.success > *:first-child:after {
  animation: checkboxright 0.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.block-compare .product,
.block-wishlist .product,
.block-minicart .product {
  display: flex;
  width: 100%;
}
.block-compare .ox-overlay-close-btn,
.block-wishlist .ox-overlay-close-btn,
.block-minicart .ox-overlay-close-btn {
  background: transparent;
}
.block-compare .ox-overlay-close-btn:after,
.block-wishlist .ox-overlay-close-btn:after,
.block-minicart .ox-overlay-close-btn:after,
.block-compare .ox-overlay-close-btn:before,
.block-wishlist .ox-overlay-close-btn:before,
.block-minicart .ox-overlay-close-btn:before {
  content: none;
}
.block-compare .items-total,
.block-wishlist .items-total,
.block-minicart .items-total {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 14px 5px;
  width: 100%;
  letter-spacing: 0;
}
.block-compare .subtotal,
.block-wishlist .subtotal,
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 11px 15px;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
}
.block-compare .subtotal .label,
.block-wishlist .subtotal .label,
.block-minicart .subtotal .label {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.block-compare .amount .price-wrapper:first-child .price,
.block-wishlist .amount .price-wrapper:first-child .price,
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-compare .subtitle,
.block-wishlist .subtitle,
.block-minicart .subtitle {
  display: none;
}
.block-compare .subtitle.empty,
.block-wishlist .subtitle.empty,
.block-minicart .subtitle.empty {
  display: block;
  text-transform: uppercase;
  max-width: 60%;
  margin: auto;
  margin-bottom: 15px;
  font-weight: 700;
}
.block-compare .empty-cart-wrapper,
.block-wishlist .empty-cart-wrapper,
.block-minicart .empty-cart-wrapper {
  display: block;
  font-size: 14px;
  padding: 40px 0 80px;
  text-align: center;
  margin: auto;
}
.block-compare .empty-cart-wrapper .empty-cart-icon,
.block-wishlist .empty-cart-wrapper .empty-cart-icon,
.block-minicart .empty-cart-wrapper .empty-cart-icon {
  font-size: 106px;
  text-align: center;
  color: #ececec;
}
.block-compare .text.empty,
.block-wishlist .text.empty,
.block-minicart .text.empty {
  text-align: center;
}
.block-compare .block-category-link,
.block-wishlist .block-category-link,
.block-minicart .block-category-link,
.block-compare .block-product-link,
.block-wishlist .block-product-link,
.block-minicart .block-product-link,
.block-compare .block-cms-link,
.block-wishlist .block-cms-link,
.block-minicart .block-cms-link,
.block-compare .block-banners,
.block-wishlist .block-banners,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.header__item-dropdown-content .block-compare .block-content {
  position: relative;
}
.header__item-dropdown-content .block-compare .block-content .product-items {
  margin-bottom: 20px;
}
.header__item-dropdown-content .block-compare .block-content .product-items .product-item {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
.header__item-dropdown-content .block-compare .block-content .product-item-details {
  margin: 0;
  position: relative;
  width: 100%;
}
.header__item-dropdown-content .block-compare .block-content .product-item .product-item-name {
  margin-left: 0;
}
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-flow: row;
}
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > .primary,
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > .secondary {
  width: 50%;
  width: calc(50% - 5px);
}
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > .primary > .action,
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > .secondary > .action {
  width: 100%;
  padding: 15px;
}
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > .primary {
  order: 1;
}
.header__item-dropdown-content .block-compare .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions .extra-actions {
  order: 3;
  width: 100%;
}
.header__item-dropdown-content .block-compare .product.actions .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
  right: 0;
  left: auto;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 23px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:hover:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:active:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:before {
  width: 23px;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:hover {
  background: #000000;
}
.header__item-dropdown-content .block-compare .product.actions .action.delete:after {
  content: none;
}
.block-minicart .block-content {
  position: relative;
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-flow: row;
  flex-wrap: wrap;
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary,
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary {
  width: 50%;
  width: calc(50% - 5px);
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary > .action,
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > .action {
  width: 100%;
  padding: 15px;
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary {
  order: 1;
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions .extra-actions {
  order: 2;
  width: 100%;
}
.minicart--style-classic .block-minicart .message.success {
  margin-top: 17px;
  padding: 15px;
  padding-left: 80px;
}
.minicart--style-classic .block-minicart .message.success:before {
  width: 60px;
  min-height: 45px;
}
.minicart--style-classic .block-minicart .message.success > *:first-child:before {
  left: 22px;
  top: 19px;
}
.minicart--style-classic .block-minicart .message.success > *:first-child:after {
  left: 27px;
  top: 26px;
}
.minicart-wrapper {
  position: relative;
  order: 4;
}
.ox-slideout .block-minicart,
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  display: none;
}
.ox-slideout .block-minicart .block-title,
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.ox-slideout .block-minicart .product,
.minicart-wrapper .block-minicart .product {
  position: relative;
}
.ox-slideout .block-minicart .product .actions,
.minicart-wrapper .block-minicart .product .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.ox-slideout .block-minicart .product .actions > .primary,
.minicart-wrapper .block-minicart .product .actions > .primary,
.ox-slideout .block-minicart .product .actions > .secondary,
.minicart-wrapper .block-minicart .product .actions > .secondary {
  display: inline;
}
.ox-slideout .block-minicart .action.close,
.minicart-wrapper .block-minicart .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ox-slideout .block-minicart .action.close > span,
.minicart-wrapper .block-minicart .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ox-slideout .block-minicart .action.close:before,
.minicart-wrapper .block-minicart .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 32px;
  color: inherit;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ox-slideout .block-minicart .action.close:hover:before,
.minicart-wrapper .block-minicart .action.close:hover:before {
  color: inherit;
}
.ox-slideout .block-minicart .action.close:active:before,
.minicart-wrapper .block-minicart .action.close:active:before {
  color: inherit;
}
.ox-slideout .block-minicart .action.close:focus,
.minicart-wrapper .block-minicart .action.close:focus,
.ox-slideout .block-minicart .action.close:active,
.minicart-wrapper .block-minicart .action.close:active {
  background: none;
  border: none;
}
.ox-slideout .block-minicart .action.close:hover,
.minicart-wrapper .block-minicart .action.close:hover {
  background: none;
  border: none;
}
.ox-slideout .block-minicart .action.close.disabled,
.minicart-wrapper .block-minicart .action.close.disabled,
.ox-slideout .block-minicart .action.close[disabled],
.minicart-wrapper .block-minicart .action.close[disabled],
fieldset[disabled] .ox-slideout .block-minicart .action.close,
fieldset[disabled] .minicart-wrapper .block-minicart .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.ox-slideout .block-minicart .action.showcart,
.minicart-wrapper .block-minicart .action.showcart {
  white-space: nowrap;
}
.ox-slideout .block-minicart .action.showcart .span,
.minicart-wrapper .block-minicart .action.showcart .span {
  line-height: 12px;
  display: inline-block;
}
.ox-slideout .block-minicart .action.showcart .counter.qty,
.minicart-wrapper .block-minicart .action.showcart .counter.qty {
  margin: 0 0 0 11px;
  padding: 0 0 0 11px;
  border-left: 1px solid #000;
  border-left-color: rgba(0, 0, 0, 0.21);
}
.ox-slideout .block-minicart .minicart-widgets,
.minicart-wrapper .block-minicart .minicart-widgets {
  margin-top: 15px;
}
.header__content .minicart-wrapper .action.showcart {
  height: 38px;
  line-height: 38px;
}
.minicart-btn--minimal .minicart-wrapper .action.showcart {
  padding: 0;
}
.minicart-btn--minimal .minicart-wrapper .action.showcart svg {
  margin: 0;
}
.minicart-btn--minimal .minicart-wrapper .action.showcart .text {
  display: none;
}
.minicart-btn--minimal .minicart-wrapper .action.showcart span {
  min-width: 7px;
  display: inline;
}
.minicart-btn--minimal .minicart-wrapper .action.showcart span.qty {
  display: inline-block;
  border: none;
  padding: 0 3px;
  margin: 0;
  position: absolute;
  top: 0;
  height: 12px;
  min-width: 12px;
  text-align: center;
  vertical-align: middle;
  right: 0;
  background: #202020;
  color: #eaeaea;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.minicart-wrapper {
  margin: 0 0 0 10px;
  z-index: 3;
}
.minicart-wrapper .action.showcart {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  min-width: 38px;
  display: block;
  letter-spacing: -1px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  color: #000000;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  background: #ffe51e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicart-wrapper .action.showcart span {
  display: none;
}
.minicart-items-wrapper {
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  display: block;
  padding-bottom: 10px;
}
.minicart-items .product-item > .product {
  background: #f5f5f5;
  padding: 15px;
}
.minicart-items .product-item .product-item-photo {
  margin: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product > .product-image-container .product-image-wrapper {
  height: inherit;
  width: inherit;
}
.minicart-items .product .toggle {
  flex: 0 0 100%;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle > span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  padding: 0 20px 0 5px;
  line-height: 20px;
  font-weight: 700;
  transition: all 600ms ease-in-out;
  margin-left: -5px;
}
.minicart-items .product .toggle > span:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 9px;
  background: #333333;
  width: 2px;
  height: 8px;
  transition: all 600ms ease-in-out;
}
.minicart-items .product .toggle > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 6px;
  background: #333333;
  width: 8px;
  height: 2px;
  transition: all 600ms ease-in-out;
}
.minicart-items .product .toggle:hover > span {
  background: #000000;
  color: #ffffff;
  transition: all 10ms ease-in-out;
  transform: translateX(5px);
}
.minicart-items .product .toggle:hover > span:before,
.minicart-items .product .toggle:hover > span:after {
  background: #ffffff;
  transition: all 10ms ease-in-out;
}
.minicart-items .product.active > .toggle > span {
  transform: translateX(5px);
  background: #000000;
  color: #ffffff;
  transition: all 10ms ease-in-out;
}
.minicart-items .product.active > .toggle > span:before,
.minicart-items .product.active > .toggle > span:after {
  background: #ffffff;
  transition: all 10ms ease-in-out;
}
.minicart-items .product.active > .toggle > span:before {
  content: none;
}
.minicart-items .product-item .product-item-name {
  margin-left: -5px;
  max-width: 100%;
  max-width: calc(100% - 23px);
}
.minicart-items .product-item .product-item-name strong,
.minicart-items .product-item .product-item-name a {
  font-size: 14px;
  font-weight: 800;
}
.minicart-items .product-item-details {
  margin-left: 15px;
  position: relative;
  float: left;
  width: 100%;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .price-including-tax > span,
.minicart-items .product-item-details .price-excluding-tax > span {
  display: flex;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.minicart-items .product-item-details .details-qty label {
  display: none !important;
}
.minicart-items .product-item-details > .product.options {
  flex-wrap: wrap;
}
.minicart-items .product-item-details > .product.options .content {
  width: 100%;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items dl.product.options.list {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
}
.minicart-items dl.product.options.list dt {
  width: 50%;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
}
.minicart-items dl.product.options.list dd {
  font-weight: 600;
  line-height: 1;
  width: 50%;
}
.minicart-items .icon-minus {
  margin-left: -2px;
}
.minicart-items .icon-minus,
.minicart-items .icon-plus {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  /*&:hover{
             background: #000000;
                &:before,
                &:after{                   
                    background:#ffffff;
                }
            }*/
}
.minicart-items .item-qty {
  margin-right: 0;
  text-align: center;
  width: 40px;
  height: 23px;
  line-height: 23px;
  padding: 0;
  vertical-align: top;
  background: transparent;
  font-weight: 800;
  border: none;
  padding-top: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.minicart-items .item-qty:hover,
.minicart-items .item-qty:focus {
  border-bottom: 2px solid #000000;
  transition: all 10ms ease-in-out;
}
.minicart-items .update-cart-item {
  font-size: 12px;
  letter-spacing: -0.04em;
  vertical-align: top;
  padding: 6px 6px 5px;
  line-height: 1;
  margin-left: 5px;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-items .action.edit {
  display: none;
}
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 23px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.delete:hover:before {
  color: #ffffff;
}
.minicart-items .action.delete:active:before {
  color: #ffffff;
}
.minicart-items .action.delete:before {
  font-weight: 800;
  width: 23px;
}
.minicart-items .action.delete:hover {
  background: #000000;
}
.minicart-items .action.delete:after {
  content: none;
}
.inputs-style--underlined .minicart-items .item-qty {
  border-color: transparent;
}
/* messages in minicart */
.cart.table-wrapper .message.notice,
.minicart-items .message.notice {
  flex: 0 0 100%;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 60px;
}
.cart.table-wrapper .message.notice:before,
.minicart-items .message.notice:before {
  width: 40px;
  height: 100%;
  min-height: 45px;
}
.cart.table-wrapper .message.notice > *:first-child:after,
.minicart-items .message.notice > *:first-child:after {
  left: 19px;
  top: 22px;
}
.cart.table-wrapper .message.notice > *:first-child:before,
.minicart-items .message.notice > *:first-child:before {
  top: 16px;
  left: 19px;
}
.cart.table-wrapper .product-item,
.minicart-items .product-item {
  flex-wrap: wrap;
}
.cart.table-wrapper .product-item > .product,
.minicart-items .product-item > .product {
  flex: 0 0 100%;
}
/* srtipe */
.block-minicart .extra-actions {
  margin-top: 10px;
}
/* Paypal */
.paypal-button-row.paypal-button-layout-vertical {
  margin-bottom: 10px;
}
.payment-method-braintree.payment-method .cvv {
  max-width: 220px;
  position: relative;
}
.payment-method-braintree.payment-method .cvv .field-tooltip {
  top: 12px;
  right: 30px;
}
.payment-method-braintree.payment-method .hosted-control {
  box-sizing: content-box;
}
.payment-method-braintree.payment-method .braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.inputs-style--underlined .payment-method-braintree.payment-method .fieldset > .field .label,
.inputs-style--underlined .payment-method-braintree.payment-method .fieldset > .fields > .field .label {
  margin-bottom: 5px;
}
.payment-method-braintree .hosted-control {
  box-sizing: content-box;
}
#tooltip-label {
  display: none;
}
body {
  /*&.checkout-index-index,*/
}
body.multishipping-checkout-success,
body.checkout-onepage-success {
  background: #f8f8f8;
}
.checkout-index-index .page-main {
  max-width: 100%;
}
.multishipping-checkout-success .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  max-width: 500px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.multishipping-checkout-success .page-title-wrapper .page-title,
.checkout-onepage-success .page-title-wrapper .page-title {
  margin-bottom: 40px;
  order: 2;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper {
  order: 1;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 40px;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  background: #a4cf29;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:after,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:before {
  height: 6px;
  margin-top: -7px;
  margin-left: -20px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.4s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:after,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:after {
  width: 37px;
  margin-left: -4px;
  margin-top: 8px;
  height: 6px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.6s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.checkout-success-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 55px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
}
.checkout-success-wrapper .multicheckout.success .your-order-is,
.checkout-success-wrapper .checkout-success .your-order-is {
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-success-wrapper .multicheckout.success .your-order-is .order-number,
.checkout-success-wrapper .checkout-success .your-order-is .order-number {
  display: block;
  background: #f8f8f8;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: 800;
  font-size: 18px;
}
.checkout-success-wrapper #registration {
  margin-top: 30px;
  padding: 30px;
  background: #f8f8f8;
}
.checkout-success-wrapper #registration br {
  display: none;
}
.checkout-index-index .page-main {
  padding: 50px 50px 20px 50px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .opc-wrapper-boxed {
  padding: 50px;
  padding-top: 40px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
  align-self: stretch;
  height: 100%;
}
.opc-wrapper .form fieldset legend.label {
  margin-bottom: 10px;
  padding: 0;
}
.opc-wrapper .step-title {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
/* discount form */
.opc-wrapper form.form-discount {
  max-width: 100%;
  display: flex;
  width: 100%;
}
.opc-wrapper form.form-discount .payment-option-inner {
  width: 100%;
  padding-right: 20px;
}
.minicart-btn__icon--hide:not(.minicart-btn--minimal) .opc-estimated-wrapper .action.showcart svg {
  display: block;
}
.opc-estimated-wrapper {
  margin: 0 0 40px 0;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 20px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  line-height: 1;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  font-size: 36px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  float: right;
  padding: 0 22px;
  height: 47px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart svg {
  margin-right: 0px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #000000;
}
/*
@checkout-progress-bar-item-element__height: @checkout-progress-bar-item-element__width;
@checkout-progress-bar-item-element__width: 38px;*/
/*@checkout-progress-bar-item-element-inner__height: @checkout-progress-bar-item-element-inner__width;
@checkout-progress-bar-item-element-inner__width: @checkout-progress-bar-item-element__width - (@checkout-progress-bar-item-element-outer-radius__width * 2);*/
.opc-progress-bar {
  margin: 0 0 0;
  counter-reset: i;
  font-size: 0;
  position: relative;
  width: 100%;
  /*max-width: @checkout-progress-bar-item__width;*/
}
.opc-progress-bar-item {
  margin: 0 0 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
  background: transparent;
  height: 50px;
}
.opc-progress-bar-item > span {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  position: relative;
  z-index: 2;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
  height: 100%;
  opacity: 0.4;
  text-align: left;
  padding-left: 60px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.opc-progress-bar-item > span:before {
  content: '2.';
  content: counter(i);
  counter-increment: i;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.opc-progress-bar-item:before {
  content: '';
  background: #f5f5f5;
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.9s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 1);
}
.opc-progress-bar-item._active:before {
  background: #ffe51e;
}
.opc-progress-bar-item._active,
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._active > span,
.opc-progress-bar-item._complete > span {
  opacity: 1;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._complete > span:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #000000;
  position: absolute;
  left: 22px;
  top: 50%;
  width: 10px;
  height: 3px;
  margin-top: -1px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._complete > span:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #000000;
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: 6px;
  width: 15px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.2s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 18px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff0000;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  width: 100%;
  margin-bottom: 10px;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 6px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #ffffff;
  background-color: #000000;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  content: '?';
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 800;
  border: 2px solid #000000;
  overflow: hidden;
  width: 24px;
  height: 24px;
  speak: none;
  text-align: center;
  transition: all 0.2s ease;
}
.field-tooltip .field-tooltip-action:hover:before {
  background-color: #000000;
  color: #ffffff;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #ffffff;
  background-color: #000000;
}
.field-tooltip .field-tooltip-content {
  color: #ffffff;
  background: #202020;
  border: 0 solid #999999;
  border-radius: 0;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #202020;
  left: -20px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #202020;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #202020;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 1025px) {
  .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: #202020;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 7px;
  margin-left: -5px;
}
.opc-wrapper .form-login .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.opc-wrapper .form-login .actions-toolbar .secondary a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #000000;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #000000;
  color: #ffffff;
  content: '\2e';
  font-family: 'Athlete2';
  height: 27px;
  width: 29px;
  font-size: 12px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: none;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 20px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 30px;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 35px 0 0;
  /*min-width: 200px;*/
  width: 100%;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  margin-top: 3px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 700;
  background: #f8f8f8;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 28px;
  width: 20px;
  max-width: 68px;
}
.table-checkout-shipping-method tbody td.col-error {
  width: 100%;
  max-width: 100%;
}
.table-checkout-shipping-method tbody td.col-error .message.error {
  margin: 15px 0;
}
.table-checkout-shipping-method tbody tr.row {
  margin: 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  margin-top: 0;
}
.table-checkout-shipping-method tbody .row-error td {
  margin-top: none;
  padding-bottom: 0;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information {
  padding: 35px 0 0 0;
  border-top: 1px solid #d1d1d1;
}
.opc-block-shipping-information .shipping-information-title {
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  color: #ffffff;
  background: #000000;
  /*padding:2px;*/
  padding: 8px 12px;
  top: 0;
  /* .lib-icon-font(
                    @checkout-sidebar-shipping-information-edit-icon__content,
                    @_icon-font-size: @checkout-sidebar-shipping-information-edit-icon__font-size,
                    @_icon-font-line-height: @checkout-sidebar-shipping-information-edit-icon__line-height,
                    @_icon-font-text-hide: true,
                    @_icon-font-color: @checkout-sidebar-shipping-information-edit-icon__color,
                    @_icon-font-color-hover: @checkout-sidebar-shipping-information-edit-icon__hover__color,
                    @_icon-font-color-active: @checkout-sidebar-shipping-information-edit-icon__color
                );*/
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit:after {
  background-color: #ffe51e;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:after {
  transform: scaleX(1);
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
  /*font-size: 16px;
            font-weight: @font-weight__heavier;*/
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 35px;
}
.opc-block-summary {
  background: transparent;
  padding: 0;
}
.opc-block-summary > .title {
  font-size: 3.6rem;
  margin-bottom: 30px;
  margin-top: 5px;
}
.opc-block-summary .message.success:before {
  width: 100%;
  z-index: -1;
  padding-left: 20px;
  text-align: center;
}
.opc-block-summary .table-totals {
  margin-bottom: 30px;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart {
  /*> .title {
                border-top: @border-width__base solid @border-color__base;
                .lib-css(padding, 30px 40px 0 0);
                cursor: pointer;
                .lib-icon-font(
                @icon-down,
                @_icon-font-size: 30px,
                @_icon-font-line-height: 12px,
                @_icon-font-text-hide: true,
                @_icon-font-margin: 3px 0 0,
                @_icon-font-position: after,
                @_icon-font-display: block
                );
                margin-bottom: 0;
                position: relative;

                &:after {
                    position: absolute;
                    right: 0;
                }

            }
            &.block{
                > .title {
                    strong {
                        span{
                            .lib-font-size(18);
                            margin: 0;
                        }
                    }
                }
            }

            &.active {
                > .title {
                    .lib-icon-font-symbol(
                    @_icon-font-content: @icon-up,
                    @_icon-font-position: after
                    );
                }
            }*/
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0;
  /*.lib-css(max-height, @checkout-summary-items__max-height);*/
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  background: none;
  padding: 0;
  padding-bottom: 30px;
}
.opc-block-summary .product-item {
  padding: 20px 0;
}
.opc-block-summary .product-item .product {
  display: flex;
  width: 100%;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 0;
  width: 100%;
}
.opc-block-summary .product-item dl.item-options {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.opc-block-summary .product-item dl.item-options dt {
  width: 50%;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
}
.opc-block-summary .product-item dl.item-options dd {
  font-weight: 600;
  line-height: 1;
  width: 50%;
}
.opc-block-summary .product-item .product-item-details > .product.options {
  margin-top: 7px;
}
.opc-block-summary .product-item .product-item-details .product.options {
  flex-wrap: wrap;
  margin-top: 10px;
}
.opc-block-summary .product-item .product-item-details .product.options .field.configurable {
  margin: 10px 0;
}
.opc-block-summary .product-item .product-item-details .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .product-item-details .price-excluding-tax > span {
  display: block;
}
.opc-block-summary .product-item .details-qty {
  font-weight: 700;
}
.opc-block-summary .product-item .details-qty .label {
  word-break: initial;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .product-item-name {
  margin-left: 0;
  max-width: 100%;
}
.opc-block-summary .product-item .subtotal {
  vertical-align: top;
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.popup-authentication.modal-popup .modal-header {
  background: none;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}
.popup-authentication.modal-popup .modal-content {
  padding: 0;
}
.popup-authentication.modal-popup .block-authentication .block[class] {
  padding: 55px;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 55px;
}
.authentication-dropdown.modal-custom .action-close {
  margin: 0;
}
.authentication-wrapper {
  /* temp */
  position: absolute;
  top: 11px;
  z-index: 2;
  right: 15px;
  /*        float: right;
        max-width: 50%;
        position: relative;
        z-index: 1;*/
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication {
  display: flex;
  flex-flow: column;
}
.block-authentication .block-title {
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-size: 3rem;
}
.block-authentication .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.block-authentication .actions-toolbar > .primary .action {
  padding: 18px 27px;
  min-width: 150px;
}
.block-authentication .actions-toolbar > .secondary > a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-authentication .block-new-customer {
  background: #f8f8f8;
  order: 2;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: square;
  padding-left: 20px;
  list-style-position: inside;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class].block-new-customer {
  position: relative;
}
.block-authentication .block[class].block-new-customer:before {
  height: 44px;
  line-height: 42px;
  margin: -23px 0 0 -22px;
  min-width: 44px;
  background: #000000;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 800;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.action.action-edit-address {
  color: #ffffff;
  background: #000000;
  padding: 8px 12px;
  margin-top: 20px;
}
.action.action-edit-address:after {
  background-color: #ffe51e;
}
.action.action-edit-address:hover {
  color: #000000;
}
.action.action-edit-address:hover:after {
  transform: scaleX(1);
}
.checkout-payment-method {
  /*
        .billing-address-same-as-shipping-block {
            margin: 0 0 @indent__s;
        }*/
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 40px;
  /*.action-cancel {
               &:extend(.abs-action-button-as-link all);
            }*/
}
.checkout-payment-method .checkout-billing-address .choice {
  margin-bottom: 15px;
  font-weight: 700;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method {
  /*
        .payment-option-content {
            .lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl);
        }*/
  /*
        .payment-option-inner {
            margin: 0 0 @indent__base;
        }*/
}
.checkout-payment-method .payment-option._active .payment-option-title:after {
  content: '\74';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  cursor: pointer;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 30px 30px 30px 0;
  position: relative;
  /*.action-toggle {
                .lib-css(color, @checkout-payment-option-title__color);
                .lib-icon-font(
                    @icon-down,
                    @_icon-font-size: @checkout-payment-option-title-icon__font-size,
                    @_icon-font-line-height: @checkout-payment-option-title-icon__line-height,
                    @_icon-font-color: @checkout-payment-option-title-icon__color,
                    @_icon-font-color-hover: @checkout-payment-option-title-icon__hover__color,
                    @_icon-font-color-active: @checkout-payment-option-title-icon__color,
                    @_icon-font-margin: @checkout-payment-option-title-icon__margin,
                    @_icon-font-position: after
                );
            }*/
}
.checkout-payment-method .payment-option-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title:hover:after {
  color: #ffffff;
}
.checkout-payment-method .payment-option-title span {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.checkout-payment-method .payment-option-title:after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.checkout-payment-method .payment-option-title:hover:after {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreements .checkout-agreement {
  display: flex;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  white-space: normal;
  text-align: left;
}
.checkout-agreements-block .action-show:after {
  content: none !important;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.modal-popup.agreements-modal .modal-header {
  background: none;
  padding: 0;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 0;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 0;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 0 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.gift-item-block .title:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 0 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 0 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 0;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 0;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 0;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 0;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 0 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 0;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 0 0 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 0 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 0 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 0;
}
.order-options .product-image-container {
  float: left;
  padding-right: 0;
}
.order-options .gift-wrapping {
  margin-bottom: 0;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #b3b3b3;
  content: '\e622';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #b3b3b3;
  content: '\e621';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #f5f4f4;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #ffffff;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 0;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: none;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 30px;
}
.wishlist.window.popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0;
  top: 0;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 0;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 0;
}
.block-wishlist-management .wishlist-notice {
  color: #b3b3b3;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 0;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 0 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 0 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 0;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 0;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 0;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 0 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Olegnax/a2_child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Olegnax/a2_child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 0;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  float: none;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-add-form form {
  position: relative;
}
.bundle-options-container .product-add-form form:before,
.bundle-options-container .product-add-form form:after {
  content: '';
  display: table;
}
.bundle-options-container .product-add-form form:after {
  clear: both;
}
.bundle-options-container #product_addtocart_form {
  position: relative;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .fieldset .field.option .field.qty label {
  display: none;
}
.bundle-options-container .fieldset .field.option .field.qty .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  max-width: 120px;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.bundle-options-container .fieldset .field.option .options-list > .product-name {
  padding-left: 15px;
}
.bundle-options-container .fieldset .field.option .options-list > .price-container,
.bundle-options-container .fieldset .field.option .options-list > .price-notice,
.bundle-options-container .fieldset .field.option .options-list > .product-name {
  padding-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: inline-block;
}
.bundle-options-container .fieldset .field.option .field.choice {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.bundle-options-container .fieldset .field.option .field.choice:last-child {
  border: none;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.bundle-options-container .price-as-configured {
  margin-bottom: 0;
  margin-top: 20px;
}
.bundle-options-container .block-bundle-summary {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-details .product.name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.bundle-options-container .block-bundle-summary .product-details .stock {
  display: block;
}
.bundle-options-container .block-bundle-summary > .title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary strong.label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: block;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty,
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding-right: 5px;
  max-width: 130px;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty label {
  display: none;
}
.bundle-options-container .block-bundle-summary .box-tocart .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 40px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary svg,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button svg,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go svg {
  animation: move-vertical-out 0.25s;
  margin-right: 13px;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover svg,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button:hover svg,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go:hover svg {
  animation: move-vertical-hover 0.25s;
  fill: #fff;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0 20px 0;
}
.products-grid .product-item:hover .price-box .action.map-show-info {
  color: #ffffff;
}
.products-grid .product-item:hover .price-box .action.map-show-info:after {
  width: 100%;
}
.products-grid .product-item:hover .price-box .price-container {
  transition-delay: 60ms;
  color: #ffffff;
}
.products-grid .product-item:hover .price-box .price-container .price-wrapper,
.products-grid .product-item:hover .price-box .price-container .price-label {
  color: #ffffff;
}
.products-grid .product-item:hover .price-box .price-container .price {
  transition-delay: 90ms;
  color: #ffe51e;
}
.products-grid .product-item:hover .price-box .price-container:after {
  width: 100%;
}
.products-grid .product-item:hover .price-box .minimal-price > .price-label {
  transition-delay: 40ms;
  color: #ffffff;
}
.products-grid .product-item:hover .price-box .minimal-price > .price-label:after {
  width: 100%;
}
.products-grid .product-item:hover .price-box .minimal-price > .price-label .price-container {
  transition-delay: 80ms;
}
.products-grid .product-item .action.more {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: block;
  margin-top: 7px;
}
.products-grid .product-item .product-item-description {
  margin: 7px 0 7px 6px;
}
.product-item {
  vertical-align: top;
}
.product-item .price {
  color: #a1a1a2;
}
.product-item .product-item-photo {
  display: block;
  text-align: center;
  margin-bottom: 9px;
}
.products-grid .product-item {
  display: inline-block;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  padding: 9px;
  position: relative;
}
.product-item-actions {
  display: flex;
  flex-flow: column;
}
.product-item-actions .actions-secondary > button.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 10px;
}
.product-item .price-box:before,
.product-item .price-box:after {
  content: '';
  display: table;
}
.product-item .price-box:after {
  clear: both;
}
.product-item .price-box .action.map-show-info {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  top: -3px;
  position: relative;
  padding: 2px 6px 3px 5px;
  letter-spacing: -0.03em;
  display: inline-block;
  transition: color 60ms;
  float: left;
}
.product-item .price-box .action.map-show-info:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000000;
  transition-property: width;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition-delay: 100ms;
}
.product-item .price-box > span {
  float: left;
}
.product-item .price-box .old-price {
  text-decoration: none;
}
.product-item .price-box .price-container {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0;
  padding: 2px 6px 4px 5px;
  top: -2px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-item .price-box .price-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000000;
  transition-property: width;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition-delay: 60ms;
}
.product-item .price-box .price-container .price {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 600;
}
.product-item .price-box .price-container .price-label {
  font-size: 1.4rem;
  letter-spacing: -1px;
  /*&:after {
                            content: ':';
                        }*/
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price {
  /*.price-container {
                    display: block;
                }*/
}
.product-item .minimal-price > .price-label {
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0;
  padding: 0px 6px 4px 5px;
  top: -2px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.product-item .minimal-price > .price-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000000;
  transition-property: width;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition-delay: 60ms;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list {
  /*
        .product-image-wrapper {
            &:extend(.abs-reset-image-wrapper all);
        }*/
}
.products-list .product-item {
  width: 100%;
  position: relative;
  padding: 31px 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.products-list .product-item:last-child {
  border-bottom: none;
}
.products-list .product-item:first-child {
  padding-top: 0;
}
.products-list .product-item-info {
  display: flex;
}
.products-list .product-item-photo {
  display: block;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.products-list .product-item-details {
  width: 65%;
  padding-left: 6px;
  padding-right: 30px;
  flex: 1 1 65%;
}
.products-list .product-item .product-image-wrapper .product-image-photo {
  position: absolute;
}
.products-list .product-item .ox-product-grid__categories > a {
  padding: 2px 0 3px;
}
.products-list .product-item .product-reviews-summary {
  margin-bottom: 18px;
  margin-top: -6px;
}
.products-list .product-item .product-item-name {
  margin-left: -5px;
  margin-bottom: 9px;
  font-size: 18px;
}
.products-list .product-item .product-item-description {
  margin: 10px 0;
}
.products-list .product-item .action.more {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: block;
  margin-top: 7px;
}
.products-grid.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.products-grid.product-columns-s-2 .products-grid .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.products-grid.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.products-grid.product-columns-s-1 .products-grid .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.products-grid.product-columns-s-2 .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.products-grid.product-columns-s-1 .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-products .products-grid.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-products .products-grid.product-columns-s-2 .products-grid .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-products .products-grid.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-products .products-grid.product-columns-s-1 .products-grid .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-products .products-grid.product-columns-s-2 .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-products .products-grid.product-columns-s-1 .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-products .products-grid .product-items:not(.owl-carousel) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.page-products .product-items:not(.owl-carousel) .product-item {
  /*-webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;*/
  width: 100%;
}
@keyframes progress-line {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.filter-current-count {
  position: absolute;
  z-index: 1;
  background: #ffe51e;
  box-sizing: border-box;
  color: #000;
  font-size: 11px;
  line-height: 19px;
  min-width: 19px;
  padding: 0 5px;
  left: -3px;
  text-align: center;
  top: -3px;
}
.filters-action {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin-right: auto;
}
.filters-action .label {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.filters-action .hamburger-menu-icon-small {
  width: 22px;
  height: 14px;
}
.filters-action .hamburger-menu-icon-small span {
  height: 2px;
}
.products.wrapper ~ .toolbar .pages {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
/*
    .page-products.page-with-filter {
        .columns {
            padding-top:80px;
        }
    }*/
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-nobg .toolbar-products {
  padding: 0;
  min-height: auto;
  background: none;
  font-family: inherit;
}
.toolbar-nobg .sorter-action,
.toolbar-nobg .modes-mode {
  background: none;
}
.toolbar-products {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 10px;
  min-height: 52px;
  text-align: center;
  background: #f8f8f8;
  color: #acacac;
  justify-content: flex-end;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  float: left;
  margin-right: 18px;
}
.sorter label {
  cursor: pointer;
}
.sorter .js-toolbar-switch {
  float: left;
  margin-right: 2px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-action {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  float: left;
}
.sorter-action svg {
  fill: #ffffff;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.sorter-action:hover {
  background: #ffe51e;
}
.sorter-action:hover svg {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  fill: #ffffff;
}
.sorter-action span {
  display: none;
}
.sorter-action.sort-asc {
  transform: rotate(180deg);
  transition-property: color, background-color;
}
.modes {
  display: none;
}
.modes span {
  display: none;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: inline-block;
}
.js-toolbar-switch {
  height: 36px;
  background: #000000;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding: 0 6px 0 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.js-toolbar-switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1;
  color: inherit;
  content: '\72';
  font-family: 'athlete2';
  margin: -2px 0 0 -2px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.js-toolbar-switch:hover {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  background: #ffe51e;
  color: #000000;
}
.js-toolbar-switch:before {
  width: 23px;
}
.js-toolbar-dropdown {
  min-width: 150px;
  background-color: #000000;
  padding: 10px;
  display: none;
  position: absolute;
  left: 0px;
  text-align: left;
  z-index: 150;
  color: #ffffff;
}
.js-toolbar-dropdown > div {
  display: inline-block;
  padding: 5px 29px;
  text-decoration: none;
  line-height: 20px;
  clear: both;
  float: left;
  margin-bottom: 3px;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.js-toolbar-dropdown > div:hover {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  background: #ffe51e;
  color: #000000;
}
.toolbar .flex-right .js-toolbar-dropdown {
  left: auto;
  right: 0;
}
.toolbar-amount {
  float: left;
  margin-right: 8px;
}
.toolbar-amount .amount-wrap {
  padding: 0 10px 4px;
}
.toolbar-amount .amount-count-line {
  display: block;
  height: 2px;
  background: #4d4d4d;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.4s ease forwards;
  overflow: hidden;
}
.toolbar-amount .amount-count-line span {
  display: block;
  height: 2px;
  background: #ffe51e;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.6s ease forwards 0.4s;
}
.products.wrapper ~ .toolbar-products {
  background: none;
  margin-bottom: 0;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
  float: right;
}
.products.wrapper ~ .toolbar .filters-action {
  display: none;
}
@keyframes move-action-top {
  0% {
    transform: translateY(10px) perspective(1px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) perspective(1px);
    opacity: 1;
  }
}
@keyframes move-action-bottom {
  0% {
    transform: translateY(0px) perspective(1px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px) perspective(1px);
    opacity: 0;
  }
}
.ox-grid-gallery-video {
  position: relative;
}
.fotorama__caption {
  display: none;
}
.ox-product-grid__brand-image {
  margin-bottom: 4px;
}
.product-item-details .ox-product-grid__brand-image {
  margin-left: 6px;
}
.owl-carousel .product-item-details img.ox-product-grid__brand-image {
  width: auto;
}
.ox-product-page__categories,
.ox-product-page__category-link {
  margin-bottom: 4px;
}
.ox-product-page__category-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-compare .empty-compare-wrapper {
  display: block;
  font-size: 14px;
  padding: 40px 0 80px;
  text-align: center;
  margin: auto;
}
.block-compare .empty-compare-wrapper .empty-compare-icon {
  font-size: 106px;
  text-align: center;
  color: #ececec;
  line-height: 1;
  margin-bottom: 5px;
}
.page-products:not(.page-with-filter) .filters-action {
  display: none;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 65px;
  border: 4px solid #f8f8f8;
  padding: 35px;
}
.product.media {
  position: relative;
}
.product.media .gallery-placeholder .fotorama__grab {
  position: relative;
}
.product.media .gallery-placeholder.ox-loading-photoswipe {
  position: relative;
}
.product.media .gallery-placeholder.ox-loading-photoswipe:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff99;
  position: absolute;
  display: block;
  z-index: 2;
}
.product.media .gallery-placeholder.ox-loading-photoswipe:after {
  content: '';
  width: 80px;
  height: 30px;
  display: block;
  left: calc(50% - 40px);
  top: calc(50% - 15px);
  position: absolute;
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg') center no-repeat;
  z-index: 3;
}
.product.media .fotorama__nav-wrap--horizontal {
  margin-top: 20px;
}
.custom-gallery-cursor-loaded .product.media .gallery-placeholder {
  position: relative;
  cursor: none;
}
.custom-gallery-cursor-loaded .product.media .gallery-placeholder:hover #ox-zoom-cursor {
  visibility: visible;
  opacity: 1;
}
.custom-gallery-cursor-loaded .product.media .gallery-placeholder:hover #ox-zoom-cursor span {
  transform: translate(0px, 0px);
}
.custom-gallery-cursor-loaded .product.media .fotorama__grab {
  cursor: none;
}
#ox-zoom-cursor {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: -25px;
  pointer-events: none;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
#ox-zoom-cursor span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate(-30px, -30px);
  transition: 0.6s ease;
  transition-property: transform;
  will-change: transform;
}
#ox-zoom-cursor span:after,
#ox-zoom-cursor span:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  width: 18px;
  height: 2px;
}
#ox-zoom-cursor span:after {
  transform: rotate(90deg);
}
.upsell,
.related {
  clear: both;
}
.ox-product-grid__categories {
  display: block;
}
.ox-product-grid__categories > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
  padding: 2px 6px 3px;
}
.product-item .no-disaplay {
  display: none !important;
}
.special-price .price,
.product-item .special-price .price-box .price-container {
  color: #00b9d5;
}
/* Stripe */
.box-tocart .action.tocart.payment-request-button,
.box-tocart .action.tocart.payment-request-button.StripeElement {
  display: block;
}
.product-info-main .box-tocart .action.primary.instant-purchase,
.product-info-main .box-tocart .amshopby-button.instant-purchase,
.product-info-main .box-tocart .am-filter-go.instant-purchase {
  width: 100%;
}
.product-info-main .box-tocart .action.primary.instant-purchase,
.product-info-main .box-tocart #paypal-smart-button,
.product-info-main .box-tocart .amshopby-button.instant-purchase,
.product-info-main .box-tocart .am-filter-go.instant-purchase {
  margin-top: 4px;
}
.product-info-main .box-tocart .payment-request-button,
.product-info-main .box-tocart .payment-request-button.StripeElement {
  margin-top: 4px;
}
/* remove empty space created by paypal hidden text */
@media only screen and (min-width: 200px) {
  .paypal-button-tagline .paypal-button-text {
    height: auto !important;
    line-height: 1.2 !important;
  }
}
.product-grid__image-wrapper {
  position: relative;
  line-height: 0;
}
.products-grid__layout-v3.grid .product-item .product-item-actions,
.products-grid__layout-v3.products-grid .product-item .product-item-actions {
  margin-top: 5px;
}
.products-grid__layout-v3.grid .product-item .product-reviews-summary,
.products-grid__layout-v3.products-grid .product-item .product-reviews-summary {
  margin: 2px 0 15px 6px;
}
.products-grid__layout-v3.grid .product-item .action.primary,
.products-grid__layout-v3.products-grid .product-item .action.primary,
.products-grid__layout-v3.grid .product-item .amshopby-button,
.products-grid__layout-v3.products-grid .product-item .amshopby-button,
.products-grid__layout-v3.grid .product-item .am-filter-go,
.products-grid__layout-v3.products-grid .product-item .am-filter-go {
  padding: 0;
  margin: 0;
}
.products-grid__layout-v3.grid .product-item .action.primary svg,
.products-grid__layout-v3.products-grid .product-item .action.primary svg,
.products-grid__layout-v3.grid .product-item .amshopby-button svg,
.products-grid__layout-v3.products-grid .product-item .amshopby-button svg,
.products-grid__layout-v3.grid .product-item .am-filter-go svg,
.products-grid__layout-v3.products-grid .product-item .am-filter-go svg {
  position: absolute;
  top: 10px;
}
.products-grid__layout-v3.grid .product-item .action.primary span,
.products-grid__layout-v3.products-grid .product-item .action.primary span,
.products-grid__layout-v3.grid .product-item .amshopby-button span,
.products-grid__layout-v3.products-grid .product-item .amshopby-button span,
.products-grid__layout-v3.grid .product-item .am-filter-go span,
.products-grid__layout-v3.products-grid .product-item .am-filter-go span {
  padding-left: 21px;
}
.products-grid__layout-v3.grid .product-item .actions-secondary,
.products-grid__layout-v3.products-grid .product-item .actions-secondary {
  display: none;
}
.products-grid__layout-2.grid .product-item-actions .actions-primary,
.products-grid__layout-default.grid .product-item-actions .actions-primary,
.products-grid__layout-2.products-grid .product-item-actions .actions-primary,
.products-grid__layout-default.products-grid .product-item-actions .actions-primary,
.products-grid__layout-2.grid .product-item-actions .actions-secondary,
.products-grid__layout-default.grid .product-item-actions .actions-secondary,
.products-grid__layout-2.products-grid .product-item-actions .actions-secondary,
.products-grid__layout-default.products-grid .product-item-actions .actions-secondary {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 0;
  min-width: unset;
}
.products-grid__layout-2.grid .product-item-actions .icon,
.products-grid__layout-default.grid .product-item-actions .icon,
.products-grid__layout-2.products-grid .product-item-actions .icon,
.products-grid__layout-default.products-grid .product-item-actions .icon {
  line-height: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .stock.unavailable,
.products-grid__layout-default.grid .product-grid__image-wrapper .stock.unavailable,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .stock.unavailable,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .stock.unavailable {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.products-grid__layout-2.grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-2.grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-2.grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-2.grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-default.grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-2.grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-default.grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .am-filter-go {
  padding: 0;
  margin: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .quick-view,
.products-grid__layout-default.grid .product-grid__image-wrapper .quick-view,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .quick-view,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .quick-view,
.products-grid__layout-2.grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.tocompare,
.products-grid__layout-2.grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.towishlist,
.products-grid__layout-2.grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-default.grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .action.primary,
.products-grid__layout-2.grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-default.grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .amshopby-button,
.products-grid__layout-2.grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-default.grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .am-filter-go,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .am-filter-go {
  animation: move-action-bottom 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare .icon,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare .icon,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare .icon {
  line-height: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg {
  fill: #ffffff;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:before {
  margin-left: auto;
  margin-right: auto;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover:before {
  color: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare:hover svg {
  fill: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocompare svg {
  margin-left: 14px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist .icon,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist .icon,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist .icon {
  line-height: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist svg {
  fill: #ffffff;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:before {
  margin-left: auto;
  margin-right: auto;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover:before {
  color: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.towishlist:hover svg {
  fill: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary .icon,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary .icon,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary .icon,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button .icon,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button .icon,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button .icon,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go .icon,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go .icon,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go .icon {
  line-height: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg {
  fill: #ffffff;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:before,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:before,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:before {
  margin-left: auto;
  margin-right: auto;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover:before,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover:before,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover:before,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover:before,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover:before,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover:before {
  color: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary:hover svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary:hover svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button:hover svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go:hover svg {
  fill: #000000;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary span,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary span,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary span,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary span,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button span,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button span,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button span,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button span,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go span,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go span,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go span,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go span {
  display: none;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button svg,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go svg {
  margin-left: 15px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .quick-view {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) perspective(1px);
  transition: all 300ms;
  will-change: transform;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocart:after,
.products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.tocart:after,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocart:after,
.products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.tocart:after {
  content: none;
}
.products-grid__layout-2.grid .product-item .stock.available,
.products-grid__layout-default.grid .product-item .stock.available,
.products-grid__layout-2.products-grid .product-item .stock.available,
.products-grid__layout-default.products-grid .product-item .stock.available {
  display: none;
}
.products-grid__layout-2.grid .product-item .stock.unavailable,
.products-grid__layout-default.grid .product-item .stock.unavailable,
.products-grid__layout-2.products-grid .product-item .stock.unavailable,
.products-grid__layout-default.products-grid .product-item .stock.unavailable {
  background: #333;
  color: #fff;
  padding: 9px 15px;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  transition: opacity 300ms, visibility 300ms;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go {
  visibility: visible;
  animation: move-action-top 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.tocompare {
  animation-delay: 100ms;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.towishlist {
  animation-delay: 50ms;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view {
  animation-delay: 50ms;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .stock.unavailable,
.products-grid__layout-default.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .stock.unavailable,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .stock.unavailable,
.products-grid__layout-default.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .stock.unavailable {
  opacity: 0;
  visibility: hidden;
}
.products-grid__layout-2.grid .product-item .product-item-details,
.products-grid__layout-2.products-grid .product-item .product-item-details {
  position: relative;
  padding-right: 30px;
}
.products-grid__layout-2.grid .product-item .product-item-details .actions-secondary,
.products-grid__layout-2.products-grid .product-item .product-item-details .actions-secondary {
  position: absolute;
  right: 0;
  top: auto;
  margin-top: -2px;
  z-index: 2;
}
.products-grid__layout-2.grid .product-item .product-item-details .action.tocompare,
.products-grid__layout-2.products-grid .product-item .product-item-details .action.tocompare,
.products-grid__layout-2.grid .product-item .product-item-details .action.towishlist,
.products-grid__layout-2.products-grid .product-item .product-item-details .action.towishlist {
  display: block;
  padding: 5px;
  line-height: 0;
  animation: none;
}
.products-grid__layout-2.grid .product-item .product-item-details .action.tocompare span:not(.icon),
.products-grid__layout-2.products-grid .product-item .product-item-details .action.tocompare span:not(.icon),
.products-grid__layout-2.grid .product-item .product-item-details .action.towishlist span:not(.icon),
.products-grid__layout-2.products-grid .product-item .product-item-details .action.towishlist span:not(.icon) {
  display: none;
}
.products-grid__layout-2.grid .product-item .product-item-details .action.tocompare:before,
.products-grid__layout-2.products-grid .product-item .product-item-details .action.tocompare:before,
.products-grid__layout-2.grid .product-item .product-item-details .action.towishlist:before,
.products-grid__layout-2.products-grid .product-item .product-item-details .action.towishlist:before {
  color: #000000;
  line-height: 1;
}
.products-grid__layout-2.grid .product-item .product-reviews-summary,
.products-grid__layout-2.products-grid .product-item .product-reviews-summary {
  margin-top: 18px;
}
.products-grid__layout-2.grid .product-item .ox-product-grid__categories,
.products-grid__layout-2.products-grid .product-item .ox-product-grid__categories {
  margin-bottom: 2px;
}
.products-grid__layout-2.grid .product-item .price-box .price-container,
.products-grid__layout-2.products-grid .product-item .price-box .price-container {
  top: 0;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go {
  visibility: visible;
  animation: move-action-top 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .am-filter-go {
  animation-delay: 50ms;
}
.products-grid__layout-2.grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-item:hover .product-grid__image-wrapper .product-item-inner .quick-view {
  animation-delay: 0ms;
}
.products-grid__layout-2.grid .product-item .product-item-photo,
.products-grid__layout-2.products-grid .product-item .product-item-photo {
  margin-bottom: 14px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .product-item-actions,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .product-item-actions {
  flex-flow: row;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .product-item-actions .actions-primary,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .product-item-actions .actions-primary {
  order: 2;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .product-item-actions .actions-primary svg,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .product-item-actions .actions-primary svg {
  margin-left: 13px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner {
  bottom: 0;
  top: auto;
  height: auto;
  display: block;
  /*
                    .quick-view{
                        margin-right: 3px;
                        transition: all 600ms ease-in-out;
                        .icon{
                            line-height: 0;
                        }
                        svg{
                            fill:@grid-action-icon-color;
                        }
                        &:hover{
                            transition: all 10ms ease-in-out;
                            &:before{
                                color:@grid-action-icon-hover;
                            }
                            svg{
                                fill:@grid-action-icon-hover;
                            }
                        }
                    }*/
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .amshopby-button,
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .am-filter-go,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .am-filter-go {
  width: 40px;
  height: 38px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .quick-view {
  margin-right: 3px;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .quick-view .icon,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .quick-view .icon {
  line-height: 0;
}
.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.tocart:after,
.products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.tocart:after {
  content: none;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions {
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .action.primary,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .action.primary,
.products-grid__buttons-below.grid .product-item-details .product-item-actions .amshopby-button,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .amshopby-button,
.products-grid__buttons-below.grid .product-item-details .product-item-actions .am-filter-go,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .am-filter-go {
  display: inline-flex;
  align-items: center;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .action.primary span,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .action.primary span,
.products-grid__buttons-below.grid .product-item-details .product-item-actions .amshopby-button span,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .amshopby-button span,
.products-grid__buttons-below.grid .product-item-details .product-item-actions .am-filter-go span,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .am-filter-go span {
  margin-left: 10px;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .actions-secondary,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .actions-secondary {
  align-items: center;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .actions-secondary .action,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .actions-secondary .action {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  color: #000;
  margin-bottom: 0;
  line-height: 40px;
}
.products-grid__buttons-below.grid .product-item-details .product-reviews-summary,
.products-grid__buttons-below.products-grid .product-item-details .product-reviews-summary {
  margin: 6px 0 14px 4px;
}
.secondary-top-right.grid .actions-secondary,
.secondary-top-right.products-grid .actions-secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.secondary-top-right.grid .actions-secondary .action > span:not(.icon),
.secondary-top-right.products-grid .actions-secondary .action > span:not(.icon) {
  display: none;
}
.products-grid__layout-2.grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  width: 100%;
}
.products-grid__layout-default.grid.align-details-center .product-item-details .actions-secondary,
.products-grid__layout-default.products-grid.align-details-center .product-item-details .actions-secondary {
  width: 100%;
}
.products-grid__layout-default.grid.quickview-bottom-left .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid.quickview-bottom-left .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
}
.products-grid__layout-default.grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.align-details-center.grid .product-item .product-item-details,
.align-details-center.products-grid .product-item .product-item-details {
  text-align: center;
}
.align-details-center.grid .product-item .product-item-details .price-box,
.align-details-center.products-grid .product-item .product-item-details .price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.align-details-center.grid .product-item .product-item-details .product-reviews-summary,
.align-details-center.products-grid .product-item .product-item-details .product-reviews-summary {
  margin-left: auto;
  margin-right: auto;
}
.align-details-center.grid .product-item .product-item-details .product-item-actions,
.align-details-center.products-grid .product-item .product-item-details .product-item-actions {
  justify-content: center;
  margin-left: 0;
}
.align-details-center.grid .product-item .product-item-details .swatch-attribute-options,
.align-details-center.products-grid .product-item .product-item-details .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
}
.align-details-center.grid .product-item .product-item-details .product-item-description,
.align-details-center.products-grid .product-item .product-item-details .product-item-description {
  margin-right: 6px;
}
.product-item-inner .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: none !important;
  line-height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
}
.product-item .product-item-name {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-item .product-item-name a {
  display: inline-block;
  padding: 3px 6px 4px 5px;
  font-weight: 800;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.product-item .product-item-name a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000000;
  transition-property: width;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition-delay: 0ms;
}
.product-item:hover .product-item-name a {
  color: #ffffff;
}
.product-item:hover .product-item-name a:after {
  width: 100%;
}
.widget.show-review-count .product-item .product-reviews-summary .reviews-actions,
.products-grid.show-review-count .product-item .product-reviews-summary .reviews-actions {
  display: block;
  line-height: 1;
}
.product-grid-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.04);
  transition: opacity 0.4s, visibility 0.4s;
}
.product-item:hover .product-grid-overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.14s, visibility 0.14s;
}
.products-grid .product-item .product-item-details {
  text-align: left;
}
.products-grid .product-item .ox-add-to-cart-loading .action:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  animation: spin .65s infinite linear;
  transition: all 600ms ease-in-out;
}
.products-grid .product-item .ox-add-to-cart-loading .action:hover:before {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  transition: all 10ms ease-in-out;
}
.products-grid .product-item .ox-add-to-cart-loading .action svg {
  display: none !important;
}
.products-grid .product-item .product-reviews-summary {
  margin: 15px 0 6px 6px;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  display: none;
  margin-top: 0;
}
.products-grid .product-item .product-reviews-summary .reviews-actions .action.view {
  margin: 0;
  padding: 0;
  background: no-repeat;
  color: #b8b8b9;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 1px;
  line-height: 1;
  display: inline-block;
}
.products-grid .product-item .product-reviews-summary .reviews-actions .action.view span {
  display: none;
}
.products-grid .product-item .product-reviews-summary .rating-summary .rating-result {
  width: 62px;
}
.products-grid .product-item .product-reviews-summary .rating-summary .rating-result > span:before,
.products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
.products-grid .product-item .swatch-option {
  z-index: 2;
}
.products-grid .product-item .swatch-attribute-options {
  margin-left: 5px;
}
.products-grid .product-item .swatch-attribute + .swatch-attribute {
  margin-top: -6px;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.old-price .price-wrapper span,
.old.price .price-wrapper span {
  color: #bbbbbb;
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 35px;
}
.products.list.items .product-list-view__right-wrapper .action.towishlist:before {
  color: #000000;
  line-height: 30px;
  width: 30px;
  margin-bottom: 0;
  margin-right: 5px;
}
.product-item .product-list-view__right-wrapper {
  width: 35%;
}
.product-item .product-list-view__right-wrapper .price-box {
  margin-bottom: 10px;
}
.product-item .product-list-view__right-wrapper .price-box .price-container {
  padding: 0 5px;
}
.product-item .product-list-view__right-wrapper .price-box .price-container .price-label {
  display: block;
}
.product-item .product-list-view__right-wrapper .price-box .price-container:after {
  content: none;
}
.product-item .product-list-view__right-wrapper .price-box .price-container .price {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.03em;
}
.product-item .product-list-view__right-wrapper .stock.unavailable {
  background: #f8f8f8;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.product-item .product-list-view__right-wrapper .action.tocart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.product-item .product-list-view__right-wrapper .action.tocart span {
  margin-left: 10px;
}
.product-item .product-list-view__right-wrapper .actions-secondary .action {
  line-height: 30px;
  display: block;
  margin-right: 15px;
}
.product-item .product-list-view__right-wrapper .actions-secondary .action span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  vertical-align: middle;
}
.product-item .product-list-view__right-wrapper .actions-secondary .action .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.product-item .product-list-view__right-wrapper .actions-secondary .action .icon svg {
  margin-top: 7px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-grid__image-wrapper .ox-grid-gallery-video,
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-grid__image-wrapper .ox-grid-gallery-video {
  max-height: 100%;
  object-fit: cover;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .items.samples {
  margin-bottom: 28px;
}
.product-info-main .items.samples .item-title {
  text-transform: uppercase;
  padding: 12px 18px;
  background: #f8f8f8;
}
.product-info-main .items.samples .item {
  padding: 10px 18px;
  border-bottom: 1px solid #efefef;
}
.product-info-main .items.samples .item:last-child {
  border-bottom: none;
}
.product__after-desc-block {
  margin-bottom: 35px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #b3b3b3;
  font-size: 1.2rem;
  margin: 0 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.qty-controls-wrap {
  position: relative;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 45px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  /*.lib-table-resize(
            @_th-padding-left: 0,
            @_th-padding-right: @indent__l,
            @_th-padding-bottom: @indent__s,
            @_td-padding-bottom: @indent__s
            );*/
}
.product.info.detailed .additional-attributes .col {
  width: auto;
}
.product.info.detailed .additional-attributes th {
  text-transform: uppercase;
  font-size: 13px;
}
.product-info-main .product.info.detailed {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper {
  margin-bottom: 38px;
}
.product-options-bottom .product-social-links,
.product-info-main .product-social-links {
  text-align: left;
}
.stock.available,
.stock.unavailable {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
  vertical-align: top;
  letter-spacing: -0.02em;
}
.stock.available {
  color: #92bb35;
}
.product-info-stock-sku .configurable-variation-qty.configurable-variation-qty {
  display: none;
}
.product-info-main .product-reviews-summary {
  margin-top: -20px;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1;
  box-sizing: initial;
  letter-spacing: -1px;
  margin-bottom: 23px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.product-info-main .availability {
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  font-size: 13px;
  color: #b3b3b3;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 2px;
}
.product-info-main .product.attribute.sku strong {
  font-weight: 500;
}
.product-info-main .product.attribute.overview {
  margin: -5px 0 33px 0;
}
.product-info-main .product.alert {
  margin: 0 0 33px 0;
}
.product-info-main .product.alert a {
  border-bottom: 2px solid;
  font-weight: 700;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  padding-left: 10px;
}
.product-info-main .product-reviews-summary.empty .reviews-actions {
  padding-left: 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .fieldset .input-text,
.product-options-wrapper .fieldset textarea,
.product-options-wrapper .fieldset select {
  margin-top: 5px;
}
.product-options-wrapper .fieldset select.multiselect {
  padding: 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product.media {
  margin-bottom: 60px;
}
.product-options-bottom .price-box {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.product-options-bottom .price-box .map-old-price {
  display: inline-block;
}
.product-info-main .product-info-price,
.product-options-bottom .product-info-price {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.product-info-main .product-info-stock-sku p,
.product-options-bottom .product-info-stock-sku p {
  margin-bottom: 0;
}
.product-info-main .price-box,
.product-options-bottom .price-box {
  margin-right: 20px;
  /*.price-including-tax + .price-excluding-tax,
            .weee + .price-excluding-tax,
            .weee {
                .lib-font-size(12);
                line-height: 14px;                

                .price {
                    .lib-font-size(12);
                    font-weight: @font-weight__bold;
                }
            }*/
}
.product-info-main .price-box p,
.product-options-bottom .price-box p {
  margin-bottom: 0;
}
.product-info-main .price-box .price-from,
.product-options-bottom .price-box .price-from,
.product-info-main .price-box .price-to,
.product-options-bottom .price-box .price-to {
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .price-box .price-wrapper,
.product-options-bottom .price-box .price-wrapper {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.product-info-main .price-box .price-label,
.product-options-bottom .price-box .price-label {
  /*display: block;*/
  display: none;
  font-weight: 600;
  font-size: 13px;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .price-box .price-container,
.product-options-bottom .price-box .price-container {
  position: relative;
  display: inline-block;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin: 0 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.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 {
  max-width: 130px;
  display: inline-block;
  padding-right: 5px;
  -moz-appearance: textfield;
  margin: 0;
}
.product-info-main .box-tocart .field.qty > .label,
.product-options-bottom .box-tocart .field.qty > .label {
  display: none !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.product-info-main .box-tocart .input-text.qty::-webkit-inner-spin-button,
.product-options-bottom .box-tocart .input-text.qty::-webkit-inner-spin-button,
.product-info-main .box-tocart .input-text.qty::-webkit-outer-spin-button,
.product-options-bottom .box-tocart .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 40px;
  min-width: 200px;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.product-info-main .box-tocart .action.tocart svg,
.product-options-bottom .box-tocart .action.tocart svg {
  display: inline-flex;
  align-self: center;
  flex: 0 1 auto;
  animation: move-vertical-out 0.25s;
  margin-right: 13px;
}
.product-info-main .box-tocart .action.tocart:hover svg,
.product-options-bottom .box-tocart .action.tocart:hover svg {
  animation: move-vertical-hover 0.25s;
  fill: #fff;
}
.product-info-main .action.tocompare span,
.product-options-bottom .action.tocompare span,
.product-info-main .action.towishlist span,
.product-options-bottom .action.towishlist span {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: -0.03em;
}
.product-info-main .product-social-links,
.product-options-bottom .product-social-links {
  margin-bottom: 25px;
}
.product-info-main .product-social-links .product-addto-links,
.product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare,
.product-info-main .product-social-links .product-addto-links .action.towishlist,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist {
  height: auto;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare span,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare span,
.product-info-main .product-social-links .product-addto-links .action.towishlist span,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist span {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist:before {
  position: static;
  vertical-align: middle;
  margin-right: 10px;
}
.product-info-main .product__social-share,
.product-options-bottom .product__social-share {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-info-main .product__social-share .social-share__action,
.product-options-bottom .product__social-share .social-share__action {
  height: 54px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action .icon,
.product-options-bottom .product__social-share .social-share__action .icon {
  color: #000000;
  vertical-align: middle;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 1;
  color: inherit;
  content: '\66';
  font-family: 'athlete2';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  width: 23px;
}
.product-info-main .product__social-share .social-share__action .label,
.product-options-bottom .product__social-share .social-share__action .label {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.product-info-main .product__social-share .social-share__action:hover,
.product-options-bottom .product__social-share .social-share__action:hover {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action:hover .icon,
.product-options-bottom .product__social-share .social-share__action:hover .icon {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__content,
.product-options-bottom .product__social-share .social-share__content {
  display: block;
  position: absolute;
  visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  text-align: center;
  background: #111111;
  padding: 25px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-info-main .product__social-share .social-share__content .ox-social-button,
.product-options-bottom .product__social-share .social-share__content .ox-social-button {
  display: flex;
  align-items: center;
  line-height: 36px;
  text-align: left;
  height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  border: none;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(10px);
  will-change: transform;
}
.product-info-main .product__social-share .social-share__content .ox-social-button span,
.product-options-bottom .product__social-share .social-share__content .ox-social-button span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-info-main .product__social-share .social-share__content .ox-social-button i,
.product-options-bottom .product__social-share .social-share__content .ox-social-button i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
.product-info-main .product__social-share .social-share__content.opened,
.product-options-bottom .product__social-share .social-share__content.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility ease 0.2s;
  transition: all 0.2s ease, visibility ease 0.2s;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button,
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button {
  transform: translateY(0);
  opacity: 1;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button:nth-child(1),
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button:nth-child(1) {
  transition-delay: 120ms;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button:nth-child(2),
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button:nth-child(2) {
  transition-delay: 60ms;
}
.product-info-main .product-social-links .product__social-share,
.product-options-bottom .product-social-links .product__social-share {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  vertical-align: baseline;
}
.product-info-main .product-social-links .product__social-share .social-share__action,
.product-options-bottom .product-social-links .product__social-share .social-share__action {
  height: auto;
  width: auto;
  display: block;
}
.product-info-main .product-social-links .product__social-share .social-share__action .icon,
.product-options-bottom .product-social-links .product__social-share .social-share__action .icon {
  color: #000000;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.product-info-main .product-social-links .product__social-share .social-share__action .label,
.product-options-bottom .product-social-links .product__social-share .social-share__action .label {
  display: inline-block;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  display: inline-block;
  text-decoration: none;
  color: #000;
  height: 54px;
  width: 44px;
  position: relative;
  padding: 0;
  text-align: center;
}
.product-info-main .action.tocompare.athlete2-icon-compare:before,
.product-options-bottom .action.tocompare.athlete2-icon-compare:before {
  font-size: 18px;
  position: relative;
  top: calc(50% - 9px);
}
.product-options-bottom .product-social-links {
  margin-bottom: 0;
}
.product-options-bottom .box-tocart .fieldset {
  margin: 0;
}
.product-options-bottom .box-tocart.actions--right-to-cart {
  margin-right: 10px;
}
.product-options-bottom .box-tocart.actions--right-to-cart .actions {
  display: flex;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
.product-info-main .product-options-bottom .actions--right-to-cart {
  margin-bottom: 0;
}
.product-info-main .product-options-bottom .actions--right-to-cart .actions {
  display: inline-block;
}
.product-add-form .fieldset {
  margin: 0 0 40px;
}
.product-add-form .fieldset br {
  display: none;
}
.product-add-form .fieldset > .field:not(.choice) > .label {
  text-transform: uppercase;
  padding: 14px 20px;
  display: block;
  background: #f8f8f8;
  margin: 0;
}
.product-add-form .fieldset input[type=file] {
  padding: 10px 20px;
}
.product-add-form .fieldset .field .field.choice {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.product-add-form .fieldset .field .field.choice:last-child {
  border: none;
}
.product-add-form .box-tocart > .fieldset {
  margin: 0;
}
.bundle-actions,
.product-add-form,
.product-options-bottom .box-tocart,
.product-options-bottom .actions--right-to-cart {
  margin-bottom: 38px;
}
.product-options-bottom .actions--right-to-cart .product-addto-links,
.product-add-form .product-addto-links {
  display: inline-block;
  vertical-align: top;
}
.product-options-bottom .actions--right-to-cart .product-addto-links .action.tocompare span,
.product-add-form .product-addto-links .action.tocompare span,
.product-options-bottom .actions--right-to-cart .product-addto-links .action.towishlist span,
.product-add-form .product-addto-links .action.towishlist span {
  display: none;
}
.product.pricing {
  margin-bottom: 28px;
}
.product-add-form + .product.pricing {
  margin-top: -20px;
}
.prices-tier {
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar.sidebar-additional .block.block-compare .block-title,
.sidebar.sidebar-additional .block.block-wishlist .block-title {
  display: flex;
}
.sidebar.sidebar-additional .block.block-compare .block-title > strong,
.sidebar.sidebar-additional .block.block-wishlist .block-title > strong {
  margin: 0 10px 0 0;
}
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .action.details {
  width: 100%;
}
.sidebar.sidebar-additional .block-compare .compare-items {
  padding: 10px 0;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar .block-wishlist .product-item-name {
  margin-right: 0;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item .price {
  font-size: 15px;
}
.sidebar .product-items .product-item-info {
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
}
.sidebar .product-items .product-item-info .product-item-photo {
  /*left: 0;
                    position: absolute;
                    top: 0;*/
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
  font-size: 14px;
}
.sidebar .product-items .product-item-details {
  /*margin: 0 0 0 85px;*/
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 0;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 2px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.tocart {
  /*span{
                        display:none;
                    }
                    &:before{
                        content: "\67";
                        font-size: 16px;
                        font-family: "athlete2" !important;
                        font-style: normal !important;
                        font-weight: normal !important;
                        font-variant: normal !important;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }*/
  padding: 6px 8px;
  margin-left: 4px;
}
.sidebar .product-items .action.tocart span {
  font-size: 12px;
}
.sidebar .product-items .action.delete {
  left: 0;
}
.sidebar .product-items .actions-secondary {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin: 5px 0;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalogsearch-result-index .column.main .breadcrumbs,
.catalog-category-view .column.main .breadcrumbs {
  padding: 0;
  padding-bottom: 4px;
  margin-left: -3px;
}
.catalogsearch-result-index .column.main .page-title-wrapper .page-title,
.catalog-category-view .column.main .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.gallery__item {
  text-align: center;
}
.gallery--1col .gallery__item {
  margin-bottom: 20px;
  /*&:last-child{
                margin-bottom: 0;
            }*/
}
.gallery--2cols .gallery__item {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  line-height: 0;
}
.gallery--stretch-images .gallery__image {
  width: 100%;
}
.gallery--stretch-images .ox-grid-gallery-video {
  width: 100%;
  object-fit: cover;
}
.gallery--center-images .ox-grid-gallery-video,
.gallery--stretch-images .ox-grid-gallery-video,
.gallery--center-images .gallery__image,
.gallery--stretch-images .gallery__image {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery--center-images .video-w-controls .ox-grid-gallery-video,
.gallery--stretch-images .video-w-controls .ox-grid-gallery-video {
  max-height: 100%;
  object-fit: cover;
}
.gallery--center-images .gallery__image-wrapper,
.gallery--stretch-images .gallery__image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
/*
    .ox-lazy{
        .gallery__image{
            &.lazy:not(.lazy-loaded){
                width: 73px;
                height: 5px;
                margin: auto;
                opacity: 1;
            }
        }
    }*/
.gallery__image-wrapper.lazy-loader .gallery__image {
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .product-item .product-list-view__right-wrapper .actions-secondary .action span {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1160px) {
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-item-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-top: 15px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary {
    margin-left: -5px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .products-list .product-item-details {
    display: inline-block;
    float: left;
    width: 100%;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.action.print {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison thead td,
.table-comparison thead th {
  border: none !important;
}
.table-comparison tbody:nth-child(even) tr:hover {
  background: #f8f8f8;
}
.table-comparison .cell:not(:last-child) {
  border-right: 1px solid rgba(107, 107, 107, 0.18) !important;
}
.table-comparison .cell {
  padding: 25px;
  width: 190px;
  /*&.product.info,
            &.product.label {
                border-bottom: @table__border-width @table__border-style @table__border-color;
            }*/
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 800;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
  font-family: Arial, sans-serif;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 10px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 5px 0;
}
.table-comparison .product-reviews-summary {
  margin: 0;
}
.table-comparison .product-reviews-summary .reviews-actions a {
  margin-left: 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.table-comparison .price-box {
  font-weight: 700;
  font-size: 14px;
  text-transform: initial;
}
.table-comparison .product-item-name {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #000000;
}
.table-comparison .cell.remove .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .cell.remove .action.delete:hover {
  background: #ffe51e;
}
.table-comparison .cell.remove .action.delete:hover:before {
  color: #000000;
}
.table-comparison .cell.remove .action.delete:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  transform: rotate(45deg);
  color: #ffffff;
  background: none;
  content: "\75";
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
}
.table-comparison .product-item-actions .actions-primary,
.table-comparison .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: top;
}
.table-comparison .action.towishlist,
.table-comparison .action.tocart {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  opacity: 1;
  visibility: visible;
}
.table-comparison .action.towishlist .icon,
.table-comparison .action.tocart .icon {
  line-height: 0;
}
.table-comparison .action.towishlist svg,
.table-comparison .action.tocart svg {
  fill: #ffffff;
}
.table-comparison .action.towishlist:before,
.table-comparison .action.tocart:before {
  margin-left: auto;
  margin-right: auto;
}
.table-comparison .action.towishlist:hover,
.table-comparison .action.tocart:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.table-comparison .action.towishlist:hover:before,
.table-comparison .action.tocart:hover:before {
  color: #000000;
}
.table-comparison .action.towishlist:hover svg,
.table-comparison .action.tocart:hover svg {
  fill: #000000;
}
.table-comparison .action.towishlist span,
.table-comparison .action.tocart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .action.towishlist:after,
.table-comparison .action.tocart:after {
  background: none !important;
}
.table-comparison .action.tocart {
  padding: 0;
}
.table-comparison .action.tocart:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\67";
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.block-compare .product-item .product-item-name {
  margin-left: 28px;
}
.block-compare .action {
  /*&.compare {
                &:extend(.abs-revert-secondary-color all);
            }*/
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 23px 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .block-bundle-summary .action.tocompare {
    width: 44px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .field.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .field.qty {
    max-width: 110px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .icon-minus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-minus,
  .product-info-main .box-tocart.actions--right-to-cart .icon-plus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-plus {
    width: 28px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .input-text.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .input-text.qty {
    padding: 0 28px;
  }
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .nested {
  display: none;
}
.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;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  background: #ffe51e;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.block-search .action.search svg {
  width: 15px;
}
.block-search .action.search span {
  display: none;
}
.block-search .action.search:hover:after {
  background: #202020;
}
.block-search .action.search:hover svg {
  fill: #ffffff;
}
.search-autocomplete {
  display: none;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.1);
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  color: #333333;
  padding: 10px 40px 10px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  /*.lib-css(border, @autocomplete__border);*/
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 0;
}
.block-search--type-panel .block-content {
  display: none;
}
.gm-style button:after {
  content: none;
}
/* Set the size of the div element that contains the map */
#contact-page-gmap {
  min-height: 550px;
  width: 100%;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .contacts-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-index-index.contacts-fullwidth .page-main {
  max-width: 100%;
  padding: 0;
}
.contact-index-index.contacts-fullwidth .contacts-wrapper {
  padding: 0;
}
.contact-index-index.contacts-fullwidth #contact-page-gmap {
  min-height: 600px;
}
.contact-index-index .contacts-layout-default > .container {
  padding: 0 40px;
}
.contact-index-index .contacts-layout-default .contacts-first-block {
  margin-bottom: 50px;
}
.contact-index-index .contacts-layout-default .form.contact {
  padding: 50px;
  background: #f8f8f8;
}
.contact-index-index.contacts-fullwidth .contacts-layout-default {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split .contacts-third-block {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split.row {
  margin: 0;
}
.contact-index-index .contacts-layout-split .container {
  max-width: 100%;
  padding: 0;
}
.contact-index-index .contacts-layout-split .form.contact {
  margin: 0 auto;
}
.contact-index-index .contacts-layout-split .contacts-first-block {
  padding: 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-index-index .contacts-layout-split .contacts-first-block-inner,
.contact-index-index .contacts-layout-split .contacts-form-block {
  padding: 7%;
}
.contact-index-index .contacts-layout-split .contacts-second-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact,
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form.contact {
  max-width: 550px;
}
.contact-index-index .form.contact .action.submit.primary {
  padding: 18px 27px;
  min-width: 200px;
}
.contact-index-index .form.contact .fieldset .legend {
  margin-bottom: 10px;
  font-size: 36px;
}
.contact-index-index .contacts-third-block {
  margin-top: 50px;
}
.multishipping-checkout-login .page-main,
.customer-account-create .page-main,
.multishipping-checkout-register .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-login .page-main {
  background: #efefef;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.multishipping-checkout-login .page.messages,
.customer-account-create .page.messages,
.multishipping-checkout-register .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-login .page.messages {
  max-width: 920px;
  margin: auto;
}
/* login buttons */
.block-customer-login .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.account .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.account .data.table {
  margin-bottom: 0;
}
.account .data.table .col {
  padding: 26px 14px;
  vertical-align: middle;
  width: auto;
}
.account .data.table .col.actions {
  white-space: nowrap;
}
.account .data.table .col:first-child {
  padding-left: 32px;
}
.account .data.table .col:last-child {
  padding-right: 32px;
}
.account .data.table .col .action {
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.account .data.table thead {
  background: #f8f8f8;
  text-transform: uppercase;
  line-height: 1;
}
/*.inputs-style--underlined{
        .login-container {
            input{
                .ox-input-simple-underlined();
            }
        }
    }*/
.block-customer-login .block-title,
.block-new-customer .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.login-container {
  display: flex;
  max-width: 460px;
  margin: 100px auto;
  flex-flow: column;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
}
.login-container .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.login-container .block-customer-login .block-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.login-container .block {
  width: 100%;
  padding: 55px;
  margin-bottom: 0;
  display: flex;
  flex-flow: wrap;
  align-self: stretch;
  align-content: center;
}
.login-container .block .action.primary,
.login-container .block .amshopby-button,
.login-container .block .am-filter-go {
  padding: 18px 27px;
  min-width: 150px;
}
.login-container .block .secondary > a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.login-container .field:not(.choice) input {
  margin-bottom: 5px;
}
.login-container .fieldset .field.note {
  display: none;
}
.login-container .fieldset > .field.choice:before,
.login-container .fieldset .fieldset > .field.no-label:before {
  content: none;
}
.login-container .fieldset > .field:not(.choice) > .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  float: none;
  width: auto;
  text-align: left;
}
.block-customer-login .block-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.block-customer-login .secondary > a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-new-customer {
  background: #f8f8f8;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
}
.block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.block-new-customer .block-title strong {
  font-size: 2.4rem;
}
.block-content {
  width: 100%;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-address-edit .actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-address-edit .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .amshopby-button,
.form-address-edit .actions-toolbar .am-filter-go {
  font-size: 1.6rem;
  padding: 18px 27px;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account.inputs-style--underlined .toolbar .limiter-options {
  padding: 0 35px 0 10px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.account .column.main .form-edit-account .field.password-info {
  margin-bottom: 40px;
}
.account .column.main .form-edit-account .fieldset.password {
  margin-bottom: 30px;
}
.account .column.main .fieldset:not(:last-of-type) {
  margin-bottom: 60px;
}
.account .column.main .actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.account .column.main .actions-toolbar .action.primary,
.account .column.main .actions-toolbar .amshopby-button,
.account .column.main .actions-toolbar .am-filter-go {
  font-size: 1.6rem;
  padding: 18px 27px;
}
.account .column.main .block-dashboard-addresses,
.account .column.main .block-dashboard-info {
  padding: 40px;
  background: #f8f8f8;
}
.account .box-actions {
  margin-top: 15px;
}
.account .box-actions .action {
  padding: 5px 9px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
.account .box-content {
  margin: 10px 0;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.field.street .field .label {
  position: absolute !important;
}
.fieldset.login {
  margin-bottom: 0;
}
.sidebar-nobg .account-nav .content {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidebar-nobg .account-nav .title label {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-nobg .account-nav .item {
  margin-left: -6px;
}
.sidebar-nobg .account-nav .item a,
.sidebar-nobg .account-nav .item > strong {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-nobg .account-nav .item .delimiter {
  margin-left: 0;
  margin-right: 0;
  border-color: #e4e4e4;
}
.account-nav .title {
  display: none;
  padding: 10px;
  background: #f8f8f8;
}
.account-nav .title label {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.account-nav .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 2px 0;
  padding: 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
}
.account-nav .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 20px 7px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 100%;
  min-height: 38px;
  line-height: 1.6;
  padding: 7px 11px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.captcha-reload {
  background: transparent;
  padding: 8px 10px;
}
.control.captcha-image {
  margin-top: 20px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.password.reset .actions-toolbar > .secondary,
.form.send.confirmation .actions-toolbar > .secondary,
.form.password.forget .actions-toolbar > .secondary {
  text-align: center;
  background: #000000;
  padding: 30px;
  margin: 55px -55px -55px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  background: #fff;
  max-width: 500px;
  margin: 60px auto;
  width: 100%;
  padding: 55px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.form.password.reset .field.note,
.form.send.confirmation .field.note,
.form.password.forget .field.note,
.form.create.account .field.note {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.form.password.reset .fieldset > .field > .control,
.form.send.confirmation .fieldset > .field > .control,
.form.password.forget .fieldset > .field > .control,
.form.create.account .fieldset > .field > .control {
  width: 100%;
}
.form.password.reset .fieldset > .field:not(.choice) > .label,
.form.send.confirmation .fieldset > .field:not(.choice) > .label,
.form.password.forget .fieldset > .field:not(.choice) > .label,
.form.create.account .fieldset > .field:not(.choice) > .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  float: none;
  width: auto;
  text-align: left;
}
.form.password.reset input,
.form.send.confirmation input,
.form.password.forget input,
.form.create.account input {
  margin-bottom: 5px;
}
.form.password.reset .actions-toolbar .action.primary,
.form.send.confirmation .actions-toolbar .action.primary,
.form.password.forget .actions-toolbar .action.primary,
.form.create.account .actions-toolbar .action.primary,
.form.password.reset .actions-toolbar .amshopby-button,
.form.send.confirmation .actions-toolbar .amshopby-button,
.form.password.forget .actions-toolbar .amshopby-button,
.form.create.account .actions-toolbar .amshopby-button,
.form.password.reset .actions-toolbar .am-filter-go,
.form.send.confirmation .actions-toolbar .am-filter-go,
.form.password.forget .actions-toolbar .am-filter-go,
.form.create.account .actions-toolbar .am-filter-go {
  padding: 18px 27px;
  width: 100%;
}
.multishipping-checkout-register .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.table.grouped {
  margin-top: -15px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.table.grouped .col {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.table.grouped thead {
  display: none;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 700;
}
.table.grouped .control .qty {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 90px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.table.grouped .control.qty-controls-wrap .icon-minus,
.table.grouped .control.qty-controls-wrap .icon-plus {
  width: 28px;
  height: 46px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.page-layout-1column-fullwidth .filter.block,
.page-layout-1column .filter.block {
  display: none;
}
.ox-slideout .filter.block {
  display: block;
}
.ox-slideout .filter.block.ox-block-filter {
  padding: 35px;
}
.sidebar-nobg .filter.block .content {
  padding: 0;
  border-top: none;
  background-color: transparent;
  margin-bottom: 23px;
}
.filter.block {
  margin-bottom: 0;
}
.filter.block > .title {
  display: none;
}
.filter.block .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter.block .content dl.options {
  margin: 0;
}
.filter.block .content dl.options dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter.block .content dl.options dt strong {
  font-weight: 800;
  word-break: break-word;
}
.filter.block .content dl.options dd {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter.block .content dl.options dd li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
}
.filter.block .content dl.options dd li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.filter.block .content dl.options dd li a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter.block .content dl.options dd li .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-title strong {
  display: none;
}
.filter .block-subtitle {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: block;
  padding: 0 0 14px;
}
.filter .subtitle,
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin-left: auto;
  flex: 0 0 24px;
  margin-left: 10px;
  order: 2;
}
.filter-current .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-current .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-current .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-current-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-current-subtitle strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-current-subtitle:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-current-subtitle:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-current-subtitle:hover .toggle-minus span:after,
.filter-current-subtitle:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-current.open .toggle-minus span:after {
  display: none;
}
.filter-current .items {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  font-weight: 700;
  background: #f8f8f8;
  padding: 5px 10px 5px 40px;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}
.filter-current .item .filter-label {
  display: none;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 14px;
}
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 30px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .action.remove:hover:before {
  color: #000000;
}
.filter-current .action.remove:active:before {
  color: #000000;
}
.filter-current .action.remove:hover:before {
  background: #ffe51e;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-current .action.remove:before {
  width: 32px;
  font-weight: 800;
  background: #000000;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 0;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-options {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter-options.open .toggle-minus span:after {
  display: none;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0;
}
.filter-options-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-options-title strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-options-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-options-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-options-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-options-title:hover .toggle-minus span:after,
.filter-options-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-options-content {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter-options-content .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  margin: 0 0;
}
.filter-options-content .item input {
  margin: 6px 7px 0 0;
  top: 0;
}
.filter-options-content .item .ox-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  line-height: 0;
  display: inline-block;
  border: 2px solid;
  vertical-align: text-top;
  margin: 0 7px 0 0;
  cursor: pointer;
}
.filter-options-content .item .ox-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 6px;
  width: 4px;
  height: 2px;
  transform: rotate(45deg);
  background: currentColor;
}
.filter-options-content .item .ox-checkbox:before {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
}
.filter-options-content .item input:checked + label .ox-checkbox:before,
.filter-options-content .item input:checked + label .ox-checkbox:after {
  display: block;
}
.filter-options-content .ui-slider,
.filter-options-content .ox-price-slider {
  height: 6px;
  background: #e4e4e4;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 5px 15px;
}
.filter-options-content .ui-slider .ui-slider-handle,
.filter-options-content .ox-price-slider .ui-slider-handle {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  z-index: 2;
  cursor: w-resize;
  top: -4px;
  background: #000;
  height: 14px;
  width: 10px;
  line-height: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filter-options-content .ui-slider .ui-slider-handle:hover,
.filter-options-content .ox-price-slider .ui-slider-handle:hover {
  background: #000;
}
.filter-options-content .ui-slider .ui-slider-range,
.filter-options-content .ox-price-slider .ui-slider-range {
  background: #ffe51e;
  height: 6px;
  position: relative;
}
.filter-options-content .ox-seleted-item .label,
.filter-options-content .ox-seleted-item a {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content .ox-layered__items--checkbox .label,
.filter-options-content a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label:hover,
.filter-options-content a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label.swatch-option-link-layered,
.filter-options-content a.swatch-option-link-layered {
  display: block;
}
.filter-options-content .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  margin-left: auto;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox label:hover + .count,
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.sidebar-nobg .filter-actions .action.clear,
.sidebar-nobg .filter-actions .filter-clear {
  background: none;
  color: inherit;
  border-bottom: 2px solid;
  padding: 0;
  margin-top: 10px;
}
.sidebar-nobg .filter-actions .action.clear:hover,
.sidebar-nobg .filter-actions .filter-clear:hover {
  background: none;
}
.sidebar-nobg .filter-actions .action.clear:after,
.sidebar-nobg .filter-actions .filter-clear:after {
  content: none;
}
.sidebar-nobg .filter-current .action.remove:hover:before,
.sidebar-nobg .filter-current .action.remove:before {
  background: none;
  color: inherit;
}
.sidebar-nobg .filter-current .action.remove:after {
  background: none;
}
.sidebar-nobg .filter-current .item {
  padding: 5px 10px 5px 32px;
}
.sidebar-nobg .filter-options {
  padding: 23px 0;
  background-color: transparent;
  margin-bottom: 0;
}
.sidebar-nobg .filter-options:first-child {
  border: none;
  padding-top: 0;
}
.sidebar-nobg .filter-options-content {
  font-family: inherit;
}
.ox-slideout .filters-slideout-content {
  padding: 35px;
  display: block;
  position: relative;
}
.map-popup-wrapper.popup .action.close {
  top: 0;
  z-index: 881;
}
.map-popup {
  background: #ffffff;
  border: none;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 880;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0;
  padding-right: 30px;
}
.map-popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 0 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0;
  top: 0;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .map-msrp {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price label {
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price .actual-price {
  display: block;
}
.map-popup .map-info-price .price-box .map-price .actual-price .price,
.map-popup .map-info-price .price-box .map-price .special-price .price {
  font-size: 34px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .old-price .price {
  font-size: 24px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .price-label {
  display: none;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper span {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price {
  margin-right: 10px;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price,
.product-options-bottom .map-show-info,
.product-info-main .map-show-info {
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.product-options-bottom .map-show-info:not(:last-child),
.product-info-main .map-show-info:not(:last-child) {
  margin-right: 5px;
}
.product-options-bottom .map-show-info:first-child,
.product-info-main .map-show-info:first-child {
  margin-top: 5px;
}
.product-options-bottom .product-info-price .map-show-info,
.product-info-main .product-info-price .map-show-info {
  display: block;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.multicheckout .box-content {
  margin: 10px 0;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #ffffff;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  margin-left: 8px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.multicheckout:not(.address) .table-wrapper .product-item-name a {
  font-weight: 600;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 0;
}
.multicheckout .item-options {
  margin: 0 0 0;
}
.multicheckout .item-options dd {
  margin: 0 0 5px 5px;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.multicheckout .box-title span {
  margin-right: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.multicheckout .checkout-review .actions-toolbar .action {
  width: 100%;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.multicheckout .checkout-review .grand.totals .amount {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.multishipping-checkout-success .multicheckout .action.primary,
.multishipping-checkout-success .multicheckout .amshopby-button,
.multishipping-checkout-success .multicheckout .am-filter-go {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1;
}
.multishipping-checkout-success .multicheckout .shipping-label {
  display: block;
}
.multishipping-checkout-success .multicheckout .order-id {
  font-weight: 600;
}
.multishipping-checkout-success .multicheckout .shipping-list {
  background: #f8f8f8;
  padding: 20px;
}
.multishipping-checkout-success .checkout-success-wrapper {
  max-width: 600px;
}
.block_newsletter_wrapper {
  float: none;
}
.block_newsletter_wrapper .block_newsletter_below {
  padding: 15px 0;
}
.block.newsletter {
  color: #a8a8a8;
  background: #1d1d1d;
  padding: 30px;
  margin-bottom: 20px;
  float: none;
}
.block.newsletter .form.subscribe {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.block.newsletter .form.subscribe .field-recaptcha {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  max-width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field.newsletter {
  width: 100%;
  flex: 1;
}
.block.newsletter .field.newsletter .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field.newsletter .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 38px;
  color: #c2c2c2;
  content: '\63';
  font-family: 'athlete2';
  margin: 0 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field.newsletter .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 46px;
  border: none;
  background: #ffffff;
}
.block.newsletter input:hover,
.block.newsletter input:focus {
  border: none;
}
.block.newsletter .title {
  margin-top: -4px;
  margin-bottom: 15px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.block.newsletter .label {
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
}
.block.newsletter .action.primary,
.block.newsletter .amshopby-button,
.block.newsletter .am-filter-go {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
}
.block.newsletter.inputs-style--underlined .newsletter .control:before {
  margin-left: 0;
  margin-top: -1px;
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input {
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  padding: 0 0 0 32px;
  transition: all 0.4s;
  border-radius: 0;
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input:focus,
.block.newsletter.inputs-style--underlined input:hover {
  border-bottom: 2px solid #fff;
}
.block.newsletter.inputs-style--underlined input::-webkit-input-placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input::placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input:-ms-input-placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input::-ms-input-placeholder {
  color: #ffffff;
}
.footer.content .block.newsletter.newsletter-style--big {
  padding: 40px;
}
.footer.content .block.newsletter.newsletter-style--big .action.primary,
.footer.content .block.newsletter.newsletter-style--big .amshopby-button,
.footer.content .block.newsletter.newsletter-style--big .am-filter-go {
  padding: 0 26px;
  height: 46px;
  font-size: 16px;
}
.footer.content .block.newsletter.newsletter-style--big .title {
  font-size: 36px;
}
.footer.content .block.newsletter.newsletter-style--big .control input {
  height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big .control:before {
  margin-top: -2px;
  line-height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big.inputs-style--underlined input {
  border-width: 3px;
}
.footer--layout-4 .footer.content .block.newsletter,
.footer--layout-2 .footer.content .block.newsletter {
  min-height: 160px;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.footer--layout-4 .footer.content .block.newsletter.newsletter-style--big,
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
  padding: 60px 0;
}
.footer--layout-4 .footer.content .block.newsletter > *,
.footer--layout-2 .footer.content .block.newsletter > * {
  position: relative;
}
.footer--layout-4 .footer.content .block.newsletter .content,
.footer--layout-2 .footer.content .block.newsletter .content,
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info,
.footer--layout-2 .footer.content .block.newsletter .block_newsletter_info {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer--layout-4 .footer.content .block.newsletter:before,
.footer--layout-2 .footer.content .block.newsletter:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: inherit;
}
.footer--layout-4 .footer.content .block.newsletter {
  flex-direction: column;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info {
  text-align: center;
}
.footer--layout-4 .footer.content .block.newsletter .form.subscribe {
  margin-top: 15px;
}
.product-info-main .product-reviews-summary .rating-summary {
  padding: 2px 7px;
  background: #000;
}
.extended-review-summary-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}
.extended-review-summary-wrapper > .review-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-item {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-number {
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-percent {
  display: inline-block;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 120px;
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 3px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 3px;
  content: '';
  display: block;
}
.extended-review-button {
  display: inline-block;
}
.product.data.items .review-fields-wrapper {
  padding: 30px 5px 5px;
  background: none;
}
.tabs-style--minimal .product.data.items .fieldset > .review-field-ratings.field:not(.choice),
.tabs-style--minimal .product.data.items .review-field-ratings {
  padding: 5px;
  background: none;
}
.extended-review-summary {
  width: 100%;
  max-width: 280px;
  background: #000;
  margin-right: 50px;
  display: flex;
  padding: 30px;
  text-align: center;
  color: #fff;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.extended-review-summary .ratings-value {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffe51e;
}
.extended-review-summary .ratings-count {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.extended-review-summary .ratings-count .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.extended-review-summary .ratings-count .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 5px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary .ratings-count .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary .ratings-count .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 5px;
  content: '';
  display: block;
}
.extended-review-summary .ratings-count .rating-result span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-content {
  font-family: 'Roboto', Arial, sans-serif;
}
.review-content-left {
  display: inline-block;
  margin-right: 35px;
  max-width: 280px;
  width: 100%;
  vertical-align: top;
}
.review-content-right {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
  flex: 1;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 67px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
  padding-right: 20px;
}
.rating-summary .rating-result {
  float: right;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review-list .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.review-list .rating-summary .rating-result {
  width: 181px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.review-list .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.review-list .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-list .rating-summary .rating-result {
  width: 161px;
}
.review-list .rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review-list .rating-summary .rating-result {
  float: right;
}
.review-list .rating-summary .rating-result:before,
.review-list .rating-summary .rating-result > span:before {
  font-size: 29px;
  height: 20px;
  line-height: 20px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\68' '\68' '\68' '\68' '\68';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\68' '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\68' '\68' '\68';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\68' '\68';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\68';
}
.review-control-vote:before,
.review-control-vote label:before {
  line-height: 22px;
  height: 22px;
}
.review-fields-wrapper {
  padding: 40px;
  background: #f8f8f8;
}
.review-fields-wrapper .field label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-fields-wrapper .field .control {
  margin-bottom: 20px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea,
.inputs-style--underlined .review-fields-wrapper .field input {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
  margin-bottom: 5px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea:focus,
.inputs-style--underlined .review-fields-wrapper .field input:focus,
.inputs-style--underlined .review-fields-wrapper .field textarea:hover,
.inputs-style--underlined .review-fields-wrapper .field input:hover {
  border-color: #000;
}
.inputs-style--underlined .review-fields-wrapper .field textarea.mage-error,
.inputs-style--underlined .review-fields-wrapper .field input.mage-error {
  border-color: #ff0000;
}
.review-add {
  clear: both;
  margin-bottom: 50px;
}
.review-add .review-form .actions-toolbar.review-form-actions {
  margin: 0;
}
.review-add .fieldset .review-legend.legend {
  margin-top: 0;
}
#product-review-container {
  clear: both;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating .label,
.block.add.review .field.rating .control {
  display: inline-block;
}
.block.reviews.list > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 0 0 22px 0;
  /*
        .products.wrapper.list & {
            margin: 0 auto;
        }*/
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 22px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.fieldset > .field.review-field-ratings {
  margin: 0;
  width: 100%;
}
.review-field-ratings legend {
  display: none;
}
.review-field-ratings .review-field-rating {
  display: block;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: inline-block;
}
.review-field-ratings .review-field-rating .control {
  width: 240px;
  float: right;
  min-height: 20px;
}
.review-field-ratings .review-field-rating .label {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review {
  /*&-content {
            margin-bottom: @indent__base;
        }*/
}
.review-toolbar {
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form {
  max-width: 500px;
}
.review-form .action.submit.primary {
  padding: 18px 27px;
}
.fieldset .review-legend.legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.fieldset .review-legend.legend strong {
  display: none;
}
.fieldset > .review-field-ratings.field:not(.choice),
.review-field-ratings {
  background: #000;
  color: #fff;
  padding: 40px 40px 30px 40px;
  position: relative;
}
.fieldset > .review-field-ratings.field:not(.choice) > .control,
.review-field-ratings > .control {
  width: 100%;
  display: inline-block;
}
.review-list {
  margin-bottom: 30px !important;
}
.review-list .block-title strong {
  /*display: block;
                margin-bottom: 30px;*/
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.review-item {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 30px 0;
  display: flex;
  flex-flow: row;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  margin-bottom: 0;
  max-width: 100%;
}
.review-details {
  margin-bottom: 15px;
}
.review-author {
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-author strong {
  font-weight: 800;
}
.review-date {
  font-size: 13px;
  color: #a2a2a2;
}
.review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .extended-review-summary-wrapper.columns-3 .extended-review-summary,
  .extended-review-summary-wrapper.columns-4 .extended-review-summary {
    max-width: 260px;
    margin-right: 30px;
    padding: 25px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-result,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-result {
    margin-right: 5px;
    width: 110px;
  }
  .extended-review-summary-wrapper.columns-3 > .review-ratings,
  .extended-review-summary-wrapper.columns-4 > .review-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .rating-summary .rating-label,
  .extended-review-summary-wrapper.columns-4 .rating-summary .rating-label {
    padding-right: 12px;
  }
  .extended-review-summary-wrapper.columns-3 > div:last-child,
  .extended-review-summary-wrapper.columns-4 > div:last-child {
    margin-right: 0;
  }
  .extended-review-summary-wrapper.columns-3 .extended-review-button .action.primary,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .action.primary,
  .extended-review-summary-wrapper.columns-3 .extended-review-button .amshopby-button,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .amshopby-button,
  .extended-review-summary-wrapper.columns-3 .extended-review-button .am-filter-go,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .am-filter-go {
    padding: 18px 20px;
  }
  .review-content-left {
    max-width: 260px;
    margin-right: 30px;
  }
}
/*
@media (min-width:991px) and (max-width:1024px){
    .extended-review-summary-wrapper.columns-4{
        .extended-review-button{
            display: none;
        }
    }
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .extended-review-summary-wrapper {
    /*&.columns-4{
            .extended-review-button{
                display: none;
            }
        }*/
  }
  .extended-review-summary-wrapper.columns-3 .extended-review-summary {
    padding: 25px;
    margin-right: 30px;
    max-width: 230px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-result {
    margin-right: 5px;
    width: 110px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-item .label {
    display: none;
  }
  .extended-review-summary-wrapper.columns-3 > .review-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 > div:last-child {
    margin-right: 0;
  }
  .extended-review-summary-wrapper.columns-4 {
    flex-wrap: wrap;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-summary {
    width: 50%;
    margin-right: 0;
    max-width: 50%;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-button {
    order: 1;
    width: 50%;
    align-self: stretch;
    display: flex;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-button .action.primary,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .amshopby-button,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .am-filter-go {
    width: 100%;
    flex-grow: 1;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings {
    order: 3;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-number {
    margin-right: 20px;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-percent {
    min-width: 80px;
    text-align: right;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-result {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .extended-review-summary-wrapper.columns-4 .review-ratings {
    order: 4;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings,
  .extended-review-summary-wrapper.columns-4 .review-ratings {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .review-form {
    max-width: 100%;
  }
  .review-item {
    flex-flow: column;
  }
  .extended-review-summary-wrapper {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
  }
  .extended-review-summary-wrapper .extended-review-summary {
    max-width: 100%;
    margin-right: 0;
  }
  .extended-review-summary-wrapper .extended-review-button {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .extended-review-summary-wrapper .extended-review-button .action.primary,
  .extended-review-summary-wrapper .extended-review-button .amshopby-button,
  .extended-review-summary-wrapper .extended-review-button .am-filter-go {
    width: 100%;
  }
  .extended-review-summary-wrapper .number-of-ratings {
    order: 3;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-number {
    margin-right: 20px;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-percent {
    min-width: 60px;
    text-align: right;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-result {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .extended-review-summary-wrapper .review-ratings {
    order: 4;
  }
  .extended-review-summary-wrapper .number-of-ratings,
  .extended-review-summary-wrapper .review-ratings {
    width: 100%;
    margin-right: 0;
  }
  .extended-review-summary-wrapper > div {
    margin-top: 30px;
  }
  .review-content-left {
    margin-bottom: 25px;
    display: block;
    margin-right: 0;
    max-width: 100%;
  }
  .product-info-main .review-content-left {
    margin-bottom: 0;
  }
}
.order-links .item {
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin: 0 0 5px;
  display: block;
}
.order-links .item strong,
.order-links .item a {
  height: 50px;
  line-height: 38px;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  text-decoration: none;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 2;
  padding: 6px 20px;
  border: none;
  border-bottom: none;
  font-weight: 800;
}
.order-links .item.current strong {
  background: #ffe51e;
  color: #000;
}
.account .column.main .order-details-items {
  margin-bottom: 40px;
}
.order-details-items {
  background: #f8f8f8;
  margin-bottom: 40px;
  padding: 25px;
}
.order-details-items .actions-toolbar > .secondary .action.back {
  display: none;
}
.order-details-items .actions-toolbar .action {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid;
}
.order-details-items .table:not(.cart):not(.totals) > thead > tr > th,
.order-details-items .table > thead > tr > th {
  line-height: 1;
  border-bottom: 2px solid;
  padding: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-details-items .order-title .action {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid;
}
.order-details-items .table-wrapper {
  margin: 0;
  overflow-y: auto;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items:not(.cart):not(.totals) tfoot > tr:first-child th,
.order-details-items .table-order-items:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 2px solid;
}
.order-details-items .table-order-items.data.table thead {
  background: none;
}
.order-details-items .table-order-items .grand_total {
  font-size: 18px;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-details-items .table-order-items tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d1d1d1;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 2px solid;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.order-actions-toolbar .action.order {
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .actions-toolbar > div {
  display: inline-block;
  vertical-align: middle;
}
.block-reorder .actions-toolbar .action.view {
  margin-left: 15px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  background: none;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.block-reorder .actions-toolbar .action.view:after,
.block-reorder .actions-toolbar .action.view:before {
  content: none;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) { 
    .order-links {
        .item {
            margin: 0 @tab-control__margin-right 0 0;

            a {
                padding: @tab-control__padding-top @tab-control__padding-right;
            }

            strong {
                padding: @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left;
            }
        }
    }
}
*/
.form.send.friend .action.primary,
.form.send.friend .amshopby-button,
.form.send.friend .am-filter-go {
  padding: 18px 27px;
  /*min-width: 150px;*/
  width: 100%;
}
.form.send.friend .action.back {
  display: none;
}
.form.send.friend .action.add {
  margin-top: 30px;
}
.form.send.friend .fields.additional .secondary {
  margin: 30px 0;
}
.action.mailto.friend {
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: inherit;
  content: '\63';
  font-family: 'athlete2';
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend:before {
  width: 21px;
}
.action.mailto.friend span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
/*.filter-options-content{
        .swatch-option.text {
            font-family: Arial, sans-serif;
            font-weight: normal;
        }
    }*/
.product-info-main .swatch-attribute {
  margin-bottom: 12px;
}
.product-info-main .swatch-option.text {
  padding: 8px;
  box-sizing: initial;
  line-height: 20px;
  min-width: 22px;
  min-height: 20px;
}
.product-info-main .swatch-option.color {
  height: 36px;
  width: 38px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #000000;
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.swatch-attribute-options {
  margin-top: 6px;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #ffffff;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  margin-bottom: 0;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f4f4f4;
  color: #333333;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #000000;
  border: none;
  color: #ffffff;
}
.swatch-option {
  border: none;
  cursor: pointer;
  float: left;
  height: 20px;
  max-width: 90px;
  min-width: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  padding: 1px 2px;
  margin: 0 5px 5px 0;
  transition: all 0.6s ease-in-out;
  box-shadow: inset 0 0 0 3px transparent;
}
.swatch-option.color {
  height: 28px;
  width: 30px;
}
.swatch-option.text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background: #f4f4f4;
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
  min-height: 28px;
  padding: 5px 8px;
  box-sizing: border-box;
}
.swatch-option.text.selected {
  background-color: #000000;
  color: #ffffff;
}
.swatch-option.color[data-option-tooltip-value="#ffffff"],
.swatch-option.color[data-option-label="White"],
.swatch-option.color[option-label="White"] {
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.swatch-option.color[option-label="White"].selected,
.swatch-option.selected {
  outline: none;
  border: none;
  color: #333333;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option:not(.disabled):hover {
  transition: all 10ms ease-in-out;
  border: none;
  color: #333333;
  outline: none;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option.color[option-label="White"]:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: none;
  outline: none;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option.disabled {
  cursor: default;
  opacity: 0.5;
}
.swatch-option.disabled:after {
  content: '';
  display: block;
  width: 2px;
  height: 200%;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  margin-left: -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(96, 96, 96, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
  /* background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
                    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    bottom: 0;
                    content: '';
                    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;*/
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #909090;
}
.swatch-option-loading {
  box-sizing: border-box;
  width: 44px;
  height: 3px;
  padding-left: 44px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Olegnax_Core/images/preloader-img.svg') left top no-repeat;
}
.swatch-option-tooltip {
  border: none;
  color: #ffffff;
  display: none;
  max-height: 100%;
  max-width: 146px;
  min-height: 20px;
  min-width: 35px;
  padding: 8px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #000000;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -5px;
  height: 8px;
  left: calc(37%);
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 7px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: 6px;
  top: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #000000 transparent transparent transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: -6px;
  top: 0;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.swatch-option-tooltip-layered {
  border: none;
  color: #ffffff;
  background: #000000;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #ffffff;
  display: block;
  max-height: 200px;
  max-width: 140px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
  background: none;
  /*&:focus > div {
                    .lib-css(box-shadow, @swatch-option-link-layered__focus__box-shadow);
                }*/
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 30px 0 35px 0;
}
.swatch-opt-listing {
  margin-bottom: 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.sidebar-nobg .swatch-attribute.size .swatch-option,
.sidebar-nobg .swatch-attribute.manufacturer .swatch-option {
  color: inherit;
  background: none;
}
.sidebar-nobg .swatch-option {
  box-shadow: none;
}
.sidebar-nobg .swatch-option.text {
  background: none;
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"],
.sidebar-nobg .swatch-option.color[option-label="White"] {
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"].selected,
.sidebar-nobg .swatch-option.color[option-label="White"].selected,
.sidebar-nobg .swatch-option.selected {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.color[option-label="White"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.image:not(.disabled):hover,
.sidebar-nobg .swatch-option.color:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.ox-expand.minimized .ox-expand__inner {
  display: block;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}
.ox-expand.minimized .ox-expand__inner:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  z-index: 2;
}
.ox-expand.minimized .ox-expand__link .more {
  display: inline-block;
}
.ox-expand.minimized .ox-expand__link .less {
  display: none;
}
.ox-expand .ox-expand__link .less,
.ox-expand .ox-expand__link .more {
  cursor: pointer;
  border-bottom: 1px solid;
}
.ox-expand .ox-expand__link .more {
  display: none;
  margin-top: 5px;
}
.ox-expand .ox-expand__link .less {
  display: inline-block;
  margin-top: 14px;
}
body {
  background-color: #ffffff;
}
a {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
a:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
/*._keyfocus *:focus, */
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.page-header {
  border-bottom: none;
  margin-bottom: 0;
}
.header.content {
  padding-top: 0;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 0 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 100%;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #000000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0;
}
.message.global.demo {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #000000;
}
.copyright-footer {
  background-color: #141414;
  padding: 30px 0;
  color: #666666;
  font-family: 'Roboto', Arial, sans-serif;
}
.copyright-footer a {
  color: #888888;
}
.copyright-footer a:hover,
.copyright-footer a:focus {
  color: #fff;
}
.copyright-footer small {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.copyright-footer .copyright-right {
  text-align: right;
}
.copyright-footer .container {
  padding-right: 20px;
  padding-left: 20px;
}
.copyright-footer.copyright-layout-2 {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .copyright-footer .copyright-right {
    text-align: left;
    margin-top: 20px;
  }
}
.athlete_footer_customer_service > span,
.athlete_footer_customer_service > h6 {
  margin: 0 0 10px 0;
}
.athlete_footer_customer_service > span:last-child,
.athlete_footer_customer_service > h6:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .athlete_footer_customer_service {
    ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .athlete_footer_customer_service > span,
  .athlete_footer_customer_service > h6 {
    margin: 0 0 0 20px;
  }
}
.page-footer {
  background-color: #000000;
  margin-top: auto;
}
.page-footer .switcher {
  line-height: 35px;
  display: inline-block;
}
.page-footer .switcher .switcher-label {
  display: none;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-footer .switcher .options:before,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-footer .switcher .options:after {
  clear: both;
}
.page-footer .switcher .options .action.toggle {
  padding: 0 24px 0 11px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 0;
  min-width: 130px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-footer .switcher .options ul.dropdown li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-footer .switcher .options .action.toggle strong {
  font-weight: normal;
}
.page-footer .switcher .options .action.toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  right: 12px;
  transform: rotateZ(40deg);
}
.page-footer .switcher .options .action.toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  transform: rotateZ(-40deg);
}
.page-footer .switcher .options ul.dropdown {
  padding: 15px;
}
.page-footer .switcher .options ul.dropdown a {
  color: #322c29;
  text-decoration: none;
  display: block;
  padding: 1px 7px;
  white-space: nowrap;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown a:visited {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:hover {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:active {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  content: none;
}
.page-footer .switcher .options ul.dropdown li {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown li:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 2px 10px 2px 27px;
  background: 5px 50% no-repeat;
}
.page-footer .switcher.store .options strong,
.page-footer .switcher.language .options strong {
  line-height: 35px;
  margin: 0;
}
.page-footer .switcher.store .options strong span,
.page-footer .switcher.language .options strong span {
  padding: 0 0 0 24px;
  background: none 0% 50% no-repeat;
}
.page-footer .switcher.store.noflags .options ul.dropdown a,
.page-footer .switcher.language.noflags .options ul.dropdown a {
  padding-left: 10px;
}
.page-footer .switcher.store.noflags .options strong span,
.page-footer .switcher.language.noflags .options strong span {
  padding-left: 0;
}
.page-footer .switcher:hover .toggle strong,
.page-footer .switcher .toggle.active strong {
  color: #000;
}
.page-footer .switcher .action.toggle {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher .action.toggle strong {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher:hover .action.toggle {
  background: #ffe51e;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  bottom: 100%;
  padding: 20px;
}
.page-footer .switcher .options ul.dropdown a {
  line-height: 1.6;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 4px 10px 4px 31px;
  background: 8px 50% no-repeat;
}
.footer-block-content {
  float: left;
  padding: 24px 0 0;
  width: 100%;
  transform: translateZ(0);
}
.footer-block-content-after {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-block-content-after:before,
.footer-block-content-after:after {
  content: '';
  display: table;
}
.footer-block-content-after:after {
  clear: both;
}
.footer.content {
  font-family: 'Roboto', Arial, sans-serif;
  border-top: none;
  color: #a8a8a8;
  padding-bottom: 40px;
}
.footer.content:before,
.footer.content:after {
  content: '';
  display: table;
}
.footer.content:after {
  clear: both;
}
.footer.content ul {
  margin-bottom: 35px;
}
.footer.content ul > li {
  margin: 0 0 4px;
}
.footer.content h1,
.footer.content h2,
.footer.content h3,
.footer.content h4,
.footer.content h5,
.footer.content h6 {
  color: #ffffff;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.content a {
  display: inline-block;
  color: #a8a8a8;
  text-decoration: none;
}
.footer.content a:hover {
  background-color: #ffe51e;
  color: #000;
}
.footer.content a:not(.button) {
  line-height: 14px;
  padding: 2px 5px 3px;
  font-size: 12px;
}
.footer.content li > a {
  margin-left: -2px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.ox-slideout .switcher .switcher-label {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}
.ox-slideout .switcher .options {
  padding-left: 10px;
  /*padding-top: 7px;*/
}
.ox-slideout .switcher .options .action.toggle {
  position: relative;
  z-index: 2;
}
.ox-slideout .switcher .options .action.toggle strong {
  font-weight: normal;
}
.ox-slideout .switcher .options .action.toggle strong span {
  padding: 5px 9px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
  margin-left: -9px;
  margin-bottom: 4px;
}
.ox-slideout .switcher .options ul.dropdown {
  padding: 0;
  list-style: none;
}
.ox-slideout .switcher .options ul.dropdown a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.ox-slideout .switcher .options ul.dropdown:before,
.ox-slideout .switcher .options ul.dropdown:after {
  content: none;
}
.ox-slideout .switcher .options ul.dropdown li {
  line-height: 18px;
}
.ox-slideout .switcher.store .options ul.dropdown a,
.ox-slideout .switcher.language .options ul.dropdown a {
  padding-left: 24px;
  background: none 0% 50% no-repeat;
}
.ox-slideout .switcher.store .options .action.toggle strong span,
.ox-slideout .switcher.language .options .action.toggle strong span {
  padding-left: 33px;
  background: 9px 50% no-repeat;
  background-color: #000000;
  margin-left: -9px;
}
.sidebar-additional rs-module-wrap,
.sidebar-additional .rev_slider_wrapper {
  margin-bottom: 15px !important;
}
.sidebar-additional .block {
  border: 0;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
  background-color: #f8f8f8;
}
.sidebar-additional .block .block-title {
  padding: 26px 0 17px;
}
.sidebar-additional .block .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
}
.sidebar-additional .block:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #ffe51e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar-additional .block:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block > .empty,
.sidebar-additional .block > .block-content {
  padding-bottom: 20px;
}
.sidebar-nobg .sidebar-additional .block {
  padding: 0;
  background-color: transparent;
}
.sidebar-nobg.page-layout-3columns .sidebar-additional .block:first-child:before,
.sidebar-nobg.page-layout-2columns-right .sidebar-additional .block:first-child:before {
  content: none;
}
.widget {
  clear: both;
}
/*
    .page-header,
    .page-footer {
        .widget.block {
            .lib-css(margin, @indent__base 0);
        }
    }*/
.ui-datepicker td {
  padding: 0;
}
.block-wishlist .empty-wishlist-wrapper {
  display: block;
  font-size: 14px;
  padding: 40px 0 80px;
  text-align: center;
  margin: auto;
}
.block-wishlist .empty-wishlist-wrapper .empty-wishlist-icon {
  font-size: 106px;
  text-align: center;
  color: #ececec;
  line-height: 1;
  margin-bottom: 5px;
}
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  display: inline-block;
  text-decoration: none;
  color: #000;
  height: 54px;
  width: 54px;
  position: relative;
  padding: 0;
  text-align: center;
}
.product-info-main .action.towishlist:before,
.product-options-bottom .action.towishlist:before,
.block-bundle-summary .action.towishlist:before {
  font-size: 18px;
  position: relative;
  top: calc(50% - 9px);
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\6b';
  font-family: "athlete2";
  font-size: 16px;
  text-transform: initial !important;
  line-height: 43px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  margin-bottom: -2px;
  text-align: center;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 0 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 0 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist {
  /*.product-item-name {
            margin-right: @indent__m;
        }*/
}
.block-wishlist .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.products-grid.wishlist {
  /*.product-item-info{
            padding: 0;
        }*/
}
.products-grid.wishlist + .actions-toolbar .action {
  margin-bottom: 5px;
}
.products-grid.wishlist .product-item {
  margin-bottom: 40px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-actions {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-actions > a {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  font-weight: 700;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item-actions > a:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.tocart {
  width: 100%;
}
.products-grid.wishlist .product-item .price-as-configured {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty {
  margin: 0 0 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty label {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 80px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item {
  display: block;
  padding-bottom: 10px;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-photo {
  margin-bottom: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .price-box {
  margin-top: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-name a {
  font-size: 14px;
}
.header__item-dropdown-content .block-wishlist .product-item .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-details {
  margin-left: 15px;
  position: relative;
  width: 100%;
  padding-right: 25px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart {
  padding: 6px 8px 7px 8px;
  margin-left: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart span {
  font-size: 12px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:active:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  width: 23px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover {
  background: #000000;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:after {
  content: none;
}
.header__item-dropdown-content .block-wishlist .product-item-info {
  background: #f5f5f5;
  padding: 15px;
  display: flex;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal {
  display: none !important;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal .amount {
  font-size: 15px;
  font-weight: 800;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action {
  width: 100%;
  padding: 15px;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg') no-repeat center;
  bottom: 0;
  height: 15px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  z-index: 1000;
}
.amsearch-message-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  font-size: 18px;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  text-decoration: none;
}
.amsearch-link:hover {
  text-decoration: underline;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 1;
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #000000);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block-search .action.search.sticky {
  display: none;
}
body.sticky-minimized:not(.ox-search-opened) .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search {
  display: none;
}
body.sticky-minimized:not(.ox-search-opened) .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search.sticky {
  display: inline-block;
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-loupe,
.amsearch-button.-close {
  display: none;
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid rgba(139, 139, 139, 0.21);
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-products-section .product-item-actions {
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-actions .-compare,
.amsearch-products-section .product-item-actions .-wishlist,
.amsearch-products-section .product-item-actions .action.tocompare,
.amsearch-products-section .product-item-actions .action.towishlist {
  padding: 0 7px;
  line-height: 0;
  margin: 0;
}
.amsearch-products-section .product-item-actions .-compare:before,
.amsearch-products-section .product-item-actions .-wishlist:before,
.amsearch-products-section .product-item-actions .action.tocompare:before,
.amsearch-products-section .product-item-actions .action.towishlist:before {
  content: '\6b';
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.amsearch-products-section .product-item-actions .-compare:before,
.amsearch-products-section .product-item-actions .action.tocompare:before {
  content: "\65";
}
.amsearch-products-section .amsearch-item .price-box .price-container {
  font-size: 14px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 5px;
}
.amsearch-products-section .amsearch-wrapper-inner .price-box {
  max-width: 100%;
  width: 100%;
  margin: 5px 0 7px;
}
.amsearch-products-section .product-item-link {
  word-break: keep-all;
  padding: 3px 6px 4px 5px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.amsearch-products-section .amsearch-highlight {
  padding: 0 4px;
  background-color: #ffe51e;
  color: #000;
  word-wrap: normal;
}
.amsearch-products-section .product-item-description {
  margin: 5px 0 5px 4px;
}
.amsearch-products-section .product-item:hover .price-box .price-container:after {
  width: 100%;
}
.amsearch-products-section .product-item .product-item-name a {
  font-size: 14px;
}
.amsearch-products-section .product-item .product-reviews-summary {
  margin: 6px 0 8px 5px;
}
.amsearch-products-section .product-item .product-reviews-summary .rating-summary {
  margin: 0;
}
.amsearch-products-section .product-item .product-reviews-summary .rating-summary .rating-result {
  width: 62px;
}
.amsearch-products-section .product-item .product-reviews-summary .rating-summary .rating-result:before,
.amsearch-products-section .product-item .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
.amsearch-products-section .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
  line-height: 1;
}
.amsearch-products-section .product-item .product-reviews-summary .reviews-actions .action.view {
  margin: 0;
  padding: 0;
  background: no-repeat;
  color: #b8b8b9;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 1px;
  line-height: 1;
  display: inline-block;
}
.amsearch-products-section .product-item .product-reviews-summary .reviews-actions .action.view span {
  display: none;
}
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid rgba(139, 139, 139, 0.21);
  box-sizing: border-box;
  padding: 30px 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: .1s;
  width: 100%;
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 0 5px;
  display: block;
  margin-bottom: 5px;
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 10px 15px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .actions-secondary {
  display: flex;
  min-width: 50px;
  padding-left: 6px;
  flex-wrap: nowrap;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid rgba(139, 139, 139, 0.21);
  border-right: 1px solid rgba(139, 139, 139, 0.21);
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 17px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs .amsearch-cms-pages-tab .amsearch-item {
  margin-bottom: 10px;
}
.amsearch-result-tabs .amsearch-cms-pages-tab .amsearch-item .amsearch-link {
  font-weight: 600;
  outline: none;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.amsearch-result-tabs > .data.item.content {
  background: none;
  padding: 40px 0 0 0;
}
.amsearch-result-tabs > .data.item.content[aria-hidden="false"] {
  display: block;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.-amsearch-full-width) .amsearch-result-section {
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  border-radius: 4px;
  overflow-y: scroll;
  scrollbar-color: #aab0ba #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: transparent;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #000000;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  display: none;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
body.-amsearch-overlay-opened .block-search {
  z-index: 99;
  position: relative;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.06);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 98;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.sidebar-nobg .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  color: inherit;
}
.sidebar-nobg .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
  border-color: black;
  background-color: transparent;
  color: inherit;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 30px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container .amsearch-highlight {
  padding: 0 4px;
  background-color: #ffe51e;
  color: #000;
  word-wrap: normal;
}
.amsearch-item-container.-page a.amsearch-link {
  font-weight: 600;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  order: 1;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  font-family: Arial,sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 9px 5px;
  margin: 1px 0 2px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
  background-color: #ffe51e;
  color: #000;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 0 0 12px 3px;
  margin: 0;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  outline: none;
  text-decoration: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-right: 1px;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background-color: #000000;
  color: #ffffff;
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background-color: #000000;
  color: #ffffff;
}
.sidebar-nobg .amsearch-related-terms > .amsearch-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  color: inherit;
}
.sidebar-nobg .amsearch-related-terms > .amsearch-item:hover {
  border-color: black;
  background-color: transparent;
  color: inherit;
}
.amsearch-related-terms {
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  font-family: Arial,sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 9px 5px;
  margin: 1px 0 2px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.amsearch-related-terms > .amsearch-item:hover {
  background-color: #ffe51e;
  color: #000;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid rgba(139, 139, 139, 0.21);
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.ox-slideout.am-search-modal .amsearch-wrapper-block {
  padding: 0;
  margin: 0;
}
.ox-overlay.am-search-modal,
.ox-slideout.am-search-modal {
  bottom: auto;
  /* old           .search-autocomplete{*/
}
.ox-overlay.am-search-modal .amsearch-products-section,
.ox-slideout.am-search-modal .amsearch-products-section {
  padding-left: 0;
  padding-right: 0;
}
.ox-overlay.am-search-modal .amsearch-items-section,
.ox-slideout.am-search-modal .amsearch-items-section {
  padding-left: 0;
  padding-right: 0;
}
.ox-overlay.am-search-modal .amsearch-wrapper-block,
.ox-slideout.am-search-modal .amsearch-wrapper-block {
  width: 100%;
}
.ox-overlay.am-search-modal .amsearch-form-block,
.ox-slideout.am-search-modal .amsearch-form-block {
  display: block;
}
.ox-overlay.am-search-modal .amsearch-result-section,
.ox-slideout.am-search-modal .amsearch-result-section {
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  max-height: 100%;
  z-index: auto;
  margin: 0;
  background: none;
}
.ox-overlay.am-search-modal .animated-text--masked,
.ox-slideout.am-search-modal .animated-text--masked {
  z-index: 100;
}
.ox-overlay.am-search-modal .amasty-xsearch-loader,
.ox-slideout.am-search-modal .amasty-xsearch-loader {
  width: 54px;
  height: 20px;
  top: calc(50% - 10px);
}
.ox-overlay.am-search-modal .amsearch-products.-waste,
.ox-slideout.am-search-modal .amsearch-products.-waste {
  padding: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0;
}
.ox-overlay.am-search-modal .amsearch-form-container.-opened .action.search,
.ox-slideout.am-search-modal .amsearch-form-container.-opened .action.search {
  display: none;
}
.ox-overlay.am-search-modal .amsearch-close,
.ox-slideout.am-search-modal .amsearch-close {
  padding: 24px;
}
.ox-overlay.am-search-modal > div,
.ox-slideout.am-search-modal > div,
.ox-overlay.am-search-modal .ox-modal-content,
.ox-slideout.am-search-modal .ox-modal-content {
  overflow: hidden;
}
.ox-overlay.am-search-modal .amsearch-form-container .control,
.ox-slideout.am-search-modal .amsearch-form-container .control {
  display: flex;
  flex-direction: column;
}
.ox-overlay.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
.ox-slideout.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
}
.ox-overlay.am-search-modal .amsearch-clone-position,
.ox-slideout.am-search-modal .amsearch-clone-position {
  right: auto;
  left: 0;
}
.ox-overlay.am-search-modal .amsearch-result-section,
.ox-slideout.am-search-modal .amsearch-result-section {
  box-shadow: none;
  position: relative;
  overflow: visible;
  top: 0;
  order: 5;
  max-height: unset;
  max-width: 100%;
  width: 100% !important;
  margin: 30px 0 0 0 ;
  padding-top: 20px;
}
.ox-overlay.am-search-modal .amsearch-result-section:before,
.ox-slideout.am-search-modal .amsearch-result-section:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(121, 121, 121, 0.16);
  height: 1px;
}
.ox-overlay.am-search-modal .amsearch-results,
.ox-slideout.am-search-modal .amsearch-results {
  background: none;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container {
  /*padding-left: 0;*/
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container.page .amsearch-item,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container.page .amsearch-item {
  padding-top: 10px;
  margin-left: 0;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item {
  padding-top: 8px;
}
.am-search-fixed.ox-fixed-overlay body {
  overflow: hidden;
}
.ox-overlay.am-search-modal > div,
.ox-overlay.am-search-modal .ox-modal-content {
  overflow-y: auto;
}
.ox-overlay.am-search-modal .header__search-wrapper {
  height: auto;
  min-height: 100%;
  padding-top: 110px;
}
.ox-overlay.am-search-modal .header__search-wrapper form .field.search {
  display: block;
}
.ox-overlay.am-search-modal .header__search-wrapper .amsearch-wrapper-content .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ox-overlay.am-search-modal .amsearch-wrapper-input {
  text-align: center;
}
.ox-overlay.am-search-modal .amsearch-close {
  display: none !important;
}
.ox-slideout.am-search-modal {
  bottom: auto;
}
.ox-slideout.am-search-modal .amsearch-form-container.-opened .input-text {
  padding-left: 0;
  padding-right: 46px;
}
.ox-slideout-top.am-search-modal {
  display: block;
  position: absolute;
  bottom: auto;
  height: auto;
  min-height: 300px;
}
.ox-slideout-top.am-search-modal .header__search-wrapper {
  align-items: unset;
  margin-top: 80px;
  height: auto;
}
.header__search-below .amsearch-wrapper-block {
  margin: 0;
  padding: 0;
}
.header__search-below .amsearch-wrapper-block .flashing-cursor {
  display: none;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 0 0;
}
.sidebar .block-addbysku .action.remove {
  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;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 0;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 0 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #ffe51e;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  padding: 12px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #000000;
  border: none;
  color: #000000;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #000000;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .owl-carousel .product-item {
  margin-bottom: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 1025px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: "athlete2";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .column.main .toolbar .toolbar-amount,
  .account .column.main .toolbar .limiter,
  .account .column.main .toolbar .pages {
    float: none;
    position: relative;
    margin: 0;
    width: auto;
    text-align: left;
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .column.main .toolbar .toolbar-amount {
    line-height: 1;
    padding: 20px 10px 10px 10px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -20px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #202020;
    top: 1px;
  }
  .fancy-text.-overlay {
    margin-bottom: -24px;
  }
  .fancy-text.-overlay-top {
    margin-top: -40px;
  }
  .fancy-text.-overlay-top.huge-6vw {
    margin-top: -2.2vw;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .ox-sticky-sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .promo-block-categories-grid .promo-block-categories__text .title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .page-layout-1column-fullwidth .page-main {
    padding: 0;
    max-width: 100%;
  }
  .product-page--fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-layout-1column-fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .navigation,
  .ox-megamenu,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .page-main {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .sidebar-main > .filter.block + .sidebar-additional {
    margin-top: 0;
  }
  .page-with-filter .sidebar-additional {
    margin-top: 40px;
  }
  .column.main + .sidebar-additional {
    margin-top: 40px;
  }
  .columns .sidebar-main {
    margin-top: 40px;
  }
  .responsive-padding-1 {
    padding: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
  }
  .navigation .parent .level-top .ui-menu-icon {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-4px);
    position: absolute;
    right: 8px;
    display: inline-block;
  }
  .navigation .parent .level-top .ui-menu-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    background: #000000;
    width: 8px;
    height: 2px;
    transition: background 0.1s ease 0.4s;
  }
  .navigation .parent .level-top .ui-menu-icon:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    background: #000000;
    width: 2px;
    height: 8px;
    transition: background 0.1s ease 0.4s;
  }
  .navigation .parent .level-top.ui-state-active .ui-menu-icon:after {
    height: 0;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: "athlete2";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /*.nav-sections-items {
        .lib-clearfix();
        position: relative;
        z-index: 1;
    }*/
  .ox-nav-sections-item-title {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    float: left;
    height: 70px;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 33.33%;
  }
  .ox-nav-sections-item-title .ox-nav-sections-item-switch {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -1px;
    z-index: 1;
  }
  .ox-nav-sections-item-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.25s ease;
    background: #000000;
  }
  .ox-nav-sections-item-title.active:after {
    height: 100%;
    background: #ffe51e;
  }
  .ox-nav-sections[data-count-tabs="2"] .ox-nav-sections-item-title {
    width: 50%;
  }
  .ox-nav-sections[data-count-tabs="1"] .ox-nav-sections-item-title {
    display: none !important;
    width: 100%;
  }
  .ox-nav-sections[data-count-tabs="1"] .ox-nav-sections-item-content {
    margin-top: 0;
  }
  /*.nav-sections-item-title {
        background: darken(@navigation__background, 5%);
        border: solid darken(@navigation__background, 10%);
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;

        &.active {
            background: transparent;
            border-bottom: 0;
        }

        .nav-sections-item-switch {
            &:hover {
                text-decoration: none;
            }
        }
    }*/
  .ox-nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 70px;
    width: 100%;
    padding: 25px;
  }
  .ox-nav-sections-item-content .ox-megamenu,
  .ox-nav-sections-item-content .navigation {
    display: block;
  }
  .ox-nav-sections-item-content .ox-megamenu {
    padding-left: 0;
    padding-right: 0;
  }
  .ox-nav-sections-item-content .category-item > a {
    color: #000000;
  }
  /*.nav-sections-item-content {
        .lib-clearfix();
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;

        &.active {
            display: block;
        }

        padding: @indent__m 0;
    }*/
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: none;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: none;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 15px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: none;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 20px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #000000;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 0;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
  }
  .navigation a {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.03em;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-width: 0;
  }
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
    background: #000000;
    color: #ffffff;
    line-height: 1;
    padding: 6px 9px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-left: -9px;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-width: 0;
    padding-left: 8px;
    background: #000000;
    color: #ffffff;
  }
  .navigation .level0 > .level-top {
    padding: 6px 22px 6px 6px;
    font-size: 20px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .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 0 15px;
  }
  .product.data.items > .item.title > .switch {
    background: #000000;
    border-bottom: 0 solid #d1d1d1;
    border-left: 0 solid #d1d1d1;
    border-right: 0 solid #d1d1d1;
    border-top: 0 solid #d1d1d1;
    height: 50px;
    padding: 6px 20px 6px 50px;
    font-weight: 800;
    line-height: 38px;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffe51e;
  }
  .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: #ffe51e;
    color: #000000;
    text-decoration: none;
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #f8f8f8;
    border: none;
    margin: 0 0 15px;
    padding: 40px 40px 40px 40px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title.active {
    margin-bottom: 0;
  }
  .product.data.items .item.title.active > .switch {
    color: #000000;
  }
  .product.data.items .item.title.active > .switch:visited {
    color: #000000;
  }
  .product.data.items .item.title.active > .switch:after,
  .product.data.items .item.title.active > .switch:before {
    background: #000000;
  }
  .product.data.items .item.title.active > .switch:after {
    content: none;
  }
  .product.data.items .item.title > .switch {
    text-transform: uppercase;
    letter-spacing: -0.03em;
    position: relative;
  }
  .product.data.items .item.title > .switch:after,
  .product.data.items .item.title > .switch:before {
    content: '';
    display: block;
    position: absolute;
    background: #ffffff;
  }
  .product.data.items .item.title > .switch:before {
    left: 17px;
    top: 23px;
    width: 15px;
    height: 3px;
  }
  .product.data.items .item.title > .switch:after {
    left: 23px;
    top: 17px;
    width: 3px;
    height: 15px;
  }
  .tabs-style--minimal .product.data.items .additional-attributes th {
    padding-left: 0;
  }
  .tabs-style--minimal .product.data.items > .item.content {
    padding: 6px 2px 30px 2px;
    background: none;
    margin: 0;
  }
  .tabs-style--minimal .product.data.items > .item.content:before {
    content: none;
  }
  .tabs-style--minimal .product.data.items > .item.title {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch {
    color: #000;
    height: auto;
    background: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:focus,
  .tabs-style--minimal .product.data.items > .item.title > .switch:hover {
    background: none;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:focus:after,
  .tabs-style--minimal .product.data.items > .item.title > .switch:hover:after,
  .tabs-style--minimal .product.data.items > .item.title > .switch:focus:before,
  .tabs-style--minimal .product.data.items > .item.title > .switch:hover:before {
    background: #000;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:after,
  .tabs-style--minimal .product.data.items > .item.title > .switch:before {
    background: #000;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:before {
    left: 2px;
    top: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:after {
    left: 7px;
    top: 50%;
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  .tabs-style--minimal .product.data.items > .item.title:not(.disabled) > .switch:active,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch:focus,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch:hover {
    color: #000;
    padding-bottom: 12px;
  }
  .mobile-search--below .header__content .header__item-search {
    display: none;
  }
  .header--layout-4.mobile-header--layout-5 .header__content .flex-left,
  .header--layout-4.mobile-header--layout-4 .header__content .flex-left {
    height: 60px;
  }
  .header--layout-4.mobile-header--layout-5 .header__content .logo__container:before,
  .header--layout-4.mobile-header--layout-4 .header__content .logo__container:before {
    background: none;
  }
  .header--layout-4.mobile-header--layout-5 .header__content .flex-right,
  .header--layout-4.mobile-header--layout-4 .header__content .flex-right {
    height: 60px;
  }
  .header--layout-4.mobile-header--layout-5 .header__content .flex-right .header__item,
  .header--layout-4.mobile-header--layout-4 .header__content .flex-right .header__item {
    height: 60px;
  }
  .header--layout-4.mobile-header--layout-2 .header__content .flex-left,
  .header--layout-4.mobile-header--layout-2 .header__content .flex-right {
    padding: 0;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    left: 60px;
  }
  .header--layout-4.mobile-header--layout-5 .header__content .flex-right .header__item-search {
    left: 57px;
  }
  .mobile-header--layout-2 .header--layout-5 .logo__container,
  .mobile-header--layout-1 .header--layout-5 .logo__container {
    order: 0;
  }
  .mobile-header--layout-2 .header--layout-5 .header__left,
  .mobile-header--layout-1 .header--layout-5 .header__left {
    order: 1;
  }
  .mobile-header--layout-2 .header--layout-5 .header__right,
  .mobile-header--layout-1 .header--layout-5 .header__right {
    order: 2;
  }
  .mobile-header--layout-2 .header--layout-5 .header__right,
  .mobile-header--layout-2 .header--layout-5 .header__left {
    padding: 9px;
  }
  .mobile-header--layout-2 .header--layout-5 .header__left {
    padding-right: 0;
  }
  .header__content .header__item-account {
    display: none !important;
  }
  .page-header .container {
    padding-left: 0;
    padding-right: 10px;
  }
  :is(.mobile-header--layout-6,
    .mobile-header--layout-5,
    .mobile-header--layout-4,
    .mobile-header--layout-3,
    .mobile-header--layout-2,
    .mobile-header--layout-1) .header__content .header__additional-content {
    display: none;
  }
  .mobile-header--layout-2 .page-header .container {
    padding: 0;
  }
  .mobile-header--layout-2 .page-header .logo__container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mobile-header--layout-2 :is(.header--layout-6,
        .header--layout-2,
        .header--layout-5,
        .header--layout-4) .header__content {
    padding: 0;
  }
  .mobile-header--layout-2 .header__content {
    flex-wrap: wrap;
  }
  .mobile-header--layout-2 .header__content .header__additional-content {
    display: none;
  }
  .mobile-header--layout-2 .header__content .header__right,
  .mobile-header--layout-2 .header__content .header__left,
  .mobile-header--layout-2 .header__content .flex-right,
  .mobile-header--layout-2 .header__content .flex-left {
    padding: 4px;
  }
  .mobile-header--layout-2 .col.header__content-wrapper {
    flex: 0 0 100%;
  }
  .top-bar {
    display: none;
  }
  .top-bar .ox-move-item {
    display: none;
  }
  .mobile-header__compare--hide .header__content .header__item-compare {
    display: none !important;
  }
  .mobile-header__wishlist--hide .header__content .header__item-wishlist {
    display: none;
  }
  .header-nav-wide {
    display: none;
  }
  .mobile-header--layout-3 .logo__container {
    order: 1;
    margin: 0 auto;
  }
  .mobile-header--layout-3 .logo__container:before {
    background: none;
  }
  .mobile-header--layout-3 .header__content .flex-left {
    order: 0;
  }
  .mobile-header--layout-3 .header__content .flex-right {
    order: 2;
    margin: 0;
  }
  .page-layout-checkout.mobile-header--layout-5 .logo__container,
  .checkout-index-index.mobile-header--layout-5 .logo__container,
  .page-layout-checkout.mobile-header--layout-4 .logo__container,
  .checkout-index-index.mobile-header--layout-4 .logo__container {
    position: relative;
    left: 0;
    transform: none;
    margin: 0;
  }
  .mobile-header--layout-5.header--layout-1 .page-header .logo__container,
  .mobile-header--layout-4.header--layout-1 .page-header .logo__container {
    order: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 60px;
    height: 60px;
    overflow: hidden;
  }
  .mobile-header--layout-5 .header__content,
  .mobile-header--layout-4 .header__content {
    min-height: 60px;
    height: 60px;
    justify-content: space-between;
  }
  .mobile-header--layout-5 .header__content .logo__container,
  .mobile-header--layout-4 .header__content .logo__container {
    order: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 60px;
    height: 60px;
    overflow: hidden;
  }
  .mobile-header--layout-5 .header__content .header__left,
  .mobile-header--layout-4 .header__content .header__left,
  .mobile-header--layout-5 .header__content .flex-left,
  .mobile-header--layout-4 .header__content .flex-left {
    order: 0;
  }
  .mobile-header--layout-5 .header__content .slide-out-menu--mobile,
  .mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    position: relative;
    top: 0;
  }
  .mobile-header--layout-5 .header__content .header__right,
  .mobile-header--layout-4 .header__content .header__right,
  .mobile-header--layout-5 .header__content .flex-right,
  .mobile-header--layout-4 .header__content .flex-right {
    order: 2;
    margin: 0;
  }
  .mobile-header--layout-5 .header__content .header__right .header__item-search,
  .mobile-header--layout-4 .header__content .header__right .header__item-search,
  .mobile-header--layout-5 .header__content .flex-right .header__item-search,
  .mobile-header--layout-4 .header__content .flex-right .header__item-search {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile-header--layout-5 .header__content .slide-out-menu--mobile {
    left: 8px;
  }
  .mobile-header--layout-5 .header__content .slide-out-menu--mobile > span {
    display: none;
  }
  .mobile-header--layout-5 .header__content .header__right .header__item-search,
  .mobile-header--layout-5 .header__content .flex-right .header__item-search {
    top: 8px;
    left: 58px;
  }
  .mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    left: 52px;
  }
  .mobile-header--layout-4 .header__content .header__right .header__item-search,
  .mobile-header--layout-4 .header__content .flex-right .header__item-search {
    top: 8px;
    left: 10px;
  }
  .mobile-header--layout-4.header--layout-4 .header__content .header__right .header__item-search,
  .mobile-header--layout-4.header--layout-4 .header__content .flex-right .header__item-search {
    top: 0;
    left: 0;
  }
  .mobile-header--layout-5.header--layout-4 .header__content .header__right .header__item-search,
  .mobile-header--layout-5.header--layout-4 .header__content .flex-right .header__item-search {
    top: 0;
  }
  .mobile-header--layout-5.header--layout-4 .header__content .slide-out-menu--mobile {
    left: 0;
  }
  /* My Account */
  #btn-myaccount-close {
    display: none;
  }
  .ox-section-item-content .block-new-customer {
    margin: 0 0 -25px -25px;
    padding: 30px;
    width: calc(100% + 50px);
  }
  .ox-section-item-content .block-customer-login {
    padding: 9px;
  }
  .ox-section-item-content .block-customer-login .field.note {
    display: none;
  }
  .ox-section-item-content .header__toplinks + .block-content .block-customer-login .block-title {
    padding-top: 30px;
    border-top: 1px solid rgba(107, 107, 107, 0.18);
    margin-top: 20px;
  }
  .ox-fixed-dropdown .ox-slideout-shadow {
    opacity: .8;
    visibility: visible;
  }
  .ox-slideout-left,
  .ox-slideout-right,
  .minicart--style-modern .ox-slideout-left,
  .minicart--style-modern .ox-slideout-right {
    width: 80%;
    min-width: 1px;
  }
  .ox-dropdown {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: none;
    touch-action: manipulation;
    right: 0;
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    z-index: 890;
    width: 80%;
    min-width: 1px;
    padding: 20px 30px 0;
  }
  .ox-dropdown > div,
  .ox-dropdown .ox-modal-content {
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
  .ox-dropdown .minicart-items-wrapper {
    height: auto !important;
    overflow-x: unset;
  }
  .ox-dropdown .header__item-dropdown-content .block-compare,
  .ox-dropdown .header__item-dropdown-content .block-wishlist,
  .ox-dropdown .block-quotecart #quotecart-content-wrapper,
  .ox-dropdown .block-minicart #minicart-content-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ox-dropdown .block-account > .block-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateZ(0);
  }
  .ox-dropdown .block-compare .block-content,
  .ox-dropdown .block-wishlist .block-content,
  .ox-dropdown .block-minicart .block-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateZ(0);
  }
  .ox-dropdown .block-compare .dropdown-bottom-wrapper,
  .ox-dropdown .block-wishlist .dropdown-bottom-wrapper,
  .ox-dropdown .block-minicart .dropdown-bottom-wrapper {
    display: block;
    flex: 1 1 auto;
  }
  .ox-dropdown.ox-slideout-close {
    animation: ox-modal-close-slideout-right 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
  }
  .ox-dropdown-active {
    animation: ox-modal-active-slideout 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
  }
  .ox-dropdown-close {
    animation: ox-modal-close-slideout-right 0.3s;
    animation-fill-mode: forwards;
  }
  .ox-dropdown-active.ox-fixed-dropdown .ox-slideout-shadow {
    opacity: .8;
    visibility: visible;
  }
  .minicart--style-classic .ox-dropdown .block-minicart {
    margin-top: 0;
  }
  .minicart--style-modern .ox-dropdown {
    max-width: 570px;
    width: 100%;
    padding: 0;
    padding-right: 0;
    -webkit-transform: translateX(570px);
    transform: translateX(570px);
    width: 80%;
  }
  .blog-page .sidebar-additional {
    margin-top: 80px;
  }
  .post-list.columns-2.blog-style-classic .post-date,
  .post-list.columns-3.blog-style-classic .post-date {
    display: none;
  }
  .post-list.columns-2.blog-style-classic .post-content,
  .post-list.columns-3.blog-style-classic .post-content {
    margin-left: 10px;
  }
  .post-list.columns-2.blog-style-classic .post-image-wrapper .post-date,
  .post-list.columns-3.blog-style-classic .post-image-wrapper .post-date {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 26px;
    font-weight: 800;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amwishlist-product-grid .product-item-tooltip.wrapper.tooltip {
    margin-left: 0;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .ox-carousel .slide-content-2-col .ox-carousel__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .circle-pulse-wrapper {
    transform: scale(0.7);
  }
  .ox-megamenu-navigation .category-item > a {
    min-height: 30px;
  }
  .ox-megamenu-navigation > .level0:not(:first-child) > .level-top {
    border-top: none;
  }
  .ox-megamenu-navigation .category-item {
    width: 100%;
  }
  .ox-megamenu-navigation .ox-megamenu-list ul,
  .ox-megamenu-navigation .ox-megamenu__dropdown,
  .ox-megamenu-navigation .ox-submenu {
    display: none;
    padding: 5px 0 5px 10px;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list.row > li {
    max-width: 100%;
  }
  /* hide all dropdowns on mobile by default */
  .ox-megamenu--action > *:not(a) {
    display: block;
  }
  /* Mobile menu toggle cross */
  .ox-megamenu-navigation li > a,
  .ox-megamenu-navigation li.parent > a {
    position: relative;
  }
  .ox-megamenu-navigation li > a .ox-menu-arrow,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
  }
  .ox-megamenu-navigation li > a .ox-menu-arrow:after,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:after,
  .ox-megamenu-navigation li > a .ox-menu-arrow:before,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:before {
    content: '';
    position: absolute;
    background: #000000;
    -webkit-transition: background  0.3s ease-in-out;
    -moz-transition: background  0.3s ease-in-out;
    -ms-transition: background  0.3s ease-in-out;
    transition: background  0.3s ease-in-out;
    right: 8px;
    top: 11px;
    width: 8px;
    height: 2px;
  }
  .ox-megamenu-navigation li > a .ox-menu-arrow:after,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:after {
    transform: rotate(90deg);
  }
  .ox-megamenu-navigation li.ox-megamenu--opened > a .ox-menu-arrow:after,
  .ox-megamenu-navigation li.parent.ox-megamenu--opened > a .ox-menu-arrow:after {
    content: none;
  }
  /* Basic Grid Columns */
  [class*="ox-menu-col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-menu-col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ox-space-between {
    flex-flow: column;
  }
  .ox-space-between > * {
    padding-bottom: 10px;
  }
  .cart-container {
    display: flex;
    flex-flow: column;
  }
  .cart-container .cart-summary {
    order: 2;
  }
  .cart-container .form-cart {
    order: 1;
  }
  .header__item,
  .header__item-search,
  .minicart-wrapper {
    margin: 3px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    padding: 50px;
  }
  .opc-summary-wrapper.custom-slide .action-close {
    margin: 0;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary > .title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .product-item-name-block {
    display: block;
  }
  .checkout-payment-method {
    /*
        .step-title {
            .lib-css(padding-left, @checkout-payment-method-title-mobile__padding);
            .lib-css(padding-right, @checkout-payment-method-title-mobile__padding)
        }

        .payment-method-title {
            .lib-css(padding, @checkout-payment-method-title-mobile__padding)
        }

        .payment-method-content {
            .lib-css(padding, 0 @checkout-payment-method-title-mobile__padding @indent__base);
        }*/
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 0;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: 0;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f8f8f8;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 0 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .toolbar-products .flex-left {
    margin-left: auto;
  }
  .toolbar-products .flex-right {
    margin-left: 0;
  }
  .page-layout-1column-fullwidth.catalog-product-view .page-main,
  .catalog-product-view .page-main {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    font-weight: 900;
    padding: 0 40px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-item-actions .quick-view,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .quick-view,
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .action.tocompare,
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .action.towishlist,
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .action.primary,
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .amshopby-button,
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .am-filter-go {
    visibility: visible;
    opacity: 1;
    top: 0;
    animation: none;
  }
  .products-grid__layout-default.products-grid.secondary-top-right .product-grid__image-wrapper .product-item-inner .quick-view {
    top: auto;
    transform: none;
  }
  .athlete2_product_info__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ox_quickview-catalog_product-view .athlete2_product_info__wrapper {
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .sidebar-nobg .account-nav.collapsible-nav .content {
    padding: 20px;
    background-color: #f8f8f8;
  }
  .account-nav .title {
    display: none;
  }
  .account-nav.collapsible-nav .title {
    display: block;
  }
  .account-nav.collapsible-nav .title.active .hamburger-menu-icon-small span:nth-child(1) {
    transform: rotate(-45deg);
    top: 5px;
  }
  .account-nav.collapsible-nav .title.active .hamburger-menu-icon-small span:nth-child(2) {
    transform: rotate(45deg);
    top: 3px;
  }
  .account-nav.collapsible-nav .title.active .hamburger-menu-icon-small span:nth-child(3) {
    display: none;
  }
  .account-nav.collapsible-nav .content {
    display: none;
  }
  .account-nav.collapsible-nav .content.active {
    display: block;
  }
  .account-nav .toggle-mobile-nav {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
  }
  .account-nav .hamburger-menu-icon-small {
    width: 22px;
    height: 14px;
  }
  .account-nav .hamburger-menu-icon-small span {
    height: 2px;
  }
  .form.create.account {
    margin: 20px auto;
  }
  .form.create.account .actions-toolbar > .secondary {
    text-align: center;
    background: #000000;
    padding: 30px;
    margin: 55px -55px -55px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .columns .sidebar-main {
    order: 0;
    margin-top: 0;
  }
  .account .columns .sidebar-additional {
    margin-top: 60px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 0;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .filters-slideout-content {
    display: none;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    /*.lib-icon-font(
                    @icon-remove,
                    @_icon-font-color: @text__color__muted,
                    @_icon-font-size: 16px,
                    @_icon-font-position: after
                    );*/
  }
  .filter.active .filter-subtitle {
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter-actions {
    margin-bottom: 0;
  }
  .filter-options:last-child {
    margin-bottom: 0;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter .filter-current {
    padding: 20px 10px;
    min-height: 52px;
    background: #f8f8f8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .filter .filter-current .items {
    /*display: none;*/
    margin: 5px 0 0 10px;
    padding: 10px 0 0 0;
    width: 100%;
    border-top: none;
  }
  .filter .filter-current-subtitle {
    min-height: 24px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    word-break: initial;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    margin-left: 5px;
    margin-right: auto;
    order: 1;
  }
  .filter .filter-current.active {
    /*.toggle-minus{
                .ox-toggle-minus-opened();
            }*/
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
    padding: 0 20px 20px 20px;
    background: #f8f8f8;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .sidebar-nobg .filter .filter-current {
    padding: 8px 0 23px 0;
    background-color: transparent;
    margin-bottom: 0;
  }
  .sidebar-nobg .filter .filter-current .items {
    margin-left: 0;
  }
  .sidebar-nobg .filter .filter-current-subtitle {
    padding: 0;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    margin: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 0;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .footer--layout-1 .footer .block.newsletter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .amsearch-result-tabs > .data.item.content {
    background: none;
    padding: 40px 0 0 0;
  }
  .amsearch-result-tabs .item.title.active {
    margin: 0 0 15px;
  }
  .amsearch-result-section {
    max-width: 100%;
  }
  .ox-fixed-slideout.am-search-fixed > body,
  .ox-fixed-slideout.am-search-fixed > body > .page-wrapper {
    height: auto;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown {
    padding: 15px;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown > .ox-megamenu-list {
    margin: 0 -12px;
  }
  .ox-megamenu-navigation .ox-megamenu-block {
    margin: 0 -6px 30px;
  }
  .ox-megamenu-navigation .ox-megamenu-block.ox-megamenu__categories {
    margin: 0 -12px 30px;
  }
  .ox-megamenu-navigation > .level0 > .level-top,
  .ox-megamenu-navigation li.parent > .level-top,
  .ox-megamenu-navigation .category-item > .level-top,
  .ox-megamenu-navigation > .level0 > a,
  .ox-megamenu-navigation li.parent > a,
  .ox-megamenu-navigation .category-item > a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    position: static;
  }
  /* Mobile menu toggle cross */
  .ox-megamenu-navigation li > a .ox-menu-arrow,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    top: 5px;
  }
  .ox-megamenu-navigation li > a .ox-menu-arrow,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .centered-iblocks {
    flex-flow: column;
    text-align: center;
  }
  .centered-iblocks .iblock,
  .centered-iblocks > div {
    display: block;
  }
  .centered-iblocks .iblock:after,
  .centered-iblocks > div:after {
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
  }
  .centered-iblocks .iblock .icon-wrapper,
  .centered-iblocks > div .icon-wrapper {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .centered-iblocks .iblock .content-wrapper,
  .centered-iblocks > div .content-wrapper {
    display: block;
  }
  .centered-iblocks.-stretch .iblock,
  .centered-iblocks.-stretch > div {
    display: flex;
  }
  .centered-iblocks.-stretch .iblock .icon-wrapper,
  .centered-iblocks.-stretch > div .icon-wrapper {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .centered-iblocks.-stretch .iblock:after,
  .centered-iblocks.-stretch > div:after {
    width: 100%;
    left: 0;
    height: 1px;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .info-block [class^="col"] {
    padding: 0;
    margin-bottom: 15px;
  }
  .info-block [class^="col"]:last-child {
    margin-bottom: 0;
  }
  .ox-links-block [class*="col-sm-"] {
    margin-bottom: 30px;
  }
  .ox-categories-grid-with-banner .ox-banner.bg-image {
    position: relative;
    background-position: center;
    min-height: 450px;
  }
  .ox-categories-grid-with-banner .ox-banner.ox-banner-content-overlay .ox-banner-container {
    padding: 60px;
  }
  .ox-banner.sm-content-normal.ox-banner-content-overlay .ox-banner-container {
    transform: none;
    position: relative;
    top: 0;
  }
  .ox-banner.sm-h-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ox-instagram-feed .ox-instagram-items .other-images,
  .ox-instagram-feed .ox-instagram-items .first-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
  }
  .product.data.items > .item.content {
    padding: 30px;
  }
  .contact-index-index .contacts-layout-default .form.contact,
  .contacts-layout-default .form.contact {
    padding: 30px;
    max-width: 100%;
  }
  .contact-index-index .contacts-layout-default .contacts-second-block,
  .contacts-layout-default .contacts-second-block {
    margin-top: 50px;
  }
  .footer--layout-4 .footer.content .block.newsletter .content,
  .footer--layout-2 .footer.content .block.newsletter .content,
  .footer--layout-4 .footer.content .block.newsletter .block_newsletter_info,
  .footer--layout-2 .footer.content .block.newsletter .block_newsletter_info {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 14px;
  }
  .column.main .block .title strong,
  .block .title strong,
  .block-title strong {
    font-size: 30px;
  }
  .column.main .crosssell .block .title strong,
  .column.main .related .block .title strong,
  .column.main .upsell .block .title strong,
  .column.main .crosssell .block-title strong,
  .column.main .related .block-title strong,
  .column.main .upsell .block-title strong {
    font-size: 30px;
  }
  .fancy-text.-overlay {
    margin-bottom: 0;
  }
  .fancy-text.-overlay-top {
    margin-top: 0;
  }
  .fancy-text.-overlay-top.huge-6vw {
    margin-top: -2.2vw;
  }
  .big-text-promo {
    padding: 120px 30px 90px 30px;
  }
  .big-text-promo h1.big,
  .big-text-promo .h1.big,
  .big-text-promo h2.big,
  .big-text-promo .h2.big {
    font-size: 38px;
  }
  .big-text-promo p {
    font-size: 18px;
  }
  .promo-block-categories-grid {
    padding: 50px 0 60px 0;
  }
  .promo-block-categories-grid .promo-block-categories__text {
    padding: 0 5% 0 10%;
  }
  .promo-block-categories-grid .promo-block-categories__text .title {
    margin-bottom: 22px;
  }
  .hide-on-s {
    display: none !important;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding: 8px 15px 3px 0;
    text-transform: uppercase;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-out-menu--mobile > span {
    display: none;
  }
  .button.secondary.small-s,
  .button.primary.small-s,
  a.button.secondary.small-s,
  a.button.primary.small-s,
  a.button.small-s,
  .button.small-s,
  button.small-s {
    padding: 8px 12px;
  }
  .button.secondary.medium-s,
  .button.primary.medium-s,
  a.button.secondary.medium-s,
  a.button.primary.medium-s,
  a.button.medium-s,
  .button.medium-s,
  button.medium-s {
    padding: 14px 22px;
  }
  .ox-dropdown {
    padding: 10px 20px 0;
  }
  .ox-banner.s-content-normal.ox-banner-content-overlay .ox-banner-container {
    transform: none;
    position: relative;
    top: 0;
  }
  .ox-banner.s-h-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ox-instagram-feed.columns-s-1 .ox-instagram-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-instagram-feed.columns-s-2 .ox-instagram-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-instagram-feed.columns-s-3 .ox-instagram-item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-instagram-feed.columns-s-4 .ox-instagram-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-instagram-feed.columns-s-5 .ox-instagram-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-instagram-feed.columns-s-6 .ox-instagram-item {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-instagram-feed.columns-s-7 .ox-instagram-item {
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .ox-instagram-feed.columns-s-8 .ox-instagram-item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ox-instagram-feed.columns-s-9 .ox-instagram-item {
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .ox-instagram-feed.columns-s-10 .ox-instagram-item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ox-instagram-feed.columns-s-11 .ox-instagram-item {
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }
  .ox-instagram-feed.columns-s-12 .ox-instagram-item {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .post-view .block.comments .fb-comments,
  .post-view .block.comments .c-replyform form {
    padding: 30px;
  }
  .post-view .block.comments button,
  .post-view .block.comments button[type="submit"] {
    min-width: unset;
    width: 100%;
  }
  .post-view .block.comments .c-comment {
    padding: 35px 0;
  }
  .post-view .block.comments .c-comment .c-post {
    padding: 0 0 0 14px;
  }
  .post-list.blog-style-classic .post-content {
    margin-left: 10px;
  }
  .post-list.blog-style-classic .post-date {
    display: none;
  }
  .post-list.blog-style-classic .post-image-wrapper .post-date {
    display: block;
  }
  .post-list .post-image-wrapper img {
    width: 100%;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot,
  .ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot,
  .ox-carousel.ox-dots__s-lines_text .owl-dots button.dot {
    margin: 0px 6px;
  }
  .ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot span.title,
  .ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.title,
  .ox-carousel.ox-dots__s-lines_text .owl-dots button.dot span.title {
    display: none;
  }
  .ox-carousel.ox-progress__p-nav .owl-dots {
    min-height: 30px;
  }
  .ox-carousel.ox-progress__p-nav .owl-dots button.dot span.progress {
    width: 35px;
  }
  .ox-carousel.ox-dots__p-over.ox-dots__overlay .ox-slide-item:before {
    height: 70px;
  }
  .ox-hotspot__item.mobile-minimized {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    margin-top: -10px !important;
    margin-left: -10px !important;
  }
  .ox-hotspot__item.mobile-minimized .ox-hotspot__icon,
  .ox-hotspot__item.mobile-minimized .-text.hs {
    display: none !important;
  }
  .ox-hotspot__item.mobile-minimized .inner {
    border-radius: 10px !important;
  }
  .ox-hotspot__item.mobile-minimized:hover .ox-hotspot__tooltip {
    left: 10px;
  }
  .ox-newsletter-modal .-image {
    padding-bottom: 70%;
  }
  .ox-newsletter-modal .block.newsletter .form.subscribe {
    flex-direction: column;
  }
  .ox-newsletter-modal .block.newsletter .action.primary,
  .ox-newsletter-modal .block.newsletter .amshopby-button,
  .ox-newsletter-modal .block.newsletter .am-filter-go {
    width: 100%;
    margin-top: 10px;
  }
  .ox-unlock-newsletter .-form-wrapper {
    margin: 10px 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "\40";
    font-family: "athlete2";
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.page-title-wrapper {
    padding-bottom: 30px;
  }
  .cart-container .form-cart .actions .action {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col {
    display: none !important;
    /*&:not(.item) {
                        display: none;
                    }*/
  }
  .cart.table-wrapper .col {
    padding: 16px 10px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    /*box-sizing: border-box;
                    display: block;
                    float: left;
                    text-align: center;
                    white-space: nowrap;
                    width: 33%;*/
  }
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0;
  }
  .cart.table-wrapper .col.price {
    text-align: left;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
    text-align: center;
  }
  .cart.table-wrapper .col.actions {
    position: absolute;
    top: 30px;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    margin-right: 30px;
    max-width: initial;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
    padding: 26px 40px 0 0;
  }
  .cart.table-wrapper .item .item-info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
  }
  .ox-slideout .block-compare,
  .ox-slideout .block-wishlist,
  .ox-slideout .block-minicart {
    padding: 0;
    margin: 0;
    top: auto;
    left: auto;
    box-shadow: none;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  .ox-slideout .block-minicart:before,
  .ox-slideout .block-minicart:after {
    content: none;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items,
  .minicart--style-modern .ox-dropdown .block-compare .product-items,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items,
  .minicart--style-modern .ox-slideout .minicart-items-wrapper,
  .minicart--style-modern .ox-dropdown .minicart-items-wrapper {
    padding: 0 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .block-content,
  .minicart--style-modern .ox-dropdown .block-compare .block-content,
  .minicart--style-modern .ox-slideout .block-wishlist .block-content,
  .minicart--style-modern .ox-dropdown .block-wishlist .block-content,
  .minicart--style-modern .ox-slideout .block-minicart .block-content,
  .minicart--style-modern .ox-dropdown .block-minicart .block-content {
    padding-top: 25px;
  }
  .minicart--style-modern .ox-slideout .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-minicart .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-minicart .dropdown-bottom-wrapper {
    padding: 35px 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .items-total,
  .minicart--style-modern .ox-dropdown .block-compare .items-total,
  .minicart--style-modern .ox-slideout .block-wishlist .items-total,
  .minicart--style-modern .ox-dropdown .block-wishlist .items-total,
  .minicart--style-modern .ox-slideout .block-minicart .items-total,
  .minicart--style-modern .ox-dropdown .block-minicart .items-total {
    padding: 14px 40px 34px 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-minicart .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-minicart .ox-overlay-close-btn {
    right: 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-compare .product-items .product-item-details,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items .product-item-details {
    margin-left: 14px;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-compare .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items .product-item .product-item-name {
    max-width: 100%;
    max-width: calc(100% - 25px);
  }
  .minicart--style-modern .ox-slideout .block-minicart .amount .price-wrapper:first-child .price,
  .minicart--style-modern .ox-dropdown .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .minicart--style-modern .ox-slideout .block-minicart .minicart-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-minicart .minicart-items .product-item-details {
    margin-left: 14px;
  }
  .minicart--style-modern .ox-slideout .block-minicart .minicart-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-minicart .minicart-items .product-item .product-item-name {
    max-width: 100%;
    max-width: calc(100% - 25px);
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart {
    padding: 0;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart svg {
    margin: 0;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart span {
    min-width: 7px;
    display: inline;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart span.qty {
    display: inline-block;
    border: none;
    padding: 0 3px;
    margin: 0;
    position: absolute;
    top: 0;
    height: 12px;
    min-width: 12px;
    text-align: center;
    vertical-align: middle;
    right: 0;
    background: #202020;
    color: #eaeaea;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .opc-wrapper .step-title {
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .opc-wrapper-boxed {
    padding: 30px;
    padding-top: 20px;
  }
  .checkout-index-index .page-main {
    padding: 30px 30px 0 30px;
  }
  .multishipping-checkout-success .page-title-wrapper,
  .checkout-onepage-success .page-title-wrapper {
    padding: 0;
  }
  .opc-estimated-wrapper {
    margin: 0 0 30px 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 0 15px;
    height: 40px;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 30px;
  }
  .opc-progress-bar-item {
    width: 100%;
    font-size: 1.4rem;
  }
  ._active > span:before,
  ._complete > span:before {
    left: 20px;
  }
  ._active > span:after,
  ._complete > span:after {
    left: 25px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    /*.lib-css(border-bottom, 1px solid @checkout-shipping-item-before__border-color);*/
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 29px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    width: 30px;
    padding: 0;
    background: none;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: 26px;
    color: #303030;
    content: '\3a';
    font-family: 'Athlete2';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .block-title strong {
    font-size: 2.4rem;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-item-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-top: 15px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary {
    margin-left: -5px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .products-list .product-item .product-item-description {
    margin: 25px 0;
  }
  .products-list .product-item-details {
    display: inline-block;
    float: left;
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0;
    width: 100%;
  }
  .toolbar-products .toolbar-amount {
    display: none;
  }
  .toolbar-products .js-toolbar-switch {
    padding: 0 3px 0 10px;
  }
  .toolbar-products .sorter .js-toolbar-switch {
    margin-right: 0;
  }
  .page-products .toolbar .sorter {
    margin-right: 0;
  }
  .page-products .toolbar .sorter .sorter-label {
    display: none;
  }
  .page-products .toolbar .limiter span:not(.current) {
    display: none;
  }
  .product-info-main .product__social-share .social-share__action,
  .product-options-bottom .product__social-share .social-share__action {
    margin-right: 0;
  }
  .product-info-main .product__social-share .social-share__content .ox-social-button,
  .product-options-bottom .product__social-share .social-share__content .ox-social-button {
    justify-content: center;
  }
  .product-info-main .product__social-share .social-share__content .ox-social-button span,
  .product-options-bottom .product__social-share .social-share__content .ox-social-button span {
    display: none;
  }
  .product-info-main .product__social-share .social-share__content .ox-social-button i,
  .product-options-bottom .product__social-share .social-share__content .ox-social-button i {
    margin-right: 0;
  }
  .product-info-main .product__social-share .social-share__content .ox-social-button:before,
  .product-options-bottom .product__social-share .social-share__content .ox-social-button:before {
    margin: 0;
  }
  .product-info-main {
    margin-bottom: 0;
  }
  .products-list {
    /*.product-image-container{
            width: 100%!important;
        }*/
  }
  .products-list .product-grid__image-wrapper {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .products-list .product-item-details {
    clear: left;
  }
  .products-list .product-image-wrapper {
    height: auto;
    /*padding-bottom: 0!important;*/
  }
  .products-list .product-item .product-image-wrapper {
    /*.product-image-photo{
                position: static;
            }*/
  }
  .products-list .product-item .product-image-wrapper .product-second-image-photo {
    position: absolute;
  }
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .block-customer-login .block-title,
  .block-new-customer .block-title {
    line-height: 0.8;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account .column.main .block-dashboard-addresses,
  .account .column.main .block-dashboard-info {
    padding: 25px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    margin: 0 auto;
    padding: 45px;
  }
  .form.password.reset .actions-toolbar > .secondary,
  .form.send.confirmation .actions-toolbar > .secondary,
  .form.password.forget .actions-toolbar > .secondary,
  .form.create.account .actions-toolbar > .secondary {
    padding: 15px;
    margin: 45px -45px -45px;
  }
  .login-container {
    margin: 0 auto;
  }
  .login-container .block {
    padding: 45px;
  }
  .login-container .block .action.primary,
  .login-container .block .amshopby-button,
  .login-container .block .am-filter-go {
    width: 100%;
  }
  .block-customer-login .actions-toolbar {
    text-align: center;
    display: block;
  }
  .block-customer-login.block .action.primary,
  .block-customer-login.block .amshopby-button,
  .block-customer-login.block .am-filter-go {
    width: 100%;
  }
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].qty:before,
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].actions:before,
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].product:before {
    content: none;
  }
  .multicheckout.address.form .table-wrapper .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout.address.form .table-wrapper .data.table .col {
    padding: 10px 0;
  }
  .multicheckout.address.form .table-wrapper .data.table .col,
  .multicheckout.address.form .table-wrapper .data.table .col.address,
  .multicheckout.address.form .table-wrapper .data.table .col.qty {
    text-align: center;
  }
  .multicheckout.address.form .table-wrapper .data.table .col.actions {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout > .actions-toolbar {
    display: block;
  }
  .multicheckout > .actions-toolbar .action {
    width: 100%;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .footer.content .block.newsletter.newsletter-style--big .title {
    font-size: 30px;
  }
  .footer.content .block.newsletter .form.subscribe {
    flex-direction: column;
  }
  .footer.content .block.newsletter .form.subscribe .field-recaptcha {
    justify-content: center;
  }
  .footer.content .block.newsletter .action.primary,
  .footer.content .block.newsletter .amshopby-button,
  .footer.content .block.newsletter .am-filter-go {
    width: 100%;
    margin-top: 10px;
  }
  .fieldset .review-legend.legend {
    font-size: 30px;
  }
  .review-list .block-title strong {
    font-size: 30px;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .account .data.table .col:first-child {
    border-top: 1px solid rgba(107, 107, 107, 0.18);
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: block;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .account .table-wrapper.order-items .col.subtotal,
  .account .table-wrapper.order-items .col.qty,
  .account .table-wrapper.order-items .col.price {
    text-align: left;
  }
  .order-details-items .table-wrapper {
    overflow-y: auto;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 0;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: baseline;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .wishlist-index-index .product-item {
    width: 50%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .products-grid.wishlist + .actions-toolbar {
    display: block;
  }
  .wishlist-index-index .products-grid.wishlist + .actions-toolbar .action {
    width: 100%;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  body .modal-popup.ws-parcelshop-popup .modal-content .ws-parcelshop-popup {
    display: block;
  }
  body .wexo-shipping-additional .ws-shipping-method-content .ws-search-button {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .message.warning,
  .message.info,
  .message.notice,
  .message.error,
  .message.success {
    padding-left: 70px;
  }
  .message.warning:before,
  .message.info:before,
  .message.notice:before,
  .message.error:before,
  .message.success:before {
    width: 50px;
  }
  .message.error > *:first-child:before {
    left: 19px;
  }
  .message.error > *:first-child:after {
    left: 14px;
  }
  .message.success > *:first-child:before {
    left: 17px;
  }
  .message.success > *:first-child:after {
    left: 22px;
  }
  .message.notice > *:first-child:before,
  .message.info > *:first-child:before,
  .message.notice > *:first-child:after,
  .message.info > *:first-child:after {
    left: 23px;
  }
  .message.warning > *:first-child:before {
    left: 16px;
  }
  .ox-nav-sections-item-title {
    height: 50px;
  }
  .ox-nav-sections-item-content {
    margin-top: 50px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .ox-slideout .header__search-wrapper .search_form_wrap,
  .ox-slideout .header__search-wrapper form {
    display: block;
  }
  .ox-slideout .header__search-wrapper .search_form_wrap > .actions,
  .ox-slideout .header__search-wrapper form > .actions {
    display: block;
    margin-top: 20px;
  }
  .ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search,
  .ox-slideout .header__search-wrapper form > .actions .action.search {
    width: 100%;
  }
  .header--layout-4 .slide-out-menu--mobile {
    min-width: 57px;
  }
  .header--layout-4 .header__content {
    min-height: 50px;
  }
  .header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .action.search {
    min-width: 40px;
  }
  .header--layout-4 .header__content .flex-right .header__item .button {
    min-width: 50px;
  }
  .header--layout-4 .header__content .minicart-wrapper .action.showcart {
    padding: 0 18px;
  }
  .mobile-header__wishlist--hide.header--layout-4 .header__content .header__item-wishlist {
    display: none;
  }
  .mobile-header__compare--hide.header--layout-4 .header__content .header__item-compare {
    display: none !important;
  }
  .mobile-header--layout-2 .header--layout-4 .header__content .flex-right .header__item .button {
    min-width: 48px;
  }
  .header--layout-4 {
    /*
        &.mobile-header--layout-5{
            .header__content{
                .flex-right{
                    .header__item-search{
                        left: 60px;
                    }
                }
            }
        }*/
  }
  .header--layout-4.mobile-header--layout-3 .header__content .slide-out-menu--mobile {
    min-width: 54px;
    padding: 6px 13px;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    left: 50px;
  }
  .mobile-header--layout-5 .page-header .logo__container,
  .mobile-header--layout-4 .page-header .logo__container {
    max-width: 150px;
  }
  .ox-slideout-left,
  .ox-slideout-right,
  .minicart--style-modern .ox-slideout-left,
  .minicart--style-modern .ox-slideout-right {
    width: 90%;
  }
  .minicart--style-modern .ox-dropdown,
  .ox-dropdown {
    width: 90%;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main {
    padding: 30px 30px 0;
  }
  .crosssell.additional-products .block-title strong,
  .related.additional-products .block-title strong,
  .upsell.additional-products .block-title strong {
    max-width: calc(100% - 60px);
  }
  .crosssell.additional-products .block-title .owl-nav,
  .related.additional-products .block-title .owl-nav,
  .upsell.additional-products .block-title .owl-nav {
    margin-left: 10px;
  }
  .ox-banner-animated-text .ox-banner-animated-container {
    padding: 20px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container {
    padding: 27px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    font-size: 32px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container .text {
    font-size: 14px;
    margin-top: 20px;
    padding: 5px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container.bottom {
    padding: 20px;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 0;
  }
  .ox-carousel .ox-slide-item .title.huge-6vw,
  .ox-carousel .ox-slide-item .title.huge-7vw,
  .ox-carousel .ox-slide-item .title.big,
  .ox-carousel .ox-slide-item .title.huge {
    font-size: 38px;
  }
  .widget.block-products-list.owl-nav--position-title .block-title .title-wrap,
  .widget.block-products-list.owl-nav--position-title .block-title strong,
  .widget.block-products-list.owl-nav--position-title .block-title h1,
  .widget.block-products-list.owl-nav--position-title .block-title h2,
  .widget.block-products-list.owl-nav--position-title .block-title h3,
  .widget.block-products-list.owl-nav--position-title .block-title h4,
  .widget.block-products-list.owl-nav--position-title .block-title h5,
  .widget.block-products-list.owl-nav--position-title .block-title h6 {
    max-width: calc(100% - 60px);
  }
  .widget.block-products-list.owl-nav--position-title .block-title .title-wrap > * {
    max-width: 100%;
  }
  .widget.block-products-list.owl-nav--position-title .block-title .owl-nav {
    margin-left: 10px;
  }
  .cart-summary {
    padding: 25px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .cart-container .checkout-methods-items {
    margin: 0 -25px -25px;
    padding: 25px;
  }
  table.table-totals tbody tr.grand.totals .price,
  table.totals tbody tr.grand.totals .price {
    font-size: 34px;
  }
  .ox-slideout .block-minicart {
    padding: 0;
    margin: 0;
    top: auto;
    left: auto;
    box-shadow: none;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  .ox-slideout .block-minicart:before,
  .ox-slideout .block-minicart:after {
    content: none;
  }
  .minicart--style-classic .ox-slideout .dropdown-bottom-wrapper,
  .minicart--style-classic .ox-dropdown .dropdown-bottom-wrapper {
    padding-bottom: 20px;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items,
  .minicart--style-modern .ox-dropdown .block-compare .product-items,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items,
  .minicart--style-modern .ox-slideout .minicart-items-wrapper,
  .minicart--style-modern .ox-dropdown .minicart-items-wrapper {
    padding: 0 25px;
  }
  .minicart--style-modern .ox-slideout .minicart-items .item-qty,
  .minicart--style-modern .ox-dropdown .minicart-items .item-qty {
    border: none !important;
  }
  .minicart--style-modern .ox-slideout .block-compare .block-content,
  .minicart--style-modern .ox-dropdown .block-compare .block-content,
  .minicart--style-modern .ox-slideout .block-wishlist .block-content,
  .minicart--style-modern .ox-dropdown .block-wishlist .block-content,
  .minicart--style-modern .ox-slideout .block-minicart .block-content,
  .minicart--style-modern .ox-dropdown .block-minicart .block-content {
    padding-top: 20px;
  }
  .minicart--style-modern .ox-slideout .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-minicart .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-minicart .dropdown-bottom-wrapper {
    padding: 30px 35px;
  }
  .minicart--style-modern .ox-slideout .block-compare .items-total,
  .minicart--style-modern .ox-dropdown .block-compare .items-total,
  .minicart--style-modern .ox-slideout .block-wishlist .items-total,
  .minicart--style-modern .ox-dropdown .block-wishlist .items-total,
  .minicart--style-modern .ox-slideout .block-minicart .items-total,
  .minicart--style-modern .ox-dropdown .block-minicart .items-total {
    padding: 14px 30px 34px 30px;
  }
  .minicart--style-modern .ox-slideout .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-minicart .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-minicart .ox-overlay-close-btn {
    right: 30px;
  }
  .minicart--style-modern .ox-slideout .block-minicart .amount .price-wrapper:first-child .price,
  .minicart--style-modern .ox-dropdown .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .block-compare .block-content .dropdown-bottom-wrapper {
    flex-flow: column;
  }
  .block-compare .block-content .dropdown-bottom-wrapper > .primary,
  .block-compare .block-content .dropdown-bottom-wrapper > .secondary {
    width: 100%;
  }
  .block-compare .block-content .dropdown-bottom-wrapper > .primary {
    order: 0;
    margin-bottom: 10px;
  }
  .block-minicart .block-content .dropdown-bottom-wrapper .actions {
    flex-flow: column;
  }
  .block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary,
  .block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary {
    width: 100%;
  }
  .block-minicart .block-content .dropdown-bottom-wrapper .actions > .primary {
    order: 0;
    margin-bottom: 10px;
  }
  .checkout-success-wrapper {
    padding: 30px;
  }
  .checkout-success-wrapper #registration {
    padding: 30px;
  }
  .opc-wrapper .opc-wrapper-boxed {
    padding: 20px;
    padding-top: 15px;
  }
  .checkout-index-index .page-main {
    padding: 30px 15px 0 15px;
  }
  .opc-wrapper form.form-discount {
    flex-flow: column;
  }
  .opc-wrapper form.form-discount .payment-option-inner {
    padding-right: 0;
  }
  .opc-wrapper form.form-discount .actions-toolbar .action {
    width: 100%;
    margin-top: 15px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.0rem;
  }
  .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    padding: 30px;
  }
  .authentication-dropdown {
    box-sizing: border-box;
  }
  .authentication-dropdown .modal-inner-wrap {
    padding: 35px;
  }
  .block-authentication .actions-toolbar {
    flex-flow: column;
  }
  .block-authentication .actions-toolbar > .primary {
    width: 100%;
  }
  .block-authentication .actions-toolbar > .primary .action {
    width: 100%;
  }
  .popup-authentication.modal-popup .block-authentication .block[class] {
    padding: 35px;
  }
  .popup-authentication.modal-popup .block-authentication .block[class].block-new-customer {
    padding-top: 50px;
  }
  .popup-authentication.modal-popup .block-authentication .block[class].block-customer-login {
    padding-bottom: 50px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .actions,
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
  .bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
  .bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .page-products .toolbar .sorter label {
    display: inline-flex;
    overflow: hidden;
    max-width: 65px;
    white-space: nowrap;
  }
  .product.data.items > .item.content {
    padding: 20px;
  }
  .page-product-downloadable .product-add-form {
    margin-bottom: 45px;
    padding: 15px;
  }
  .product-info-main .qty-controls-wrap,
  .product-options-bottom .qty-controls-wrap {
    display: inline-block;
    width: 100%;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    width: 100%;
  }
  .product-info-main .box-tocart .actions .action.tocart,
  .product-options-bottom .box-tocart .actions .action.tocart {
    width: 100%;
    padding: 0 15px;
    min-width: 1px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: block;
    max-width: 100%;
    padding-right: 0;
  }
  .product-info-main .product__social-share .social-share__action,
  .product-options-bottom .product__social-share .social-share__action {
    width: auto;
    height: auto;
    padding: 0 10px;
  }
  .product-info-main .product__social-share .social-share__action .label,
  .product-options-bottom .product__social-share .social-share__action .label {
    display: inline-block;
  }
  .product-info-main .product__social-share .social-share__action .icon:before,
  .product-options-bottom .product__social-share .social-share__action .icon:before {
    margin-right: 10px;
  }
  .product-info-main .product-social-links .product__social-share .social-share__action .icon:before,
  .product-options-bottom .product-social-links .product__social-share .social-share__action .icon:before {
    margin-right: 0;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 10px;
    align-items: center;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist span,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist span {
    display: inline-block;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist:before,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist:before {
    top: 0;
    margin-right: 10px;
  }
  .product-info-main .product-add-form .box-tocart.actions--right-to-cart,
  .product-options-bottom .product-add-form .box-tocart.actions--right-to-cart {
    margin-bottom: 25px;
  }
  .product-info-main .product-social-links,
  .product-options-bottom .product-social-links {
    text-align: center;
  }
  .product-add-form {
    margin-bottom: 28px;
  }
  .product-add-form form {
    text-align: center;
  }
  .product-add-form .product-options-bottom {
    text-align: center;
  }
  .page-product-configurable .product-add-form form,
  .page-product-downloadable .product-add-form form {
    text-align: left;
  }
  /*
    .product-options-bottom {
        .actions--right-to-cart {
            .product-addto-links{
                .action{
                    background: #000;
                    &.tocompare,
                    &.towishlist:before{
                        color: #fff;
                    }
                }
            }
        }            
    }*/
  .product-options-bottom {
    position: relative;
  }
  .product-options-bottom .price-box {
    margin-right: 0;
    flex-flow: column;
  }
  .product-options-bottom .box-tocart,
  .product-options-bottom .actions--right-to-cart {
    margin-bottom: 28px;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart {
    margin-right: 0;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .product-addto-links span,
  .product-options-bottom .box-tocart.actions--right-to-cart .action.towishlist span {
    display: inline-block;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions {
    display: block;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action {
    /*&.tocompare,*/
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.towishlist {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 10px;
    align-items: center;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.towishlist:before {
    top: 0;
    margin-right: 10px;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.tocart {
    margin-bottom: 25px;
  }
  .products-grid__layout-2.grid.product-columns-s-2 .product-item .product-item-details,
  .products-grid__layout-2.products-grid.product-columns-s-2 .product-item .product-item-details {
    position: static;
    padding-right: 0;
  }
  .products-grid__layout-2.grid.product-columns-s-2 .product-item .product-item-details .actions-secondary,
  .products-grid__layout-2.products-grid.product-columns-s-2 .product-item .product-item-details .actions-secondary {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 2;
    padding: 9px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .login-container .block {
    padding: 35px 25px;
  }
  .form.password.reset .actions-toolbar > .secondary,
  .form.send.confirmation .actions-toolbar > .secondary,
  .form.password.forget .actions-toolbar > .secondary,
  .form.create.account .actions-toolbar > .secondary {
    margin: 35px -25px -35px -25px;
  }
  .ox-slideout .filters-slideout-content {
    padding: 25px;
  }
  .review-fields-wrapper,
  .fieldset > .review-field-ratings.field:not(.choice),
  .review-field-ratings {
    padding: 25px;
  }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: block;
    float: none;
  }
  .review-field-ratings .review-field-rating .control:not(:last-child) {
    margin-bottom: 10px;
  }
  .review-field-ratings .review-field-rating .label {
    padding-bottom: 5px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .ox-overlay.am-search-modal .header__search-wrapper,
  .ox-slideout.am-search-modal .header__search-wrapper {
    padding: 30px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .title-and-link {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .title-and-link > h2 {
    margin: 0 30px 0 0;
  }
  h1.huge,
  .h1.huge,
  h1.big,
  .h1.big {
    font-size: 60px;
  }
  h1.huge-7vw,
  .h1.huge-7vw {
    font-size: 7vw;
  }
  h1.huge-6vw,
  .h1.huge-6vw {
    font-size: 6.5vw;
  }
  h1.huge-5vw,
  .h1.huge-5vw {
    font-size: 5vw;
  }
  h2.big,
  .h2.big {
    font-size: 60px;
  }
  h2.huge,
  .h2.huge {
    font-size: 72px;
  }
  h2.huge-5vw,
  .h2.huge-5vw {
    font-size: 5vw;
  }
  h2.huge-6vw,
  .h2.huge-6vw {
    font-size: 6.3vw;
  }
  h2.huge-7vw,
  .h2.huge-7vw {
    font-size: 7vw;
  }
  h2.big,
  .h2.big,
  h2.huge,
  .h2.huge,
  h2.huge-5vw,
  .h2.huge-5vw,
  h2.huge-6vw,
  .h2.huge-6vw,
  h2.huge-7vw,
  .h2.huge-7vw {
    line-height: 0.9;
  }
  .ox-border-s {
    border: 7px solid white;
  }
  .ox-margin-sm {
    margin-bottom: 30px;
  }
  .ox-margin-sm-no {
    margin-bottom: 0;
  }
  .responsive-padding-1 {
    padding: 20px;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .ox-slideout .header__search-wrapper .search_form_wrap .actions .action.search,
  .ox-slideout .header__search-wrapper form .actions .action.search {
    padding: 0 30px;
    min-width: 180px;
  }
  .std .ox-banner.big-border,
  .ox-banner.big-border {
    border: 30px solid;
  }
  .std .ox-banner.ox-banner-stores,
  .ox-banner.ox-banner-stores {
    margin-top: 50px;
  }
  .std .ox-banner.ox-banner-stores .ox-banner-container .title,
  .ox-banner.ox-banner-stores .ox-banner-container .title {
    margin-top: -70px;
  }
  .std .ox-banner.ox-banner-stores .ox-banner-container .title.huge,
  .ox-banner.ox-banner-stores .ox-banner-container .title.huge {
    margin-top: -80px;
  }
  .std .ox-banner.ox-banner-stores .ox-banner-container .title.xxl,
  .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    margin-top: -80px;
    font-size: 90px;
  }
  .std .ox-banner.ox-banner-stores .ox-banner-container .text,
  .ox-banner.ox-banner-stores .ox-banner-container .text {
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
  }
  .std .ox-banner.ox-banner-stores .ox-banner-container.bottom,
  .ox-banner.ox-banner-stores .ox-banner-container.bottom {
    padding: 55px;
  }
  .ox-banner-animated-text.ox-banner-big .ox-banner-animated-container .animation-wrapper {
    margin-top: 0;
  }
  .ox-banner-animated-text.ox-banner-big span.text {
    font-size: 42px;
    line-height: 42px;
  }
  .ox-banner-animated-text.ox-banner-big .link {
    line-height: 35px;
    padding: 0 11px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .ox-banner-animated-text.ox-banner-huge .ox-banner-animated-container .animation-wrapper.animation-text:first-child {
    margin-top: 0;
  }
  .ox-banner-animated-text.ox-banner-huge .ox-banner-animated-container .animation-link + .animation-text {
    margin-top: 14px;
  }
  .ox-banner-animated-text.ox-banner-huge span.text {
    font-size: 30px;
    line-height: 30px;
  }
  .ox-banner-animated-text.ox-banner-huge .link {
    font-weight: 800;
    text-transform: uppercase;
  }
  .page-layout-1column-fullwidth.blog-page .page-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-layout-1column-fullwidth.blog-post-view .page-main {
    padding: 40px 0 80px 0;
  }
  .post-view .post-nextprev-hld .nextprev-link {
    max-width: 50%;
  }
  .post-view .post-nextprev-hld .prev-link {
    padding-right: 15px;
  }
  .post-view .post-nextprev-hld .prev-link + .next-link {
    padding-left: 15px;
  }
  .post-view .post-nextprev-hld {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-view .post-nextprev-hld .next-link {
    text-align: left;
  }
  .post-view .post-nextprev-hld .prev-link + .next-link {
    text-align: right;
    margin-right: 0;
    margin-top: 0;
  }
  .post-view .post-nextprev-hld .nextprev-link {
    max-width: 80%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .data.item.content .related > .post-list {
    margin-top: 10px;
  }
  .post-list.columns-4 article.post-style--image-top,
  .post-list.columns-3 article.post-style--image-top,
  .post-list.columns-2 article.post-style--image-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list.blog-list--image-top.columns-4 article,
  .post-list.blog-list--image-top.columns-3 article,
  .post-list.blog-list--image-top.columns-2 article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list.-list-view article {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .post-list.-list-view article .post-image-wrapper,
  .post-list.-list-view article .post-content {
    justify-content: center;
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
  }
  .post-list.-list-view article .post-content {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px;
  }
  .post-list.-list-view article .post-title {
    margin-bottom: 0;
  }
  .post-list.-list-view article .post-image-wrapper {
    flex: 0 0 35%;
    max-width: 35%;
    margin-bottom: 0;
  }
  .post-list.-list-view article .post-image-wrapper .post-posed-date {
    right: 0;
    left: auto;
  }
  .post-list.-list-view article .post-image-wrapper img {
    display: block;
    margin-left: auto;
    height: 100%;
    object-fit: cover;
  }
  .post-list.blog-style-modern article.post-style--image-left,
  .post-list.blog-style-modern.blog-list--image-left article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper,
  .post-list.blog-style-modern article.post-style--image-left .post-content,
  .post-list.blog-style-modern.blog-list--image-left article .post-content {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -ms-flex-direction: column;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-content,
  .post-list.blog-style-modern.blog-list--image-left article .post-content {
    padding-left: 60px;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper {
    margin-bottom: 0;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper .post-posed-date,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper .post-posed-date {
    right: 0;
    left: auto;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper img,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper img {
    display: block;
    margin-left: auto;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top {
    display: block;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 34px;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper img {
    margin-left: 0;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--overlay .post-image-wrapper,
  .post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-image-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
  }
  .post-list.blog-style-modern article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--overlay article .post-content,
  .post-list.blog-style-modern article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .post-list.blog-style-modern.blog-list--above-image article .post-content {
    padding: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-popup .modal-footer button,
  .modal-popup .modal-footer .action-primary {
    min-width: 120px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .amtab-grid-wrapper.-small .amtab-arrow {
    display: block;
  }
  .amwishlist-button:not(.-regular) {
    width: auto;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 36px;
    max-height: none;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-button.-empty {
    position: initial;
    flex-grow: 1;
    margin: 0 0 0 10px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-image {
    float: none;
    width: 70px;
    height: 70px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-name {
    display: flex;
    margin: 0 20px;
    max-height: 60px;
    width: 30%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-qty-block {
    margin: 0 10px;
    width: 20%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-sku {
    overflow: hidden;
    margin: 0 10px;
    width: 378px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-price {
    flex-basis: auto;
    overflow: initial;
    margin: 0 10px;
    width: 25%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .ox-brand-grid__container.columns-m-10 .ox-brand__item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ox-brand-grid__container.columns-m-9 .ox-brand__item {
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .ox-brand-grid__container.columns-m-8 .ox-brand__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ox-brand-grid__container.columns-m-7 .ox-brand__item {
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .ox-brand-grid__container.columns-m-6 .ox-brand__item {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-brand-grid__container.columns-m-5 .ox-brand__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-brand-grid__container.columns-m-4 .ox-brand__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-brand-grid__container.columns-m-3 .ox-brand__item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-brand-grid__container.columns-m-2 .ox-brand__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-brand-grid__container.columns-m-1 .ox-brand__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-carousel .ox-slide-item .title.big {
    font-size: 60px;
  }
  .ox-carousel .ox-slide-item .title.huge {
    font-size: 72px;
  }
  .ox-carousel .ox-slide-item .title.huge-6vw {
    font-size: 6.3vw;
  }
  .ox-carousel .ox-slide-item .title.huge-7vw {
    font-size: 7vw;
  }
  .ox-carousel .ox-slide-item .title.big,
  .ox-carousel .ox-slide-item .title.huge {
    line-height: 0.9;
    margin-left: -4px;
  }
  .ox-carousel .ox-slide-item .title.huge-6vw,
  .ox-carousel .ox-slide-item .title.huge-7vw {
    line-height: 0.9;
    margin-left: -6px;
  }
  .circle-pulse-wrapper {
    transform: scale(1);
  }
  .circle-pulse-img {
    top: -25px;
    right: -25px;
  }
  .ox-unlock-newsletter .-form-wrapper {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
  }
  .ox-unlock-newsletter:hover .-form-wrapper {
    width: 70%;
  }
  .ox-newsletter-modal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  .ox-newsletter-modal.modal-popup {
    overflow: hidden;
  }
  .ox-newsletter-modal .-columns .col {
    padding: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-newsletter-modal .-columns .-content {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .ox-newsletter-modal .-columns-right .-image {
    order: 2;
  }
  .ox-newsletter-modal .-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-layout-1column-fullwidth .block.widget .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .block.widget .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-m-6 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-m-6 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-m-6 .products-grid .product-item,
  .block.widget.product-columns-m-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-m-5 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-m-5 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-m-5 .products-grid .product-item,
  .block.widget.product-columns-m-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-m-4 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-m-4 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-m-4 .products-grid .product-item,
  .block.widget.product-columns-m-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-m-3 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-m-3 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-m-3 .products-grid .product-item,
  .block.widget.product-columns-m-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-m-2 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-m-2 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-m-2 .products-grid .product-item,
  .block.widget.product-columns-m-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-1column-fullwidth .block.widget .product-item,
  .page-layout-3columns .block.widget .product-item,
  .page-layout-1column .block.widget .product-item,
  .block.widget .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-6 .product-item,
  .page-layout-3columns .block.widget.product-columns-m-6 .product-item,
  .page-layout-1column .block.widget.product-columns-m-6 .product-item,
  .block.widget.product-columns-m-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-5 .product-item,
  .page-layout-3columns .block.widget.product-columns-m-5 .product-item,
  .page-layout-1column .block.widget.product-columns-m-5 .product-item,
  .block.widget.product-columns-m-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-4 .product-item,
  .page-layout-3columns .block.widget.product-columns-m-4 .product-item,
  .page-layout-1column .block.widget.product-columns-m-4 .product-item,
  .block.widget.product-columns-m-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-3 .product-item,
  .page-layout-3columns .block.widget.product-columns-m-3 .product-item,
  .page-layout-1column .block.widget.product-columns-m-3 .product-item,
  .block.widget.product-columns-m-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-m-2 .product-item,
  .page-layout-3columns .block.widget.product-columns-m-2 .product-item,
  .page-layout-1column .block.widget.product-columns-m-2 .product-item,
  .block.widget.product-columns-m-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout.address.form .col.address select {
    width: auto;
    max-width: 300px;
  }
  .cart-empty-big-text {
    color: #333333;
    font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.1;
    font-size: 4.8rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    margin-bottom: 40px;
  }
  .cart-empty .empty-cart-icon {
    margin-bottom: 40px;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 30px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart.main.actions .action {
    margin-bottom: 10px;
  }
  .minicart-wrapper .action.showcart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart.active {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart svg {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .minicart-wrapper .action.showcart .text {
    position: static;
  }
  .minicart-wrapper .action.showcart span {
    display: inline-block;
    line-height: 12px;
    -webkit-transform: translateZ(0);
  }
  .minicart-wrapper .action.showcart span.qty {
    margin: 0 0 0 11px;
    padding: 0 0 0 11px;
    border-left: 1px solid #000;
    border-left-color: rgba(0, 0, 0, 0.21);
  }
  .minicart-btn__icon--hide:not(.minicart-btn--minimal) .action.showcart svg {
    display: none;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .products-grid .product-item-actions {
    margin: 0 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    /* display: table-cell;
                    padding-left: 5px;
                    white-space: nowrap;
                    width: 50%;*/
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-list .product-grid__image-wrapper {
    max-width: 35%;
    margin-right: 30px;
  }
  .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid.product-columns-m-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid.product-columns-m-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid.product-columns-m-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid.product-columns-m-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .products-grid.product-columns-m-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .products-grid.product-columns-m-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .products-grid.product-columns-m-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .products-grid.product-columns-m-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .products-grid.product-columns-m-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .products-grid.product-columns-m-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid .products-grid .product-item,
  .page-layout-1column .products-grid .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid .products-grid .product-item,
  .page-layout-3columns .products-grid .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid.product-columns-m-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-layout-3columns .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-6 .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid.product-columns-m-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-layout-3columns .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-5 .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid.product-columns-m-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-layout-3columns .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-4 .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid.product-columns-m-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-layout-3columns .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-3 .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-3columns .products-grid.product-columns-m-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-layout-3columns .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-2 .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column-fullwidth .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-m-6 .product-item,
  .page-layout-1column .products-grid.product-columns-m-6 .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-6 .product-item,
  .page-layout-3columns .products-grid.product-columns-m-6 .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-6 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-6 .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products .products-grid.product-columns-m-5 .product-item,
  .page-layout-1column .products-grid.product-columns-m-5 .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-5 .product-item,
  .page-layout-3columns .products-grid.product-columns-m-5 .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-5 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-5 .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products .products-grid.product-columns-m-4 .product-item,
  .page-layout-1column .products-grid.product-columns-m-4 .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-4 .product-item,
  .page-layout-3columns .products-grid.product-columns-m-4 .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-4 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-4 .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-m-3 .product-item,
  .page-layout-1column .products-grid.product-columns-m-3 .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-3 .product-item,
  .page-layout-3columns .products-grid.product-columns-m-3 .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-3 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-3 .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-m-2 .product-item,
  .page-layout-1column .products-grid.product-columns-m-2 .product-item,
  .page-layout-1column-fullwidth .products-grid.product-columns-m-2 .product-item,
  .page-layout-3columns .products-grid.product-columns-m-2 .product-item,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-m-2 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-m-2 .product-item,
  .page-products.page-layout-3columns .products-grid.product-columns-m-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-3columns .products-grid .owl-carousel .product-item,
  .page-layout-1column-fullwidth .products-grid .owl-carousel .product-item,
  .page-layout-1column .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .gallery--2cols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  .gallery--2cols .gallery__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
  .multicheckout {
    /*
        .item-options {
            margin: @indent__base 0 0;
        }*/
  }
  .multicheckout.form .table thead {
    background: #f8f8f8;
    text-transform: uppercase;
  }
  .multicheckout.form .table .col {
    padding: 14px 20px;
    vertical-align: middle;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 50%;
  }
  .multicheckout .block-shipping .box-items {
    width: 100%;
    margin-top: 40px;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 50%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout.order-review .table-order-review tfoot > tr:first-child td,
  .multicheckout.order-review .table-order-review tfoot > tr:first-child th {
    border-top: 1px solid #e5e5e5;
  }
  .multicheckout.order-review .table-order-review tfoot td {
    text-align: right;
    padding-right: 32px;
  }
  .multicheckout.order-review .table-order-review tfoot th {
    padding-left: 32px;
    padding-right: 20px;
  }
  .multicheckout.order-review .table .col {
    padding: 26px 14px;
  }
  .multicheckout.order-review .table .col:first-child {
    padding-left: 32px;
  }
  .multicheckout.order-review .table .col:last-child {
    padding-right: 32px;
  }
  .multicheckout.order-review .checkout-review {
    max-width: 600px;
    margin-left: auto;
  }
  .multicheckout.order-review .checkout-review .grand.totals .amount {
    font-size: 48px;
  }
  .multicheckout.order-review .actions-toolbar .secondary .action.back {
    float: none;
    margin-bottom: 0;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review {
    /*&-form {
            max-width: 500px;
        }*/
    /*
        &-ratings ~ &-content,
        &-ratings ~ &-details {
            margin-left: @review-ratings-left;
        }*/
  }
  .review-ratings {
    margin-bottom: 0;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 50px 0;
  }
  .order-details-items .order-title .action {
    margin: 0 0 0 15px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .block.widget .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
@media all and (min-width: 769px) {
  h1.huge,
  .h1.huge {
    font-size: 72px;
  }
  h1.huge-spacing,
  .h1.huge-spacing {
    letter-spacing: 12px;
  }
  .ox-margin-md {
    margin-bottom: 30px;
  }
  .ox-margin-md-no {
    margin-bottom: 0;
  }
  .responsive-padding-1 {
    padding: 30px;
  }
  .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding {
    padding: 50px;
  }
  .ox-banner.ox-banner-content-overlay .ox-banner-container.big-padding {
    padding: 60px;
  }
  .ox-banner-animated-text.ox-banner-huge .text {
    padding: 10px 12px;
  }
  .ox-banner-animated-text.ox-banner-huge span.text {
    font-size: 36px;
    line-height: 34px;
  }
  .ox-banner-animated-text.ox-banner-huge .link {
    line-height: 36px;
    padding: 0 14px;
    font-size: 15px;
  }
  .ox-banner-animated-text.ox-banner-xxl .animation-wrapper {
    margin-top: -14px;
  }
  .ox-banner-animated-text.ox-banner-xxl .text {
    padding: 2.4vw;
  }
  .ox-banner-animated-text.ox-banner-xxl span.text {
    font-size: 9vw;
    line-height: 0.8;
  }
  .ox-banner-animated-text.ox-banner-xxl .link {
    line-height: 36px;
    padding: 0 14px;
    font-size: 15px;
  }
  .ox-categories-grid-with-banner .ox-banner {
    background-position: bottom;
  }
  .ox-categories-grid-with-banner .col.right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .ox-categories-grid-with-banner .col.left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .post-list.blog-style-modern.columns-3.blog-list--overlay article,
  .post-list.blog-style-modern.columns-2.blog-list--overlay article {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .post-list.blog-style-modern.columns-3 article.post-style--overlay,
  .post-list.blog-style-modern.columns-2 article.post-style--overlay {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .post-view.sticky-share-only .post-meta .social-share__content {
    display: none;
  }
  .blog-short-post .post-view.sticky-share-only .post-meta .social-share__content {
    display: flex;
  }
  .page-layout-1column-fullwidth.blog-page .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-layout-1column-fullwidth.blog-post-view .page-main {
    padding: 40px 0 80px 0;
  }
  .contact-index-index.contacts-fullwidth .contacts-layout-split .ox-gmap-wrapper,
  .contact-index-index.contacts-fullwidth .contacts-layout-split #contact-page-gmap {
    min-height: 100%;
  }
  .footer--layout-4 .footer.content .block.newsletter .form.subscribe {
    margin-top: 30px;
  }
  .footer--layout-4 .footer.content .block.newsletter.newsletter-style--big,
  .footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
    padding: 90px 0;
  }
  .footer--layout-2 .footer.content .block_newsletter_info > :last-child {
    margin-bottom: 0;
  }
  .footer--layout-2 .footer.content .block.newsletter.newsletter-style--big .control {
    max-width: 450px;
    margin-left: auto;
  }
  .sendfriend-product-send .page-main {
    max-width: 768px;
    margin: 100px auto;
    box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
    background: #ffffff;
    padding: 55px;
  }
  .header--layout-4 .block-search--type-panel .amsearch-form-container {
    /* old .search-autocomplete */
  }
  .header--layout-4 .block-search--type-panel .amsearch-form-container .amsearch-result-section {
    top: 74px;
  }
  .ox-overlay.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
  .ox-slideout.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
  .ox-overlay.am-search-modal .amsearch-result-section,
  .ox-slideout.am-search-modal .amsearch-result-section,
  .ox-overlay.am-search-modal .amsearch-results,
  .ox-slideout.am-search-modal .amsearch-results {
    max-width: 100%;
  }
  .ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container,
  .ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container {
    /* padding-left: 4px; */
  }
  .ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container:after,
  .ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container:after {
    left: 0;
    width: 100%;
  }
  .ox-overlay.am-search-modal .amsearch-result-section,
  .ox-slideout.am-search-modal .amsearch-result-section {
    padding-top: 0;
  }
  .ox-overlay.am-search-modal .header__search-wrapper,
  .ox-slideout.am-search-modal .header__search-wrapper {
    padding-bottom: 0;
  }
  .ox-overlay.am-search-modal .amsearch-leftside,
  .ox-slideout.am-search-modal .amsearch-leftside {
    min-width: 25% !important;
  }
  .ox-overlay.am-search-modal .amsearch-products,
  .ox-slideout.am-search-modal .amsearch-products {
    padding: 30px 0 0 20px;
    width: 100% !important;
  }
  .ox-overlay.am-search-modal .amsearch-results .amsearch-leftside,
  .ox-slideout.am-search-modal .amsearch-results .amsearch-leftside {
    padding: 30px 30px 30px 8px;
  }
}
/*@icon-settings:'\3d';
@icon-checkmark: '\2e';
@icon-search: '\61';
@icon-down: "\72";
@icon-up: "\72";
/*@icon-help
@icon-expand
@icon-pointer-right: "\72";
@icon-pointer-left: "\72";*/
/*
@button__span-padding: 0 12px;
@button__span-height: 30px;*/
/*
@breadcrumbs__container-margin: 0;
@breadcrumbs-icon__use: false;
@breadcrumbs__padding: 0;

@breadcrumbs-current__color: @text__color__muted;
@breadcrumbs-link__color: @text__color__muted;
@breadcrumbs-link__visited__color: @breadcrumbs-link__color;
@breadcrumbs-link__hover__color: #ffffff;
@breadcrumbs-link__active__color: @breadcrumbs-link__color;
*/
.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
  transform: translate(0, 0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd;
}
/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mapboxgl-ctrl-icon {
  padding: 5px;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {
  opacity: 0.25;
  border-color: #373737;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear;
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}
a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0;
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale::after {
  display: none;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  .mapbox-improve-map {
    display: none;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(../../frontend/Olegnax/a2_child/en_US/css/#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("../../frontend/Olegnax/a2_child/en_US//Salecto_Shipping/images/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("../../frontend/Olegnax/a2_child/en_US//Salecto_Shipping/images/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("../../frontend/Olegnax/a2_child/en_US//Salecto_Shipping/images/marker-icon.png");
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.table-checkout-shipping-method tbody {
  background: white;
}
.modal-popup.ws-parcelshop-popup .ws-title.modal-title,
.ws-title {
  font-size: 2.4rem;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 25px;
}
.wexo-shipping-additional {
  background: #f8f8f8;
  padding: 25px;
  border-top: 2px solid #d1d1d1;
  z-index: 5;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.075);
}
.wexo-shipping-additional .leaflet-container,
.wexo-shipping-additional .mapboxgl-map {
  height: inherit;
}
.wexo-shipping-additional .chosen-parcel-shop {
  text-align: center;
}
.wexo-shipping-additional .chosen-parcel-shop .company {
  font-size: 1.2em;
  font-weight: 500;
}
.wexo-shipping-additional .chosen-parcel-shop .cancel-parcel-shop {
  cursor: pointer;
  display: block;
  margin-top: 0;
  color: #333333;
}
.wexo-shipping-additional .chosen-parcel-shop .ws-title::before {
  display: block;
  content: "\2713";
  color: green;
  margin-top: -25px;
  font-size: 36px;
}
.wexo-shipping-additional .chosen-parcel-shop .ws-map {
  height: 125px;
  position: relative;
  margin: -27px -25px 25px;
  border-bottom: 2px solid #d1d1d1;
  box-sizing: content-box;
}
.wexo-shipping-additional .chosen-parcel-shop .ws-map .mapboxgl-canvas {
  left: 0;
  right: 0;
}
.wexo-shipping-additional .ws-shipping-method-content {
  margin: 0 auto;
}
.wexo-shipping-additional .ws-shipping-method-content .ws-search-by {
  font-size: 1em;
  border-bottom: 0;
  opacity: 0.8;
  margin-bottom: 1px;
}
.wexo-shipping-additional .ws-shipping-method-content .ws-content-top > .field-error {
  text-align: center;
}
.wexo-shipping-additional .ws-shipping-method-content .ws-search-button,
.wexo-shipping-additional .ws-shipping-method-content .field input {
  height: 38px;
}
.wexo-shipping-additional .ws-shipping-method-content .field label {
  margin-bottom: 5px;
  display: block;
}
.wexo-shipping-additional .ws-shipping-method-content .ws-search-button {
  margin: 25px auto 0;
  display: block;
  width: 50%;
}
.table-checkout-shipping-method tbody td.col-image {
  width: 20%;
  position: relative;
}
.table-checkout-shipping-method tbody td.col-image img {
  position: absolute;
  height: 90%;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.table-checkout-shipping-method tbody td.shipping-method-additional {
  padding: 0;
  border: none;
}
.modal-popup.ws-parcelshop-popup .leaflet-container,
.modal-popup.ws-parcelshop-popup .mapboxgl-map {
  height: inherit;
}
.modal-popup.ws-parcelshop-popup .ws-map-wrapper {
  height: 30vh;
}
.modal-popup.ws-parcelshop-popup._show {
  z-index: 910;
}
.modal-popup.ws-parcelshop-popup .modal-header {
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}
.modal-popup.ws-parcelshop-popup .modal-header .action-close {
  height: 46px;
  width: 46px;
  padding: 0;
}
.modal-popup.ws-parcelshop-popup .modal-header .action-close::before {
  color: #333333;
}
.modal-popup.ws-parcelshop-popup .modal-header .ws-title.modal-title {
  text-align: left;
  border-bottom: none;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 2.2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content {
  padding: 0;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-info {
  padding: 3rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-results .count {
  padding: 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
  height: 75px;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-results .count .change-location {
  margin-top: 0;
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list {
  margin-top: 0;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.075);
  min-height: calc(100% - 75px - 0);
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry {
  padding: 0 25px;
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company {
  font-size: 1em;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h1 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h2 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h3 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h4 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h5 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h6 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h1 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h2 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h3 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h4 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h5 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h6 small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h1 .small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h2 .small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h3 .small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h4 .small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h5 .small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .company h6 .small {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address {
  opacity: 0.8;
  font-size: 1em;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote p:last-child,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote ul:last-child,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote ol:last-child {
  margin-bottom: 0;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote footer,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote small,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote footer:before,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote small:before,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote .small:before {
  content: '\2014 \00A0';
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote cite {
  font-style: normal;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote:before,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address blockquote:after {
  content: '';
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address q {
  quotes: none;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address q:before,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address q:after {
  content: '';
  content: none;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry .address cite {
  font-style: normal;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry:hover,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-list .ws-parcel-shop-entry.active {
  background: #f8f8f8;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcelshop-popup {
  display: flex;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcelshop-popup > div {
  flex: 1;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content {
  border-left: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info .choose-parcel-shop {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info .parcel-shop-info-opening-hours {
  margin-top: 15px;
  font-size: 0.9em;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info .parcel-shop-info-opening-hours table > tbody > tr > th,
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info .parcel-shop-info-opening-hours table > tbody > tr > td {
  padding: 3px 9px;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .ws-parcel-shop-info .parcel-shop-info-opening-hours .day {
  font-weight: 500;
}
.modal-popup.ws-parcelshop-popup .modal-content .ws-parcel-shop-content .parcel-shop-info-parcelshop .company {
  font-size: 1.2em;
  font-weight: bold;
}
body.onestepcheckout-index-index .ws-parcelshop .ws-shipping-method-content .field label.label {
  position: static !important;
}
.am-checkout-success .checkout-success,
.am-checkout-success .checkout-success-wrapper {
  max-width: 960px;
}
.checkout-index-index .am-checkout {
  margin: 0;
  padding: 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: inherit;
}
.checkout-index-index .am-checkout .additional-options {
  margin: 24px 0 35px;
}
.checkout-index-index .am-checkout .fieldset > .legend + br {
  display: none;
}
.checkout-index-index .am-checkout .checkout-header {
  margin: 0 0 35px;
  padding: 0 14px;
  width: 100%;
  text-align: center;
}
.checkout-index-index .am-checkout .checkout-header .title {
  margin: 0 auto 20px;
}
.checkout-index-index .am-checkout .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .am-checkout .checkout-block {
  margin: 14px 0 28px;
  padding: 30px;
  background: white;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .am-checkout .checkout-block:hover {
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.checkout-index-index .am-checkout .opc-block-summary {
  margin: 0;
  padding: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .items-in-cart {
  border-bottom: 1px solid #d1d1d1;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .product-item .product-item-name {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items input.qty {
  text-align: center;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
  width: 80px;
  padding-left: 10px;
  margin-left: 10px;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete {
  float: left;
  -webkit-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: 23px;
  height: 23px;
  background: none;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: normal;
  width: 23px;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:hover {
  background: #000;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:hover:before {
  color: white;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100%;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 6px 20px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: none;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .shipping-address-details {
  margin-bottom: 35px;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border-top: 1px solid #d1d1d1;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index .am-checkout #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
}
.am-checkout .opc-estimated-wrapper {
  display: none;
}
.am-checkout .checkout-payment-method .step-title,
.am-checkout .am-opc-wrapper .step-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.am-checkout .checkout-payment-method .checkout-billing-address {
  margin: 0;
}
.am-checkout .checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 0;
}
.am-checkout .checkout-payment-method .payment-methods .actions-toolbar .primary.action {
  padding: 18px 27px;
  margin: 25px 0 0;
  width: 100%;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 37px;
  line-height: 36px;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: white;
}
@media (min-width: 1025px) {
  .checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1300px) {
  .checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header {
  background: none !important;
  border-style: none !important;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title {
  letter-spacing: -0.03em;
  overflow: hidden;
  text-transform: uppercase;
  box-sizing: content-box;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  padding: 6px 30px 6px 30px;
  transition: all .3s;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(39px);
  transition: all 0.25s ease;
  background: #000000;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: all 0.4s ease;
  background: #ffe51e;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-focus a.tab-title,
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header:hover a.tab-title {
  color: #fff;
  background: none;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-focus a.tab-title:before,
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header:hover a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active {
  background: none !important;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  transition: all 0.25s ease;
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title:after {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs .tabs-content {
  background: #f8f8f8;
  padding: 40px;
  border-style: none;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation {
  position: relative;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation:before {
  content: '';
  display: table;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header {
  background: none !important;
  border-style: none !important;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title {
  overflow: hidden;
  box-sizing: content-box;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  padding: 6px 30px 6px 30px;
  transition: all .3s;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:visited,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:focus,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:hover {
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 3px;
  transform: translateY(3px);
  transition: all 0.25s ease;
  background: #000;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-focus a.tab-title:before,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header:hover a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active {
  background: none !important;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active a.tab-title:before {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-content {
  border-style: none;
  border-width: 1px;
  padding: 40px 0;
}
.category-description > [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.category-description > [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.pswp__item .video-wrapper {
  bottom: 0;
  height: 80vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pswp__item .video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 50px;
  width: calc(100% - 50px * 2);
}
@media only screen and (max-device-width: 640px) {
  .pswp__item .video-wrapper iframe {
    left: 15px;
    width: calc(100% - 15px * 2);
  }
}
.ox-product-scroll.ox-product-scroll__loader--theme .ox-product-scroll__loader {
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button .label {
  opacity: 1;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__loader {
  display: none;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button {
  display: block;
  transition: all 200ms;
  height: 8px;
  line-height: 6px;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button .label {
  opacity: 0;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button:after {
  content: none;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button:before {
  animation: button-loader 2s infinite ease-in-out;
}
.ox-product-scroll__amount .amount-wrap {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.ox-product-scroll__amount .amount-count-line {
  background: #4d4d4d;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.4s ease forwards;
}
.ox-product-scroll__amount .amount-count-line span {
  background: #ffe51e;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.6s ease forwards 0.4s;
}
@keyframes button-loader {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  70% {
    transform: scaleX(1);
    transform-origin: left;
  }
  70.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.ox-item-scroll.ox-item-scroll__loader--theme .ox-item-scroll__loader {
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button .label {
  opacity: 1;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__loader {
  display: none;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button {
  display: block;
  transition: all 200ms;
  height: 8px;
  line-height: 6px;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button .label {
  opacity: 0;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button:after {
  content: none;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button:before {
  animation: button-loader 2s infinite ease-in-out;
}
.ox-item-scroll__amount .amount-wrap {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.ox-item-scroll__amount .amount-count-line {
  background: #4d4d4d;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.4s ease forwards;
}
.ox-item-scroll__amount .amount-count-line span {
  background: #ffe51e;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.6s ease forwards 0.4s;
}
@keyframes button-loader {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  70% {
    transform: scaleX(1);
    transform-origin: left;
  }
  70.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.ox-instagram-modal .ox-instagram__related-products .ox-inst-product .-actions .action:hover {
  transition: all 10ms ease-in-out;
}
.ox-instagram-modal .ox-inst-product .-actions .action:after {
  opacity: 0;
}
.ox-product-nav.ox-product-nav__loader--theme .ox-product-nav__loader {
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
  transform: translate3d(-28px, -10px, 0);
}
/* fix for labels with checkboxes */
.filter-options-content .item label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-options-content .item label .ox-checkbox {
  flex: 0 0 16px;
  margin: 5px 7px 5px 0;
}
.ox-megamenu-navigation .ox-megamenu-label {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px 3px 4px;
}
.ox-megamenu-navigation h1,
.ox-megamenu-navigation h2,
.ox-megamenu-navigation h3,
.ox-megamenu-navigation h4,
.ox-megamenu-navigation h5,
.ox-megamenu-navigation h6,
.ox-megamenu-navigation .h1,
.ox-megamenu-navigation .h2,
.ox-megamenu-navigation .h3,
.ox-megamenu-navigation .h4,
.ox-megamenu-navigation .h5,
.ox-megamenu-navigation .h6 {
  margin-top: 0;
}
.header-nav-wide .ox-megamenu .ox-megamenu-navigation {
  padding: 0;
}
ul.list-margins li {
  margin-bottom: 10px;
}
.ox-mm-sub-icons .ox-megamenu__dropdown li.parent > a {
  padding-right: 7px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  border: 1px solid lightblue;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.amcard-field-block > .amcard-button {
  padding: 10px 26px;
  border: none;
  border-left: none;
  border-radius: 24px;
  background: #0d1b2a;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Nunito';
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-left: 10px;
}
.amcard-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 20px;
}
.amcard-title:before {
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2b";
  margin-right: 10px;
}
.amcard-field-block.-code {
  margin-top: 30px;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  color: #f04d98;
}
button.amcard-check:after {
  background-color: transparent;
}
.sidebar-nobg #am-shopby-container ~ .filter-actions .filter-clear {
  color: inherit;
}
.am_shopby_apply_filters {
  z-index: 10;
}
.am-show-button {
  border-top: none;
  box-shadow: 0px -4px 22px 0px rgba(0, 0, 0, 0.8);
}
.amshopby-item .filter-value {
  margin-left: 0;
}
.amshopby-button,
.amshopby-button:not(.primary) {
  border-radius: 0;
}
.filter-options-content .amshopby-slider-container.-light .ui-slider .ui-slider-range {
  height: 1px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 23px;
}
.filter-options .filter-options-content .rating-summary {
  vertical-align: baseline;
}
#am-shopby-container ~ .filter-actions .filter-clear {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.amshopby-slider-container {
  margin: 0;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: 0;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  height: 18px;
  border-radius: 0;
  background: #000;
  transform: translate(-6px, -6px);
  top: 0;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  background: none;
}
.filter-options-content .swatch-option {
  max-width: 100%;
}
.filter-options-content .am-labels-folding .items-children.-folding {
  padding-left: 12px;
}
.filter-options-content .am-labels-folding .items-children.-folding .item {
  margin: 0;
}
.filter-options-content .am-labels-folding .item {
  display: block;
}
.filter-options-content .item input {
  margin-left: 7px;
}
.filter-options-content .item input:checked + a {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content .swatch-option-link-layered input:checked + a .am-shopby-swatch-label .label {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content a.am-swatch-link {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  background: 0 0;
}
.filter-options-content a .count {
  padding: 0;
  float: none;
}
.filter-options-content .am-swatch-wrapper {
  display: block;
}
.filter-options-content .swatch-attribute:after {
  clear: both;
  content: '';
  display: table;
}
.filter-options-content .am-shopby-form {
  padding: 0;
}
.filter-options-content .items.-am-multiselect .item > a,
.filter-options-content .items.-am-singleselect .item > a {
  display: flex;
  margin: 0;
  padding: 0;
  transition: initial;
  width: 100%;
}
.filter-options-content .items.-am-multiselect .item > a .label,
.filter-options-content .items.-am-singleselect .item > a .label {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
  transition: all 600ms ease-in-out;
}
.filter-options-content .items.-am-multiselect .item > a .count,
.filter-options-content .items.-am-singleselect .item > a .count {
  padding: 5px 8px 4px;
}
.filter-options-content .items.-am-multiselect .item > a.am_shopby_link_selected .label,
.filter-options-content .items.-am-singleselect .item > a.am_shopby_link_selected .label,
.filter-options-content .items.-am-multiselect .item > a:hover .label,
.filter-options-content .items.-am-singleselect .item > a:hover .label {
  background-color: #000;
  color: #fff;
  transition: all 10ms ease-in-out;
}
.filter-options-content .items.-am-multiselect .item > a.am_shopby_link_selected .count,
.filter-options-content .items.-am-singleselect .item > a.am_shopby_link_selected .count,
.filter-options-content .items.-am-multiselect .item > a:hover .count,
.filter-options-content .items.-am-singleselect .item > a:hover .count {
  background-color: #e8e8e8;
  color: #333333;
  transition: all 10ms ease-in-out;
}
.items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
  font-weight: normal;
}
.am-swatch-options .am-shopby-swatch-label {
  word-wrap: normal;
  display: block;
}
.am-filter-current .amshopby-filter-value .am-swatch-options .swatch-option-link-layered,
.am-filter-current .am-filter-value .am-swatch-options .swatch-option-link-layered {
  display: flex;
}
.filter-options-content .am-swatch-options .swatch-option-link-layered .am-swatch-link {
  display: flex;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label {
  padding: 5px 8px;
  line-height: 16px;
  transition: all 600ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  transition: all 10ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  transition: all 10ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .count {
  padding: 5px 8px 4px;
  line-height: 16px;
  margin-left: auto;
  transition: all 600ms ease-in-out;
}
.am-filter-current .am-show-more,
.filter-options-content .am-show-more {
  padding: 5px 8px;
  line-height: 16px;
  transition: all 600ms ease-in-out;
}
.am-filter-current .am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  transition: all 10ms ease-in-out;
}
.am-filter-current .am-show-more:hover:before,
.filter-options-content .am-show-more:hover:before {
  background: none;
}
.am-filter-current .am-show-more:before,
.filter-options-content .am-show-more:before {
  content: none;
}
.am-filter-current .am-show-more:after,
.filter-options-content .am-show-more:after {
  content: '';
  display: block;
  background: black;
  width: calc(100% - 16px);
  height: 1px;
  position: absolute;
  bottom: 3px;
  transform: none;
  left: 8px;
  right: auto;
  top: auto;
}
.am-filter-current .am-show-more[data-is-hide="false"]:before,
.filter-options-content .am-show-more[data-is-hide="false"]:before {
  right: auto;
  transform: none;
}
.am-filter-current .am-show-more[data-is-hide="false"]:after,
.filter-options-content .am-show-more[data-is-hide="false"]:after {
  transform: none;
}
.inputs-style--underlined .am-dropdown .am-select,
.inputs-style--underlined .am-dropdown .chosen-container .chosen-choices {
  background-color: transparent;
}
.toolbar-products + .amasty-catalog-topnav {
  margin-top: -20px;
}
.amasty-catalog-topnav {
  display: block;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 8px;
  margin-left: -6px;
}
.amasty-catalog-topnav .filter-options-title {
  font-size: 15px;
  letter-spacing: 0;
  padding: 7px 12px;
}
.amasty-catalog-topnav .filter-options-title .toggle-minus {
  margin-left: 5px;
}
.amasty-catalog-topnav .filter-options {
  border: none;
  margin: 0 0 5px 0;
  padding: 0;
  min-height: 34px;
  display: block;
}
.amasty-catalog-topnav .filter-options .filter-options-content {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border: none;
  width: 100%;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  background: url('../../frontend/Olegnax/a2_child/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
  transform: translate3d(-28px, -10px, 0);
}
.amshopby-slider-container.-improved {
  margin-top: 10px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  top: 0;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  top: -6px;
  height: 18px;
  border-radius: 0;
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip {
  border: none;
  border-radius: 0;
  padding: 5px 6px;
  font-size: inherit;
}
.catalog-topnav .filter-options .filter-options-content {
  border-radius: 0px;
}
@media (min-width: 1025px), print {
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: column;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    text-align: center;
  }
  .amsl-social-wrapper {
    max-width: 920px;
    margin: auto;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-top: 10px;
    width: 100%;
  }
  .form.create.account .actions-toolbar > .secondary {
    padding-right: 0;
  }
  .login-container {
    margin: 0 auto;
  }
  .customer-account-create .form.create.account .actions-toolbar > .primary {
    padding-left: 0;
  }
  .amsl-register-content .form.create.account.form-create-account > .fieldset.account {
    padding-left: 0;
  }
  .amsl-register-content .form-create-account > .actions-toolbar .primary button:hover {
    color: #1979c3;
    font-weight: 900;
  }
  .customer-account-create .column.main .form.create.account .actions-toolbar > .primary {
    width: 49%;
    margin-top: 0;
    margin-left: 5px;
  }
  .customer-account-create .column.main .form.create.account .actions-toolbar > .primary button {
    padding: 17.7px 27px;
  }
}
@media (max-width: 1024px), print {
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: column;
  }
  .amsl-social-wrapper {
    max-width: 500px;
    margin: auto;
  }
  .customer-account-login .amsl-social-wrapper {
    max-width: 460px;
    margin: auto;
  }
  .login-container {
    margin: 0 auto;
  }
}
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:640px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:1025px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1160px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}.m-auto{margin:auto!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:1160px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgz-newsletter-form .mgz-newsletter-btn:before {
	-webkit-animation: newsletterSpin .6s linear infinite;
	animation: newsletterSpin .6s linear infinite;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
       .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }
      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
      }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
/* 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp--open {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	Contents:

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

*/
/*
	
	1. Buttons

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

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

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

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

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

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

.pswp__button--fs {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/*

	2. Share modal/popup and links

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

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

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

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

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

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

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

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

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

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

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

/*

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

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

/*
	
	4. Caption

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

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

.pswp__caption--empty {
  display: none; }

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

/*

	5. Loading indicator (preloader)

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	
	6. Additional styles

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Olegnax/a2_child/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@media all and (min-width: 768px), print {
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
@media all and (min-width: 640px) {
  .amtab-grid-wrapper.-small .amtab-arrow {
    display: block;
  }
}
@media all and (min-width: 768px), print {
  .am-tabs-view .product.data.items > .item.content {
    padding: 35px;
    margin-top: 41px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #ccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    margin: 0;
    padding: 20px;
    border-bottom: 0;
    float: none;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    width: 100%;
    float: none;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    padding: 5px 20px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    transition: 0.1s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    content: '\e622';
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
}
@media all and (min-width: 1024px), print {
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    max-width: 610px;
    min-height: 379px;
    margin: 0 auto;
    flex-basis: 52%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-tabs-view .product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.am-tabs-view .product-item {
  padding: 15px;
}
.am-tabs-view .block.crosssell {
  padding: 0;
  width: 100%;
}
.am-tabs-view .product.data.items > .item.title > .switch {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-tabs-view .product.data.items > .item.title.active > .switch,
.am-tabs-view .product.data.items > .item.title.active > .switch:focus,
.am-tabs-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
}
.am-tabs-view .product.data.items > .content {
  display: none;
}
.am-tabs-view .product.data.items > .active + .content {
  display: block;
}
.am-tabs-view .product.data.items > .item.content {
  margin-top: 10px;
  padding: 10px 10px 30px;
}
.amtab-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.amtab-cell-select {
  position: relative;
  margin: 0 0 0 -10px;
  cursor: pointer;
}
.amtab-cell-select:focus:after,
.amtab-cell-select:active:after {
  border-color: #3b68bb transparent transparent transparent;
  transform: rotate(180deg);
}
.amtab-cell-select:focus .amtab-select,
.amtab-cell-select:active .amtab-select {
  color: #3b68bb;
}
.amtab-cell-select:after {
  transition: 0.1s all ease-in;
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #6597f3 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.amtab-cell-select .amtab-select {
  transition: 0.1s all ease-in;
  pointer-events: none;
  padding: 0 10px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #6597f3;
  font-weight: 600;
  cursor: pointer;
}
.amtab-cell-select .amtab-select:focus,
.amtab-cell-select .amtab-select:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.amtab-cell-select .amtab-select ::-ms-expand {
  display: none;
}
.amtab-cell-select .amtab-select .amtab-option {
  color: #41362f;
}
.amtab-grid-container > .amtab-title {
  width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 16px;
}
.amtab-grid-container > .amtab-note {
  margin: 10px 0 0 0;
  color: #6f716e;
  font-size: 12px;
}
.amtab-grid-container > .amtab-desc {
  margin: 0 0 10px 0;
  color: #41362f;
  font-size: 14px;
}
.amtab-table-container {
  flex-basis: 100%;
  border: 1px solid #eff3f9;
  color: #41362f;
}
.amtab-table-container .amtab-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.amtab-table-container .amtab-cell:not(:last-child) {
  border-right: 1px solid #eff3f9;
}
.amtab-table-container .amtab-cell .amtab-desc {
  transition: 0.1s all ease-in;
  flex-basis: 100%;
  color: #6597f3;
  font-weight: bold;
  font-style: normal;
}
.amtab-table-container .amtab-title {
  display: flex;
  align-items: center;
  border-right: 1px solid #eff3f9;
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
  color: #fff;
}
.amtab-table-container .amtab-title,
.amtab-table-container .amtab-cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all ease-in;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  width: 100%;
  font-size: 14px;
}
.amtab-table-container .amtab-table-line .amtab-cell:hover,
.amtab-table-container .amtab-table-line .amtab-cell.-active {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .-amtab-hoverline {
  background: rgba(101, 151, 243, 0.2);
}
.amtab-table-container .amtab-table-line,
.amtab-table-container .amtab-head-line {
  display: flex;
  margin: 0;
}
.amtab-table-container .amtab-table-line:not(:last-child) .amtab-cell,
.amtab-table-container .amtab-head-line .amtab-cell {
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select {
  color: #fff;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select:after {
  border-color: #fff transparent transparent transparent;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-desc {
  color: #fff;
}
.amtab-steps-container {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-steps-container .amtab-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-grid-wrapper.-large .amtab-grid-container {
  max-width: 100%;
}
.amtab-grid-wrapper.-large .amtab-grid-container .amtab-sizes > .amtab-title {
  margin: 0 0 25px;
}
.amtab-grid-wrapper.-large .amtab-measure {
  padding: 30px 0 0 0;
}
.amtab-grid-wrapper.-large .amtab-measure > .amtab-title {
  margin: 0 0 10px;
}
.amtab-grid-wrapper.-large .amtab-table-container {
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #aab0ba #fff;
  scrollbar-width: thin;
  position: relative;
  border: 1px solid #eff3f9;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  background: transparent;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaa;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-cell {
  min-width: 65px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title {
  min-width: 130px;
  background: #f9fafc;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-desc {
  flex-basis: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-head-line,
.amtab-grid-wrapper.-large .amtab-table-line {
  height: 65px;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell {
  color: #6597f3;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell.-amtab-hoverline {
  color: #fff;
}
.amtab-grid-wrapper.-large .amtab-steps-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 25px;
  counter-reset: step;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
  margin: 0 0 40px 0;
  width: 100%;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
  position: relative;
  padding: 0 0 0 100px;
  max-height: 110px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after,
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #cfe0ff;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  counter-increment: step;
  color: #4983f1;
  content: counter(step);
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-tip {
  display: block;
  margin: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-grid-container {
  flex-basis: 100%;
}
.amtab-grid-wrapper.-small .amtab-head-line {
  height: 64px;
  background: #f9fafc;
  font-weight: normal;
}
.amtab-grid-wrapper.-small .amtab-table-line {
  height: 45px;
}
.amtab-grid-wrapper.-small .amtab-table-line:nth-child(odd) {
  background: #f9fafc;
}
.amtab-grid-wrapper.-small .amtab-table-line .amtab-title {
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-img {
  display: flex;
  justify-content: center;
  top: 0;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-head {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  margin: 0 0 5px;
  color: #4983f1;
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-desc {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-arrow {
  transition: 0.1s all ease-in;
  position: absolute;
  display: none;
  border-bottom: 1px solid #4983f1;
  border-radius: 5px 0 0 5px;
}
.amtab-grid-wrapper.-small .amtab-arrow:after,
.amtab-grid-wrapper.-small .amtab-arrow:before {
  transition: 0.1s all ease-in;
  position: absolute;
  display: block;
  width: 5px;
  border-bottom: 1px solid #4983f1;
  content: '';
}
.amtab-grid-wrapper.-small .amtab-step {
  position: absolute;
  margin: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-small .amtab-measure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
  align-self: flex-start;
  margin: 40px 0 35px 0;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-img {
  margin: 0 auto 42px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
  top: -8px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
  top: 16%;
  left: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 124px;
  width: 30vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
  top: 50.9%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 123px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 75px;
  width: 15vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-img {
  margin: 0 auto 30px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
  top: -7px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow {
  right: 100%;
  margin: 0 10px 0 0;
  min-width: 50px;
  max-width: 90px;
  width: 5vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
  top: 17%;
  left: 0;
  width: 33vw;
  max-width: 300px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 345px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 75px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
  top: 50%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 150px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
