/**
 * 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 {
    background: #ffffff;
    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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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="datetime"],
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="datetime"]: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="datetime"]::-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="datetime"]::-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="datetime"]:-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 Neue', 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;
}
.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%;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong {
  font-weight: 500;
}
.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 Neue', 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 Neue', 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: 'icons-blank-theme';
  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: '\e618';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 23px;
  color: #ffffff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: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,
.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,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.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,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap: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,
.payment-method-braintree .hosted-date-wrap: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,
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: '\e618';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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;
}
.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 {
  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,
.opc-wrapper .edit-address-link,
.checkout-payment-method .checkout-billing-address .action-cancel,
.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,
.opc-wrapper .edit-address-link:visited,
.checkout-payment-method .checkout-billing-address .action-cancel: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,
.opc-wrapper .edit-address-link:hover,
.checkout-payment-method .checkout-billing-address .action-cancel: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,
.opc-wrapper .edit-address-link:active,
.checkout-payment-method .checkout-billing-address .action-cancel: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-remove:hover,
.multicheckout.address.form .table-wrapper .table .action.help.map:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.checkout-payment-method .checkout-billing-address .action-cancel: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;
}
.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,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel: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,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.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),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel: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: 'icons-blank-theme';
  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 {
  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 Neue', Helvetica, Arial, sans-serif;
  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.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: 32px;
  line-height: 14px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  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: 2px;
}
.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: 0;
  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: 0;
  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 {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', 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;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/extrabold/opensans-800.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/opensans/extrabold/opensans-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
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,
.std .h2,
.std .h3,
.std .h4,
.std .h5,
.std .h6,
.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6 {
  font-weight: 800;
}
.std li {
  margin-bottom: 2px;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.h1 {
  font-size: 48px;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h2 {
  font-size: 36px;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h3 {
  font-size: 30px;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h4 {
  font-size: 24px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h5 {
  font-size: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h6 {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 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;
}
.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 Neue', 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 Neue', 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 Neue', 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;
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
}
.info-block [class^="col"]:first-child {
  padding-left: 0;
}
.info-block [class^="col"]:last-child {
  padding-right: 0;
}
.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;
}
.big-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.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 {
  position: relative;
  padding: 25px;
}
.centered-iblocks .iblock:not(:first-child):after,
.centered-iblocks > div:not(:first-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #ffffff2e;
  position: absolute;
  top: 25%;
  left: 0;
}
.centered-iblocks .iblock .icon-wrapper,
.centered-iblocks > div .icon-wrapper {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.centered-iblocks .iblock .content-wrapper,
.centered-iblocks > div .content-wrapper {
  display: inline-block;
}
.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;
}
html,
.page-wrapper {
  overflow-x: hidden;
}
.cms-page-view.page-layout-1column-fullwidth .breadcrumbs {
  display: none !important;
}
.catalog-product-view .breadcrumbs + .page-main {
  padding-top: 20px;
}
html {
  -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: right;
  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;
}
.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%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-on-tablet {
    display: none;
  }
}
.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;
  }
}
.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;
}
.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: inline-block;
  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.greet.welcome,
.page-header .header.links li.greet.welcome {
  display: none;
}
.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 {
  line-height: 16px;
  padding: 2px 6px;
  margin: 0 2px 0 1px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  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: 'icons-blank-theme';
  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;
}
.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 #bbbbbb;
  margin-top: 5px;
  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: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  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: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.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;
}
img.lazy:not(.lazy-loaded),
.product-image-photo.lazy:not(.lazy-loaded) {
  width: 44px;
  height: 3px;
}
.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/athlete2/de_DE/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/athlete2/de_DE/images/preloader.svg') left top no-repeat;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.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-bottom: 2px solid #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 Neue', 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: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.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[generated] {
  margin-top: 4px;
  background: red;
  display: inline-block;
  padding: 4px 7px 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
}
.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 #bbbbbb;
  margin-left: 5px;
  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: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  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: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.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;
  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: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.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: 'icons-blank-theme';
  src: url('../../frontend/Olegnax/athlete2/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.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;
}
.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 {
  -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 Neue', Helvetica, Arial, sans-serif;
}
.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 {
  -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 {
  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 {
  -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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: none !important;
  border: 2px solid;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  -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 {
  -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 {
  background-color: #000000;
}
.primary > .action,
a.action.primary,
.action.primary,
.button.primary,
a.button.primary,
a.button,
.button,
button {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 > .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 Neue', 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: 30px;
  line-height: 22px;
  color: #ffffff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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:before {
  font-weight: 800;
}
.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;
}
.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 {
  position: relative;
  width: 100%;
  display: flex;
  align-content: flex-end;
}
.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 Neue', 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 Neue', 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 form .actions {
  display: inline-block;
  vertical-align: bottom;
}
.ox-slideout .header__search-wrapper form .actions .action.search {
  padding: 0 20px;
  height: 48px;
  font-size: 23px;
}
.ox-slideout .header__search-wrapper form .actions .action.search .search-icon-wrapper,
.ox-slideout .header__search-wrapper form .actions .action.search svg {
  display: none;
}
.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;
}
.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 form {
  position: relative;
  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 Neue', 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 Neue', 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: 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;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel {
  height: 38px;
  min-width: 38px;
  z-index: 100;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form #search {
  width: 285px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form #search.animate {
  transform: scaleX(1);
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form.form-search-over {
  width: 285px;
}
.header__item-search {
  width: auto !important;
}
.header__item-search form {
  float: left;
  position: relative;
  width: 285px;
}
.header__item-search form .control {
  padding: 0;
  border: none;
}
.header__item-search form input[type="text"],
.header__item-search form input {
  padding: 11px 40px 10px 14px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  position: static;
  margin: 0;
}
.header__item-search form input[type="text"]:hover,
.header__item-search form input:hover,
.header__item-search form input[type="text"]:focus,
.header__item-search form input:focus {
  border: none;
}
.block-search--type-overlay .block-content,
.block-search--type-slideout .block-content {
  display: none;
}
.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);
}
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .navigation > ul > .level0,
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .ox-megamenu > ul > .level0 {
  height: auto;
}
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .ox-megamenu > ul > .level0 > .level-top {
  min-height: 16px;
}
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label {
  top: -5px;
}
.ox-mm-resize.menu--style-long-top .header--layout-4.page-header .navigation > ul > .level0 > .level-top:before,
.ox-mm-resize.menu--style-long-top .header--layout-4.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;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.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-left {
  display: flex;
}
.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 .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 .block-content div {
  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-4.page-header .ox-megamenu,
.header--layout-4.page-header .navigation {
  height: 100%;
}
.header--layout-4.page-header .ox-megamenu > ul,
.header--layout-4.page-header .navigation > ul {
  padding: 0;
}
.header--layout-4.page-header .ox-megamenu > ul > .level0,
.header--layout-4.page-header .navigation > ul > .level0 {
  margin: 0;
  height: 100%;
}
.header--layout-4.page-header .ox-megamenu > ul > .level0 > .level-top,
.header--layout-4.page-header .navigation > ul > .level0 > .level-top {
  padding: 6px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  /*&:before{
                                height: 56px;
                                transition: transform 0.3s ease-in-out;
                                top: -16px;
                            }*/
}
.header--layout-4.page-header .ox-megamenu > ul > .level0 > .level-top:before,
.header--layout-4.page-header .navigation > ul > .level0 > .level-top:before {
  height: 4px;
  transition: transform 0.6s ease-in-out;
  bottom: 0;
  transform-origin: bottom;
}
.header--layout-4.page-header .ox-megamenu > ul > .level0.active > .level-top,
.header--layout-4.page-header .navigation > ul > .level0.active > .level-top,
.header--layout-4.page-header .ox-megamenu > ul > .level0:hover > .level-top,
.header--layout-4.page-header .navigation > ul > .level0:hover > .level-top {
  color: #ffe51e;
}
.header--layout-4.page-header .ox-megamenu > ul > .level0.active > .level-top:before,
.header--layout-4.page-header .navigation > ul > .level0.active > .level-top:before,
.header--layout-4.page-header .ox-megamenu > ul > .level0:hover > .level-top:before,
.header--layout-4.page-header .navigation > ul > .level0:hover > .level-top:before {
  transition: all 100ms;
}
.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;
}
.sticky .sticky-wrapper {
  position: fixed;
  width: 100%;
  z-index: 879;
}
.sticky-smart .ox-sticky.sticky .sticky-wrapper {
  transform: translateY(-100%);
}
.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: 8px;
  height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  right: 0;
}
.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;
}
.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;
  /*            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;*/
  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;
  /*transform: scaleY(0);
                    transform-origin: bottom;
                    background: @header-item__hover__bg;*/
}
.header__content .header__item .button:hover {
  background: #202020;
  /*&:after{
                        transform: scaleY(1);                    
                    }*/
}
.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;
}
.top-bar .topline-block {
  margin: 0 10px;
  z-index: 1;
}
.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;
}
.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 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;*/
  -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,
.header--layout-2 .header__content {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header--layout-1 .header__content .flex-left,
.header--layout-2 .header__content .flex-left,
.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 .logo__container {
  /*min-height:74px;*/
  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--full-width.header--layout-1 .logo__container {
  margin-left: -20px;
}
.header--full-width.header--layout-1 .minicart-wrapper {
  margin-right: -20px;
}
.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;
}
.simple-animation {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.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;
}
.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(-100%) 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 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;
}
.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;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  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-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,
.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;
}
.ox-slideout .block-account .dropdown-bottom-wrapper,
.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: 880;
  transition: .3s opacity,.4s visibility;
  -webkit-transition: .3s opacity,.4s visibility;
  will-change: opacity, visibility;
}
.ox-fixed-slideout .ox-modal-overlay,
.ox-fixed-overlay .ox-modal-overlay,
.ox-fixed-modal .ox-modal-overlay,
.ox-fixed-slideout .ox-slideout-shadow,
.ox-fixed-overlay .ox-slideout-shadow,
.ox-fixed-modal .ox-slideout-shadow {
  opacity: .8;
  visibility: visible;
}
.ox-fixed {
  width: 100%;
  height: 100%;
  position: relative;
}
.ox-fixed-slideout-right {
  overflow: 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 .ox-quickview-button,
  .quickview-mobile--hide .button.ox-quickview-button,
  .quickview-mobile--hide .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 .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;
    padding: 50px 40px 0;
    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;
  }
}
.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 {
  -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 {
  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-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', 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;
}
#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;
}
@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 */
.header-banner-below .banner-wrap,
.above-footer-banner .banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  text-align: center;
  justify-content: center;
  color: #000000;
}
.header-banner-below .banner-wrap p,
.above-footer-banner .banner-wrap p,
.header-banner-below .banner-wrap h1,
.above-footer-banner .banner-wrap h1,
.header-banner-below .banner-wrap h2,
.above-footer-banner .banner-wrap h2,
.header-banner-below .banner-wrap h3,
.above-footer-banner .banner-wrap h3,
.header-banner-below .banner-wrap h4,
.above-footer-banner .banner-wrap h4,
.header-banner-below .banner-wrap h5,
.above-footer-banner .banner-wrap h5,
.header-banner-below .banner-wrap h6,
.above-footer-banner .banner-wrap h6,
.header-banner-below .banner-wrap .h1,
.above-footer-banner .banner-wrap .h1,
.header-banner-below .banner-wrap .h2,
.above-footer-banner .banner-wrap .h2,
.header-banner-below .banner-wrap .h3,
.above-footer-banner .banner-wrap .h3,
.header-banner-below .banner-wrap .h4,
.above-footer-banner .banner-wrap .h4,
.header-banner-below .banner-wrap .h5,
.above-footer-banner .banner-wrap .h5,
.header-banner-below .banner-wrap .h6,
.above-footer-banner .banner-wrap .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);
}
.header-top-banner .at-highlight,
.header-banner-below .at-highlight,
.above-footer-banner .at-highlight,
.header-top-banner .highlight,
.header-banner-below .highlight,
.above-footer-banner .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 {
  max-width: 100%;
  height: auto;
}
.std .ox-banner a.ox-banner-link,
.ox-banner a.ox-banner-link {
  padding: 0;
  background: none;
  display: inline-block;
}
.std .ox-banner.ox-img-zoom-hover,
.ox-banner.ox-img-zoom-hover {
  overflow: visible;
}
.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,
.ox-img-zoom-out-hover img,
.ox-img-zoom-hover img {
  transition: all 0.6s ease-in-out;
}
.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 .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);
}
.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 .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.ox-banner-big .ox-banner-animated-container .animation-wrapper {
  margin-top: 0;
}
.ox-banner-animated-text.ox-banner-big .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 .text {
  font-size: 30px;
  line-height: 30px;
}
.ox-banner-animated-text.ox-banner-huge .link {
  font-weight: 800;
  text-transform: uppercase;
}
.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: 0 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;
}
.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: 0;
  height: 100%;
  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 {
  width: 100%;
}
.active-revslide .animated-text--bg:after {
  transition-delay: 300ms;
  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;
  }
}
/*
Banner text-below
<div class="col-12 col-md-4 a-center"> 
    <div class="ox-banner ox-banner-text-below">
        <a class="ox-zoom-hover ox-banner-link" href="https://athlete.olegnax.com/index.php/across-body.html/">			
            <img src="https://athlete.olegnax.com/media/wysiwyg/boots_03.jpg" alt="">
        </a>
        <div class="ox-banner-content">
            <h6 class="no-margin">basketball</h6>
            <span>compare and shop</span>
        </div>	
    </div>
</div>
*/
/*
<div class="col-6 col-md-4 a-center"> 
    <div class="ox-banner ox-banner-content-overlay h-center v-center">
        <a class="ox-banner-link" href="#">			
           <img src="{{media url=&quot;wysiwyg/banner-category-group-01.jpg&quot;}}" alt="" />
            <span class="ox-banner-container">
                <span class="button primary ox-show-hover ox-moveup-hover">shop now</span>
            </span>	
        </a>
    </div>
</div>
*/
.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);
  opacity: 0;
  visibility: hidden;
  animation: move-action-bottom 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.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;
}
.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: 20px;
}
.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 {
  padding: 16px 30px;
  min-width: 200px;
}
.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;
}
.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-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 .post-tags .label {
  display: none;
}
.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[generated],
.post-view .block.comments .c-replyform form textarea + div.mage-error[generated],
.post-view .block.comments .fb-comments input + div.mage-error[generated],
.post-view .block.comments .c-replyform form input + div.mage-error[generated] {
  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 Neue', 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 Neue', 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-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;
}
.sidebar-additional .block.blog-search .field.search .label {
  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;
}
.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-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-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--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--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--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--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--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--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--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--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--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--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 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 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px) !important;
  flex: 0 0 calc(100% - 30px) !important;
  max-width: calc(100% - 30px) !important;
  min-height: 630px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.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--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--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--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--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.blog-style-modern article.post-style--above-image .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--above-image article .post-image-wrapper .bg-image-holder {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
}
.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--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;
}
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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.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: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  padding-bottom: 50px;
}
.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: 120px;
  min-height: 40px;
}
.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: 30px;
  line-height: 40px;
  color: #ffffff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: 800;
}
.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;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-american,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 0 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 1025px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 1025px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: 0;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 0;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #202020;
  top: 1px;
}
@media all and (max-width: 1025px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 1025px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  text-shadow: 0 0 .9px #000;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzc0YTEgMSAwIDAgMC0xLjQxMy0xLjQxNEwxMCA4LjU4NiA3LjM3NCA1Ljk2QTEgMSAwIDAgMCA1Ljk2IDcuMzc0TDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNUwxMCAxMS40MTNsMi42MjcgMi42MjdhMSAxIDAgMCAwIDEuNDE0LTEuNDE1TDExLjQxNCAxMGwyLjYyNy0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  margin-top: 25px;
  padding: 6px 10px;
  border-left: 5px solid #f2c94c;
  background: #f2f2f2;
  color: #000;
  font-weight: 600;
}
.amrec-product-label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  background-size: contain;
  content: '';
  vertical-align: middle;
}
.amrec-product-label .amrec-text {
  vertical-align: middle;
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
.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-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:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.ox-banners-slider__container:hover .owl-nav button.owl-prev,
.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__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-banner-medium .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-slider__container ox-brand-slider__image.owl-lazy,
.ox-brand-slider__container .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 .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 .owl-item a:hover .ox-brand-slider__image {
  opacity: 1 !important;
  transition: opacity 10ms;
}
.ox-brand-slider__container .owl-item a:hover span {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.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%;
}
.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/athlete2/de_DE/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-product-scroll + .toolbar-products,
.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-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/athlete2/de_DE/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);
  }
}
/* Offset direction
   */
html:not([dir="rtl"]) .filter-options-content .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
html:not([dir="rtl"]) .filter-options-content .noUi-horizontal .noUi-handle {
  right: -6px;
  left: auto;
}
.filter-options-content {
  /* Wrapper for all connect elements.
       */
  /* Give origins 0 height/width so they don't interfere with clicking the
       * connect elements.
       */
  /* Slider size and handle placement;
       */
  /* Styling;
       * Giving the connect element a border radius causes issues with using transform: scale
       */
  /* Handles and cursors;
       */
  /*
      .noUi-active {
          background: @main_color;
      }*/
  /* Handle stripes;
       */
  /*
      .noUi-handle:before,
      .noUi-handle:after {
            content: "";
            display: block;
            position: absolute;
            height: 14px;
            width: 1px;
            background: #E8E7E6;
            left: 14px;
            top: 6px;
      }*/
  /* Disabled state;
       */
  /* Base;
       *
       */
  /* Values;
       *
       */
  /* Markings;
       *
       */
  /* Horizontal layout;
       *
       */
  /* Vertical layout;
       *
       */
  /* hide pips options */
  /* always show tooltips */
}
.filter-options-content .noUi-target,
.filter-options-content .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-options-content .noUi-target {
  position: relative;
  direction: ltr;
}
.filter-options-content .noUi-target.noUi-horizontal {
  margin: 10px 6px 45px;
}
.filter-options-content .noUi-base,
.filter-options-content .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.filter-options-content .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.filter-options-content .noUi-connect,
.filter-options-content .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.filter-options-content .noUi-connect {
  height: 100%;
  width: 100%;
}
.filter-options-content .noUi-origin {
  height: 10%;
  width: 10%;
}
.filter-options-content .noUi-vertical .noUi-origin {
  width: 0;
}
.filter-options-content .noUi-horizontal .noUi-origin {
  height: 0;
}
.filter-options-content .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.filter-options-content .noUi-touch-area {
  height: 100%;
  width: 100%;
}
.filter-options-content .noUi-state-tap .noUi-connect,
.filter-options-content .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.filter-options-content .noUi-state-drag * {
  cursor: inherit !important;
}
.filter-options-content .noUi-horizontal {
  height: 18px;
}
.filter-options-content .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 18px;
  left: -6px;
  top: -6px;
  cursor: w-resize;
}
.filter-options-content .noUi-vertical {
  width: 18px;
}
.filter-options-content .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.filter-options-content .noUi-target {
  background: #e4e4e4;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.filter-options-content .noUi-connects {
  border-radius: 0;
}
.filter-options-content .noUi-connect {
  background: #ffe51e;
}
.filter-options-content .noUi-draggable {
  cursor: ew-resize;
}
.filter-options-content .ox-price-filter__values {
  display: none;
}
.filter-options-content .noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.filter-options-content .noUi-handle {
  border: none;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
}
.filter-options-content .noUi-handle .noUi-tooltip {
  opacity: 0;
  transition: opacity 200ms ease;
}
.filter-options-content .noUi-handle.noUi-active .noUi-tooltip,
.filter-options-content .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}
.filter-options-content .noUi-handle:after {
  left: 17px;
}
.filter-options-content .noUi-vertical .noUi-handle:before,
.filter-options-content .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.filter-options-content .noUi-vertical .noUi-handle:after {
  top: 17px;
}
.filter-options-content [disabled] .noUi-connect {
  background: #B8B8B8;
}
.filter-options-content [disabled].noUi-target,
.filter-options-content [disabled].noUi-handle,
.filter-options-content [disabled] .noUi-handle {
  cursor: not-allowed;
}
.filter-options-content .noUi-pips,
.filter-options-content .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-options-content .noUi-pips {
  position: absolute;
  color: #999;
}
.filter-options-content .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.filter-options-content .noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.filter-options-content .noUi-marker {
  position: absolute;
  background: #e4e4e4;
}
.filter-options-content .noUi-marker-sub {
  background: #AAA;
}
.filter-options-content .noUi-marker-large {
  background: #e4e4e4;
}
.filter-options-content .noUi-pips-horizontal {
  padding: 10px 0;
  height: 35px;
  top: 100%;
  left: 0;
  width: 100%;
}
.filter-options-content .noUi-value-horizontal {
  -webkit-transform: translate(0, 17px);
  transform: translate(0, 17px);
  margin-left: -3px;
}
.filter-options-content .noUi-pips-horizontal .noUi-value-horizontal:last-child {
  -webkit-transform: translate(-100%, 17px);
  transform: translate(-100%, 17px);
  margin-left: 3px;
}
.filter-options-content .noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.filter-options-content .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.filter-options-content .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.filter-options-content .noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
}
.filter-options-content .noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.filter-options-content .noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.filter-options-content .noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.filter-options-content .noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.filter-options-content .noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.filter-options-content .noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.filter-options-content .noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  padding: 5px 6px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.filter-options-content .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 110%;
}
.filter-options-content .noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.filter-options-content .hide-pips .noUi-pips.noUi-pips-horizontal {
  padding: 15px 0 0 0;
}
.filter-options-content .hide-pips .noUi-pips .noUi-value-horizontal {
  -webkit-transform: none;
  transform: none;
}
.filter-options-content .hide-pips .noUi-pips .noUi-marker {
  display: none;
}
.filter-options-content .tooltip-always-show .noUi-handle .noUi-tooltip {
  opacity: 1;
}
.filter-options-content .tooltip-always-show noUi-target.noUi-horizontal {
  margin-top: 20px;
}
.column.main .products.products-grid,
.column.main .products.products-list,
.column.main .products-grid.grid,
.sidebar.sidebar-main .block.filter {
  position: relative;
}
.ox-product-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
}
.ox-product-nav.ox-product-nav-page {
  position: fixed;
  z-index: 99999;
}
.ox-product-nav .ox-product-nav__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.ox-product-nav.ox-product-nav__loader--magento .ox-product-nav__loader {
  position: relative;
  width: 160px;
  height: 160px;
  margin-top: 0;
}
.ox-product-nav.ox-product-nav__loader--magento .ox-product-nav__loader:before {
  background: rgba(255, 255, 255, 0.5) url('../../frontend/Olegnax/athlete2/de_DE/images/loader-2.gif') no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ox-product-nav.ox-product-nav__loader--css .ox-product-nav__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;
  margin-left: -17px;
  margin-top: -17px;
}
.filter-options-content .item.item-price-slider {
  display: block;
}
.filter-options-content .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ox-price-filter__values {
  text-align: left;
  overflow: hidden;
}
.ox-price-filter__values .ox-slider-min {
  float: left;
}
.ox-price-filter__values .ox-slider-max {
  float: right;
}
.ox-price-filter__values .ox-slider-max,
.ox-price-filter__values .ox-slider-min {
  opacity: 0.6;
}
@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-2019 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-2019 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 Neue', 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;
}
/* Labels */
.ox-megamenu-navigation .ox-megamenu-label {
  z-index: 1;
  font-family: 'Open Sans', 'Helvetica Neue', 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-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-products-list {
  margin-bottom: 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-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-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;
}
.owl-dots--align-center .owl-carousel .owl-dots {
  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 .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 .block.widget.product-columns-s-2 .products-grid .product-item,
.block.widget.product-columns-s-2 .products-grid .product-item {
  width: 50%;
}
.page-layout-1column .block.widget.product-columns-s-1 .products-grid .product-item,
.block.widget.product-columns-s-1 .products-grid .product-item {
  width: 100%;
}
.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 .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%;
}
#ox_quickview_wrapper html {
  overflow: hidden;
}
.ox_quickview-preloader {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  content: url('../../frontend/Olegnax/athlete2/de_DE/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-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 .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;
  }
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #ffffff;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #ffffff;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #ffffff;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
}
.payment-method-braintree .hosted-control {
  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;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #ffffff;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #ffffff;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 0;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Olegnax/athlete2/de_DE/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.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 Neue', 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 {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.cart-summary > .title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', 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 Neue', Helvetica, Arial, sans-serif;
  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.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: 30px;
  line-height: 26px;
  color: #000000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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 {
  font-weight: 800;
  position: relative;
  left: -1px;
  top: 0px;
}
.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 {
  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 {
  border-bottom: 1px solid #d1d1d1;
}
.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.03em;
}
.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.03em;
  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;
  font-size: 14px;
  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 .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: 22px;
  line-height: 23px;
  color: #000000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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 {
  font-weight: 800;
  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;
}
.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;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.minicart-wrapper {
  margin: 0 0 0 10px;
  z-index: 20;
}
.minicart-wrapper .action.showcart {
  font-family: 'Open Sans', 'Helvetica Neue', 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 a {
  font-size: 14px;
}
.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: 'icons-blank-theme';
  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: 22px;
  line-height: 23px;
  color: #000000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
#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%;
  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;
  left: 50%;
  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 {
  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 .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 Neue', 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;
}
.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: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  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: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 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 {
  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 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: 500;*/
}
.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: space-between;
  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;
}
.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 {
  width: 100%;
}
.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;
}
.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 .action-show {
  vertical-align: baseline;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.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: 'icons-blank-theme';
  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 Neue', 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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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 {
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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 Neue', 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: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.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 Neue', 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 Neue', 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/athlete2/de_DE/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/athlete2/de_DE/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 {
  color: #000000;
}
.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 {
  color: #000000;
}
.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 Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.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 Neue', 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 Neue', 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 {
  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 {
  animation: move-vertical-out 0.25s;
  margin-right: 13px;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary: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;
}
.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: 5px 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;
}
.product-item .price-box .price-container .price-label: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 {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #000000;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.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 {
  display: table;
  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: table-cell;
  padding: 0 30px 0 0;
  vertical-align: top;
  width: 1%;
}
.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 .products-grid .product-item {
  width: 50%;
}
.products-grid.product-columns-s-1 .products-grid .product-item {
  width: 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 .products-grid .product-item {
  width: 50%;
}
.page-products .products-grid.product-columns-s-1 .products-grid .product-item {
  width: 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 {
  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 .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;
}
.filters-action .label {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
  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-products {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 10px;
  min-height: 52px;
  text-align: center;
  background: #f8f8f8;
  color: #acacac;
}
.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);
}
.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-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);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes move-action-bottom {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.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;
}
.fotorama__caption {
  display: none;
}
.product.media {
  position: relative;
}
.product.media .fotorama__wrap .fotorama__grab {
  cursor: none;
  position: relative;
}
.product.media .fotorama__wrap:hover #ox-zoom-cursor {
  visibility: visible;
  opacity: 1;
}
.product.media .fotorama__wrap:hover #ox-zoom-cursor span {
  transform: translate(0px, 0px);
}
.product.media .fotorama__nav-wrap--horizontal {
  margin-top: 20px;
}
#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;
}
#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;
}
.special-price .price,
.product-item .special-price .price-box .price-container {
  color: #00b9d5;
}
.product-grid__image-wrapper {
  position: relative;
}
.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 {
  padding: 0;
}
.products-grid__layout-v3.grid .product-item .action.primary svg,
.products-grid__layout-v3.products-grid .product-item .action.primary 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 {
  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 .action.tocompare,
.products-grid__layout-default.grid .product-item .action.tocompare,
.products-grid__layout-2.products-grid .product-item .action.tocompare,
.products-grid__layout-default.products-grid .product-item .action.tocompare,
.products-grid__layout-2.grid .product-item .action.towishlist,
.products-grid__layout-default.grid .product-item .action.towishlist,
.products-grid__layout-2.products-grid .product-item .action.towishlist,
.products-grid__layout-default.products-grid .product-item .action.towishlist,
.products-grid__layout-2.grid .product-item .action.primary,
.products-grid__layout-default.grid .product-item .action.primary,
.products-grid__layout-2.products-grid .product-item .action.primary,
.products-grid__layout-default.products-grid .product-item .action.primary {
  padding: 0;
}
.products-grid__layout-2.grid .product-item .quick-view,
.products-grid__layout-default.grid .product-item .quick-view,
.products-grid__layout-2.products-grid .product-item .quick-view,
.products-grid__layout-default.products-grid .product-item .quick-view,
.products-grid__layout-2.grid .product-item .action.tocompare,
.products-grid__layout-default.grid .product-item .action.tocompare,
.products-grid__layout-2.products-grid .product-item .action.tocompare,
.products-grid__layout-default.products-grid .product-item .action.tocompare,
.products-grid__layout-2.grid .product-item .action.towishlist,
.products-grid__layout-default.grid .product-item .action.towishlist,
.products-grid__layout-2.products-grid .product-item .action.towishlist,
.products-grid__layout-default.products-grid .product-item .action.towishlist,
.products-grid__layout-2.grid .product-item .action.primary,
.products-grid__layout-default.grid .product-item .action.primary,
.products-grid__layout-2.products-grid .product-item .action.primary,
.products-grid__layout-default.products-grid .product-item .action.primary {
  animation: move-action-bottom 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.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: 10px 20px;
  margin: 0;
}
.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 {
  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-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;
}
.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);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.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);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.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 {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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);
  transition: all 300ms;
}
.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 .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 {
  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 {
  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 {
  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;
}
.product-item-inner .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: none !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%;
}
.products-grid .product-item {
  /*.move-bg-animation();*/
  /*padding: 9px;*/
}
.products-grid .product-item .product-item-details {
  text-align: left;
}
.products-grid .product-item .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;
}
.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:hover .product-grid-overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.14s, visibility 0.14s;
}
.products-grid .product-item .product-reviews-summary {
  margin: 15px 0 6px 6px;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.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 Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  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: 20px;
}
.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;
}
.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 .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-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.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-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;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .product-reviews-summary .rating-summary + .reviews-actions {
  padding-left: 10px;
}
.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;
  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 .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);
}
.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.03em;
}
.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;
}
.prices-tier {
  background: #f8f8f8;
  margin: 0 0;
  padding: 0 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 {
  color: #000000;
}
.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;
}
.catalog-category-view .column.main .breadcrumbs {
  padding: 0;
  padding-bottom: 4px;
  margin-left: -3px;
}
.catalog-category-view .column.main .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.touch .product-item-inner .overlay-link {
  display: none;
}
@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-grid__image-wrapper {
    display: inline-block;
    float: left;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 6px;
  }
  .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: auto;
  }
}
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);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  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 Neue', 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 .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -20px -1px;
  padding: 0 20px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  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[generated] {
  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;
}
/* 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 Neue', 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 Neue', 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 {
  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 {
  /*.lib-form-hasrequired(bottom);
            &:after {
                margin-top: 35px;
            }*/
}
.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 {
  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 {
  /*
        .sidebar-additional {
            margin-top: 40px;
        }*/
}
.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 {
  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;
}
.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 {
  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: 80px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.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;
}
.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 Neue', 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: 16px;
}
.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 Neue', 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 Neue', 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: 22px;
  line-height: 30px;
  color: #ffffff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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 Neue', 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: 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-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;
}
.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 Neue', 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: '\e616';
  font-family: 'icons-blank-theme';
  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 {
  color: #000000;
}
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 {
  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: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .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 .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 Neue', 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 .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter.inputs-style--underlined .control:before {
  margin-left: 0;
  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--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-2 .footer.content .block.newsletter.newsletter-style--big {
  padding: 60px 0;
}
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big .action.primary {
  padding: 12px 24px;
  height: 46px;
  font-size: 16px;
}
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big .title {
  font-size: 36px;
}
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big .control input {
  height: 46px;
}
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big .control:before {
  line-height: 46px;
}
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big.inputs-style--underlined input {
  border-width: 3px;
}
.footer--layout-2 .footer.content .block.newsletter > * {
  position: relative;
}
.footer--layout-2 .footer.content .block.newsletter .content,
.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-2 .footer.content .block.newsletter:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: inherit;
}
.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;
}
.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 Neue', 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 Neue', 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;
}
.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;
}
.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-bottom: 2px solid #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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 Neue', 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 {
    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 {
    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 {
    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: 'icons-blank-theme';
  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 {
  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 Neue', 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[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 {
  /* 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/athlete2/de_DE/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: 40%;
  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;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
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: 'icons-blank-theme';
  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: '\e618';
  font-family: 'icons-blank-theme';
  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 .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 Neue', 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;
}
.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;
  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 {
  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 Neue', 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: 22px;
  line-height: 23px;
  color: #000000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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 {
  font-weight: 800;
  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;
}
.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: 'icons-blank-theme';
  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: '\e616';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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 Neue', 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: 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: 'icons-blank-theme';
    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;
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .column.main .toolbar .toolbar-amount {
    line-height: 1;
    padding: 20px 10px 0 10px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: 0;
    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: 0;
    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;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .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%;
  }
  .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 > .widget,
  .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;
  }
  .columns .sidebar-main {
    margin-top: 40px;
  }
  /*.sidebar-main + .sidebar-additional{
        margin-top: 0;
    }*/
  .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: 'icons-blank-theme';
    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;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .flex-left {
    height: 60px;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    left: 60px;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .logo__container:before {
    background: none;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .flex-right {
    height: 60px;
  }
  .header--layout-4.mobile-header--layout-4 .header__content .flex-right .header__item {
    height: 60px;
  }
  .header__content .header__item-account {
    display: none !important;
  }
  .page-header .container {
    padding-left: 0;
    padding-right: 10px;
  }
  .mobile-header--layout-4 .header__content .header__additional-content,
  .mobile-header--layout-3 .header__content .header__additional-content,
  .mobile-header--layout-2 .header__content .header__additional-content,
  .mobile-header--layout-1 .header__content .header__additional-content {
    display: none;
  }
  .mobile-header--layout-2 .page-header .container {
    padding: 0;
  }
  .mobile-header--layout-2 .header--layout-4 .header__content {
    padding: 0;
  }
  .mobile-header--layout-2 .header--layout-2 .header__content .flex-right,
  .mobile-header--layout-2 .header--layout-2 .header__content .flex-left {
    min-height: 60px;
  }
  .mobile-header--layout-2 .header--layout-1 .header__content .flex-right,
  .mobile-header--layout-2 .header--layout-1 .header__content .flex-left {
    padding: 4px;
    /*min-height: 60px;*/
  }
  .mobile-header--layout-2 .header__content {
    padding: 5px;
    flex-wrap: wrap;
  }
  .mobile-header--layout-2 .header__content .header__additional-content {
    display: none;
  }
  .mobile-header--layout-2 .logo__container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .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-4 .logo__container,
  .checkout-index-index.mobile-header--layout-4 .logo__container {
    position: relative;
    left: 0;
    transform: none;
    margin: 0;
  }
  .mobile-header--layout-4 .logo__container {
    order: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 60px;
    height: 60px;
  }
  .mobile-header--layout-4 .header__content {
    min-height: 60px;
    height: 60px;
  }
  .mobile-header--layout-4 .header__content {
    justify-content: space-between;
  }
  .mobile-header--layout-4 .header__content .flex-left {
    order: 0;
  }
  .mobile-header--layout-4 .header__content .slide-out-menu--mobile {
    position: relative;
    top: 0;
    left: 52px;
  }
  .mobile-header--layout-4 .header__content .flex-right {
    order: 2;
    margin: 0;
  }
  .mobile-header--layout-4 .header__content .flex-right .header__item-search {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile-header--layout-4 .header--layout-2 .header__content .flex-right .header__item-search,
  .mobile-header--layout-4 .header--layout-1 .header__content .flex-right .header__item-search {
    top: 8px;
    left: 10px;
  }
  /* 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;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    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-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,
  .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;
  }
  .ox-dropdown .block-account .dropdown-bottom-wrapper,
  .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-active .animated-text--masked .wrap {
    animation: animated-text-masked-wrapper 1s;
  }
  .ox-dropdown-active .animated-text--masked .inner {
    animation: animated-text-masked-inner 1s;
  }
  .ox-dropdown-active .animated-text--masked:after {
    animation: animated-text-masked-after 1s;
  }
  .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%;
  }
  .ox-fixed {
    overflow: hidden;
  }
  .ox-fixed > body,
  .ox-fixed > body > .page-wrapper {
    position: relative;
    overflow: hidden;
  }
  .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;
  }
  .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;
  }
  .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-products {
        .toolbar-products{
            position: absolute;
            top: 0;
            width: 100%;
        }
        .products.wrapper ~ .toolbar-products {
             position: static;
        }
    }*/
  .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-inner .overlay-link,
  .product-item-actions .quick-view,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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 {
    /*.page.messages {
            margin-bottom: @indent__xl;
        }*/
  }
  .account .columns .sidebar-main {
    margin-top: 60px;
  }
  .account .columns .sidebar-additional {
    margin-top: 0;
  }
  .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: 0;
    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;
  }
  .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 .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;
  }
  .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;
  }
}
@media only screen and (max-width: 768px) {
  .centered-iblocks {
    flex-flow: column;
    text-align: center;
  }
  .centered-iblocks .iblock:not(:first-child):after,
  .centered-iblocks > div:not(:first-child):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;
  }
  .hide-on-mobile {
    display: none;
  }
  .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-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%;
  }
  .product.data.items > .item.content {
    padding: 30px;
  }
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 6px;
  }
  .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: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .contacts-layout-default .form.contact {
    padding: 30px;
    max-width: 100%;
  }
  .contacts-layout-default .contacts-second-block {
    margin-top: 50px;
  }
  .footer--layout-2 .footer.content .block.newsletter .content,
  .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;
  }
  .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;
  }
  .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;
  }
  .ox-dropdown {
    padding: 10px 20px 0;
  }
  .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%;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
  .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: '\e616';
    font-family: 'icons-blank-theme';
    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);
  }
  .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 {
    border-bottom: 1px solid #cccccc;
    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;
    margin-top: 0;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    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 {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 0 0 0;
    width: 30%;
  }
  .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-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-image-container {
    width: 100% !important;
  }
  .products-list .product-item-details {
    display: block;
  }
  /*.block-search {
        margin-top: @indent__s;
    }*/
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .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 {
    width: 100%;
  }
  .block-customer-login .actions-toolbar {
    text-align: center;
    display: block;
  }
  .block-customer-login.block .action.primary {
    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--layout-2 .footer.content .block.newsletter.newsletter-style--big .title {
    font-size: 30px;
  }
  .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: top;
  }
  .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%;
  }
}
@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 form {
    display: block;
  }
  .ox-slideout .header__search-wrapper form .actions {
    display: block;
    margin-top: 20px;
  }
  .ox-slideout .header__search-wrapper form .actions .action.search {
    width: 100%;
  }
  .header--layout-4 .slide-out-menu--mobile {
    min-width: 60px;
  }
  .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 20px;
  }
  .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-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;
  }
  .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,
  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;
  }
  .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;
  }
  .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 .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-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 {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    padding-right: 0;
    max-width: 100%;
  }
  .product.data.items > .item.content {
    padding: 20px;
  }
  .page-product-downloadable .product-add-form {
    margin-bottom: 45px;
    padding: 15px;
  }
  .product-info-main,
  .product-options-bottom {
    /*
        .product-add-form{
            position:relative;
            .product-addto-links{
                position: absolute;
                bottom: 0;
                right: 0;
                background: #000;
                .action.towishlist:before{
                    color: #fff;
                }
            }
        }*/
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
    /*
            &.actions--right-to-cart{
                .actions{
                    .action.tocart{
                        width: calc(~"100%" - @add-to-cart-button__height);
                    }
                }
            }*/
  }
  .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%;
  }
}
@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;
  }
  h1.huge,
  .h1.huge,
  h1.big,
  .h1.big {
    font-size: 60px;
  }
  h1.huge-6vw,
  .h1.huge-6vw {
    font-size: 6.5vw;
  }
  .ox-margin-sm {
    margin-bottom: 30px;
  }
  .ox-margin-sm-no {
    margin-bottom: 0;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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;
  }
  .page-layout-1column-fullwidth.blog-page .page-main {
    padding: 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;
  }
  .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.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--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--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%;
  }
  .page-layout-1column .block.widget .products-grid .product-item,
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget.product-columns-m-6 .products-grid .product-item,
  .block.widget.product-columns-m-6 .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget.product-columns-m-5 .products-grid .product-item,
  .block.widget.product-columns-m-5 .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget.product-columns-m-4 .products-grid .product-item,
  .block.widget.product-columns-m-4 .products-grid .product-item {
    width: 25%;
  }
  .page-layout-1column .block.widget.product-columns-m-3 .products-grid .product-item,
  .block.widget.product-columns-m-3 .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget.product-columns-m-2 .products-grid .product-item,
  .block.widget.product-columns-m-2 .products-grid .product-item {
    width: 50%;
  }
  .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 .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 .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 .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 .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 .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%;
  }
  .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 {
    color: #000000;
  }
  .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 Neue', 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;
  }
  .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-grid .products-grid .product-item {
    width: 33.33333333%;
  }
  .products-grid.product-columns-m-6 .products-grid .product-item {
    width: 16.66666667%;
  }
  .products-grid.product-columns-m-5 .products-grid .product-item {
    width: 20%;
  }
  .products-grid.product-columns-m-4 .products-grid .product-item {
    width: 25%;
  }
  .products-grid.product-columns-m-3 .products-grid .product-item {
    width: 33.33333333%;
  }
  .products-grid.product-columns-m-2 .products-grid .product-item {
    width: 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 .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 {
    width: 33.33333333%;
  }
  .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 {
    width: 16.66666667%;
  }
  .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 {
    width: 20%;
  }
  .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 {
    width: 25%;
  }
  .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 {
    width: 33.33333333%;
  }
  .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 {
    width: 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%;
  }
  .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 {
    width: 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;
  }
  .ox-banner.ox-banner-content-overlay .ox-banner-container.big-padding {
    padding: 60px;
  }
  .ox-banner-animated-text.ox-banner-huge .text {
    padding: 10px 12px;
    font-size: 36px;
    line-height: 34px;
  }
  .ox-banner-animated-text.ox-banner-huge .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-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;
  }
  .post-list {
    margin-top: 30px;
  }
  .post-list.columns-3 article.post-style--image-top {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post-list.blog-list--image-top.columns-3 article.post-style--image-top,
  .post-list.blog-list--image-top.columns-3 article {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post-list article {
    margin-bottom: 60px;
  }
  .post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    font-size: 16px;
    height: 52px;
    padding: 0 19px;
    line-height: 52px;
  }
  .post-list.blog-style-modern article:hover .post-image-wrapper .post-posed-date {
    opacity: 1;
    transform: translateY(0);
  }
  .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: 70px;
  }
  .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 {
    font-size: 48px;
  }
  .page-layout-1column-fullwidth.blog-page .page-main {
    padding: 40px;
  }
  .page-layout-1column-fullwidth.blog-post-view .page-main {
    padding: 40px 0 80px 0;
  }
  .contact-index-index.contacts-fullwidth .contacts-layout-split #contact-page-gmap {
    min-height: 100%;
  }
  .footer--layout-2 .footer.content .block_newsletter_info > :last-child {
    margin-bottom: 0;
  }
  .footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
    padding: 90px 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;
  }
}
/*
@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;
*/
.checkout-success,
.checkout-success-wrapper {
  max-width: 960px;
}
.amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}
.amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 37px;
  line-height: 36px;
}
.amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: white;
}
.opc-estimated-wrapper {
  display: none;
}
.checkout-index-index .additional-options {
  margin: 24px 0 35px;
}
.checkout-index-index .fieldset > .legend + br {
  display: none;
}
.checkout-index-index .checkout-header {
  margin: 0 0 35px;
  padding: 0 14px;
  width: 100%;
  text-align: center;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 20px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .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 .checkout-block:hover {
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.checkout-index-index .am-checkout {
  margin: 0;
  padding: 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: inherit;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
  padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart {
  border-bottom: 1px solid #d1d1d1;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product-item-name {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .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 .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 .opc-block-summary .minicart-items .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 23px;
  color: #000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: 800;
  width: 23px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete:hover {
  background: #000;
}
.checkout-index-index .opc-block-summary .minicart-items .delete:hover:before {
  color: white;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100%;
}
.checkout-index-index .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 .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-details {
  margin-bottom: 35px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border-top: 1px solid #d1d1d1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
}
.checkout-payment-method .step-title,
.am-opc-wrapper .step-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary.action {
  padding: 18px 27px;
  margin: 25px 0 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .checkout-index-index .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 .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%;
  }
}
.catalog-topnav {
  display: block;
}
.amshopby-slider-container {
  margin: 0;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: 0;
}
.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 .am-shopby-form {
  padding: 0;
}
.filter-options .am-ranges {
  margin-left: -5px;
}
.am-swatch-options .am-shopby-swatch-label {
  word-wrap: normal;
  display: block;
}
.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;
  -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 .am-swatch-options .am-shopby-swatch-label .label: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 .am-swatch-options .am-shopby-swatch-label .label: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-options-content .am-swatch-options .am-shopby-swatch-label .count {
  padding: 5px 8px 4px;
  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;
}
.am-filter-current .am-show-more,
.filter-options-content .am-show-more {
  padding: 5px 8px;
  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;
  /*
            &:after,
            &:before{
                right: 5px;
                width: 6px;
                background-color: #000000;
            }
            &:before{
                right: 9px;
            }*/
}
.am-filter-current .am-show-more:hover,
.filter-options-content .am-show-more: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;
  /*&:after,
                &:before{
                    background:#ffffff;
                }*/
}
.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 .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 {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  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/athlete2/de_DE/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
  transform: translate3d(-28px, -10px, 0);
}
.ox-product-scroll.ox-product-scroll__loader--theme .ox-product-scroll__loader {
  background: url('../../frontend/Olegnax/athlete2/de_DE/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-product-nav.ox-product-nav__loader--theme .ox-product-nav__loader {
  background: url('../../frontend/Olegnax/athlete2/de_DE/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;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */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}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:769px){.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}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@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}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@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}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.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:640px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:769px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-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}@media (min-width:640px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:769px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1025px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1160px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:640px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:769px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1025px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1160px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@charset "UTF-8";

@font-face {
  font-family: "athlete2";
  src:url("../../frontend/Olegnax/athlete2/de_DE/fonts/athlete2/athlete2.eot");
  src:url("../../frontend/Olegnax/athlete2/de_DE/fonts/athlete2/athlete2.eot?#iefix") format("embedded-opentype"),
    url("../../frontend/Olegnax/athlete2/de_DE/fonts/athlete2/athlete2.woff") format("woff"),
    url("../../frontend/Olegnax/athlete2/de_DE/fonts/athlete2/athlete2.ttf") format("truetype"),
    url("../../frontend/Olegnax/athlete2/de_DE/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-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-google-plus:before {
  content: "\43";
}
.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-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=);
}.tippy-iOS {
    cursor: pointer !important
}

.tippy-notransition {
    transition: none !important
}

.tippy-popper {
    -webkit-perspective: 700px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    pointer-events: none;
    line-height: 1.4
}

.tippy-popper[x-placement^=top] .tippy-arrow {
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    margin: 0px 6px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.tippy-popper[x-placement^=right] .tippy-arrow {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
    margin: 3px 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px;
    margin: 0 6px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.tippy-popper[x-placement^=left] .tippy-arrow {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
    margin: 3px 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}


.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}


.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.tippy-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 350px;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
}

@media (max-width: 360px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }
}.page-product-donation .product-add-form .qty {
    display: none !important;
}

.page-product-donation .box-tocart {
    margin-top: 10px;
}

.experius-donation {
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 20px;
}
.experius-donation * {
    box-sizing: border-box;
}
.experius-donation .experius-donation-product-list {
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
}
.experius-donation .experius-donation-product-list header {
    width: 100%;
}
.experius-donation .experius-donation-product {
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    display: inline-block;
    margin: 0 1% 10px 0;
    padding: 20px;
    width: 48%;
}
.experius-donation .experius-donation-image-wrapper {
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.experius-donation .experius-donation-product-image {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}
.experius-donation .experius-donation-product-tocart {
    background-color: #00457F;
    border-radius: 2px;
    border: none;
    color: white;
    display: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.experius-donation-modal {
    display: none;
    text-align: center;
}

.experius-donation-modal .charity-description {
    padding: 10px;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts {
    display: flex;
    flex-direction:row;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts  input[type="radio"] {
    display: none;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts  label.experius-donation-amount-label {
    background-color: #00457F;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    color: white;
    flex:1 1 auto;
    height: 40px;
    line-height: 40px;
    margin: 10px;
    padding: 0 5px;
    text-align: center;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donation-custom-amount {
    margin-bottom: 2rem;
    padding: 10px;
}

.experius-donation-modal .charity-form .experius-donation-amounts .experius-donation-amount-notification {
    margin-bottom: 2rem;
    font-style: italic;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donation-custom-amount .custom-donation-amount-field .custom-amount-currency-symbol{
    border: 1px solid #c2c2c2;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-sizing: border-box;
    display: block;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    width: 7%;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donation-custom-amount .custom-donation-amount-field input{
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 20px;
    width: 93%;
}
.experius-donation  .experius-donation-product:hover,
.experius-donation-modal .charity-form .experius-donation-amounts label:hover {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.experius-donation  .experius-donation-product:hover .experius-donation-product-tocart,
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts label:hover,
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts input[type="radio"]:checked+label {
    background-color: #ff8159;
    text-decoration: none;
}
.experius-donation-modal .charity-form .experius-donation-form-actions {
    padding: 10px;
}
.experius-donation-modal .charity-form .experius-donation-form-actions button.charity-button.action {
    line-height: 2.2rem;
    padding: 14px 17px;
    width: 100%;
}

/* Magento 1 inside column */
.col-left .experius-donation {
    padding: 10px;
}
.col-left .experius-donation .experius-donation-product {
    width: 100%;
}

.sidebar .experius-donation {

}

#opc-sidebar .experius-donation{
    padding: 0;
}

#opc-sidebar .experius-donation .experius-donation-product,
.cart-summary .experius-donation .experius-donation-product,
.sidebar .experius-donation .experius-donation-product{
    width: 31%;
    padding: 0px;
}

#opc-sidebar .experius-donation .experius-donation-product-tocart,
.cart-summary .experius-donation .experius-donation-product-tocart,
.sidebar .experius-donation .experius-donation-product-tocart {
    display: none;
}

@media (max-width: 380px) {
    .experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts  label.experius-donation-amount-label {
        margin: 5px;
        padding: 0px;
    }
}

@media (min-width: 479px) {
    .experius-donation .experius-donation-mobile-instructions {
        display: none;
    }
    .experius-donation .experius-donation-product-tocart {
        display: block;
    }
}
@media (min-width: 599px) {
    .experius-donation .experius-donation-product {
        width: 31%;
    }
}
@media (min-width: 768px) {
    .experius-modal-popup .modal-inner-wrap {
        width: 65%;
    }
    .cart-summary .experius-donation{
        padding: 0px;
    }
}
@media (min-width: 803px) {
    .experius-modal-popup .modal-inner-wrap {
        width: 50%;
    }
    .checkout-cart-index .experius-donation .experius-donation-product {
        width: 22.5%;
    }
}
@media (min-width: 1024px) {
    .experius-donation .experius-donation-product {
        width: 23.5%;
    }
}
@media (min-width: 1200px) {
    .experius-modal-popup .modal-inner-wrap {
        width: 40%;
    }
}
/**
 * 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .product-item,
  .owl-carousel .owl-item {
    -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 .product-item,
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .product-item img,
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .product-item,
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .product-item,
  .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 .product-item,
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .product-item,
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .product-item .owl-lazy,
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .product-item .owl-lazy[src^=""], .owl-carousel .product-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .product-item img.owl-lazy,
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/athlete2/de_DE/Olegnax_Core/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* perfect-scrollbar v0.7.1 */
.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}
/*
@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;
*/
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__video-play,
.fotorama__video-close {
  background-image: url('../../frontend/Olegnax/athlete2/de_DE/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__video-play,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: none;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  width: 50px;
  background: #000000;
}
.fotorama__fullscreen .fotorama__zoom-out {
  top: 50px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-out:before {
  content: ' ';
  width: 2px;
  height: 20px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 24px;
  top: 15px;
  transform: rotate(90deg);
}
.fotorama__fullscreen .fotorama__zoom-in {
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in:before,
.fotorama__fullscreen .fotorama__zoom-in:after {
  content: ' ';
  width: 2px;
  height: 20px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 24px;
  top: 15px;
}
.fotorama__fullscreen .fotorama__zoom-in:after {
  transform: rotate(90deg);
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 24px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ffe51e;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  display: block;
  position: relative;
  left: 0;
  top: 4px;
  width: 18px;
  height: 2px;
  background: #000000;
  margin: 10px 3px;
  transition: all 0.2s;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  border-bottom: 3px solid #000000;
  border-width: 3px !important;
  margin-top: 3px !important;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 11px 6px;
  text-transform: uppercase;
  font-weight: 700;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.fotorama__arr .fotorama__arr__arr {
  background: #000000;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 70px;
  width: 50px;
}
.fotorama__arr .fotorama__arr__arr:before,
.fotorama__arr .fotorama__arr__arr:after {
  content: ' ';
  width: 2px;
  height: 20px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 24px;
  top: 18px;
}
.fotorama__arr .fotorama__arr__arr:after {
  top: 31px;
}
.fotorama__arr .fotorama__arr__arr:hover {
  background: #ffe51e;
}
.fotorama__arr .fotorama__arr__arr:hover:before,
.fotorama__arr .fotorama__arr__arr:hover:after {
  background: #000000;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  transform: rotate(45deg);
}
.fotorama__arr--prev .fotorama__arr__arr:after {
  transform: rotate(-45deg);
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  transform: rotate(-45deg);
}
.fotorama__arr--next .fotorama__arr__arr:after {
  transform: rotate(45deg);
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  display: none;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1000;
  background: #000000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  display: inline-block;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:after,
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: ' ';
  width: 2px;
  height: 20px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 24px;
  top: 15px;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  transform: rotate(45deg);
}
.fotorama--fullscreen .fotorama__fullscreen-icon:after {
  transform: rotate(-45deg);
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover:before,
.fotorama--fullscreen .fotorama__fullscreen-icon:hover:after {
  background: #000000;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover,
.fotorama__zoom-out:hover,
.fotorama__zoom-in:hover {
  background: #ffe51e;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover:before,
.fotorama__zoom-out:hover:before,
.fotorama__zoom-in:hover:before,
.fotorama--fullscreen .fotorama__fullscreen-icon:hover:after,
.fotorama__zoom-out:hover:after,
.fotorama__zoom-in:hover:after {
  background: #000000;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -50px -100px;
  height: 100px;
  width: 100px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -150px;
  height: 50px;
  width: 50px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(50px, -50px, 0);
  -ms-transform: translate3d(50px, -50px, 0);
  -o-transform: translate3d(50px, -50px, 0);
  transform: translate3d(50px, -50px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-75px, 0, 0);
  -ms-transform: translate3d(-75px, 0, 0);
  -o-transform: translate3d(-75px, 0, 0);
  transform: translate3d(-75px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(75px, 0, 0);
  -ms-transform: translate3d(75px, 0, 0);
  -o-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(50px, -50px, 0) !important;
  -ms-transform: translate3d(50px, -50px, 0) !important;
  -o-transform: translate3d(50px, -50px, 0) !important;
  transform: translate3d(50px, -50px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-75px, 0, 0) !important;
  -ms-transform: translate3d(-75px, 0, 0) !important;
  -o-transform: translate3d(-75px, 0, 0) !important;
  transform: translate3d(-75px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(75px, 0, 0) !important;
  -ms-transform: translate3d(75px, 0, 0) !important;
  -o-transform: translate3d(75px, 0, 0) !important;
  transform: translate3d(75px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__wrap--css3 .fotorama__arr__arr,
.fotorama__wrap--css3 .fotorama__thumb--icon,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__zoom-out,
.fotorama__wrap--css3 .fotorama__zoom-in {
  transition-duration: 400ms;
  transition-property: transform, opacity, background-color;
}
.fotorama__wrap--css3 .fotorama__arr__arr:hover,
.fotorama__wrap--css3 .fotorama__thumb--icon:hover,
.fotorama__wrap--css3 .fotorama__fullscreen-icon:hover,
.fotorama__wrap--css3 .fotorama__zoom-out:hover,
.fotorama__wrap--css3 .fotorama__zoom-in:hover {
  transition-duration: 10ms;
}
.fotorama__stage,
.fotorama__nav {
  /*&.fotorama__shadows--left:before,
    &.fotorama__shadows--right:after {
        background-size: 1px 100%, 5px 100%;
        bottom: 0;
        height: auto;
        top: 0;
        width: 10px;
    }
    &.fotorama__shadows--top:before,
    &.fotorama__shadows--bottom:after {
        background-size: 100% 1px, 100% 5px ;
        height:10px;
        left: 0;
        right:0;
        width:auto;
    }
    &.fotorama__shadows--left:before {
        .fotorama-shadow-gradient(0, 50%);
        background-position: 0 0, 0 0;
        left: 0;
    }

    &.fotorama__shadows--right:after {
        .fotorama-shadow-gradient(100%, 50%);
        background-position: 100% 0, 100% 0;
        right: 0;
    }
    &.fotorama__shadows--top:before {
        .fotorama-shadow-gradient(50%, 0);
        background-position: 0 0, 0 0;
        top:0;

    }
    &.fotorama__shadows--bottom:after {
        .fotorama-shadow-gradient(50%, 100%);
        background-position: 0 100%, 0 100%;
        bottom:0;
    }*/
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 50px;
  width: calc(100% - 50px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  width: 30px;
  height: 30px;
  background: #000000;
}
.fotorama__thumb--icon:after,
.fotorama__thumb--icon:before {
  content: ' ';
  width: 2px;
  height: 9px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 14px;
  top: 8px;
}
.fotorama__thumb--icon:hover {
  background: #ffe51e;
}
.fotorama__thumb--icon:hover:after,
.fotorama__thumb--icon:hover:before {
  background: #000000;
}
.fotorama__arr--disabled .fotorama__thumb--icon {
  opacity: 0;
  visibility: hidden;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  transform: rotate(45deg);
}
.fotorama__thumb__arr--left .fotorama__thumb--icon:after {
  transform: rotate(-45deg);
  top: 13px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  transform: rotate(-45deg);
}
.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  transform: rotate(45deg);
  top: 13px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  /*.fotorama-button-background();*/
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../frontend/Olegnax/athlete2/de_DE/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
  /*padding:0!important;*/
  cursor: pointer;
}
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-layers-container{transform-style:preserve-3d;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../frontend/Olegnax/athlete2/de_DE/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}@media all and (min-width: 768px), print {
  .amstripe-saved-cards .amstripe-card {
    height: 12px;
    background-position: left;
  }
  .amstripe-saved-cards .amstripe-td {
    padding: 10px;
  }
  .amstripe-saved-cards .amstripe-td.-button {
    padding-right: 0;
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-action {
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-primary {
    float: initial;
  }
  .amstripe-saved-cards .amstripe-primary .amstripe-button {
    margin-right: 0;
  }
  .amstipe-add-wrapper .amstripe-button {
    padding: 7px 21px;
  }
  .checkout-payment-method .payment-method.payment-method-amasty_stripe .payment-method-title {
    padding: 0;
  }
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACiFBMVEUAAAD///85Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc6V6c7V6g7WKg8Wag9Wak+Wqk/W6pAXKpBXapCXatCXqtEX6xFXaZFYKxGYa1HYq1IY65JY65JZK5KZa9LZa9MYqVMZq9NZ7BOaLBQZKVQabFQarFRa7JSa7JTZ6RTbLJTbbNUbbNVbrNXb7RXcLRYcbVacrZbc7Zda6JddLdddbdedrhfdrhgd7hheLliebljerpke7pmfLtnfbtofrxpf7xrgL1sgr5vhL9xhsByhsByh8FziMF1icJ2isJ3i8N5jMN7jsR9kMV/ksaAksaAk8eBlMeClMeElsiFl8mHmMqHmcqJmsuLnMyOn82PipmPoM2Qi5qRoc6Sos6To8+UjZmXptGYp9GcqtOcq9Odq9SerNSfrdSgrtWhr9WjsNalstems9ems9intNiotdiptdmqttmsnp2tuduvu9uwu9yxvNyxvdyyvd20v961wN62no22wd+3wd+7xeG8oYu9x+K+x+LAo4nAyePByuPCpIfCy+TDzOTEpYbEzeXFzeXGzuXGz+bHz+bI0ObJ0efK0ujM0+jN1OnN1enO1enQ1+rU2+zV2+zW3O3Y3u7b4O/b4e/e4/Hf5PHg5PHhr3Ph5fLh5vLi5vLj5/Pkr27ksG3k6PPl6PPl6fTm6vTn6vTosGjo6/Xo7PXp7PXq7fbsx5rs7/ftsGHt8PfusGDu8Pfv8fjv8vjw8vjx8/ny9PnzsFfz9Pnz9fr09vr1rU72+Pv3+Pz4pDP4pTX4pTb4pjn5r0v5+vz6umX6+v36+/37xoD7+PP805z83LH8/P794r395cX98+X9/f79/v7+8eD+/v///v3////R/pkiAAAACXRSTlMAACGpqqzr9PUBJ9VOAAADjklEQVR4Ae3a+3NcYxzH8e1WL590a3NJaHVREUqVBq2LUhdtUkRI40I1hFaiiqBoiWiVFC11SQR1CaWtpXXRNlqUHJe6F7vW59/xfL/POZlNzPjBY+bMdJ7XL/lsfjj73nNydiYzJzEqZolRieTocYjFuNHJhAlIjkVsxiZNwBjEaIwJGI8YjTcBiNXBFOADfIAP8AE+wAf4AB/gA3xAyVHTjkz9rwEPfbwz9N7jhyHU3KNOwiX6cyWsWe19gyTzr3c2lMIqa32qx1jjcAZOe+SzIPQOQq9SbAI6dNjDn9NLpWpgPUMr43QJrt8ZWCdAnUF1TXT8pTAW5ajUF7DmMjTfKQC45zsNuAnqLvsmFcB2XQ0AGlmsF9ZqhpY4BlT8/FNgPAGR+oSiA6iiOt2svbT2ZPeQvBeq+gBDGxwD0MtfvwmCtyHmU50MzNGRSwPNVO3HAJiyoLMZ6lZGBlwDlpC/fxt8CdFFsRHAQl39AO7T9RKGSe+ikaeY7hagf02/fR0cC6BqP8UCALfr6gbwmK5dGRS7guIBigbHgEO/IvlLcMPQx34/BWC9znYAq6i2XIgiL9LYMYNiuWOAvtdf3z8K4AWKVhhZnY0AmhjqnonIWRS34VO9L1wDWmj8+QZQU6DxYwZABdVsAOm3GMotL4fVSTHTflkMphwDZlF8CLTqeBjGmToLpTBqdzPSPwMi8wONPqDN3quOASUDNP44Gq9RzMHQed8GdfxzjHwwFcbNuq8F6nVc7RgQ3nzn2wv7MsQy3esQunwbQ10AJm7XS3UEMJXifteAqyha7qZYCLFO9zJE0i37qPKTgEt1rYWxg8YrrgEnUqzWS723DGIzRROUqumnmhvdLH0PGh/RyJU7BkBP8IGim7o0T3E2itRRXYRajnSea8BKRgrTIWZTVQK1kxG6jOoUrOBILa4BDYysh2qkyAJo27fiYmmobBqwvys5fJAjdbkGZBipg2obqumm8Xl2d4HWdVjMf9jqGoBN0ZEmQK2luAPAVg7zbGrCZh0dF1hPU0xxDbiT1o2w+imagYoCiz1Zjnk68tWwFlHMcw2oo9o/GSqdi74TT2WRLVeWABt0bkToXIpbXAMqe9RSWMfZl1UyF695Vz/ym6vqJwKY9HyPqEeoTF+2uQb8u3TNtOpS/6+ZD/ABPsAH+AAf4AN8gA/wAf9R/I/xxP8gU/yPciWSh8T7MFvM/ga+PlP2bbqekgAAAABJRU5ErkJggg==);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-american,
.amastripe-card-saved .amstripe-logo.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
@media only screen and (max-width: 639px) {
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
}
@media all and (min-width: 1024px), print {
  .amrec-product-view .amrec-cycle-container .amrec-label:nth-of-type(odd),
  .amrec-product-view .amrec-end-type > .amrec-label {
    margin-right: 10px;
  }
  .amrec-product-view .amrec-cycle-container .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-subscription-start > .amrec-datepicker,
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-end-type > .amrec-content {
    width: 48%;
  }
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label {
    margin-bottom: 0;
  }
  .amrec-subscription-start .amrec-datepicker + .ui-datepicker-trigger {
    top: auto;
    left: 48%;
    transform: translateX(calc(-100% - 10px));
  }
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  text-shadow: 0 0 .9px #000;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzc0YTEgMSAwIDAgMC0xLjQxMy0xLjQxNEwxMCA4LjU4NiA3LjM3NCA1Ljk2QTEgMSAwIDAgMCA1Ljk2IDcuMzc0TDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNUwxMCAxMS40MTNsMi42MjcgMi42MjdhMSAxIDAgMCAwIDEuNDE0LTEuNDE1TDExLjQxNCAxMGwyLjYyNy0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  margin-top: 25px;
  padding: 6px 10px;
  border-left: 5px solid #f2c94c;
  background: #f2f2f2;
  color: #000;
  font-weight: 600;
}
.amrec-product-label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  background-size: contain;
  content: '';
  vertical-align: middle;
}
.amrec-product-label .amrec-text {
  vertical-align: middle;
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
