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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: transparent;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h4 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 0;
}
button {
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 35px 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
}
div.mage-error {
  color: #ffffff;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 15px;
}
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.multicheckout.address.form .table-wrapper .table .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
}
.multicheckout.address.form .table-wrapper .table .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.multicheckout.address.form .table-wrapper .table .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.multicheckout.address.form .table-wrapper .table .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.multicheckout.address.form .table-wrapper .table .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.order-details-items .order-title,
.widget .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.order-details-items .order-title > strong,
.widget .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 30px;
}
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  vertical-align: middle;
}
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  margin-left: 6px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
  width: 22px;
  background: #000000;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #000000;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #000000;
}
.sidebar .action.delete:before,
.block-compare .action.delete:before {
  width: 100%;
}
.sidebar .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  background: #ffe51e;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.footer.content a.athlete2-social-icon span,
.footer.content a:not(.button).athlete2-social-icon span,
.content a.athlete2-social-icon span,
.std a.athlete2-social-icon span,
.top-bar .athlete2-social-icons > a.athlete2-social-icon span,
.athlete2-social-icons > a.athlete2-social-icon span,
a.athlete2-social-icon span,
.header__item-account .label,
.post-view .post-tags .label,
.sidebar-additional .block.blog-search .field.search .label,
.multicheckout.address.form .table-wrapper .table .col.qty .label,
.cart.table-wrapper .col.qty .label,
.ox-slideout .block-minicart .action.showcart .counter-label,
.minicart-wrapper .block-minicart .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span:not(.icon),
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block-search .label,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .field.newsletter .label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:before,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:before,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:before,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.cart-summary,
.checkout-cart-index .cart-summar,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #b3b3b3;
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.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,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.multicheckout.address.form .table-wrapper .table .action.help.map:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.multicheckout.address.form .table-wrapper .table .action.help.map:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.cart.table-wrapper .action.help.map:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.multicheckout.address.form .table-wrapper .table .action.help.map:hover,
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.multicheckout.address.form .table-wrapper .table .action.help.map.disabled,
.multicheckout.address.form .table-wrapper .table .action.help.map[disabled],
fieldset[disabled] .multicheckout.address.form .table-wrapper .table .action.help.map,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.multicheckout.address.form .table-wrapper .table .action.help.map:active,
.multicheckout.address.form .table-wrapper .table .action.help.map:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: "athlete2";
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: 0;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #f5f4f4;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar .subtitle,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  padding: 3px 7px;
  border: 2px solid;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: 3px;
}
.account .column.main .toolbar {
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
  background: #f8f8f8;
}
.account .column.main .toolbar br {
  display: none;
}
.account .column.main .toolbar .limiter {
  padding: 10px;
  float: right;
  position: relative;
  z-index: 1;
}
.account .column.main .toolbar .toolbar-amount {
  padding: 10px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.account .column.main .toolbar .pages {
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 600;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: #ffffff;
  background: #000000;
}
.abs-shopping-cart-items .action.continue:after,
.block-cart-failed .action.continue:after,
.cart-container .form-cart .action.continue:after {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  text-decoration: none;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.abs-shopping-cart-items .action.continue:hover:after,
.block-cart-failed .action.continue:hover:after,
.cart-container .form-cart .action.continue:hover:after {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transform: scaleX(1);
}
.abs-shopping-cart-items .action.continue.small,
.block-cart-failed .action.continue.small,
.cart-container .form-cart .action.continue.small {
  padding: 8px 12px;
}
.abs-shopping-cart-items .action.continue.medium,
.block-cart-failed .action.continue.medium,
.cart-container .form-cart .action.continue.medium {
  padding: 14px 22px;
}
.abs-shopping-cart-items .action.continue.big,
.block-cart-failed .action.continue.big,
.cart-container .form-cart .action.continue.big {
  padding: 18px 27px;
}
.abs-shopping-cart-items .action.continue.big-wide,
.block-cart-failed .action.continue.big-wide,
.cart-container .form-cart .action.continue.big-wide {
  padding: 18px 34px;
}
.abs-shopping-cart-items .action.continue.long,
.block-cart-failed .action.continue.long,
.cart-container .form-cart .action.continue.long {
  padding-right: 70px;
}
.abs-shopping-cart-items .action.continue.naked,
.block-cart-failed .action.continue.naked,
.cart-container .form-cart .action.continue.naked {
  background: none !important;
}
.abs-shopping-cart-items .action.continue.outline,
.block-cart-failed .action.continue.outline,
.cart-container .form-cart .action.continue.outline {
  background: none !important;
  border: 2px solid;
}
.abs-shopping-cart-items .action.continue.simple:after,
.block-cart-failed .action.continue.simple:after,
.cart-container .form-cart .action.continue.simple:after {
  transform: scaleX(1);
  opacity: 0;
}
.abs-shopping-cart-items .action.continue.simple:hover:after,
.block-cart-failed .action.continue.simple:hover:after,
.cart-container .form-cart .action.continue.simple:hover:after {
  opacity: 1;
}
.abs-shopping-cart-items .action.continue.underline,
.block-cart-failed .action.continue.underline,
.cart-container .form-cart .action.continue.underline {
  background: none !important;
  border: none;
  border-bottom: 2px solid;
  padding: 4px 1px;
}
.abs-shopping-cart-items .action.continue.underline:after,
.block-cart-failed .action.continue.underline:after,
.cart-container .form-cart .action.continue.underline:after {
  content: none;
}
.abs-shopping-cart-items .action.continue.slider-long,
.block-cart-failed .action.continue.slider-long,
.cart-container .form-cart .action.continue.slider-long {
  padding: 15px 90px 15px 26px;
}
.abs-shopping-cart-items .action.continue.white-hover:after,
.block-cart-failed .action.continue.white-hover:after,
.cart-container .form-cart .action.continue.white-hover:after {
  background-color: #ffffff !important;
}
.abs-shopping-cart-items .action.continue:after,
.block-cart-failed .action.continue:after,
.cart-container .form-cart .action.continue:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.continue:hover:after,
.block-cart-failed .action.continue:hover:after,
.cart-container .form-cart .action.continue:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear {
  color: #ffffff;
  background: #000000;
}
.abs-shopping-cart-items .action.clear:after,
.block-cart-failed .action.clear:after,
.cart-container .form-cart .action.clear:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.clear:hover,
.block-cart-failed .action.clear:hover,
.cart-container .form-cart .action.clear:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.clear:hover:after,
.block-cart-failed .action.clear:hover:after,
.cart-container .form-cart .action.clear:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  padding-left: 35px;
  margin-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 14px;
  color: inherit;
  content: "\3f";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:after,
.block-cart-failed .action.update:after,
.cart-container .form-cart .action.update:after {
  background-color: #ffe51e;
}
.abs-shopping-cart-items .action.update:hover,
.block-cart-failed .action.update:hover,
.cart-container .form-cart .action.update:hover {
  color: #000000;
}
.abs-shopping-cart-items .action.update:hover:after,
.block-cart-failed .action.update:hover:after,
.cart-container .form-cart .action.update:hover:after {
  transform: scaleX(1);
}
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  position: absolute;
  left: 8px;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 0;
  width: calc(100% - 40px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 0;
  width: calc(100% - 29px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #202020;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:hover:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  color: #ffffff;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 0;
  top: 29px;
  width: 24px;
  height: 24px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  background: #000;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\74';
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.opc-block-summary .items-in-cart > .title,
.checkout-payment-method .payment-option._collapsible > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 30px 30px 30px 0;
  position: relative;
}
.abs-discount-block > .title > span,
.cart-summary .block > .title > span,
.opc-block-summary .items-in-cart > .title > span,
.checkout-payment-method .payment-option._collapsible > .title > span,
.paypal-review-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:hover:after,
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  color: #ffffff;
}
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.column.main .cart-summary .block > .title strong,
.column.main .opc-block-summary .items-in-cart > .title strong,
.column.main .checkout-payment-method .payment-option._collapsible > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.cart-summary .block > .content,
.opc-block-summary .items-in-cart > .content,
.checkout-payment-method .payment-option._collapsible > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.opc-block-summary .items-in-cart.active > .title:after,
.checkout-payment-method .payment-option._collapsible.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\74';
}
.cart-summary .block.active > .content,
.opc-block-summary .items-in-cart.active > .content,
.checkout-payment-method .payment-option._collapsible.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
rs-module .custom .tp-bullet {
  background: none;
  padding: 8px 4px;
  width: 40px;
  height: 2px;
}
rs-module .custom .tp-bullet:before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
}
rs-module .custom .tp-bullet.selected,
rs-module .custom .tp-bullet:hover {
  background: none;
}
rs-module .custom .tp-bullet.selected:before,
rs-module .custom .tp-bullet:hover:before {
  background: #000000;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/extrabold/opensans-800.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/fonts/opensans/extrabold/opensans-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
blockquote {
  text-align: center;
  padding: 0;
  border: none;
  font-style: initial;
  font-family: inherit;
  font-size: 26px;
  margin: 60px auto;
  max-width: 80%;
}
blockquote:after,
blockquote:before {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #ffe51e;
  margin: 0 auto 60px;
}
blockquote:after {
  margin: 60px auto 0;
}
blockquote .h3,
blockquote .h4,
blockquote .h5,
blockquote .h6,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  line-height: 1.4;
}
.at-highlight {
  padding: 4px 6px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0 4px;
}
.clear-p p {
  margin: 0 !important;
}
a.bg-hover,
.std a,
.links-bg-hover a {
  display: inline-block;
  padding: 2px 4px;
  color: #000;
  text-decoration: none;
}
a.bg-hover:hover,
.std a:hover,
.links-bg-hover a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
a.bg-hover.link-clear,
.std a.link-clear,
.links-bg-hover a.link-clear {
  background: none !important;
  padding: 0 !important;
}
.footer.content .link-clear a {
  background: none !important;
  padding: 0;
}
.footer.content a.link-clear {
  background: none !important;
  padding: 0;
}
.std {
  /*.h1,.h2,.h3,.h4,.h5,.h6,
        h1,h2,h3,h4,h5,h6{
            font-weight: @font-weight__black;
        }*/
}
.std li {
  margin-bottom: 2px;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.h1 {
  font-size: 38px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h2 {
  font-size: 32px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h3 {
  font-size: 24px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h4 {
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h5 {
  font-size: 18px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h6 {
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
h2.huge-5vw,
.h2.huge-5vw,
h2.huge-6vw,
.h2.huge-6vw,
h2.huge-7vw,
.h2.huge-7vw,
h2.big,
.h2.big,
h2.huge,
.h2.huge {
  font-size: 48px;
}
.breadcrumbs a,
.reviews-actions a {
  display: inline-block;
  line-height: 14px;
  padding: 2px 4px;
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover,
.reviews-actions a:hover {
  background-color: #000000;
  color: #ffffff;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 0;
}
.block .title strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  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: 32px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.column.main .crosssell .block .title strong,
.column.main .related .block .title strong,
.column.main .upsell .block .title strong,
.column.main .crosssell .block-title strong,
.column.main .related .block-title strong,
.column.main .upsell .block-title strong {
  font-size: 32px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.info-block {
  padding: 30px;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-block h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.info-block strong {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.info-block [class^="col"]:first-child {
  padding-left: 0;
}
.info-block [class^="col"]:last-child {
  padding-right: 0;
}
.image-fit {
  object-fit: cover;
  height: 100%;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.small-subtitle {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  display: inline-block;
}
.hightlighted-text {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
  z-index: 1;
}
.hightlighted-text:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 32%;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background-color: #ffe51e;
}
.hightlighted-text.lower:before {
  bottom: -3px;
}
.hightlighted-text.ox-animate:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0.2s;
  transition: transform 0.7s ease-in-out 0.2s;
}
.hightlighted-text.ox-animate.animated:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
h1.huge-spacing,
.h1.huge-spacing {
  letter-spacing: 4px;
}
.medium-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.big-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.fancy-text {
  position: relative;
  display: block;
}
.fancy-text.-overlay {
  margin-bottom: -34px;
}
.fancy-text.-overlay-top {
  margin-top: -50px;
}
.fancy-text.-overlay-top.huge-6vw {
  margin-top: -2.2vw;
}
.big-text-promo {
  padding: 140px 30px;
}
.big-text-promo p {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-name {
  margin-top: 40px;
}
.testimonial-name p,
.testimonial-name span {
  font-weight: 600;
  display: block;
}
.testimonial-name p:first-child,
.testimonial-name span:first-child {
  font-weight: 800;
  font-size: 18px;
}
.testimonial-name p,
.testimonial-name span {
  margin: 0;
}
.page-bottom-padding {
  margin-bottom: -40px;
}
.centered-iblocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.centered-iblocks .iblock,
.centered-iblocks > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 25px;
}
.centered-iblocks .iblock:after,
.centered-iblocks > div:after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #ffffff2e;
  position: absolute;
  top: 25%;
  left: 0;
}
.centered-iblocks .iblock:first-child:after,
.centered-iblocks > div:first-child:after {
  content: none;
}
.centered-iblocks .iblock .icon-wrapper,
.centered-iblocks > div .icon-wrapper {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 0;
}
.centered-iblocks.-stretch {
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.centered-iblocks.-stretch .iblock,
.centered-iblocks.-stretch > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.centered-iblocks.-stretch .iblock:after,
.centered-iblocks.-stretch > div:after {
  height: 100%;
  top: 0;
  background: rgba(121, 121, 121, 0.18);
}
.clean-list ul,
ul.clean-list {
  padding: 0;
  list-style: none;
}
.clean-list ul li,
ul.clean-list li {
  margin-bottom: 7px;
}
.a-underlined-links a {
  display: inline;
  border-bottom: 2px solid #ffe51e;
}
.a-underlined-links a:hover {
  border-color: transparent;
}
.underlined-links a {
  display: inline;
  border-bottom: 2px solid transparent;
}
.underlined-links a:hover {
  border-color: #ffe51e;
}
.underlined-links.std a {
  display: inline;
}
.underlined-links.std a:hover {
  background: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f5f5f5;
  border: 0 solid #d1d1d1;
  color: #212529;
  line-height: 1.42857143;
  margin: 0 0 30px;
  padding: 25px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.huge-line {
  background: #333;
  width: 70%;
  height: 4px;
  display: inline-block;
  /*position: absolute;
        bottom: 0;  */
}
.small-line {
  background: #333;
  width: 80px;
  height: 3px;
  display: inline-block;
}
.small-line.blink {
  animation: flashing 1s infinite;
}
.ox-border-xs {
  border: 2px solid white;
}
.ox-border-s {
  border: 4px solid white;
}
a.border-bottom {
  border-bottom: 1px solid;
}
a.border-bottom:hover {
  border-color: transparent;
}
.title-and-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}
.title-and-link > h2 {
  margin: 0 20px 0 0;
}
.title-and-link > a {
  margin: 10px 0;
}
h1.huge-10,
.h1.huge-10,
h2.huge-10,
.h2.huge-10 {
  font-size: 10vw;
}
a.ox-grey-underline {
  border-bottom: 1px solid #b6b6b6;
  opacity: 0.6;
}
.ox-bg-text {
  position: relative;
}
.ox-bg-text > * {
  display: inline-block;
  padding: 10px 12px;
  background: #ffffff;
  line-height: 0.9;
  margin: -5px 0 0 0;
}
.page-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
#cookie-status {
  display: none;
}
.cms-page-view.page-layout-1column-fullwidth .breadcrumbs {
  display: none !important;
}
.page-layout-1column-fullwidth .breadcrumbs {
  max-width: 100%;
}
.product-page--fullwidth.catalog-product-view .page-main {
  max-width: 100% !important;
}
.catalog-product-view .breadcrumbs + .page-main {
  padding-top: 20px;
}
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.above-footer-block {
  overflow: hidden;
}
.page-footer {
  overflow: hidden;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-right {
  justify-content: flex-end;
  margin-left: auto;
}
.page-layout-1column-fullwidth.catalog-product-view .page-main,
.page-main {
  padding-bottom: 80px;
  padding-top: 40px;
}
.above_footer_block {
  height: 100%;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 0;
  /*.lib-vendor-prefix-flex-basis(100%);
            .lib-vendor-prefix-flex-grow(1);*/
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  /*.lib-vendor-prefix-flex-grow(1);
            .lib-vendor-prefix-flex-basis(100%);*/
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-additional {
  /*.lib-vendor-prefix-flex-grow(1);
            .lib-vendor-prefix-flex-basis(100%);*/
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
.ox-max-width-500 {
  max-width: 500px;
}
.ox-max-width-600 {
  max-width: 600px;
}
.ox-max-width-700 {
  max-width: 700px;
}
.ox-max-width-800 {
  max-width: 800px;
}
.ox-max-width-900 {
  max-width: 900px;
}
.ox-max-width-1000 {
  max-width: 1000px;
}
[class*="ox-max-width-"] {
  margin: 0 auto;
}
.ox-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ox-space-evenly {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-evenly;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.row.no-spacing {
  margin: 0;
}
.row.no-spacing > *,
.row.no-spacing > [class^="col"] {
  padding: 0;
}
.c-block {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/* use inside col */
.block-align-vertical {
  height: 100%;
  display: flex !important;
  display: -ms-flexbox !important;
  flex-flow: column;
  justify-content: center;
}
/* use on col div */
.col-align-vertical {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.promo-block-categories-grid {
  background: #f5f5f5;
  padding: 70px 0 70px 0;
  margin: 0;
}
.promo-block-categories-grid.row {
  margin: 0;
}
.promo-block-categories-grid.row > *,
.promo-block-categories-grid.row > [class^="col"] {
  padding: 0;
}
.promo-block-categories-grid .promo-block-categories__text {
  padding: 0 2% 0 5%;
}
.promo-block-categories-grid .promo-block-categories__text .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo-block-categories-grid .promo-block-categories__text .inner ul li {
  margin-bottom: 12px;
}
.spacer-big {
  height: 100px;
}
.spacer-medium {
  height: 80px;
}
.spacer-regular {
  height: 60px;
}
.spacer-small {
  height: 40px;
}
.spacer-big,
.spacer-medium,
.spacer-regular,
.spacer-small {
  display: block;
  clear: both;
  width: 100%;
}
.responsive-padding-1 {
  padding: 15px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-on-tablet {
    display: none !important;
  }
}
.ox-margin {
  margin-bottom: 30px;
}
.ox-margin-no {
  margin-bottom: 0;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.overflow-y {
  overflow-y: auto;
}
.table-bordered table tr th,
.table-bordered table tr td {
  padding: 16px 25px;
  border-bottom: 1px solid #eaeaea;
}
.table-bordered table tr:last-of-type td {
  border-bottom: none;
}
.table-bordered table tr th {
  line-height: 1;
  text-transform: uppercase;
}
.table-header-border table thead tr th {
  line-height: 1;
  border-bottom: 2px solid #000;
}
.table-header-bg table thead tr th {
  line-height: 1;
  padding: 16px 25px;
  color: #fff;
  background: #000;
}
@keyframes transform-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes checkboxleft {
  0% {
    transform: rotate(45deg) scaleX(0);
  }
  100% {
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes checkboxright {
  0% {
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    transform: rotate(-45deg) scaleX(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page.messages .ox-overlay-close-btn {
  display: none;
}
.message.info {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.info:before {
  content: '';
  background: #000000;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.info a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.info > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 18px;
  width: 3px;
  height: 3px;
}
.message.info > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 25px;
  width: 3px;
  height: 12px;
}
.message.error {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.error:before {
  content: '';
  background: #ff0000;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.error a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.error > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 33px;
  top: 20px;
  width: 17px;
  height: 3px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.message.error > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 28px;
  top: 20px;
  width: 17px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 100%;
  animation: checkboxright 0.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.message.warning {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.warning:before {
  content: '';
  background: #ffe51e;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.warning a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.warning > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 31px;
  top: 18px;
  width: 15px;
  height: 15px;
  background: transparent;
  border-left: 10px solid transparent;
  border-bottom: 17px solid #000;
  border-right: 10px solid transparent;
}
.message.notice {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.notice:before {
  content: '';
  background: #44d7e2;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.notice a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.notice > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 18px;
  width: 3px;
  height: 3px;
}
.message.notice > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 25px;
  width: 3px;
  height: 12px;
}
.message.success {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  animation: show 0.15s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.message.success:before {
  content: '';
  background: #c3e235;
  display: block;
  width: 80px;
  height: 100%;
  min-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.message.success a {
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.message.success > *:first-child:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 32px;
  top: 24px;
  width: 10px;
  height: 3px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.message.success > *:first-child:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 37px;
  top: 31px;
  width: 15px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.ox-megamenu,
.navigation {
  display: none;
}
.ox-megamenu .category-item.-separator,
.navigation .category-item.-separator {
  border-top: 1px solid rgba(127, 127, 127, 0.28);
  padding-top: 10px;
  margin-top: 10px !important;
}
.ox-megamenu .category-item.-drop-no-padding > .ox-megamenu__dropdown,
.navigation .category-item.-drop-no-padding > .ox-megamenu__dropdown {
  padding: 0 !important;
}
.navigation li {
  position: relative;
}
.ox-section-items,
.ox-nav-sections-items {
  height: 100%;
}
.ox-section-items .ox-nav-sections-item-content,
.ox-nav-sections-items .ox-nav-sections-item-content {
  min-height: calc(100% - 70px);
}
.slide-out-menu--mobile {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 6px 10px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  margin: 3px;
}
.slide-out-menu--mobile > span {
  padding-left: 7px;
  vertical-align: middle;
  display: inline-block;
}
.slide-out-menu--mobile .hamburger-menu-icon-small span {
  background: #ffe51e;
}
.hamburger-menu-icon-small {
  width: 27px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.hamburger-menu-icon-small span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger-menu-icon-small span:nth-child(1) {
  top: 0px;
}
.hamburger-menu-icon-small span:nth-child(2) {
  top: 4px;
}
.hamburger-menu-icon-small span:nth-child(3) {
  top: 8px;
}
.top-bar {
  position: relative;
  min-height: 35px;
  /*> div{
            z-index: 1;
        }*/
  font-family: Arial, sans-serif;
}
.top-bar .switcher {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d9d9d9;
  float: left;
  margin: 0;
  line-height: 35px;
  z-index: 50;
  position: relative;
  font-size: 11px;
}
.top-bar .switcher .label {
  display: none;
}
.top-bar .switcher:hover {
  background-color: #ffe51e;
  color: #000;
}
.top-bar .header--layout-1 .top-bar .switcher:first-child {
  margin: 0 0 0 13px;
}
.top-bar:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #202020;
}
.page-header .topline-block,
.page-header .header.links {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.page-header .topline-block li,
.page-header .header.links li {
  margin: 0;
  float: left;
  position: relative;
  display: inline;
}
.page-header .topline-block li:after,
.page-header .header.links li:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 0;
  height: 10px;
  background-color: #353535;
  background-color: rgba(255, 255, 255, 0.11);
  margin: 0;
}
.page-header .topline-block li:last-child:after,
.page-header .header.links li:last-child:after {
  content: none;
}
.page-header .topline-block a:not(.button),
.page-header .header.links a:not(.button),
.page-header .topline-block a,
.page-header .header.links a,
.page-header .topline-block .greet.welcome span,
.page-header .header.links .greet.welcome span {
  line-height: 16px;
  padding: 2px 6px;
  margin: 0 2px 0 1px;
  font-size: 11px;
  display: inline-block;
}
.page-header .topline-block a:not(.button),
.page-header .header.links a:not(.button),
.page-header .topline-block a,
.page-header .header.links a {
  text-decoration: none;
  white-space: nowrap;
  color: #d9d9d9;
  vertical-align: top;
}
.page-header .topline-block a:not(.button):hover,
.page-header .header.links a:not(.button):hover,
.page-header .topline-block a:hover,
.page-header .header.links a:hover {
  background: #ffe51e;
  color: #000;
}
.page-header .topline-block ul {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #ffffff;
  content: '\e609';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ox-dropdown .header.links,
.ox-slideout .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ox-dropdown .header.links .logged-in,
.ox-slideout .header.links .logged-in,
.ox-dropdown .header.links a:not(.button),
.ox-slideout .header.links a:not(.button) {
  font-weight: 700;
  padding: 9px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.ox-dropdown .header.links a:not(.button):hover,
.ox-slideout .header.links a:not(.button):hover,
.ox-dropdown .header.links a:not(.button):focus,
.ox-slideout .header.links a:not(.button):focus {
  background: #000;
  color: #fff;
}
.ox-nav-sections-item-content {
  display: flex;
  flex-direction: column;
}
.ox-nav-sections-item-content .navigation,
.ox-nav-sections-item-content .ox-megamenu,
.ox-nav-sections-item-content nav {
  order: 1;
}
/*
    .ox-menu__block-before,
    .ox-menu__block-after{
        padding: 0 10px;
    }9*/
.ox-menu__block-before {
  order: 0;
  margin-bottom: 20px;
}
.ox-menu__block-after {
  order: 2;
  margin-top: 20px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #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;
}
.ox-lazy .product-image-photo {
  /*&.owl-lazy:not(.lazy-loaded),*/
}
.ox-lazy .product-image-photo.lazy:not(.lazy-loaded) {
  width: 44px;
  height: 3px;
  opacity: 1;
}
.ox-lazy img {
  opacity: 1;
  transition: opacity 0.2s;
}
.ox-lazy img.lazy {
  opacity: 0;
}
.ox-lazy rs-module img.lazy {
  opacity: 1;
}
.ox-lazy .product-second-image-photo.lazy:not(.lazy-loaded) {
  visibility: hidden;
  opacity: 0;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Olegnax/athlete2/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
}
.loading-mask .loader {
  width: 80px;
  height: 30px;
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding-left: 80px;
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg') left top no-repeat;
}
.loading-mask .loader > p {
  display: none;
}
.pswp__preloader {
  display: none;
}
.pswp__preloader.pswp__preloader--active {
  display: block;
}
.pswp__preloader .pswp__preloader__icn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -15px;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding-left: 80px;
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg') left top no-repeat;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.std .ox-banner .ox-banner-link.lazy-wrapper,
.ox-banner .ox-banner-link.lazy-wrapper,
.lazy-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 0;
  padding-bottom: 100%;
  background: #f8f8f8;
}
.std .ox-banner .ox-banner-link.lazy-wrapper > img,
.ox-banner .ox-banner-link.lazy-wrapper > img,
.lazy-wrapper > img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.lazy-loader {
  position: relative;
}
.lazy-loader:before {
  content: '';
  width: 44px;
  height: 3px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  background-image: url('../../frontend/Olegnax/athlete2/en_US/Olegnax_Core/images/preloader-img.svg');
}
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
[data-role='main-css-loader'] {
  display: none;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter .newsletter .control:before {
  margin-top: -1px;
  margin-left: 0;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
  padding: 0 0 0 32px;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input:focus,
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input:hover {
  border-color: #000;
}
.ox-newsletter-modal .inputs-style--underlined .block.newsletter input.mage-error {
  border-color: #ff0000;
}
textarea {
  padding: 10px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  -webkit-appearance: none;
}
.inputs-style--underlined input[type="text"],
.inputs-style--underlined input[type="password"],
.inputs-style--underlined input[type="url"],
.inputs-style--underlined input[type="tel"],
.inputs-style--underlined input[type="search"],
.inputs-style--underlined input[type="number"],
.inputs-style--underlined input[type="datetime"],
.inputs-style--underlined input[type="email"],
.inputs-style--underlined select,
.inputs-style--underlined textarea {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
}
.inputs-style--underlined input[type="text"]:focus,
.inputs-style--underlined input[type="password"]:focus,
.inputs-style--underlined input[type="url"]:focus,
.inputs-style--underlined input[type="tel"]:focus,
.inputs-style--underlined input[type="search"]:focus,
.inputs-style--underlined input[type="number"]:focus,
.inputs-style--underlined input[type="datetime"]:focus,
.inputs-style--underlined input[type="email"]:focus,
.inputs-style--underlined select:focus,
.inputs-style--underlined textarea:focus,
.inputs-style--underlined input[type="text"]:hover,
.inputs-style--underlined input[type="password"]:hover,
.inputs-style--underlined input[type="url"]:hover,
.inputs-style--underlined input[type="tel"]:hover,
.inputs-style--underlined input[type="search"]:hover,
.inputs-style--underlined input[type="number"]:hover,
.inputs-style--underlined input[type="datetime"]:hover,
.inputs-style--underlined input[type="email"]:hover,
.inputs-style--underlined select:hover,
.inputs-style--underlined textarea:hover {
  border-color: #000;
}
.inputs-style--underlined input[type="text"].mage-error,
.inputs-style--underlined input[type="password"].mage-error,
.inputs-style--underlined input[type="url"].mage-error,
.inputs-style--underlined input[type="tel"].mage-error,
.inputs-style--underlined input[type="search"].mage-error,
.inputs-style--underlined input[type="number"].mage-error,
.inputs-style--underlined input[type="datetime"].mage-error,
.inputs-style--underlined input[type="email"].mage-error,
.inputs-style--underlined select.mage-error,
.inputs-style--underlined textarea.mage-error {
  border-color: #ff0000;
}
.inputs-style--underlined select {
  padding: 0 35px 0 0;
  background-position: calc(100% - 6px);
}
.inputs-style--underlined select option {
  padding-left: 0;
}
/* remove the arrow in IE */
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4IDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjYuMywxLjcgNCw0IDEuNywxLjcgMC42LDIuOCA0LDYuMyA0LDYuMyA0LDYuMyA3LjQsMi44ICIvPjwvc3ZnPg==);
  background-position: 96% center;
  background-position: calc(100% - 12px) center;
  background-size: 11px 10px;
  background-repeat: no-repeat;
}
.inputs-style--underlined .fieldset > .field .label,
.inputs-style--underlined .fieldset > .fields > .field .label {
  margin-bottom: -5px;
}
.inputs-style--underlined .fieldset > .fields > .field.choice .label,
.inputs-style--underlined .fieldset > .field.choice .label {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  margin-top: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\72";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  transform: scaleY(-1) translateY(1px) translateX(-5px);
  width: 17px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.fieldset > .field:not(.choice) .label,
.fieldset > .fields > .field:not(.choice) .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 0;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.fieldset .field-tooltip > .label {
  position: absolute !important;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 0;
}
.field-error,
div.mage-error {
  margin-top: 4px;
  background: red;
  display: inline-block;
  padding: 4px 7px 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
}
.product-item-info .field-error,
.product-item-info div.mage-error {
  display: block;
  line-height: 1;
}
.field-error {
  color: #ffffff;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #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;
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 38px;
  color: #7d7d7d;
  content: "\5b";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #000;
}
._has-datepicker ~ .ui-datepicker-trigger:focus:before,
._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: inherit;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.ui-datepicker {
  background: #ffffff;
  -webkit-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.08);
}
.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  top: 11px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border: none;
  height: 15px;
  line-height: 15px;
  width: 8px;
  margin-left: -10px;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  content: ' ';
  width: 2px;
  height: 7px;
  display: block;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
  transform: rotate(-45deg);
  top: 6px;
}
.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  transform: rotateY(180deg);
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 25px;
}
.ui-datepicker .ui-datepicker-title select {
  padding-right: 21px;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: "athlete2";
  src: url("../../frontend/Olegnax/athlete2/en_US/fonts/athlete2/athlete2.eot");
  src: url("../../frontend/Olegnax/athlete2/en_US/fonts/athlete2/athlete2.eot?#iefix") format("embedded-opentype"), url("../../frontend/Olegnax/athlete2/en_US/fonts/athlete2/athlete2.woff") format("woff"), url("../../frontend/Olegnax/athlete2/en_US/fonts/athlete2/athlete2.ttf") format("truetype"), url("../../frontend/Olegnax/athlete2/en_US/fonts/athlete2/athlete2.svg#athlete2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="athlete2-icon-"]:before,
[class*=" athlete2-icon-"]:before {
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.athlete2-icon-google-plus {
  display: none !important;
}
.athlete2-icon-letter:before {
  content: "\63";
}
.athlete2-icon-search:before {
  content: "\61";
}
.athlete2-icon-star:before {
  content: "\62";
}
.athlete2-icon-heart:before {
  content: "\64";
}
.athlete2-icon-compare:before {
  content: "\65";
}
.athlete2-icon-share:before {
  content: "\66";
}
.athlete2-icon-cart:before {
  content: "\67";
}
.athlete2-icon-rating-block:before {
  content: "\68";
}
.athlete2-icon-rating-block-small:before {
  content: "\69";
}
.athlete2-icon-heart2:before {
  content: "\6b";
}
.athlete2-icon-star2:before {
  content: "\6c";
}
.athlete2-icon-cart-original-bigger:before {
  content: "\6e";
}
.athlete2-icon-arrow:before {
  content: "\6f";
}
.athlete2-icon-view-list-16:before {
  content: "\70";
}
.athlete2-icon-view-grid-16:before {
  content: "\71";
}
.athlete2-icon-angle:before {
  content: "\72";
}
.athlete2-icon-search2:before {
  content: "\6a";
}
.athlete2-icon-compare2:before {
  content: "\6d";
}
.athlete2-icon-login:before {
  content: "\73";
}
.athlete2-icon-minus:before {
  content: "\74";
}
.athlete2-icon-plus:before {
  content: "\75";
}
.athlete2-icon-returns:before {
  content: "\76";
}
.athlete2-icon-shipping:before {
  content: "\77";
}
.athlete2-icon-home:before {
  content: "\78";
}
.athlete2-icon-amazon:before {
  content: "\79";
}
.athlete2-icon-foursquare:before {
  content: "\7a";
}
.athlete2-icon-flickr:before {
  content: "\41";
}
.athlete2-icon-google:before {
  content: "\42";
}
.athlete2-icon-instagram:before {
  content: "\44";
}
.athlete2-icon-kickstarter:before {
  content: "\45";
}
.athlete2-icon-linkedin:before {
  content: "\46";
}
.athlete2-icon-odnoklassniki:before {
  content: "\47";
}
.athlete2-icon-facebook:before {
  content: "\48";
}
.athlete2-icon-facebook-messenger:before {
  content: "\49";
}
.athlete2-icon-stripe:before {
  content: "\4a";
}
.athlete2-icon-telegram-plane:before {
  content: "\4b";
}
.athlete2-icon-vimeo:before {
  content: "\4c";
}
.athlete2-icon-vk:before {
  content: "\4d";
}
.athlete2-icon-whatsapp:before {
  content: "\4e";
}
.athlete2-icon-linkedin-in:before {
  content: "\4f";
}
.athlete2-icon-paper-plane-o:before {
  content: "\50";
}
.athlete2-icon-paper-plane:before {
  content: "\51";
}
.athlete2-icon-paypal:before {
  content: "\52";
}
.athlete2-icon-skype:before {
  content: "\53";
}
.athlete2-icon-slack:before {
  content: "\54";
}
.athlete2-icon-twitter:before {
  content: "\55";
}
.athlete2-icon-tumblr:before {
  content: "\56";
}
.athlete2-icon-pinterest:before {
  content: "\57";
}
.athlete2-icon-returns-big:before {
  content: "\58";
}
.athlete2-icon-shipping-big:before {
  content: "\59";
}
.athlete2-icon-phone-big:before {
  content: "\5a";
}
.athlete2-icon-phone-small:before {
  content: "\30";
}
.athlete2-icon-returns-small:before {
  content: "\31";
}
.athlete2-icon-tripadvisor:before {
  content: "\32";
}
.athlete2-icon-youtube-square:before {
  content: "\43";
}
.athlete2-icon-youtube-play:before {
  content: "\33";
}
.athlete2-icon-youtube:before {
  content: "\34";
}
.athlete2-icon-discord:before {
  content: "\35";
}
.athlete2-icon-reddit:before {
  content: "\36";
}
.athlete2-icon-snapchat:before {
  content: "\38";
}
.athlete2-icon-amazon-pay:before {
  content: "\37";
}
.athlete2-icon-battery-0:before {
  content: "\39";
}
.athlete2-icon-battery-1:before {
  content: "\21";
}
.athlete2-icon-battery-2:before {
  content: "\22";
}
.athlete2-icon-battery-3:before {
  content: "\23";
}
.athlete2-icon-battery-4:before {
  content: "\24";
}
.athlete2-icon-battery-power:before {
  content: "\25";
}
.athlete2-icon-barbell:before {
  content: "\26";
}
.athlete2-icon-bubble-3:before {
  content: "\27";
}
.athlete2-icon-bubble:before {
  content: "\28";
}
.athlete2-icon-bolt:before {
  content: "\29";
}
.athlete2-icon-credit-cards:before {
  content: "\2a";
}
.athlete2-icon-cube:before {
  content: "\2b";
}
.athlete2-icon-stopwatch:before {
  content: "\2c";
}
.athlete2-icon-speaker:before {
  content: "\2d";
}
.athlete2-icon-returns-svg {
  width: 23px;
  min-width: 23px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYXQtcmV0dXJucy1pY29uIiBkYXRhLW5hbWU9ImF0LXJldHVybnMtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjMgMTYiPiAgICA8cG9seWdvbiBwb2ludHM9IjE4IDE0IDUgMTQgNSA5LjQgNi42IDExIDggOS42IDUgNi42IDUgNiAzIDYgMyA2LjYgMCA5LjYgMS40IDExIDMgOS40IDMgMTQgMyAxNiAyMCAxNiAyMCAxNCAyMCAxMiAxOCAxMiAxOCAxNCIvPiAgICA8cG9seWdvbiBwb2ludHM9IjIzIDYuNCAyMS42IDUgMjAgNi42IDIwIDIgMjAgMCA1IDAgMyAwIDMgNCA1IDQgNSAyIDE4IDIgMTggNi42IDE2LjQgNSAxNSA2LjQgMTggOS40IDE4IDEwIDIwIDEwIDIwIDkuNCAyMyA2LjQiLz48L3N2Zz4=);
}
.athlete2-icon-shipping-svg {
  width: 30px;
  min-width: 30px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYXQtc2hpcHBpbmctaWNvbiIgZGF0YS1uYW1lPSJhdC1zaGlwcGluZy1pY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAxNyI+ICAgIDxwYXRoIGQ9Ik0yNyw5VjVIMjFWMUgxVjE1SDRhMywzLDAsMCwwLDYsMEgyMWEzLDMsMCwwLDAsNiwwaDJWOUgyN1pNMjUsN1Y5SDIxVjdoNFpNNiwxNlYxNEg4djJINlptMTMtM0g5LjJhMywzLDAsMCwwLTQuNCwwSDNWM0gxOVYxM1ptNCwzVjE0aDJ2MkgyM1ptNC0zSDI2LjJhMywzLDAsMCwwLTQuNCwwSDIxVjExaDZ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0xKSIvPjwvc3ZnPg==);
}
.athlete2-icon-phone-svg {
  width: 15px;
  min-width: 15px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyNSI+PHRpdGxlPnBob25lLXNtYWxsPC90aXRsZT48cGF0aCBkPSJNMTQsMVYwSDFWMUgwVjI0SDF2MUgxNFYyNGgxVjFIMTRaTTEzLDIzSDJWMjBIMTN2M1ptMC01SDJWN0gxM1YxOFpNMTMsNUgyVjJIMTNWNVoiLz48cmVjdCB4PSI1IiB5PSIyMSIgd2lkdGg9IjUiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjciIHk9IjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48L3N2Zz4=);
}
.athlete2-icon-check:before {
  content: "\2e";
}
.athlete2-icon-pencil:before {
  content: "\3a";
}
.athlete2-icon-twitch:before {
  content: "\2f";
}
.athlete2-icon-tiktok:before {
  content: "\3b";
}
.athlete2-icon-business:before {
  content: "\3c";
}
.athlete2-icon-refresh:before {
  content: "\3f";
}
.athlete2-icon-reload:before {
  content: "\3e";
}
.athlete2-icon-cog:before {
  content: "\3d";
}
.athlete2-icon-cross:before {
  content: "\40";
}
.athlete2-icon-calendar:before {
  content: "\5b";
}
/*
& when (@media-common = true) {
    .lib-font-face(
        @family-name: @icons__font-name,
        @font-path: @icons__font-path,
        @font-weight: normal,
        @font-style: normal
    );
}*/
.svg-fill-none {
  fill: none;
}
#cart-icon-small {
  width: 14px;
  height: 16px;
  display: inline-block;
}
.icon-plus:before,
.icon-minus:before {
  content: '';
  display: block;
  position: absolute;
  background: #000000;
  left: calc(50% - 4px);
  top: calc(50% - 1px);
  width: 8px;
  height: 2px;
}
.icon-plus {
  right: 0;
}
.icon-plus:after {
  content: '';
  display: block;
  position: absolute;
  background: #000000;
  left: calc(50% - 1px);
  top: calc(50% - 4px);
  width: 2px;
  height: 8px;
}
.icon-minus,
.icon-plus {
  width: 34px;
  height: 54px;
  cursor: pointer;
  display: block;
  position: absolute;
  /*&:hover{
            background: #000000;
            &:after,
            &:before{
                background: #ffffff;
            }
        }*/
}
/* Social Icons */
.footer.content a.athlete2-social-icon,
.footer.content a:not(.button).athlete2-social-icon,
.content a.athlete2-social-icon,
.std a.athlete2-social-icon,
.top-bar .athlete2-social-icons > a.athlete2-social-icon,
.athlete2-social-icons > a.athlete2-social-icon,
a.athlete2-social-icon {
  display: inline-flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: 0 1px 5px 0 !important;
  font-size: 20px;
  padding: 0 !important;
  background: #ffe51e;
  color: #000;
  overflow: hidden;
}
.footer.content a.athlete2-social-icon:before,
.footer.content a:not(.button).athlete2-social-icon:before,
.content a.athlete2-social-icon:before,
.std a.athlete2-social-icon:before,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:before,
.athlete2-social-icons > a.athlete2-social-icon:before,
a.athlete2-social-icon:before {
  animation: move-vertical-out 0.25s;
}
.footer.content a.athlete2-social-icon:hover,
.footer.content a:not(.button).athlete2-social-icon:hover,
.content a.athlete2-social-icon:hover,
.std a.athlete2-social-icon:hover,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:hover,
.athlete2-social-icons > a.athlete2-social-icon:hover,
a.athlete2-social-icon:hover {
  color: #ffffff;
}
.footer.content a.athlete2-social-icon:hover:before,
.footer.content a:not(.button).athlete2-social-icon:hover:before,
.content a.athlete2-social-icon:hover:before,
.std a.athlete2-social-icon:hover:before,
.top-bar .athlete2-social-icons > a.athlete2-social-icon:hover:before,
.athlete2-social-icons > a.athlete2-social-icon:hover:before,
a.athlete2-social-icon:hover:before {
  animation: move-vertical-hover 0.25s;
}
.footer.content a.athlete2-icon-facebook:hover,
.footer.content a:not(.button).athlete2-icon-facebook:hover,
.content a.athlete2-icon-facebook:hover,
.std a.athlete2-icon-facebook:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-facebook:hover,
.athlete2-social-icons > a.athlete2-icon-facebook:hover,
a.athlete2-icon-facebook:hover {
  background-color: #3b5998;
}
.footer.content a.athlete2-icon-twitter:hover,
.footer.content a:not(.button).athlete2-icon-twitter:hover,
.content a.athlete2-icon-twitter:hover,
.std a.athlete2-icon-twitter:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-twitter:hover,
.athlete2-social-icons > a.athlete2-icon-twitter:hover,
a.athlete2-icon-twitter:hover {
  background-color: #00c3f4;
}
.footer.content a.athlete2-icon-tumblr:hover,
.footer.content a:not(.button).athlete2-icon-tumblr:hover,
.content a.athlete2-icon-tumblr:hover,
.std a.athlete2-icon-tumblr:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tumblr:hover,
.athlete2-social-icons > a.athlete2-icon-tumblr:hover,
a.athlete2-icon-tumblr:hover {
  background-color: #34526f;
}
.footer.content a.athlete2-icon-skype:hover,
.footer.content a:not(.button).athlete2-icon-skype:hover,
.content a.athlete2-icon-skype:hover,
.std a.athlete2-icon-skype:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-skype:hover,
.athlete2-social-icons > a.athlete2-icon-skype:hover,
a.athlete2-icon-skype:hover {
  background-color: #33bff3;
}
.footer.content a.athlete2-icon-google-plus:hover,
.footer.content a:not(.button).athlete2-icon-google-plus:hover,
.content a.athlete2-icon-google-plus:hover,
.std a.athlete2-icon-google-plus:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-google-plus:hover,
.athlete2-social-icons > a.athlete2-icon-google-plus:hover,
a.athlete2-icon-google-plus:hover {
  background-color: #ce4832;
}
.footer.content a.athlete2-icon-instagram:hover,
.footer.content a:not(.button).athlete2-icon-instagram:hover,
.content a.athlete2-icon-instagram:hover,
.std a.athlete2-icon-instagram:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-instagram:hover,
.athlete2-social-icons > a.athlete2-icon-instagram:hover,
a.athlete2-icon-instagram:hover {
  background-color: #d80085;
}
.footer.content a.athlete2-icon-foursquare:hover,
.footer.content a:not(.button).athlete2-icon-foursquare:hover,
.content a.athlete2-icon-foursquare:hover,
.std a.athlete2-icon-foursquare:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-foursquare:hover,
.athlete2-social-icons > a.athlete2-icon-foursquare:hover,
a.athlete2-icon-foursquare:hover {
  background-color: #e9426f;
}
.footer.content a.athlete2-icon-linkedin-in:hover,
.footer.content a:not(.button).athlete2-icon-linkedin-in:hover,
.content a.athlete2-icon-linkedin-in:hover,
.std a.athlete2-icon-linkedin-in:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-linkedin-in:hover,
.athlete2-social-icons > a.athlete2-icon-linkedin-in:hover,
a.athlete2-icon-linkedin-in:hover,
.footer.content a.athlete2-icon-linkedin:hover,
.footer.content a:not(.button).athlete2-icon-linkedin:hover,
.content a.athlete2-icon-linkedin:hover,
.std a.athlete2-icon-linkedin:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-linkedin:hover,
.athlete2-social-icons > a.athlete2-icon-linkedin:hover,
a.athlete2-icon-linkedin:hover {
  background-color: #4b8df7;
}
.footer.content a.athlete2-icon-kickstarter:hover,
.footer.content a:not(.button).athlete2-icon-kickstarter:hover,
.content a.athlete2-icon-kickstarter:hover,
.std a.athlete2-icon-kickstarter:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-kickstarter:hover,
.athlete2-social-icons > a.athlete2-icon-kickstarter:hover,
a.athlete2-icon-kickstarter:hover {
  background-color: #4cdf79;
}
.footer.content a.athlete2-icon-amazon:hover,
.footer.content a:not(.button).athlete2-icon-amazon:hover,
.content a.athlete2-icon-amazon:hover,
.std a.athlete2-icon-amazon:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-amazon:hover,
.athlete2-social-icons > a.athlete2-icon-amazon:hover,
a.athlete2-icon-amazon:hover {
  background-color: #ed9706;
}
.footer.content a.athlete2-icon-odnoklassniki:hover,
.footer.content a:not(.button).athlete2-icon-odnoklassniki:hover,
.content a.athlete2-icon-odnoklassniki:hover,
.std a.athlete2-icon-odnoklassniki:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-odnoklassniki:hover,
.athlete2-social-icons > a.athlete2-icon-odnoklassniki:hover,
a.athlete2-icon-odnoklassniki:hover {
  background-color: #f29400;
}
.footer.content a.athlete2-icon-slack:hover,
.footer.content a:not(.button).athlete2-icon-slack:hover,
.content a.athlete2-icon-slack:hover,
.std a.athlete2-icon-slack:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-slack:hover,
.athlete2-social-icons > a.athlete2-icon-slack:hover,
a.athlete2-icon-slack:hover {
  background-color: #471248;
}
.footer.content a.athlete2-icon-facebook-messenger:hover,
.footer.content a:not(.button).athlete2-icon-facebook-messenger:hover,
.content a.athlete2-icon-facebook-messenger:hover,
.std a.athlete2-icon-facebook-messenger:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-facebook-messenger:hover,
.athlete2-social-icons > a.athlete2-icon-facebook-messenger:hover,
a.athlete2-icon-facebook-messenger:hover {
  background-color: #3896fe;
}
.footer.content a.athlete2-icon-stripe:hover,
.footer.content a:not(.button).athlete2-icon-stripe:hover,
.content a.athlete2-icon-stripe:hover,
.std a.athlete2-icon-stripe:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-stripe:hover,
.athlete2-social-icons > a.athlete2-icon-stripe:hover,
a.athlete2-icon-stripe:hover {
  background-color: #696cdc;
}
.footer.content a.athlete2-icon-vk:hover,
.footer.content a:not(.button).athlete2-icon-vk:hover,
.content a.athlete2-icon-vk:hover,
.std a.athlete2-icon-vk:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-vk:hover,
.athlete2-social-icons > a.athlete2-icon-vk:hover,
a.athlete2-icon-vk:hover {
  background-color: #557db1;
}
.footer.content a.athlete2-icon-whatsapp:hover,
.footer.content a:not(.button).athlete2-icon-whatsapp:hover,
.content a.athlete2-icon-whatsapp:hover,
.std a.athlete2-icon-whatsapp:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-whatsapp:hover,
.athlete2-social-icons > a.athlete2-icon-whatsapp:hover,
a.athlete2-icon-whatsapp:hover {
  background-color: #42d84c;
}
.footer.content a.athlete2-icon-viber:hover,
.footer.content a:not(.button).athlete2-icon-viber:hover,
.content a.athlete2-icon-viber:hover,
.std a.athlete2-icon-viber:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-viber:hover,
.athlete2-social-icons > a.athlete2-icon-viber:hover,
a.athlete2-icon-viber:hover {
  background-color: #7738a8;
}
.footer.content a.athlete2-icon-telegram-plane:hover,
.footer.content a:not(.button).athlete2-icon-telegram-plane:hover,
.content a.athlete2-icon-telegram-plane:hover,
.std a.athlete2-icon-telegram-plane:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-telegram-plane:hover,
.athlete2-social-icons > a.athlete2-icon-telegram-plane:hover,
a.athlete2-icon-telegram-plane:hover {
  background-color: #55b0ee;
}
.footer.content a.athlete2-icon-pinterest:hover,
.footer.content a:not(.button).athlete2-icon-pinterest:hover,
.content a.athlete2-icon-pinterest:hover,
.std a.athlete2-icon-pinterest:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-pinterest:hover,
.athlete2-social-icons > a.athlete2-icon-pinterest:hover,
a.athlete2-icon-pinterest:hover {
  background-color: #cb2027;
}
.footer.content a.athlete2-icon-youtube:hover,
.footer.content a:not(.button).athlete2-icon-youtube:hover,
.content a.athlete2-icon-youtube:hover,
.std a.athlete2-icon-youtube:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-youtube:hover,
.athlete2-social-icons > a.athlete2-icon-youtube:hover,
a.athlete2-icon-youtube:hover {
  background-color: #b72d28;
}
.footer.content a.athlete2-icon-dribble:hover,
.footer.content a:not(.button).athlete2-icon-dribble:hover,
.content a.athlete2-icon-dribble:hover,
.std a.athlete2-icon-dribble:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-dribble:hover,
.athlete2-social-icons > a.athlete2-icon-dribble:hover,
a.athlete2-icon-dribble:hover {
  background-color: #f977a6;
}
.footer.content a.athlete2-icon-flickr:hover,
.footer.content a:not(.button).athlete2-icon-flickr:hover,
.content a.athlete2-icon-flickr:hover,
.std a.athlete2-icon-flickr:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-flickr:hover,
.athlete2-social-icons > a.athlete2-icon-flickr:hover,
a.athlete2-icon-flickr:hover {
  background-color: #ff0084;
}
.footer.content a.athlete2-icon-vimeo:hover,
.footer.content a:not(.button).athlete2-icon-vimeo:hover,
.content a.athlete2-icon-vimeo:hover,
.std a.athlete2-icon-vimeo:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-vimeo:hover,
.athlete2-social-icons > a.athlete2-icon-vimeo:hover,
a.athlete2-icon-vimeo:hover {
  background-color: #1ab7ea;
}
.footer.content a.athlete2-icon-picasa:hover,
.footer.content a:not(.button).athlete2-icon-picasa:hover,
.content a.athlete2-icon-picasa:hover,
.std a.athlete2-icon-picasa:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-picasa:hover,
.athlete2-social-icons > a.athlete2-icon-picasa:hover,
a.athlete2-icon-picasa:hover {
  background-color: #4b8df8;
}
.footer.content a.athlete2-icon-digg:hover,
.footer.content a:not(.button).athlete2-icon-digg:hover,
.content a.athlete2-icon-digg:hover,
.std a.athlete2-icon-digg:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-digg:hover,
.athlete2-social-icons > a.athlete2-icon-digg:hover,
a.athlete2-icon-digg:hover {
  background-color: #1b5891;
}
.footer.content a.athlete2-icon-plurk:hover,
.footer.content a:not(.button).athlete2-icon-plurk:hover,
.content a.athlete2-icon-plurk:hover,
.std a.athlete2-icon-plurk:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-plurk:hover,
.athlete2-social-icons > a.athlete2-icon-plurk:hover,
a.athlete2-icon-plurk:hover {
  background-color: #cf682f;
}
.footer.content a.athlete2-icon-tripadvisor:hover,
.footer.content a:not(.button).athlete2-icon-tripadvisor:hover,
.content a.athlete2-icon-tripadvisor:hover,
.std a.athlete2-icon-tripadvisor:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
.athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
a.athlete2-icon-tripadvisor:hover {
  background-color: #589642;
}
.footer.content a.athlete2-icon-yahoo:hover,
.footer.content a:not(.button).athlete2-icon-yahoo:hover,
.content a.athlete2-icon-yahoo:hover,
.std a.athlete2-icon-yahoo:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-yahoo:hover,
.athlete2-social-icons > a.athlete2-icon-yahoo:hover,
a.athlete2-icon-yahoo:hover {
  background-color: #ab64bc;
}
.footer.content a.athlete2-icon-delicious:hover,
.footer.content a:not(.button).athlete2-icon-delicious:hover,
.content a.athlete2-icon-delicious:hover,
.std a.athlete2-icon-delicious:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-delicious:hover,
.athlete2-social-icons > a.athlete2-icon-delicious:hover,
a.athlete2-icon-delicious:hover {
  background-color: #004795;
}
.footer.content a.athlete2-icon-devianart:hover,
.footer.content a:not(.button).athlete2-icon-devianart:hover,
.content a.athlete2-icon-devianart:hover,
.std a.athlete2-icon-devianart:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-devianart:hover,
.athlete2-social-icons > a.athlete2-icon-devianart:hover,
a.athlete2-icon-devianart:hover {
  background-color: #54675a;
}
.footer.content a.athlete2-icon-apple:hover,
.footer.content a:not(.button).athlete2-icon-apple:hover,
.content a.athlete2-icon-apple:hover,
.std a.athlete2-icon-apple:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-apple:hover,
.athlete2-social-icons > a.athlete2-icon-apple:hover,
a.athlete2-icon-apple:hover {
  background-color: #4c4c4c;
}
.footer.content a.athlete2-icon-aim:hover,
.footer.content a:not(.button).athlete2-icon-aim:hover,
.content a.athlete2-icon-aim:hover,
.std a.athlete2-icon-aim:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-aim:hover,
.athlete2-social-icons > a.athlete2-icon-aim:hover,
a.athlete2-icon-aim:hover {
  background-color: #ffb400;
}
.footer.content a.athlete2-icon-paypal:hover,
.footer.content a:not(.button).athlete2-icon-paypal:hover,
.content a.athlete2-icon-paypal:hover,
.std a.athlete2-icon-paypal:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-paypal:hover,
.athlete2-social-icons > a.athlete2-icon-paypal:hover,
a.athlete2-icon-paypal:hover {
  background-color: #0079c1;
}
.footer.content a.athlete2-icon-blogger:hover,
.footer.content a:not(.button).athlete2-icon-blogger:hover,
.content a.athlete2-icon-blogger:hover,
.std a.athlete2-icon-blogger:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-blogger:hover,
.athlete2-social-icons > a.athlete2-icon-blogger:hover,
a.athlete2-icon-blogger:hover {
  background-color: #ff6403;
}
.footer.content a.athlete2-icon-behance:hover,
.footer.content a:not(.button).athlete2-icon-behance:hover,
.content a.athlete2-icon-behance:hover,
.std a.athlete2-icon-behance:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-behance:hover,
.athlete2-social-icons > a.athlete2-icon-behance:hover,
a.athlete2-icon-behance:hover {
  background-color: #1769ff;
}
.footer.content a.athlete2-icon-myspace:hover,
.footer.content a:not(.button).athlete2-icon-myspace:hover,
.content a.athlete2-icon-myspace:hover,
.std a.athlete2-icon-myspace:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-myspace:hover,
.athlete2-social-icons > a.athlete2-icon-myspace:hover,
a.athlete2-icon-myspace:hover {
  background-color: #003399;
}
.footer.content a.athlete2-icon-stumble:hover,
.footer.content a:not(.button).athlete2-icon-stumble:hover,
.content a.athlete2-icon-stumble:hover,
.std a.athlete2-icon-stumble:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-stumble:hover,
.athlete2-social-icons > a.athlete2-icon-stumble:hover,
a.athlete2-icon-stumble:hover {
  background-color: #cc492b;
}
.footer.content a.athlete2-icon-amazon-pay:hover,
.footer.content a:not(.button).athlete2-icon-amazon-pay:hover,
.content a.athlete2-icon-amazon-pay:hover,
.std a.athlete2-icon-amazon-pay:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-amazon-pay:hover,
.athlete2-social-icons > a.athlete2-icon-amazon-pay:hover,
a.athlete2-icon-amazon-pay:hover {
  background-color: #ed9706;
}
.footer.content a.athlete2-icon-snapchat:hover,
.footer.content a:not(.button).athlete2-icon-snapchat:hover,
.content a.athlete2-icon-snapchat:hover,
.std a.athlete2-icon-snapchat:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-snapchat:hover,
.athlete2-social-icons > a.athlete2-icon-snapchat:hover,
a.athlete2-icon-snapchat:hover {
  background-color: #fdfd27;
  color: #000;
}
.footer.content a.athlete2-icon-reddit:hover,
.footer.content a:not(.button).athlete2-icon-reddit:hover,
.content a.athlete2-icon-reddit:hover,
.std a.athlete2-icon-reddit:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-reddit:hover,
.athlete2-social-icons > a.athlete2-icon-reddit:hover,
a.athlete2-icon-reddit:hover {
  background-color: #ef4000;
}
.footer.content a.athlete2-icon-discord:hover,
.footer.content a:not(.button).athlete2-icon-discord:hover,
.content a.athlete2-icon-discord:hover,
.std a.athlete2-icon-discord:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-discord:hover,
.athlete2-social-icons > a.athlete2-icon-discord:hover,
a.athlete2-icon-discord:hover {
  background-color: #7086ed;
}
.footer.content a.athlete2-icon-tripadvisor:hover,
.footer.content a:not(.button).athlete2-icon-tripadvisor:hover,
.content a.athlete2-icon-tripadvisor:hover,
.std a.athlete2-icon-tripadvisor:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
.athlete2-social-icons > a.athlete2-icon-tripadvisor:hover,
a.athlete2-icon-tripadvisor:hover {
  background-color: #53e1a4;
  color: #000;
}
.footer.content a.athlete2-icon-tiktok:hover,
.footer.content a:not(.button).athlete2-icon-tiktok:hover,
.content a.athlete2-icon-tiktok:hover,
.std a.athlete2-icon-tiktok:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-tiktok:hover,
.athlete2-social-icons > a.athlete2-icon-tiktok:hover,
a.athlete2-icon-tiktok:hover {
  background-color: #000;
}
.footer.content a.athlete2-icon-business:hover,
.footer.content a:not(.button).athlete2-icon-business:hover,
.content a.athlete2-icon-business:hover,
.std a.athlete2-icon-business:hover,
.top-bar .athlete2-social-icons > a.athlete2-icon-business:hover,
.athlete2-social-icons > a.athlete2-icon-business:hover,
a.athlete2-icon-business:hover {
  background-color: #547cdf;
}
.top-bar .athlete2-social-icons-simple,
.athlete2-social-icons-simple {
  display: inline-block;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon,
.athlete2-social-icons-simple > a.athlete2-social-icon {
  width: 20px;
  font-size: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
  background: none;
  color: #fff;
  overflow: hidden;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:before,
.athlete2-social-icons-simple > a.athlete2-social-icon:before {
  animation: none;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:hover,
.athlete2-social-icons-simple > a.athlete2-social-icon:hover {
  color: #ffffff;
}
.top-bar .athlete2-social-icons-simple > a.athlete2-social-icon:hover:before,
.athlete2-social-icons-simple > a.athlete2-social-icon:hover:before {
  animation: none;
}
.top-bar .athlete2-social-icons-simple.size-tiny > a.athlete2-social-icon,
.athlete2-social-icons-simple.size-tiny > a.athlete2-social-icon {
  font-size: 14px;
  line-height: 22px;
}
.button__size-small {
  padding: 8px 12px;
}
.button__size-medium {
  padding: 14px 22px;
}
.button__size-big {
  padding: 18px 27px;
}
.button-hover1 {
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.button-hover1-out {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.primary > .action,
a.action.primary,
.action.primary,
.action.secondary,
.secondary > a.action,
.button.secondary,
.button.primary,
a.button.secondary,
a.button.primary,
a.button,
.button,
button {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.primary > .action:after,
a.action.primary:after,
.action.primary:after,
.action.secondary:after,
.secondary > a.action:after,
.button.secondary:after,
.button.primary:after,
a.button.secondary:after,
a.button.primary:after,
a.button:after,
.button:after,
button:after {
  -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.simple:after,
a.action.primary.simple:after,
.action.primary.simple:after,
.action.secondary.simple:after,
.secondary > a.action.simple:after,
.button.secondary.simple:after,
.button.primary.simple:after,
a.button.secondary.simple:after,
a.button.primary.simple:after,
a.button.simple:after,
.button.simple:after,
button.simple:after {
  transform: scaleX(1);
  opacity: 0;
}
.primary > .action.simple:hover:after,
a.action.primary.simple:hover:after,
.action.primary.simple:hover:after,
.action.secondary.simple:hover:after,
.secondary > a.action.simple:hover:after,
.button.secondary.simple:hover:after,
.button.primary.simple:hover:after,
a.button.secondary.simple:hover:after,
a.button.primary.simple:hover:after,
a.button.simple:hover:after,
.button.simple:hover:after,
button.simple:hover:after {
  opacity: 1;
}
.primary > .action.underline,
a.action.primary.underline,
.action.primary.underline,
.action.secondary.underline,
.secondary > a.action.underline,
.button.secondary.underline,
.button.primary.underline,
a.button.secondary.underline,
a.button.primary.underline,
a.button.underline,
.button.underline,
button.underline {
  background: none !important;
  border: none;
  border-bottom: 2px solid;
  padding: 4px 1px;
}
.primary > .action.underline:after,
a.action.primary.underline:after,
.action.primary.underline:after,
.action.secondary.underline:after,
.secondary > a.action.underline:after,
.button.secondary.underline:after,
.button.primary.underline:after,
a.button.secondary.underline:after,
a.button.primary.underline:after,
a.button.underline:after,
.button.underline:after,
button.underline:after {
  content: none;
}
.primary > .action.slider-long,
a.action.primary.slider-long,
.action.primary.slider-long,
.action.secondary.slider-long,
.secondary > a.action.slider-long,
.button.secondary.slider-long,
.button.primary.slider-long,
a.button.secondary.slider-long,
a.button.primary.slider-long,
a.button.slider-long,
.button.slider-long,
button.slider-long {
  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 table > caption {
  height: 0;
  visibility: hidden;
}
.product.data.items > .item.title > .switch:hover:before,
.product.data.items > .item.title.active > .switch:before {
  transform: translateY(0);
}
.pages {
  text-align: center;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.8rem;
  letter-spacing: normal;
  margin: 0 4px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #000000;
}
.pages strong.page {
  background: #ffe51e;
  border: none;
  font-size: 1.4rem;
  line-height: 3.8rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: none;
  color: #b3b3b3;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  border: none;
  color: #b3b3b3;
}
.pages .action:hover {
  border: none;
  color: #b3b3b3;
  text-decoration: none;
}
.pages .action:active {
  border: none;
  color: #b3b3b3;
}
.pages .action.previous,
.pages .action.next {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.pages .action.previous > span,
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before,
.pages .action.next:before,
.pages .action.previous:after,
.pages .action.next:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #000000;
  position: absolute;
}
.pages .action.previous:before,
.pages .action.next:before {
  transform: rotate(-45deg);
  top: 12px;
  left: 17px;
}
.pages .action.previous:after,
.pages .action.next:after {
  transform: rotate(45deg);
  top: 17px;
  left: 17px;
}
.pages .action.previous:before {
  transform: rotate(45deg);
  margin-left: -1px;
}
.pages .action.previous:after {
  transform: rotate(-45deg);
  margin-left: -1px;
}
.pages .item {
  width: 38px;
  height: 38px;
  font-weight: 700;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.pages .item:after {
  content: '';
  background: #eaeaea;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all .2s;
}
.pages .item:hover:after {
  height: 100%;
  transition: all 50ms;
}
.pages .item .page {
  height: 100%;
  width: 100%;
}
.breadcrumbs {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 20px;
  padding-bottom: 0;
}
.breadcrumbs .item {
  color: #b3b3b3;
  display: inline;
}
.breadcrumbs .item:not(:last-child):after {
  content: '';
  display: inline-block;
  overflow: hidden;
  speak: none;
  width: 1px;
  height: 10px;
  margin: 0 7px 0 4px;
  background: #b3b3b3;
  transform: rotate(25deg);
}
.breadcrumbs .item:first-child a {
  margin-left: -3px;
}
.breadcrumbs .item strong {
  font-weight: normal;
}
.breadcrumbs .item a:not(:hover) {
  color: #b3b3b3;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  background: #000000;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:after {
  content: none;
}
.ui-dialog.popup .action.close:hover {
  background: #ffe51e;
  transition: all 10ms;
}
.ui-dialog.popup .action.close:hover:before {
  color: #000000;
  transition: all 10ms;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent transparent transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.header__item.block-search {
  padding-left: 0;
}
.block-search .action.search span.search-icon-wrapper,
.search-icon-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block-search--type-slideout {
  width: auto;
}
.block-search .action.search[disabled],
button[disabled].action.search {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.ox-slideout .header__search-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 45px;
}
.ox-slideout .header__search-wrapper .ox-overlay-close-btn {
  top: 10px;
  right: 10px;
}
.ox-slideout .header__search-wrapper form .ox-overlay-close-btn {
  right: -55px;
  padding: 0;
  z-index: 90;
  height: 48px;
  width: 48px;
}
.ox-slideout .header__search-wrapper form .ox-overlay-close-btn span {
  top: 13px;
  left: 14px;
}
.ox-slideout .header__search-wrapper form .control {
  padding: 0;
  border: none;
  position: relative;
}
.ox-slideout .header__search-wrapper form .input-focused .label {
  top: -25px;
  font-size: 14px;
  letter-spacing: 0.05em;
  /*transform: translateY(-35px) translateX(-65px) scale(0.3);*/
}
.ox-slideout .header__search-wrapper form .input-focused .flashing-cursor {
  display: none;
}
.ox-slideout .header__search-wrapper form input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding-right: 20px;
}
.ox-slideout .header__search-wrapper form input::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input::-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input::placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-slideout .header__search-wrapper form input:hover,
.ox-slideout .header__search-wrapper form input:focus {
  border: none;
}
.ox-slideout .header__search-wrapper form .label {
  pointer-events: none;
  left: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
}
.ox-slideout .header__search-wrapper form .field.search {
  display: inline-block;
  width: 100%;
}
.ox-slideout .header__search-wrapper .search_form_wrap,
.ox-slideout .header__search-wrapper form {
  position: relative;
  width: 100%;
  display: flex;
  align-content: flex-end;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions,
.ox-slideout .header__search-wrapper form > .actions {
  display: inline-block;
  vertical-align: bottom;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search,
.ox-slideout .header__search-wrapper form > .actions .action.search {
  padding: 0 20px;
  height: 48px;
  font-size: 23px;
}
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search .search-icon-wrapper,
.ox-slideout .header__search-wrapper form > .actions .action.search .search-icon-wrapper,
.ox-slideout .header__search-wrapper .search_form_wrap > .actions .action.search svg,
.ox-slideout .header__search-wrapper form > .actions .action.search svg {
  display: none;
}
.ox-overlay > div .logo__container,
.ox-overlay .ox-modal-content .logo__container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  height: 74px;
  z-index: 999;
}
.ox-overlay .header__search-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 45px;
}
.ox-overlay .header__search-wrapper .ox-overlay-close-btn {
  top: 0px;
  right: 0px;
  padding: 27px;
  background: #000000;
  display: inline-table;
}
.ox-overlay .header__search-wrapper .ox-overlay-close-btn span:before,
.ox-overlay .header__search-wrapper .ox-overlay-close-btn span:after {
  background-color: #ffffff;
}
.ox-overlay .header__search-wrapper .search-info {
  position: absolute;
  top: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.ox-overlay .header__search-wrapper .search_form_wrap,
.ox-overlay .header__search-wrapper form {
  position: relative;
}
.ox-overlay .header__search-wrapper form {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.ox-overlay .header__search-wrapper form .control {
  padding: 0;
  border: none;
  position: relative;
}
.ox-overlay .header__search-wrapper form .flashing-cursor {
  height: 60px;
  top: 10px;
}
.ox-overlay .header__search-wrapper form .input-focused .label {
  top: -25px;
  left: 50%;
  font-size: 14px;
  letter-spacing: 0;
  transform: translateX(-50%);
}
.ox-overlay .header__search-wrapper form .input-focused .flashing-cursor {
  display: none;
}
.ox-overlay .header__search-wrapper form input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  margin: 0;
  letter-spacing: -2px;
  text-align: center;
  background: none;
  min-width: 260px !important;
  max-width: 90vw !important;
  transition: width 0.15s;
  width: 260px;
}
.ox-overlay .header__search-wrapper form input::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input::-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:-moz-placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input::placeholder {
  visibility: hidden;
  color: transparent;
}
.ox-overlay .header__search-wrapper form input:hover,
.ox-overlay .header__search-wrapper form input:focus {
  border: none;
}
.ox-overlay .header__search-wrapper form .label {
  top: 0;
  left: 0;
  pointer-events: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  letter-spacing: -2px;
  font-size: 60px;
}
.ox-overlay .header__search-wrapper form .field.search {
  display: inline-block;
}
.ox-overlay .header__search-wrapper form .actions {
  display: none;
  /*    display: inline-block;
                        vertical-align: bottom;          */
}
.ox-overlay .header__search-wrapper form .actions .action.search {
  display: none;
}
.header__search-wrapper .nested {
  display: none !important;
}
.action-search-slideout {
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  position: relative;
  background: #ffe51e;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.action-search-slideout:after {
  background: #202020;
  transform: scaleY(0);
  transform-origin: bottom;
}
.action-search-slideout:hover:after {
  transform: scaleY(1);
}
.action-search-slideout svg {
  width: 15px;
  margin-bottom: 1px;
  margin-left: 1px;
}
.action-search-slideout:hover svg {
  fill: #ffffff;
}
.ox-search-opened .header__item-search.block-search--type-panel,
.ox-search-focused .header__item-search.block-search--type-panel {
  z-index: 100;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel {
  height: 38px;
  min-width: 38px;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .search_form_wrap {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper #search {
  width: 285px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.4s ease;
  transition-property: transform, border-color;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper #search.animate {
  transform: scaleX(1);
  z-index: 100;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search {
  z-index: 101;
}
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .action.search[disabled],
.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper button[disabled].action.search {
  pointer-events: none;
}
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel {
  height: 100%;
  min-width: 60px;
}
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .search_form_wrap,
.sticky-minimized.header--layout-4 .ox-sticky.sticky.resize .header__item-search.block-search--type-panel form {
  height: 100%;
}
.form-search-over.sticky-minimized .ox-sticky.sticky.resize .header__item-search.block-search--type-panel .header__search-wrapper .search_form_wrap {
  width: 285px;
}
.sticky-minimized .sticky.resize .header__item-search .header__search-wrapper > form {
  float: none;
  width: auto;
}
.header__content .header__item-search {
  width: auto !important;
}
.header__item-search .header__search-wrapper > form {
  float: left;
  position: relative;
  width: 285px;
}
.header__item-search form .control {
  padding: 0;
}
.header__item-search form input[type="text"],
.header__item-search form input {
  padding: 11px 40px 10px 14px;
  background: #ffffff;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  position: static;
  margin: 0;
}
.header__item-search-no-border form .control {
  border: none;
}
.header__item-search-no-border form input[type="text"],
.header__item-search-no-border form input {
  border: none;
}
.header__item-search-no-border form input[type="text"]:hover,
.header__item-search-no-border form input:hover,
.header__item-search-no-border form input[type="text"]:focus,
.header__item-search-no-border form input:focus {
  border: none;
}
.block-search--type-overlay .block-content,
.block-search--type-slideout .block-content {
  display: none;
}
.header__search-below.block-search {
  width: 100%;
  padding: 0 7px 7px;
  z-index: auto;
}
.header__search-below.block-search form {
  position: relative;
}
.header__search-below .header__item-search {
  margin: 0;
}
.page-header .navigation {
  text-transform: uppercase;
}
.page-header .navigation > ul {
  padding: 0 0 0 24px;
}
.page-header .navigation .level0 {
  letter-spacing: -1px;
}
.page-header .navigation .level0 > .level-top {
  transition: color 0.3s ease;
}
.page-header .navigation .level0 > .level-top:before {
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background: #ffe51e;
  display: block;
  z-index: -1;
  left: 0;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: 100% 0;
}
.page-header .navigation .level0 > .level-top span {
  display: inline-table;
}
.page-header .navigation .level0:hover > .level-top {
  color: #000000;
  transition: color 0.1s ease;
}
.page-header .navigation .level0:hover > .level-top:before {
  transform: scaleY(1);
  transition: transform 0.1s ease;
}
.page-header .navigation .level0 .submenu {
  padding: 20px;
}
.page-header .navigation .level0 .submenu .submenu {
  top: -20px !important;
  left: 80% !important;
}
.page-header .navigation .level0 .submenu li {
  margin-bottom: 2px;
}
.page-header .navigation .level0 .submenu a {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.page-header .navigation .level0.has-active > .level-top:before,
.page-header .navigation .level0.active > .level-top:before {
  transform: scaleY(1);
}
.menu-style-2 .page-header .ox-megamenu > ul,
.menu-style-2 .page-header .navigation > ul {
  padding: 0;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0,
.menu-style-2 .page-header .navigation > ul > .level0 {
  margin: 0;
  height: 100%;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0 > .level-top {
  padding: 6px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0 > .level-top:before {
  height: 4px;
  transition: transform 0.6s ease-in-out;
  bottom: 0;
  transform-origin: bottom;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0.active > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0.active > .level-top,
.menu-style-2 .page-header .ox-megamenu > ul > .level0:hover > .level-top,
.menu-style-2 .page-header .navigation > ul > .level0:hover > .level-top {
  color: #ffe51e;
}
.menu-style-2 .page-header .ox-megamenu > ul > .level0.active > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0.active > .level-top:before,
.menu-style-2 .page-header .ox-megamenu > ul > .level0:hover > .level-top:before,
.menu-style-2 .page-header .navigation > ul > .level0:hover > .level-top:before {
  transition: all 100ms;
}
.menu-style-5 .page-header .header-nav-wide {
  min-height: 60px;
  align-items: stretch;
}
.menu-style-5 .page-header .header-nav-wide .ox-megamenu,
.menu-style-5 .page-header .header-nav-wide .navigation {
  height: auto;
}
.menu-style-2 .page-header .header-nav-wide,
.menu-style-4 .page-header .header-nav-wide {
  padding: 0;
  min-height: 60px;
  align-items: stretch;
}
.menu-style-2 .page-header .header-nav-wide .ox-megamenu,
.menu-style-4 .page-header .header-nav-wide .ox-megamenu,
.menu-style-2 .page-header .header-nav-wide .navigation,
.menu-style-4 .page-header .header-nav-wide .navigation {
  height: auto;
}
.menu-style-2 .page-header .header-nav-wide .ox-megamenu > ul > .level0 > .level-top:before,
.menu-style-2 .page-header .header-nav-wide .navigation > ul > .level0 > .level-top:before {
  height: calc(100% - 12px);
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 {
  height: auto;
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top {
  min-height: 16px;
}
.ox-mm-resize.menu-style-5 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-4 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-5 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top .ox-megamenu-label {
  top: -5px;
}
.ox-mm-resize.menu-style-2 .page-header .navigation > ul > .level0 > .level-top:before,
.ox-mm-resize.menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top:before {
  height: 100%;
}
.header--layout-4 .slide-out-menu--mobile {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  flex-grow: 1;
  align-self: stretch;
}
.header--layout-4 .header__content {
  min-height: unset;
}
.header--layout-4 .header__content .logo__container:before {
  content: '';
  position: absolute;
  left: -300%;
  top: 0;
  bottom: 0;
  width: 300%;
  display: block;
  background: #000000;
}
.header--layout-4 .header__content .flex-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header--layout-4 .header__content .header__item {
  margin: 0;
}
.header--layout-4 .header__content .flex-right {
  flex-wrap: nowrap;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel {
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .search_form_wrap,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .block-content,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel form,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .control,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .amsearch-wrapper-input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .header__search-wrapper,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .field.search {
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .action.search {
  width: auto;
  min-width: 60px;
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}
.header--layout-4 .header__content .flex-right .header__item .button {
  width: auto;
  min-width: 60px;
  align-self: stretch;
  height: auto;
}
.header--layout-4 .header__content .flex-right .header__item:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header--layout-4 .header__content .minicart-wrapper {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header--layout-4 .header__content .minicart-wrapper .action.showcart {
  padding: 0 24px;
  align-self: stretch;
  height: auto;
}
.header--layout-4.page-header.header--full-width .container {
  padding: 0;
}
.header--layout-4.page-header.header--full-width .top-bar {
  padding-right: 10px;
}
.header--layout-5 .header__content .header__right {
  justify-content: right;
  margin-left: auto;
  padding-right: 10px;
}
.header--layout-6 .header__center.block-search {
  display: none;
}
.header--layout-6 .header__right {
  margin-left: auto;
}
.ox-slideout .block-account > .block-content {
  height: 100%;
}
.ox-slideout .block-account .ox-overlay-close-btn {
  right: 15px;
  top: 15px;
}
.ox-slideout .block-account .block {
  padding: 55px;
  margin: 0;
}
.ox-slideout .block-account .block-new-customer {
  justify-content: center;
  flex: 1 1 auto;
}
.minicart--style-modern .block-account .ox-overlay-close-btn {
  background: transparent;
}
.minicart--style-modern .block-account .ox-overlay-close-btn:after,
.minicart--style-modern .block-account .ox-overlay-close-btn:before {
  content: none;
}
.header__item-dropdown-content .block-wishlist .no-display,
.header__item-dropdown-content .block-compare .no-display {
  display: none;
}
.athlete2-icon-heart2 {
  font-size: 18px;
  margin-bottom: -2px;
}
.header__item-account .athlete2-icon-login {
  font-size: 16px;
  margin-top: 2px;
}
.sticky .sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 879;
}
.sticky-smart .ox-sticky.sticky .sticky-wrapper {
  transform: translateY(-100%);
  will-change: transform;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-up .sticky-wrapper {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-down .sticky-wrapper {
  transition: transform 0.2s;
}
.header__item-badge {
  background: #202020;
  color: #fff;
  width: auto;
  padding: 2px;
  line-height: 10px;
  height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  right: 0;
  font-family: Arial, sans-serif;
}
.navigation {
  display: none;
}
.header__content {
  height: 100%;
  min-height: 55px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.header__content:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header__content .header__additional-content {
  padding: 20px 15px;
  width: 100%;
}
.header__content .flex-left,
.header__content .flex-right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}
.header__content .header__item .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
}
.header__content .header__item .button:after {
  content: none;
}
.header__content .header__item .button:hover {
  background: #202020;
}
.header__content .header__item .button:hover svg {
  fill: #ffffff;
}
.top-bar {
  width: 100%;
  background-color: #202020;
}
.top-bar .flex-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .flex-left .switcher-currency {
  order: 1;
}
.top-bar .flex-left .switcher-language {
  order: 0;
}
.top-bar .flex-left .topline-block {
  order: 2;
  margin-left: 10px;
}
.top-bar .topline-block {
  z-index: 1;
}
.top-bar.topline-3col {
  justify-content: space-between;
}
.top-bar.topline-3col .flex-right {
  margin-left: 0;
}
.top-bar.topline-3col .flex-center {
  text-align: center;
  padding: 0 15px;
  justify-content: center;
}
.mobile-app-footer {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 5px 6px;
  display: none;
  justify-content: space-between;
  z-index: 999;
}
.mobile-app-footer .v-col {
  width: 20%;
  text-align: center;
}
.mobile-app-footer .v-col a {
  display: block;
}
.mobile-app-footer .v-col.active .icon path {
  fill: #ce2127;
}
.mobile-app-footer .v-col.active span {
  color: #ce2127;
  font-weight: 600;
}
.mobile-app-footer span {
  display: block;
  margin-top: -3px;
  font-size: 1.2rem;
}
.not-mobile-app .mobile-app-footer {
  display: none;
}
.is-android-ios-app #toTop {
  right: 15px;
  bottom: 65px;
}
.is-android-ios-app .page-wrapper {
  padding-top: 20px;
}
.is-android-ios-app .mobile-app-footer {
  display: flex;
}
.cms-index-index .mobile-app-footer .v-col-home .icon path {
  fill: #ce2127;
}
.cms-index-index .mobile-app-footer .v-col-home span {
  color: #ce2127;
  font-weight: 600;
}
.cms-product-category .mobile-app-footer .v-col-product-category .icon path {
  fill: #ce2127;
}
.cms-product-category .mobile-app-footer .v-col-product-category span {
  color: #ce2127;
  font-weight: 600;
}
.checkout-cart-index .mobile-app-footer .v-col-cart .icon path {
  fill: #ce2127;
}
.checkout-cart-index .mobile-app-footer .v-col-cart span {
  color: #ce2127;
  font-weight: 600;
}
body.account.wishlist-index-index .mobile-app-footer .v-col-wishlist .icon path {
  fill: #ce2127;
}
body.account.wishlist-index-index .mobile-app-footer .v-col-wishlist span {
  color: #ce2127;
  font-weight: 600;
}
body.account.wishlist-index-index .mobile-app-footer .v-col-account .icon path {
  fill: #ce2127;
}
body.account.wishlist-index-index .mobile-app-footer .v-col-account span {
  color: #ce2127;
  font-weight: 600;
}
body.account .mobile-app-footer .v-col-account .icon path,
.customer-account-login .mobile-app-footer .v-col-account .icon path,
.customer-account-create .mobile-app-footer .v-col-account .icon path {
  fill: #ce2127;
}
body.account .mobile-app-footer .v-col-account span,
.customer-account-login .mobile-app-footer .v-col-account span,
.customer-account-create .mobile-app-footer .v-col-account span {
  color: #ce2127;
  font-weight: 600;
}
.page-header {
  background: #000000;
  min-height: auto !important;
}
.page-header .sticky-wrapper {
  background: #000000;
}
.page-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
.page-header .container .row {
  margin-left: 0;
  margin-right: 0;
}
.page-header.header--full-width .ox-megamenu {
  max-width: 100%;
}
.page-header.header--full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-header.header--full-width .header-nav-wide .ox-megamenu,
.page-header.header--full-width .header-nav-wide .navigation {
  max-width: 100%;
}
.header__content-wrapper,
.col.header__content-wrapper {
  padding: 0;
}
.logo__container {
  min-height: 60px;
  max-width: 40%;
  background: #ffe51e;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  transition: all 0.3s ease;
}
.logo__container:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.logo__container .logo {
  max-width: 100%;
  float: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__container .logo img {
  width: 100%;
}
.logo__container .logo img.retina {
  display: none;
}
.header--layout-1 .header__content .flex-right,
.header--layout-2 .header__content .flex-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.header--layout-1.header--full-width .header__content .flex-right,
.header--layout-2.header--full-width .header__content .flex-right {
  padding-right: 10px;
}
.header--layout-1 .logo__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  z-index: 4;
  position: relative;
}
.header-nav-wide {
  background-color: #444444;
  padding: 14px 0;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav-wide .ox-megamenu,
.header-nav-wide .navigation {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
}
.header-nav-wide .ox-megamenu > ul,
.header-nav-wide .navigation > ul {
  padding: 0;
}
.header--full-width .header-nav-wide .ox-megamenu,
.header--full-width .header-nav-wide .navigation {
  padding-left: 10px;
  padding-right: 10px;
}
.header-cart {
  float: right;
  margin: 0 0 0 10px;
}
.top-bar .header.links {
  float: right;
  z-index: 2;
}
#nav > li > a {
  display: block;
  position: relative;
  color: #ffffff ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 9px 1px;
  letter-spacing: -1px;
}
.header__item-account .header.links {
  display: none;
}
.header__center {
  flex: 1 1 0%;
}
.logo img.print-logo {
  display: none;
}
.page-print .logo img,
.page-print .logo .retina {
  display: none;
}
.page-print .logo img.print-logo {
  display: block;
  margin: 0 0 20px 0;
}
.fast-anim {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.fast-anim:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.simple-animation {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.animated-text--masked {
  overflow: hidden;
  color: #000;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.animated-text--masked .wrap {
  overflow: hidden;
  position: relative;
  z-index: 100;
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.animated-text--masked .inner {
  line-height: 1;
  margin: 0;
  padding: 7px 12px;
  display: block;
  color: #000000;
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.animated-text--masked:after {
  display: block;
  background-color: #000;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%) translateZ(0);
}
.ox-slideout .field.search .animated-text--masked {
  top: -7px;
}
.ox-overlay-active .animated-text--masked .wrap,
.ox-slideout-active .animated-text--masked .wrap {
  animation: animated-text-masked-wrapper 1s;
}
.ox-overlay-active .animated-text--masked .inner,
.ox-slideout-active .animated-text--masked .inner {
  animation: animated-text-masked-inner 1s;
}
.ox-overlay-active .animated-text--masked:after,
.ox-slideout-active .animated-text--masked:after {
  animation: animated-text-masked-after 1s;
}
@keyframes animated-text-masked-wrapper {
  0% {
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  10% {
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  50% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  70% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}
@keyframes animated-text-masked-inner {
  0% {
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    color: #ffffff;
  }
  10% {
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    color: #ffffff;
  }
  50% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    color: #ffffff;
  }
  70% {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    color: #ffffff;
  }
  100% {
    color: inherit;
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}
@keyframes animated-text-masked-after {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  10% {
    transform: translateX(100%) translateZ(0);
  }
  50% {
    transform: translateX(0) translateZ(0);
  }
  70% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
.flashing-cursor {
  height: 48px;
  width: 3px;
  background: #000000;
  display: block;
  position: absolute;
  animation: flashing 1s infinite;
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-vertical-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px);
  }
  50.1% {
    transform: translateY(35px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-vertical-out {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(35px);
  }
  50.1% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scalein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleout {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes move-horizontal-hover {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25px);
  }
  50.1% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-horizontal-out {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25px);
  }
  50.1% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translate-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes translate-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes messages {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  2% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
}
@keyframes ox-modal-close-slideout-left {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(-570px);
    transform: translateX(-570px);
  }
}
@keyframes ox-modal-close-slideout-right {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(570px);
    transform: translateX(570px);
  }
}
@keyframes ox-modal-close-slideout-top {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}
@keyframes ox-modal-active-slideout {
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ox-modal-close-dd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ox-modal-active-dd {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-active-overlay {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ox-modal-close-overlay {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes ox-modal-active-modal {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-close-modal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* My Account */
.ox-dropdown .block-account .button {
  margin: 7px 0 0;
  width: 100%;
}
.ox-dropdown .block-account .block-customer-login .field.note {
  display: none;
}
.ox-dropdown .block-account .block-title {
  margin-bottom: 2rem;
}
.ox-slideout .header.links .delimiter,
.ox-links-drop .block-account .header.links .delimiter,
.ox-slideout .delimiter,
.ox-links-drop .block-account .delimiter {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
  display: block;
  margin: 20px 7px;
  padding: 0;
}
.ox-slideout .header.links .button,
.ox-slideout .header__toplinks .button {
  padding: 16px 26px;
  margin-top: 10px;
  margin: 10px 9px 0;
}
.header__item-dropdown-content {
  display: none;
}
.ox-dropdown-hover .ox-overlay-close-btn {
  display: none;
}
.ox-dropdown {
  display: none;
  position: fixed;
  z-index: 890;
  background: #ffffff;
  padding: 30px;
  width: 450px;
  opacity: 0;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
}
.minicart--style-classic .ox-dropdown .block-compare,
.minicart--style-classic .ox-dropdown .block-wishlist,
.minicart--style-classic .ox-dropdown .block-minicart {
  margin-top: -17px;
}
.minicart--style-classic .ox-slideout .block-compare,
.minicart--style-classic .ox-slideout .block-wishlist,
.minicart--style-classic .ox-slideout .block-minicart {
  padding: 20px 30px 0;
}
.ox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  overflow: hidden;
  opacity: 0;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
}
.ox-modal > div,
.ox-modal .ox-modal-content {
  background-color: #ffffff;
  width: 960px;
  height: 550px;
  overflow: hidden;
  max-height: 100vh;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-modal.ox-modal-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: ox-modal-active-modal 0.5s;
  animation-fill-mode: forwards;
}
.ox-modal.ox-modal-active > div,
.ox-modal.ox-modal-active .ox-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ox-modal.ox-modal-close {
  animation: ox-modal-close-modal 0.3s;
  animation-fill-mode: forwards;
}
/* fix quickview scroll focus ios */
.touch .ox-modal #ox_quickview_wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
/* Slideouts */
.ox-slideout {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 890;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
  touch-action: manipulation;
}
.ox-slideout > div,
.ox-slideout .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-slideout .minicart-items-wrapper {
  height: auto !important;
  overflow-x: unset;
}
.ox-slideout .header__item-dropdown-content .block-compare,
.ox-slideout .header__item-dropdown-content .block-wishlist,
.ox-slideout .block-quotecart #quotecart-content-wrapper,
.ox-slideout .block-minicart #minicart-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ox-slideout .block-account > .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .block-content,
.ox-slideout .block-wishlist .block-content,
.ox-slideout .block-minicart .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .dropdown-bottom-wrapper,
.ox-slideout .block-wishlist .dropdown-bottom-wrapper,
.ox-slideout .block-minicart .dropdown-bottom-wrapper {
  display: block;
  flex: 1 1 auto;
}
/*
    .ox-slideout--animation-3d{
        perspective: 1300px;
        .ox-slideout-right {
            -webkit-transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            -webkit-transform-origin: right;
            transform-origin: right;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
    }*/
.minicart--style-modern .ox-slideout-left,
.minicart--style-modern .ox-slideout-right {
  max-width: 570px;
  width: 100%;
  padding: 0;
}
.minicart--style-modern.ox-slideout-right {
  padding-right: 0;
  -webkit-transform: translateX(570px);
  transform: translateX(570px);
}
.minicart--style-modern .ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-570px);
  transform: translateX(-570px);
}
.ox-slideout-right {
  right: 0;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
}
.ox-slideout-right.ox-slideout-close {
  animation: ox-modal-close-slideout-right 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}
.ox-slideout-top {
  width: 100%;
  max-width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.ox-slideout-top.ox-slideout-close {
  animation: ox-modal-close-slideout-top 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-active {
  animation: ox-modal-active-slideout 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-close {
  animation: ox-modal-close-slideout-left 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-modal-overlay,
.ox-slideout-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 879;
  transition: .3s opacity,.4s visibility;
  -webkit-transition: .3s opacity,.4s visibility;
  will-change: opacity, visibility;
}
.ox-fixed-slideout .ox-modal-overlay,
.ox-fixed-modal .ox-modal-overlay,
.ox-fixed-slideout .ox-slideout-shadow,
.ox-fixed-modal .ox-slideout-shadow {
  opacity: .8;
  visibility: visible;
}
.ox-fixed-overlay .ox-modal-overlay,
.ox-fixed-overlay .ox-slideout-shadow {
  display: none !important;
}
.ox-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ox-fixed-slideout-right {
  overflow-y: hidden;
}
.ox-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  overflow-y: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-overlay > div,
.ox-overlay .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-overlay.ox-overlay-active {
  visibility: visible;
  animation: ox-modal-active-overlay 0.5s;
  animation-fill-mode: forwards;
}
.ox-overlay.ox-overlay-close {
  animation: ox-modal-close-overlay 0.5s;
  animation-fill-mode: forwards;
}
/* close button */
.ox-overlay-close-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 90;
  transition: transform .3s ease .3s;
  transition-property: transform, -webkit-transform, opacity;
}
.ox-overlay-close-btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.ox-overlay-close-btn span:before,
.ox-overlay-close-btn span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000000;
  transform-origin: 50% 50%;
  opacity: 1;
  -moz-transition: -moz-transform ease 0.3s;
  -webkit-transition: -webkit-transform ease 0.3s;
  -o-transition: -o-transform ease 0.3s;
  -ms-transition: -ms-transform ease 0.3s;
  transition: transform ease 0.3s;
}
.ox-overlay-close-btn span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ox-overlay-close-btn span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ox_quickview_wrapper .ox-overlay-close-btn {
  width: 40px;
  height: 40px;
  background: #000000;
  transition: background .3s ease;
}
#ox_quickview_wrapper .ox-overlay-close-btn span {
  vertical-align: unset;
}
#ox_quickview_wrapper .ox-overlay-close-btn span:before,
#ox_quickview_wrapper .ox-overlay-close-btn span:after {
  background: #ffffff;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover {
  background: #ffe51e;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:before,
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:after {
  background: #000000;
}
.no-touch .ox-overlay-close-btn:hover span:before,
.no-touch .ox-overlay-close-btn:hover span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 959px) {
  .quickview-mobile--hide .product-item .ox-quickview-button,
  .quickview-mobile--hide .product-item .button.ox-quickview-button,
  .quickview-mobile--hide .product-item .button.quick-view {
    display: none !important;
  }
  .ox-modal > div,
  .ox-modal .ox-modal-content {
    width: 90%;
    height: 90%;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view,
  body.ox_quickview-catalog_product-view.catalog-product-view {
    overflow: auto !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox_quickview-catalog_product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox-quickview-catalog-product-view.catalog-product-view .column.main,
  body.ox_quickview-catalog_product-view.catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media #ox-zoom-cursor {
    display: none !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    padding: 30px 30px 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main {
    padding: 50px 40px 0;
  }
}
.ox-prev-next__link {
  display: none;
  height: 145px;
  position: fixed;
  top: calc(50% - 70px);
  z-index: 30;
}
.ox-prev-next__link.ox-product-link-previous {
  left: 0;
}
.ox-prev-next__link.ox-product-link-previous .ox-prev-next__arrow svg {
  transform: rotate(180deg);
  margin-right: 1px;
}
.ox-prev-next__link.ox-product-link-next {
  right: 0;
}
.ox-prev-next__link.ox-product-link-next .content-wrapper {
  right: 0;
}
.ox-prev-next__link.ox-product-link-next .content {
  order: 1;
}
.ox-prev-next__link.ox-product-link-next .inner {
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .content-wrapper {
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .image-wrapper {
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
}
.ox-prev-next__link.ox-product-link-next .product-image-container {
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.ox-prev-next__link .ox-prev-next__arrow {
  width: 30px;
  height: 100px;
  background: #000000;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.ox-prev-next__link .ox-prev-next__arrow svg {
  fill: #ffffff;
  width: 23px;
}
.ox-prev-next__link .label {
  color: #ffe51e;
}
.ox-prev-next__link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.04);
}
.ox-prev-next__link .image-wrapper {
  overflow: hidden;
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -ms-transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
}
.ox-prev-next__link .product-image-container {
  max-width: 125px;
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -ms-transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
  transition: transform 0.35s cubic-bezier(0.85, 0, 0.12, 1) 0.2s;
}
.ox-prev-next__link .content-wrapper {
  z-index: 1;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -ms-transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
}
.ox-prev-next__link .inner {
  background: #000000;
  color: #ffffff;
  display: flex;
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -ms-transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
}
.ox-prev-next__link .content {
  flex-flow: column;
  display: flex;
  height: 100%;
  font-weight: 700;
  width: 155px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px;
  justify-content: space-between;
}
.ox-prev-next__link .content .name {
  max-height: 70px;
  overflow: hidden;
}
.ox-prev-next__link:hover .content-wrapper,
.ox-prev-next__link:hover .inner {
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -ms-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.ox-prev-next__link:hover .image-wrapper,
.ox-prev-next__link:hover .product-image-container {
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.products-grid .owl-carousel .product-item {
  margin-bottom: 0;
}
.owl-dots--align-center .owl-carousel .owl-dots {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.crosssell.additional-products,
.related.additional-products,
.upsell.additional-products {
  margin-bottom: 50px;
}
.crosssell.additional-products .block-title,
.related.additional-products .block-title,
.upsell.additional-products .block-title {
  margin-bottom: 30px;
}
.crosssell.additional-products .block-title strong,
.related.additional-products .block-title strong,
.upsell.additional-products .block-title strong {
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
}
.crosssell.additional-products .block-title .owl-nav,
.related.additional-products .block-title .owl-nav,
.upsell.additional-products .block-title .owl-nav {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.crosssell.additional-products.title--align-left .block-title,
.related.additional-products.title--align-left .block-title,
.upsell.additional-products.title--align-left .block-title {
  display: flex;
  align-items: center;
}
.crosssell.additional-products.title--align-center .block-title,
.related.additional-products.title--align-center .block-title,
.upsell.additional-products.title--align-center .block-title {
  text-align: center;
}
.crosssell.additional-products.owl-nav--position-title .owl-carousel .owl-nav,
.related.additional-products.owl-nav--position-title .owl-carousel .owl-nav,
.upsell.additional-products.owl-nav--position-title .owl-carousel .owl-nav {
  display: none;
}
.crosssell.additional-products.title--sideline.title--align-left .block-title,
.related.additional-products.title--sideline.title--align-left .block-title,
.upsell.additional-products.title--sideline.title--align-left .block-title {
  overflow: hidden;
  text-align: left;
}
.crosssell.additional-products.title--sideline.title--align-left .block-title:after,
.related.additional-products.title--sideline.title--align-left .block-title:after,
.upsell.additional-products.title--sideline.title--align-left .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 30px;
  margin-right: -100%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title,
.related.additional-products.title--sideline.title--align-center .block-title,
.upsell.additional-products.title--sideline.title--align-center .block-title {
  overflow: hidden;
  text-align: center;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:before,
.related.additional-products.title--sideline.title--align-center .block-title:before,
.upsell.additional-products.title--sideline.title--align-center .block-title:before,
.crosssell.additional-products.title--sideline.title--align-center .block-title:after,
.related.additional-products.title--sideline.title--align-center .block-title:after,
.upsell.additional-products.title--sideline.title--align-center .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:before,
.related.additional-products.title--sideline.title--align-center .block-title:before,
.upsell.additional-products.title--sideline.title--align-center .block-title:before {
  right: 30px;
  margin-left: -100%;
}
.crosssell.additional-products.title--sideline.title--align-center .block-title:after,
.related.additional-products.title--sideline.title--align-center .block-title:after,
.upsell.additional-products.title--sideline.title--align-center .block-title:after {
  left: 30px;
  margin-right: -100%;
}
.owl-carousel .owl-dots {
  padding-top: 25px;
}
.owl-carousel .owl-dots button.owl-dot {
  line-height: 0;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 27px;
  height: 2px;
  display: inline-block;
  background: #000;
  margin: 10px 5px;
  transition: all 0.2s;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  width: 60px;
  background: #ffe51e;
}
.owl-carousel .owl-dots button.owl-dot:hover span {
  background: #ffe51e;
}
.owl-carousel .owl-dots button.owl-dot:after {
  content: none !important;
}
.crosssell .owl-carousel .owl-nav,
.related .owl-carousel .owl-nav,
.upsell .owl-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.crosssell .owl-carousel .owl-nav button,
.related .owl-carousel .owl-nav button,
.upsell .owl-carousel .owl-nav button {
  transition: transform 0.2s ease;
}
.crosssell .owl-carousel .owl-nav button.owl-next,
.related .owl-carousel .owl-nav button.owl-next,
.upsell .owl-carousel .owl-nav button.owl-next,
.crosssell .owl-carousel .owl-nav button.owl-prev,
.related .owl-carousel .owl-nav button.owl-prev,
.upsell .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 56px;
  background: #000000;
}
.crosssell .owl-carousel .owl-nav button.owl-next span:before,
.related .owl-carousel .owl-nav button.owl-next span:before,
.upsell .owl-carousel .owl-nav button.owl-next span:before,
.crosssell .owl-carousel .owl-nav button.owl-prev span:before,
.related .owl-carousel .owl-nav button.owl-prev span:before,
.upsell .owl-carousel .owl-nav button.owl-prev span:before,
.crosssell .owl-carousel .owl-nav button.owl-next span:after,
.related .owl-carousel .owl-nav button.owl-next span:after,
.upsell .owl-carousel .owl-nav button.owl-next span:after,
.crosssell .owl-carousel .owl-nav button.owl-prev span:after,
.related .owl-carousel .owl-nav button.owl-prev span:after,
.upsell .owl-carousel .owl-nav button.owl-prev span:after {
  height: 10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next:after,
.related .owl-carousel .owl-nav button.owl-next:after,
.upsell .owl-carousel .owl-nav button.owl-next:after,
.crosssell .owl-carousel .owl-nav button.owl-prev:after,
.related .owl-carousel .owl-nav button.owl-prev:after,
.upsell .owl-carousel .owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.crosssell .owl-carousel .owl-nav button.owl-prev,
.related .owl-carousel .owl-nav button.owl-prev,
.upsell .owl-carousel .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next,
.related .owl-carousel .owl-nav button.owl-next,
.upsell .owl-carousel .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.crosssell .owl-carousel .owl-nav button.owl-next span,
.related .owl-carousel .owl-nav button.owl-next span,
.upsell .owl-carousel .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-carousel.widget-product-grid .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.owl-carousel.widget-product-grid .owl-nav button {
  transition: transform 0.2s ease;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 56px;
  background: #000000;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span:before,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev span:before,
.owl-carousel.widget-product-grid .owl-nav button.owl-next span:after,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev span:after {
  height: 10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next:after,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  width: 22px;
  height: 29px;
  padding: 0;
  background: #000000;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
  line-height: 15px;
  height: 15px;
  width: 8px;
  color: transparent;
  display: inline-block;
  position: relative;
}
.owl-nav button.owl-next span:before,
.owl-nav button.owl-prev span:before,
.owl-nav button.owl-next span:after,
.owl-nav button.owl-prev span:after {
  content: ' ';
  width: 2px;
  height: 9px;
  display: block;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 0px;
}
.owl-nav button.owl-next span:after,
.owl-nav button.owl-prev span:after {
  transform: rotate(-45deg);
  top: 6px;
}
.owl-nav button.owl-next:hover span:before,
.owl-nav button.owl-prev:hover span:before,
.owl-nav button.owl-next:hover span:after,
.owl-nav button.owl-prev:hover span:after {
  background: #000000;
}
.owl-nav button.owl-next:after,
.owl-nav button.owl-prev:after {
  background: #ffe51e;
}
.owl-nav button.owl-next.disabled,
.owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.owl-nav button.owl-prev:after {
  transform-origin: right;
}
.owl-dots--show .owl-carousel .owl-nav button.owl-next,
.owl-dots--show .owl-carousel .owl-nav button.owl-prev {
  margin-top: -25px;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev {
  background: transparent;
  width: 22px;
  height: 25px;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-next span:before,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev span:before {
  background: #b9b9b9;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:after {
  background: none;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover {
  background: #000;
}
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover span:after,
.ox-megamenu__dropdown .ox-owl-nav button.owl-next:hover span:before,
.ox-megamenu__dropdown .ox-owl-nav button.owl-prev:hover span:before {
  background: #fff;
}
/*-------------------------------------------------------------------------------*/
.ox-toggle + .ox-toggle {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ox-toggle.open .toggle-minus span:after {
  display: none;
}
.ox-toggle.open .ox-toggle-content {
  display: block !important;
}
.ox-toggle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.ox-toggle-title strong {
  font-weight: 800;
  word-break: break-word;
}
.ox-toggle-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ox-toggle-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.ox-toggle-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.ox-toggle-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.ox-toggle-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ox-toggle-content p:last-of-type,
.ox-toggle-content p:last-child {
  margin-bottom: 0;
}
.ox-toggle.medium-left {
  padding: 20px 0;
}
.ox-toggle.medium-left .ox-toggle-title {
  justify-content: flex-start;
}
.ox-toggle.medium-left .ox-toggle-title strong {
  font-size: 18px;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus {
  margin-right: 22px;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:before {
  right: 9px;
  top: 14px;
  background: #fff;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:after {
  background: #fff;
  right: 14px;
  top: 9px;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus {
  background: #ffe51e;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:before {
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-content {
  padding-left: 52px;
  margin-top: 40px;
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span {
  transform: rotate(180deg);
  animation: none;
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span:before {
  right: 10px;
  top: 11px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
.ox-toggle.arrows .ox-toggle-title .toggle-minus span:after {
  right: 4px;
  top: 11px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
}
.ox-toggle.arrows.open .ox-toggle-title .toggle-minus span {
  transform: rotate(180deg);
}
.ox-toggle.arrows.open .ox-toggle-title .toggle-minus span:after {
  display: block;
}
.ox-toggle.arrows.medium-left .ox-toggle-title .toggle-minus span:before {
  right: 13px;
  top: 14px;
}
.ox-toggle.arrows.medium-left .ox-toggle-title .toggle-minus span:after {
  right: 7px;
  top: 14px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: #ffe51e;
  text-align: center;
  border: none;
  border-radius: 0;
  transition: all 200ms ease;
}
#toTop small {
  display: none;
}
#toTop > span {
  display: block;
  width: 100%;
  height: 100%;
  animation: move-vertical-out 0.25s;
}
#toTop svg {
  width: 23px;
  height: 23px;
  transform: rotate(-90deg);
  position: relative;
  top: 10px;
  transition: all 200ms ease;
}
#toTop:hover {
  background: #000000;
}
#toTop:hover svg {
  fill: #ffffff;
}
#toTop:hover > span {
  animation: move-vertical-hover 0.25s;
}
.slider-progress {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slider-progress span {
  width: 100%;
  height: 3px;
  display: block;
  background: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease!important;
  position: relative;
  top: 37px;
}
.slider-progress:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffe51e;
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: left;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.slider-progress.play:after {
  animation: progress 9s forwards;
}
.slider-progress.active:after {
  animation: none;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.slider-progress:hover span {
  transition: all 0.3s ease;
  opacity: 1;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: calc(var(--ox-iv-aspect-ratio, .5625) * 100%);
  /* style="--ox-iv-aspect-ratio: 3 / 4;" */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes progress {
  0% {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* ABOVE FOOTER BANNER */
:is(.header-banner-below,.above-footer-banner) .banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  text-align: center;
  justify-content: center;
  color: #000000;
}
:is(.header-banner-below,.above-footer-banner) .banner-wrap :where(p, h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6) {
  margin: 4px;
}
.header-banner-below.banner-columns-1,
.above-footer-banner.banner-columns-1 {
  background: #f8f8f8;
}
.header-banner-below.banner-columns-2 .banner-wrap,
.above-footer-banner.banner-columns-2 .banner-wrap {
  position: relative;
  z-index: 2;
}
.header-banner-below.banner-columns-2 .banner-wrap:before,
.above-footer-banner.banner-columns-2 .banner-wrap:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.header-banner-below {
  min-height: 45px;
}
/* HEADER BANNER */
.header-top-banner {
  display: none;
  background-color: #ffe51e;
  color: #000000;
  padding: 12px 0;
  /*&[data-mode='always']{
            display: block;
        }*/
}
.header-top-banner.show-top-banner {
  display: block;
}
.header-bottom-banner {
  display: none;
  background-color: #fff;
  color: #2c54fd;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.4px;
  padding: 17px 0;
}
.header-top-banner-wrapper,
.header-bottom-banner-wrapper {
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.at-close-cross {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #000;
  cursor: pointer;
}
.at-close-cross:hover {
  background: #ffe51e;
}
.at-close-cross:hover span:before,
.at-close-cross:hover span:after {
  background-color: #000;
}
.at-close-cross span {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-top: 9px;
}
.at-close-cross span:before,
.at-close-cross span:after {
  position: absolute;
  left: 5px;
  content: '';
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.at-close-cross span:before {
  transform: rotate(45deg);
}
.at-close-cross span:after {
  transform: rotate(-45deg);
}
:where(.header-top-banner, .header-banner-below, .above-footer-banner) :is(.at-highlight,.highlight) {
  padding: 4px 6px;
  display: inline-block;
  letter-spacing: -1px;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0 4px;
}
.std .ox-banner,
.ox-banner {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateZ(0);
  line-height: 0;
}
.std .ox-banner.big-border,
.ox-banner.big-border {
  border: 15px solid;
}
.std .ox-banner img,
.ox-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.std .ox-banner img.hover-image,
.ox-banner img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.std .ox-banner:hover img.hover-image,
.ox-banner:hover img.hover-image {
  display: block;
}
.std .ox-banner a.ox-banner-link,
.ox-banner a.ox-banner-link {
  padding: 0;
  background: none;
  display: block;
}
.std .ox-banner.ox-img-zoom-hover,
.ox-banner.ox-img-zoom-hover {
  overflow: visible;
}
.std .ox-banner.ox-img-zoom-hover-masked,
.ox-banner.ox-img-zoom-hover-masked {
  overflow: hidden;
}
.std .ox-banner:hover .link,
.ox-banner:hover .link {
  transform: translateX(10px);
}
.std .ox-banner .link,
.ox-banner .link {
  margin-top: 8px;
  line-height: 1;
  display: inline-block;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 14px;
  font-style: normal;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  will-change: transform;
}
.ox-categories-grid-with-banner .ox-banner.bg-image {
  position: absolute;
}
.ox-categories-grid-with-banner .col.right {
  padding: 30px 3%;
}
.ox-categories-grid-with-banner .col.left,
.ox-categories-grid-with-banner .col.right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-zoom-hover,
.ox-zoom-out-hover {
  transition: all 0.6s ease-in-out;
}
.ox-img-zoom-out-hover img,
.ox-img-zoom-hover-masked img,
.ox-img-zoom-hover img {
  transition: 0.4s ease-in-out;
  transition-property: transform, opacity;
  will-change: transform;
}
.ox-img-zoom-hover-masked:hover img,
.ox-img-zoom-hover:hover img {
  transition: all 0.4s ease;
  transform: scale3d(1.04, 1.04, 1.04);
}
.ox-zoom-hover:hover {
  transition: all 0.4s ease;
  transform: scale3d(1.04, 1.04, 1.04);
}
.ox-zoom-out-hover:hover {
  transform: scale3d(0.96, 0.96, 0.96);
}
.ox-img-zoom-out-hover:hover img {
  transform: scale3d(0.96, 0.96, 0.96);
}
.ox-banner-text-below .ox-banner-content {
  margin: 40px 0;
  line-height: 1.43;
}
.ox-banner-text-below .ox-banner-content span {
  text-transform: uppercase;
  font-weight: 600;
}
.row.ox-links-block,
.ox-links-block {
  font-size: 13px;
  padding: 100px 30px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.row.ox-links-block ul,
.ox-links-block ul {
  list-style: none;
}
.row.ox-links-block a,
.ox-links-block a {
  padding: 2px 6px 3px;
  margin-left: -3px;
}
.fullwidth-background-block {
  background-color: #f6f6f6;
  position: relative;
}
.fullwidth-background-block:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0px;
  bottom: 0px;
  display: block;
  background-color: inherit;
}
.fullwidth-background-block > * {
  position: relative;
  z-index: 1;
}
.ox-banner-animated-text {
  line-height: 0;
}
.ox-banner-animated-text .link {
  margin: 0;
  font-size: 12px;
}
.ox-banner-animated-text .ox-banner-animated-container {
  z-index: 2;
  margin: 0;
  padding: 40px;
  display: block;
  visibility: hidden;
  position: absolute;
}
.ox-banner-animated-text .ox-banner-animated-container br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.ox-banner-animated-text .ox-banner-animated-container span.text {
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
}
.ox-banner-animated-text .ox-banner-animated-container .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 4px 8px 6px;
  margin: -8px 0 0;
  color: #fff;
  background-color: #000000;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
}
.ox-banner-animated-text .ox-banner-animated-container .text:first-child {
  margin-top: 0;
}
.ox-banner-animated-text .ox-banner-animated-container .text:before,
.ox-banner-animated-text .ox-banner-animated-container .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner-animated-text .ox-banner-animated-container .text:after {
  background-color: #ffe51e;
}
.ox-banner-animated-text .ox-banner-animated-container .text:before {
  width: 100%;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me .text {
  color: #000000;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me .text:after {
  width: 100%;
}
.ox-banner-animated-text .ox-banner-animated-container .animate-me.animation-link {
  transform: translateX(10px);
}
.ox-banner-animated-text .ox-banner-animated-container .link {
  display: inline-block;
  overflow: hidden;
  padding: 6px 8px;
  margin: 0;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  background-color: #ffe51e;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: -8px 0 0;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner-animated-text .ox-banner-animated-container .animation-link {
  margin-top: 0;
}
.ox-banner-animated-text.h-center .ox-banner-animated-container {
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ox-banner-animated-text.h-center .ox-banner-animated-container .animation-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container {
  left: 0;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container .animation-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.ox-banner-animated-text.h-left .ox-banner-animated-container .animation-wrapper.animation-link {
  margin-left: 9px;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container {
  right: 0;
  text-align: right;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .animation-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .animation-wrapper.animation-link {
  margin-right: 9px;
}
.ox-banner-animated-text.h-right .ox-banner-animated-container .link {
  margin-right: 0;
}
.ox-banner-animated-text.v-top .ox-banner-animated-container {
  top: 0;
}
.ox-banner-animated-text.v-center .ox-banner-link {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ox-banner-animated-text.v-center .ox-banner-animated-container {
  top: 50%;
  transform: translateY(-50%);
}
.ox-banner-animated-text.v-bottom .ox-banner-animated-container {
  bottom: 0;
}
.ox-banner-animated-text a:hover {
  background: transparent;
}
.owl-carousel .ox-banner.image-auto {
  width: 100%;
}
.owl-carousel .ox-banner.image-auto img {
  width: auto;
  margin: 0 auto;
}
.ox-banner.image-auto {
  width: 100%;
}
.ox-banner.image-auto img {
  width: auto;
  margin: 0 auto;
}
.ox-banner.image-cover {
  display: block;
  width: 100%;
}
.ox-banner.image-cover img {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.ox-banner.banner-stretch {
  display: block;
  width: 100%;
}
.ox-banner.banner-stretch .ox-banner-link {
  width: 100%;
}
.ox-banner.banner-stretch img {
  width: 100%;
}
.ox-banner.banner-stretch-v,
.ox-banner.banner-stretch-vertical {
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.ox-banner.banner-stretch-v .ox-banner-link,
.ox-banner.banner-stretch-vertical .ox-banner-link {
  height: 100%;
}
.ox-banner .ox-banner-link {
  position: relative;
}
.ox-banner .ox-banner-link .overlay-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.ox-banner:focus .ox-banner-link .overlay-layer,
.ox-banner:hover .ox-banner-link .overlay-layer {
  opacity: 1;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container {
  z-index: 2;
  margin: 0;
  padding: 40px;
  display: block;
  position: absolute;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container .button + .button {
  margin-left: 3px;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container.bottom {
  bottom: 0 !important;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container.top {
  top: 0 !important;
}
.ox-banner.ox-banner-content-overlay.h-center .ox-banner-container {
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ox-banner.ox-banner-content-overlay.h-left .ox-banner-container {
  left: 0;
}
.ox-banner.ox-banner-content-overlay.h-right .ox-banner-container {
  right: 0;
  text-align: right;
}
.ox-banner.ox-banner-content-overlay.v-top .ox-banner-container {
  top: 0;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-link {
  display: flex !important;
  display: -ms-flexbox !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-container {
  top: 50%;
  transform: translateY(-50%);
}
.ox-banner.ox-banner-content-overlay.v-bottom .ox-banner-container {
  bottom: 0;
}
.ox-banner.ox-banner-stores {
  overflow: visible;
  margin-top: 15px;
}
.ox-banner.ox-banner-stores .ox-banner-link {
  display: block;
  line-height: 0;
}
.ox-banner.ox-banner-stores .ox-banner-container {
  padding: 40px;
}
.ox-banner.ox-banner-stores .ox-banner-container .title {
  line-height: 0.9;
  display: block;
}
.ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
  font-size: 48px;
}
.ox-banner.ox-banner-stores .ox-banner-container .text {
  line-height: 1.4;
  display: block;
  font-size: 16px;
  font-weight: 800;
  padding: 10px;
  margin-top: 40px;
}
.ox-banner.ox-banner-stores .ox-banner-container.bottom {
  bottom: 0;
  padding: 35px;
}
.ox-banner .ox-show-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ox-banner .ox-moveup-hover {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) translateZ(0) !important;
}
.ox-banner:hover .ox-show-hover {
  visibility: visible;
  opacity: 1;
}
.ox-banner:hover .ox-moveup-hover {
  transform: translateY(0) translateZ(0) !important;
}
.animated-text--bg {
  padding: 10px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.animated-text--bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  -webkit-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -ms-transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 256ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  background: #ffffff;
}
.animated-text--bg.accent:after {
  background: #ffe51e;
}
.animated-text--bg.animated:after {
  transform: scaleX(1);
}
.animated-text--bg.animate-me:after {
  animation: scalein 0.75s forwards cubic-bezier(0.85, 0, 0.12, 1);
}
.animated-text--bg > * {
  display: inline-block;
  line-height: 0.9;
  margin: 0;
}
rs-slide a.button {
  line-height: 16px !important;
}
rs-slide[data-isactiveslide="true"] .animated-text--bg:after,
.active-rs-slide .animated-text--bg:after,
.active-revslide .animated-text--bg:after {
  transition-delay: 300ms;
  transform: scaleX(1);
}
.owl-carousel .product-item .ox-banner {
  width: 100%;
}
.owl-carousel .product-item .ox-banner img {
  width: auto;
  margin: 0 auto;
}
.owl-carousel .product-item .ox-banner.banner-stretch img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    margin-top: -62px;
    font-size: 50px;
  }
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .text {
    margin-top: 20px;
  }
}
.ox-instagram-feed {
  width: 100%;
}
.ox-instagram-feed .ox-instagram-item {
  padding: 4px;
  width: 100%;
  position: relative;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-instagram-feed.columns-m-1 .ox-instagram-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-instagram-feed.columns-m-2 .ox-instagram-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ox-instagram-feed.columns-m-3 .ox-instagram-item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ox-instagram-feed.columns-m-4 .ox-instagram-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-instagram-feed.columns-m-5 .ox-instagram-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.ox-instagram-feed.columns-m-6 .ox-instagram-item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ox-instagram-feed.columns-m-7 .ox-instagram-item {
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}
.ox-instagram-feed.columns-m-8 .ox-instagram-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ox-instagram-feed.columns-m-9 .ox-instagram-item {
  -ms-flex: 0 0 11.11111111%;
  flex: 0 0 11.11111111%;
  max-width: 11.11111111%;
}
.ox-instagram-feed.columns-m-10 .ox-instagram-item {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.ox-instagram-feed.columns-m-11 .ox-instagram-item {
  -ms-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
  max-width: 9.09090909%;
}
.ox-instagram-feed.columns-m-12 .ox-instagram-item {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ox-instagram-feed .ox-instagram-image {
  width: 100%;
  transition: all 0.3s;
}
.ox-instagram-feed .ox-instagram-image.lazy:not(.lazy-loaded) {
  opacity: 0 !important;
  visibility: hidden;
}
.ox-instagram-feed .ox-instagram-item-link {
  transition: all 0.3s;
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
.ox-instagram-feed .ox-instagram-item-link:hover .action {
  visibility: visible;
  animation: move-action-top 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
}
.ox-instagram-feed .ox-instagram-item-link:hover .action.view {
  animation-delay: 100ms;
}
.ox-instagram-feed .ox-instagram-item-link:hover .ox-instagram-image {
  transform: scale(0.96);
}
.ox-instagram-feed .ox-instagram-item-link .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ox-instagram-feed .ox-instagram-item-link .action {
  min-width: 43px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transition: all 600ms ease-in-out;
  transform: translateY(10px) perspective(1px);
  position: relative;
  opacity: 0;
  visibility: hidden;
  animation: move-action-bottom 0.15s cubic-bezier(0.33, 0.975, 0.245, 0.91) forwards;
  will-change: transform;
}
.ox-instagram-feed .ox-instagram-item-link .action:before {
  font-family: "athlete2";
  font-size: 16px;
  line-height: 43px;
  color: #ffffff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
}
.ox-instagram-feed .ox-instagram-item-link .action.likes span {
  display: none;
}
.ox-instagram-feed .ox-instagram-item-link .action.likes:before {
  content: '\6b';
  margin-bottom: -2px;
}
.ox-instagram-feed .ox-instagram-item-link .action.view:before {
  content: '\44';
}
.ox-instagram-feed .ox-instagram-items {
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ox-instagram-feed .ox-instagram-items .first-image {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.ox-instagram-feed .ox-instagram-items .first-image .ox-instagram-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-instagram-feed .ox-instagram-items .first-image .ox-instagram-item img {
  width: 100%;
}
.ox-instagram-feed .ox-instagram-items .other-images {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link,
.ox-instagram-feed.resize-square .ox-instagram-item-link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link:after,
.ox-instagram-feed.resize-square .ox-instagram-item-link:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ox-instagram-feed.resize-maxheight .ox-instagram-item-link img,
.ox-instagram-feed.resize-square .ox-instagram-item-link img {
  position: absolute;
}
.ox-instagram-feed.resize-square .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  will-change: transform;
}
.ox-instagram-feed.resize-square .image-wrapper img.horizontal {
  width: auto;
  max-width: unset;
  height: 100%;
}
.ox-instagram-feed.resize-square .ox-instagram-item:hover .ox-instagram-item-link .image-wrapper {
  transition: all 0.3s;
  transform: scale(0.96);
}
.ox-instagram-feed.resize-square .ox-instagram-item:hover .ox-instagram-item-link .ox-instagram-image {
  transform: none;
}
.page-layout-1column.blog-page .sidebar-additional,
.page-layout-1column-fullwidth.blog-page .sidebar-additional {
  display: none;
}
.blog-page .breadcrumbs,
.blog-page .page-title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-layout-1column-fullwidth.blog-page .page-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.page-layout-1column-fullwidth.blog-post-view .page-main {
  padding: 40px 0 80px 0;
}
.page-layout-1column-fullwidth.blog-post-view .post-header,
.page-layout-1column-fullwidth.blog-post-view .post-bottom,
.page-layout-1column-fullwidth.blog-post-view .post-description .post-tags,
.page-layout-1column-fullwidth.blog-post-view .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-page .column.main .post-view.narrow-post .breadcrumbs {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.mfblog-autoloader {
  text-align: center;
}
.mfblog-autoloader .action.primary {
  padding: 16px 30px;
  min-width: 200px;
  z-index: 1;
}
.mfblog-autoloader .posts-loader {
  display: none;
}
.post-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.post-views svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.post-views .a2-tooltip {
  left: 50%;
  font-weight: normal;
  text-transform: inherit;
  width: auto;
  white-space: nowrap;
}
.post-views .a2-tooltip:before {
  bottom: -3px;
}
.post-view .post-gallery {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-view .post-gallery .gallery-image-hld {
  margin: 0 14px 14px 0;
}
.post-view .related .post-list {
  justify-content: center;
}
.post-view .related .post-list article {
  margin-bottom: 40px;
}
.post-view .related .post-list article .post-image-wrapper {
  margin-bottom: 22px;
}
.post-view .related .post-list article .post-title {
  font-size: 24px;
}
.post-view .post-bottom {
  padding: 0;
}
.post-view .post-bottom .related .products {
  margin-bottom: 60px;
}
.post-view .blog-post-sticky-info {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 5;
  width: 50px;
  top: 0;
}
.post-view .blog-post-sticky-info._static {
  position: absolute;
  bottom: 0px;
  top: auto;
}
.post-view .blog-post-sticky-info._fixed {
  position: fixed;
}
.post-view .blog-post-sticky-info .social-share__content {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-view .blog-post-sticky-info .social-share__content a {
  margin: 0 auto;
}
.post-view .blog-post-sticky-info .progress-container {
  width: 3px;
  height: 70px;
  display: block;
  background: #edebeb;
  margin: 20px auto;
}
.post-view .blog-post-sticky-info .progress-counter {
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-bottom: 14px;
}
.post-view .blog-post-sticky-info .progress-bar {
  font-size: 14px;
  background-color: #000;
  width: 100%;
  display: block;
  height: 0;
}
.post-view .post-meta .social-share__content {
  display: flex;
  margin-top: 10px;
  margin-left: -7px;
}
.post-view .social-share__content a {
  margin: 0;
  display: flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-size: 16px;
  background: transparent;
  color: #000;
  overflow: hidden;
}
.post-view .social-share__content a i {
  animation: move-vertical-out 0.25s;
  transition: color 0.3s;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.post-view .social-share__content a:hover i {
  animation: move-vertical-hover 0.25s;
  color: #ffe51e;
}
.post-view .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
}
.post-view .social-share__content a span {
  display: none;
}
.post-view .image-caption {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
  margin-top: 20px;
}
.post-view .breadcrumbs {
  padding: 0;
}
.post-view.narrow-post .post-tags,
.post-view.narrow-post .post-bottom .block.comments,
.post-view.narrow-post .post-bottom .post-nextprev-hld,
.post-view.narrow-post .post-header {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post .narrow-content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--p .post-text-hld > p {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--content .post-text-hld {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view .breadcrumbs {
  margin-bottom: 60px;
}
.post-view .post-categories {
  display: block;
  margin-bottom: 15px;
}
.post-view .post-categories a {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-view .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-view h1.page-title {
  margin-left: -2px;
  margin-bottom: 35px;
  line-height: 1;
}
.post-view .post-ftimg-hld {
  text-align: center;
  margin-bottom: 35px;
}
.post-view .post-content {
  position: relative;
}
.post-view .post-text-hld p,
.post-view .post-text-hld {
  font-size: 16px;
  line-height: 1.8;
}
.post-view .post-meta {
  font-family: Arial, sans-serif;
  margin-bottom: 35px;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.post-view .post-meta .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.post-view .post-meta .addthis_toolbox a {
  margin-bottom: 0 !important;
}
.post-view .post-meta a.item {
  line-height: 16px;
  padding: 2px 4px;
}
.post-view .post-meta a.item:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-meta .item {
  margin-right: 8px;
  display: inline-block;
}
.post-view .post-meta .item a {
  line-height: 14px;
  padding: 2px 4px;
}
.post-view .post-meta .item a:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-meta .item.post-views {
  display: inline-flex;
}
.post-view .post-description {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld .prev-link + .next-link {
  margin-top: 20px;
}
.post-view .post-nextprev-hld .nextprev-link {
  display: block;
}
.post-view .post-nextprev-hld .nextprev-link .h6 {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
.post-view .post-nextprev-hld .nextprev-link .h3 {
  display: inline;
  font-size: 28px;
  line-height: 1;
  padding: 1px 8px;
  margin-left: -8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.post-view .post-nextprev-hld .nextprev-link .h3 span {
  position: relative;
}
.post-view .post-nextprev-hld .nextprev-link:hover .h3 {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.post-view .post-tags {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 36px;
  display: block;
}
.post-view .post-tags a {
  line-height: 14px;
  padding: 7px 9px;
  font-size: 14px;
  display: inline-block;
  margin: 1px 5px 2px 0;
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.post-view .post-tags a:hover {
  background-color: #ffe51e;
  color: #000;
}
.post-view .block.comments {
  margin-bottom: 0;
}
.post-view .block.comments .fb-comments,
.post-view .block.comments .c-replyform form {
  padding: 40px;
  background: #f8f8f8;
}
.post-view .block.comments .fb-comments .c-btn-hld .input-box,
.post-view .block.comments .c-replyform form .c-btn-hld .input-box {
  margin-top: 24px;
}
.post-view .block.comments .fb-comments textarea + div.mage-error,
.post-view .block.comments .c-replyform form textarea + div.mage-error,
.post-view .block.comments .fb-comments input + div.mage-error,
.post-view .block.comments .c-replyform form input + div.mage-error {
  position: relative;
  top: -15px;
}
.post-view .block.comments .c-comment {
  border-top: 1px solid #e3e3e3;
  padding: 40px 0;
}
.post-view .block.comments .c-comment:last-child {
  padding-bottom: 0;
}
.post-view .block.comments .c-comment:first-child {
  border-top: none;
}
.post-view .block.comments .c-comment .c-replyform {
  margin-top: 30px;
}
.post-view .block.comments .c-comment .c-replyform button[type="submit"] {
  float: right;
}
.post-view .block.comments .c-comment .c-post {
  padding: 0 0 0 30px;
  border-left: 4px solid #ffe51e;
}
.post-view .block.comments .c-comment .p-name {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments .c-comment .p-text {
  margin-bottom: 20px;
}
.post-view .block.comments .c-comment .p-actions {
  font-size: 13px;
  color: #a2a2a2;
}
.post-view .block.comments .c-comment .p-actions a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px;
  margin-left: -4px;
  margin-right: 4px;
}
.post-view .block.comments .c-comment .p-actions a:hover {
  background: #000;
  color: #fff;
}
.post-view .block.comments .c-count {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments input,
.post-view .block.comments textarea {
  margin-bottom: 20px;
}
.post-view .block.comments textarea {
  height: 120px;
}
.post-view .block.comments button {
  margin-top: 10px;
  /*&.cancel{
                    float:right;
                }*/
}
.post-view .block.comments button[type="submit"] {
  padding: 18px 27px;
  min-width: 200px;
}
.post-view .block.comments .lr-hld {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-view .block.comments .lr-hld .right-hld,
.post-view .block.comments .lr-hld .left-hld {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-page {
  /*
        .column.main {
            > .breadcrumbs{
                padding: 0;
                padding-bottom: 4px;
                margin-bottom: 40px;
            }
            > .breadcrumbs + .page-title-wrapper{
                margin-top: -40px;
            }
        }*/
}
.blog-page .sidebar .widget.block:not(:last-child),
.blog-page .sidebar-additional .widget.block:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-additional .block .block-title {
  margin: 0;
}
.sidebar-additional .block.block-categories {
  color: #adadad;
}
.sidebar-additional .block.block-categories ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding-bottom: 20px;
}
.sidebar-additional .block.block-categories ul ul {
  padding: 0;
  padding-left: 10px;
}
.sidebar-additional .block.block-categories li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-right: 1px;
  text-transform: capitalize;
}
.sidebar-additional .block.block-categories li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-custom {
  padding: 22px 20px;
}
.sidebar-additional .block.block-rss .block-title {
  padding: 26px 0 23px;
}
.sidebar-additional .block.block-tagclaud a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 9px 5px;
  margin: 1px 0 2px;
  display: inline-block;
  background-color: #000000;
  color: #fff;
}
.sidebar-additional .block.block-tagclaud a:hover {
  background-color: #ffe51e;
  color: #000;
}
.sidebar-additional .block.block-tagclaud .tagclaud-hld {
  padding-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item > a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 4px;
}
.sidebar-additional .block.block-recent-posts .item > a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.block-recent-posts .item > a.with-image {
  margin-top: 10px;
}
.sidebar-additional .block.block-recent-posts .item.with-image {
  margin-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item.with-image:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block.block-recent-posts .post-image a {
  line-height: 0;
  display: block;
  margin-bottom: 5px;
}
.sidebar-additional .block.block-recent-posts .post-item-date {
  font-size: 13px;
  opacity: 0.7;
  margin-left: 4px;
}
.sidebar-additional .block.block-archive .item a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
}
.sidebar-additional .block.block-archive .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-search .block-content {
  padding-top: 20px;
  padding-bottom: 24px;
}
.sidebar-additional .block.blog-search .block-content form {
  position: relative;
}
.sidebar-additional .block.blog-search .block-content .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button {
  width: 38px;
  height: 38px;
  background: none;
  padding: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button:after {
  background: none;
}
.sidebar-additional .block.blog-search .block-content .actions button:before {
  content: "\61";
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.sidebar-additional .block.blog-search .block-content .actions button span {
  display: none;
}
.post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.post-list article {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-list .social-share__content {
  display: inline-block;
  vertical-align: middle;
}
.post-list .social-share__content a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-list .social-share__content a i {
  transition: color 0.3s;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1;
}
.post-list .social-share__content a:hover i {
  color: #000;
}
.post-list .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.post-list .social-share__content a span {
  display: none;
}
.post-list.blog-style-classic .post-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin-left: -10px;
  margin-bottom: 0;
}
.post-list.blog-style-classic .post-title a {
  display: inline-block;
  padding: 7px 9px 7px;
  text-decoration: none;
}
.post-list.blog-style-classic .post-image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.post-list.blog-style-classic .post-image-wrapper .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.post-list.blog-style-classic .post-content {
  margin-left: 97px;
}
.post-list.blog-style-classic .post-description {
  margin-top: 14px;
  padding-left: 1px;
}
.post-list.blog-style-classic .post-meta {
  margin-left: -3px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.post-list.blog-style-classic .post-meta a {
  line-height: 16px;
  text-transform: capitalize;
}
.post-list.blog-style-classic .post-meta .item {
  display: inline-block;
}
.post-list.blog-style-classic .post-meta .item.post-views {
  display: inline-flex;
}
.post-list.blog-style-classic .post-date {
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 13px;
  width: 74px;
  height: 74px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.post-list.blog-style-classic .post-date .day {
  padding-top: 12px;
  margin-bottom: 1px;
  display: block;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 800;
}
.post-list.blog-style-classic .post-date .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic .post-date .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  top: -100%;
  background-color: #ffe51e;
  color: #000;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic article:hover .post-date .inner {
  top: 100%;
}
.post-list.blog-style-classic article:hover .post-date .hover {
  top: 0;
}
.post-list.blog-style-classic article:hover .post-title a {
  color: #fff;
  background: #000;
}
.post-list.blog-style-modern article .post-title {
  font-size: 28px;
  margin-bottom: 16px;
}
.post-list.blog-style-modern article.date-above-image .post-meta .post-posed-date {
  display: none;
}
.post-list.blog-style-modern article .post-image-wrapper {
  position: relative;
  overflow: hidden;
}
.post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  line-height: 36px;
  left: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 3;
}
.post-list.blog-style-modern article .post-categories {
  display: block;
  margin-bottom: 13px;
}
.post-list.blog-style-modern article .post-categories a {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-list.blog-style-modern article .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-list.blog-style-modern article .post-links > .item {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  padding-top: 4px;
}
.post-list.blog-style-modern article .post-links > .item:hover {
  border-color: #ffe51e;
}
.post-list.blog-style-modern article .post-links > .item.post-views {
  display: inline-flex;
}
.post-list.blog-style-modern article .post-meta {
  margin-bottom: 15px;
}
.post-list.blog-style-modern article .post-meta .item {
  margin-right: 8px;
  font-weight: 600;
}
.post-list.blog-style-modern article .post-description {
  line-height: 1.7;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a i {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a:hover i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a:hover i {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title a {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description a {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta {
  color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta a {
  color: #fff;
}
.post-list.blog-style-modern.blog-list--image-top article .ox-expand__inner:before,
.post-list.blog-style-modern.blog-list--overlay article .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--above-image .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--overlay .ox-expand__inner:before {
  background: none;
}
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image[class*="columns-"] article:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  min-height: 630px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  min-height: 400px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article,
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern.blog-list--above-image article {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
}
.post-list.blog-style-modern article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--overlay article .post-content,
.post-list.blog-style-modern article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
.post-list.blog-style-modern.blog-list--above-image article .post-content {
  position: relative;
  padding: 30px;
  max-width: 100%;
  z-index: 3;
}
.post-list.blog-style-modern article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--overlay article.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--above-image article.date-above-image .post-meta .post-posed-date {
  display: inline;
}
.post-list.blog-style-modern article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay article .post-title,
.post-list.blog-style-modern article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-title,
.post-list.blog-style-modern.blog-list--above-image article .post-title {
  margin-bottom: 21px;
}
.post-list.blog-style-modern article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay article .post-description,
.post-list.blog-style-modern article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-description,
.post-list.blog-style-modern.blog-list--above-image article .post-description {
  margin-bottom: 22px;
}
.post-list.blog-style-modern article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--overlay article .post-image-wrapper,
.post-list.blog-style-modern article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-image-wrapper,
.post-list.blog-style-modern.blog-list--above-image article .post-image-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: 0;
}
.post-list .post-image-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.post-list article {
  margin-bottom: 60px;
}
.post-list article .gradient-overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.post-list article:hover .gradient-overlay {
  opacity: 1;
}
.post-list article .post-image-wrapper {
  line-height: 0;
  display: block;
  margin-bottom: 34px;
}
.post-list article .post-description {
  margin-bottom: 19px;
}
.post-list article .post-description p:last-child {
  margin-bottom: 0;
}
.post-list article .post-title a {
  color: inherit;
}
.post-list article .post-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-list article .post-links > .item {
  margin-right: 20px;
}
.post-list article .post-links .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.post-list.blog-style-modern.blog-list--above-image article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.post-list.blog-style-modern.blog-list--overlay article {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.blog-widget-recent .post-list {
  margin-top: 0;
}
.blog-widget-recent .post-list article {
  margin-bottom: 40px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article {
  margin-bottom: 25px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-categories {
  margin-bottom: 5px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title {
  display: inline;
  font-size: 28px;
  line-height: 1;
  padding: 4px 8px;
  margin-left: -8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title a,
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title span {
  position: relative;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title a {
  color: #fff;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.blog-widget-recent .blog-list--overlay.post-list article {
  min-height: 400px;
  margin-bottom: 30px;
}
.blog-widget-recent .blog-list--above-image.post-list article {
  min-height: 540px;
  margin-bottom: 30px;
}
.blog-widget-recent .post-list.blog-style-classic article:not(.no-image) .post-content {
  margin-left: 10px;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper {
  position: relative;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper .post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-right: 0;
  display: block;
}
.a2-tooltip-btn {
  position: relative;
}
.a2-tooltip-btn:hover .a2-tooltip {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.action.towishlist .a2-tooltip {
  left: 27px;
}
.action.tocompare .a2-tooltip {
  left: 22px;
}
.a2-tooltip {
  display: block !important;
  position: absolute;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  outline: 0;
  pointer-events: none;
  transform: translateY(-100%) translateX(-50%);
  transition: all 0.15s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  line-height: 1.4;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  width: 110px;
}
.a2-tooltip:before {
  content: '';
  background: inherit;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
  z-index: -1;
}
.stripe-elements-field {
  box-sizing: content-box;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.confirm .modal-header {
  display: none;
}
.modal-popup.confirm .modal-content {
  padding-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 30px;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  padding-bottom: 30px;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding: 30px;
}
.modal-popup .modal-footer {
  padding-top: 0;
}
.modal-popup .modal-footer button,
.modal-popup .modal-footer .action-primary {
  min-width: 90px;
  min-height: 40px;
  margin-bottom: 3px;
}
.modal-popup .modal-header {
  padding-bottom: 25px;
  background: #f4f4f4;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  width: 40px;
  height: 40px;
  font-weight: normal;
  content: "\40";
  font-family: 'Athlete2';
}
.modal-custom .action-close:after,
.modal-popup .action-close:after,
.modal-slide .action-close:after {
  content: none;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #ffe51e;
  transition: all 10ms;
}
.modal-custom .action-close:focus:before,
.modal-popup .action-close:focus:before,
.modal-slide .action-close:focus:before,
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  transition: all 10ms;
  color: #000000;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: none;
  font-weight: 800;
  padding: 0;
  padding-bottom: 0;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 0;
  border-bottom: none;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Olegnax/athlete2/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Olegnax/athlete2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Olegnax/athlete2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Olegnax/athlete2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Olegnax/athlete2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 18px 27px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #ffe51e;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #000000;
  border: none;
  color: #000000;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #000000;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 18px 27px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 15px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #000000;
  border-bottom: 0 solid #d1d1d1;
  border-left: 0 solid #d1d1d1;
  border-right: 0 solid #d1d1d1;
  border-top: 0 solid #d1d1d1;
  height: 50px;
  padding: 6px 20px 6px 50px;
  font-weight: 800;
  line-height: 38px;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffe51e;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffe51e;
  color: #000000;
  text-decoration: none;
  padding-bottom: 6px;
}
.pagebuilder-accordion > .item.content {
  background: #f8f8f8;
  border: none;
  margin: 0 0 15px;
  padding: 40px 40px 40px 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.mst-rma-block {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-block._align-top {
  align-items: baseline;
}
.mst-rma-box {
  border: 2px solid #e8e8e8;
  padding: 1.5rem 2rem 2rem 2rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.mst-rma-box._half {
  max-width: 50%;
}
.mst-rma-box._no-border {
  padding: 0;
  border: 0;
}
.mst-rma-box:last-child {
  margin-right: 0;
}
.mst-rma-box__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.mst-rma-box__content table tr th:first-child {
  padding-left: 0;
  font-weight: 600;
  font-size: 1.3rem;
}
.mst-rma-box + .mst-rma-box {
  margin-left: 2rem;
}
.mst-rma-badge,
.mst-rma-status {
  background: #b9b9b9;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 8px;
  vertical-align: baseline;
  line-height: 1;
  white-space: nowrap;
}
.mst-rma-badge._pending,
.mst-rma-status._pending {
  background-color: #ffea8a;
  color: #595130;
}
.mst-rma-badge._approved,
.mst-rma-status._approved {
  background-color: #bbe5b3;
  color: #414f3e;
}
.mst-rma-badge._rejected,
.mst-rma-status._rejected {
  background-color: #ffc58b;
  color: #594430;
}
.mst-rma-badge._package_sent,
.mst-rma-status._package_sent {
  background-color: #b4e1fa;
  color: #3e4e57;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
body.rma-rma-list .column.main .page-title-wrapper {
  float: left;
}
body.rma-rma-list .mst-rma-list__new-request {
  margin: 1rem 0 2rem 0;
  float: right;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__name {
  display: flex;
  align-items: center;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__unread {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='84px' height='67px' viewBox='0 0 84 67' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-15.000000, -4.000000)'%3E%3Cg id='Group' transform='translate(15.000000, 17.000000)'%3E%3Crect id='Rectangle-Copy' fill='%23DFE3E8' x='0' y='0' width='77' height='54' rx='6'%3E%3C/rect%3E%3Cpath d='M71.4654705,0.0177879283 C74.5616559,0.255350981 77,2.8429226 77,6 L77,48 L77,48 C77,51.3137085 74.3137085,54 71,54 L6,54 L6,54 C2.6862915,54 -4.82366169e-16,51.3137085 -8.8817842e-16,48 L0,6 L-8.8817842e-16,6 C-1.27480889e-15,2.8429226 2.4383441,0.255350981 5.53452951,0.0177879283 L38.5,17 L71.4654705,0.0177879283 Z M7.33333333,10 L7.33333333,54 L69.6666667,54 L69.6666667,10 L38.5,27 L7.33333333,10 Z' id='Rectangle' fill='%23858B92'%3E%3C/path%3E%3C/g%3E%3Cpolygon id='Rectangle-2' fill='%23000000' opacity='0.0722373188' points='84.6999969 27 84.6600037 71 53.5 44'%3E%3C/polygon%3E%3Cg id='Group-2' transform='translate(61.000000, 4.000000)' fill='%23F43734'%3E%3Ccircle id='Oval' cx='19' cy='19' r='19'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M82.8497362,35.5733926 L77.9976866,35.5733926 L77.9976866,17.2875543 C76.2249241,18.9452023 74.1356282,20.1711528 71.7297363,20.9654424 L71.7297363,16.5623369 C72.9959952,16.1479249 74.3715922,15.3622806 75.8565686,14.2053804 C77.3415449,13.0484802 78.3602925,11.6987836 78.9128418,10.15625 L82.8497362,10.15625 L82.8497362,35.5733926 Z' id='1' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body.rma-rma-list .mst-rma-list tr + .mst-rma-list__items td {
  border-top: 0;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items td > div {
  display: flex;
  justify-content: flex-end;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  margin-top: 1rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li img {
  max-width: 6rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li strong {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999999;
  line-height: 1.5rem;
  display: none;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li + li {
  margin-left: -.5rem;
}
.mst-rma-view__orders {
  margin-top: 2rem;
}
.mst-rma__return {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='380px' height='440px' viewBox='0 0 380 440' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ROI_3448009' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M200.533,78.519 C145.015,78.519 99.846,123.687 99.846,179.206 C99.846,195.227 103.704,211.17 110.999,225.31 C112.712,228.635 116.802,229.937 120.125,228.225 C123.45,226.509 124.756,222.424 123.039,219.099 C116.64,206.695 113.394,193.273 113.394,179.206 C113.394,131.157 152.483,92.068 200.532,92.068 C248.581,92.068 287.671,131.157 287.671,179.206 C287.671,208.097 273.388,235.056 249.46,251.321 C246.366,253.425 245.564,257.638 247.667,260.733 C248.979,262.661 251.106,263.698 253.274,263.698 C254.587,263.698 255.911,263.318 257.077,262.526 C284.719,243.735 301.22,212.588 301.22,179.206 C301.221,123.687 256.053,78.519 200.533,78.519 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M222.548,243.445 C223.354,243.445 224.173,243.299 224.971,242.993 C251.202,232.937 268.825,207.304 268.825,179.205 C268.825,141.548 238.19,110.913 200.533,110.913 C162.877,110.913 132.239,141.548 132.239,179.205 C132.239,196.71 138.855,213.356 150.869,226.08 C153.435,228.801 157.724,228.927 160.444,226.356 C163.166,223.787 163.289,219.501 160.719,216.781 C151.091,206.58 145.787,193.235 145.787,179.205 C145.787,149.02 170.346,124.462 200.532,124.462 C230.718,124.462 255.276,149.02 255.276,179.205 C255.276,201.732 241.147,222.281 220.12,230.343 C216.627,231.683 214.881,235.601 216.219,239.094 C217.254,241.789 219.822,243.445 222.548,243.445 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.154,255.404 C76.895,255.404 79.928,252.37 79.928,248.629 C79.928,244.889 76.895,241.856 73.154,241.856 L54.2,241.856 C50.46,241.856 47.427,244.889 47.427,248.629 L47.427,342.865 C47.427,346.605 50.46,349.639 54.2,349.639 L97.883,349.639 L221.012,349.639 C237.089,349.639 252.983,344.267 265.764,334.512 L306.887,303.128 C318.339,294.39 320.719,277.835 312.193,266.226 C303.657,254.601 287.135,251.925 275.362,260.261 L254.31,275.171 C251.257,277.334 250.536,281.562 252.698,284.616 C254.862,287.667 259.089,288.389 262.142,286.228 L283.195,271.317 C288.975,267.221 297.086,268.541 301.272,274.245 C305.459,279.944 304.291,288.069 298.669,292.358 L257.545,323.741 C247.109,331.705 234.137,336.09 221.012,336.09 L104.657,336.09 L104.657,255.403 L150.517,255.403 C158.474,255.403 165.988,258.465 171.676,264.027 C179.915,272.075 190.793,276.507 202.308,276.507 L215.431,276.507 C221.576,276.507 226.573,281.504 226.573,287.647 C226.573,295.837 219.911,302.501 211.72,302.501 L164.188,302.501 C160.448,302.501 157.414,305.534 157.414,309.274 C157.414,313.015 160.448,316.048 164.188,316.048 L211.72,316.048 C227.38,316.048 240.121,303.307 240.121,287.647 C240.121,274.036 229.045,262.959 215.431,262.959 L202.308,262.959 C194.352,262.959 186.837,259.896 181.146,254.336 C172.913,246.285 162.035,241.854 150.517,241.854 L97.882,241.854 C94.142,241.854 91.108,244.887 91.108,248.627 L91.108,336.089 L60.974,336.089 L60.974,255.402 L73.154,255.402 L73.154,255.404 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M200.533,228.991 C204.274,228.991 207.307,225.957 207.307,222.217 L207.307,216.733 C216.846,214.973 224.099,206.61 224.099,196.57 C224.099,185.254 214.894,176.049 203.578,176.049 L202.531,176.049 L198.551,176.049 L197.504,176.049 C193.659,176.049 190.531,172.923 190.531,169.078 C190.531,165.233 193.659,162.107 197.504,162.107 L213.343,162.107 C217.084,162.107 220.117,159.073 220.117,155.333 C220.117,151.593 217.084,148.559 213.343,148.559 L207.308,148.559 L207.308,144.233 C207.308,140.492 204.275,137.459 200.534,137.459 C196.794,137.459 193.761,140.493 193.761,144.233 L193.761,148.918 C184.229,150.685 176.984,159.045 176.984,169.079 C176.984,180.393 186.189,189.598 197.505,189.598 L198.552,189.598 L202.532,189.598 L203.579,189.598 C207.424,189.598 210.552,192.726 210.552,196.571 C210.552,200.416 207.424,203.542 203.579,203.542 L187.74,203.542 C184,203.542 180.966,206.576 180.966,210.316 C180.966,214.057 184,217.09 187.74,217.09 L193.761,217.09 L193.761,222.218 C193.76,225.957 196.793,228.991 200.533,228.991 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.971,389.09 L317.662,350.893 C314.584,348.768 310.363,349.538 308.238,352.617 C306.112,355.696 306.884,359.915 309.962,362.042 L357.2,394.665 L320.587,419.953 L320.587,408.5 C320.587,404.76 317.553,401.726 313.813,401.726 L100.964,401.726 L100.964,387.603 L313.813,387.603 C317.553,387.603 320.587,384.569 320.587,380.829 C320.587,377.089 317.553,374.056 313.813,374.056 L94.189,374.056 C90.449,374.056 87.416,377.089 87.416,380.829 L87.416,408.5 C87.416,412.24 90.449,415.273 94.189,415.273 L307.038,415.273 L307.038,432.863 C307.038,435.381 308.435,437.692 310.665,438.862 C311.654,439.381 312.734,439.637 313.812,439.637 C315.164,439.637 316.509,439.232 317.662,438.437 L372.971,400.238 C374.803,398.973 375.896,396.888 375.896,394.664 C375.896,392.438 374.803,390.354 372.971,389.09 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M65.646,374.055 L35.553,374.055 C31.813,374.055 28.779,377.088 28.779,380.828 L28.779,408.5 C28.779,412.24 31.813,415.273 35.553,415.273 L65.646,415.273 C69.386,415.273 72.419,412.24 72.419,408.5 L72.419,380.828 C72.419,377.088 69.386,374.055 65.646,374.055 Z M58.871,401.726 L42.327,401.726 L42.327,387.603 L58.871,387.603 L58.871,401.726 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.008,374.055 C3.268,374.055 0.234,377.088 0.234,380.828 L0.234,408.5 C0.234,412.24 3.268,415.273 7.008,415.273 C10.748,415.273 13.782,412.24 13.782,408.5 L13.782,380.828 C13.782,377.088 10.748,374.055 7.008,374.055 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.029,50.91 L62.338,89.109 C63.514,89.92 64.854,90.309 66.182,90.309 C68.333,90.309 70.449,89.288 71.762,87.385 C73.888,84.306 73.116,80.088 70.038,77.961 L22.8,45.335 L59.413,20.047 L59.413,31.5 C59.413,35.24 62.447,38.274 66.187,38.274 L279.036,38.274 L279.036,52.397 L66.188,52.397 C62.448,52.397 59.414,55.431 59.414,59.171 C59.414,62.911 62.448,65.945 66.188,65.945 L285.811,65.945 C289.551,65.945 292.584,62.911 292.584,59.171 L292.584,31.5 C292.584,27.759 289.551,24.726 285.811,24.726 L72.962,24.726 L72.962,7.136 C72.962,4.618 71.565,2.307 69.335,1.136 C67.105,-0.032 64.408,0.131 62.338,1.562 L7.029,39.762 C5.197,41.026 4.104,43.111 4.104,45.336 C4.104,47.561 5.197,49.645 7.029,50.91 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M314.355,65.945 L344.447,65.945 C348.187,65.945 351.221,62.911 351.221,59.171 L351.221,31.5 C351.221,27.759 348.187,24.726 344.447,24.726 L314.355,24.726 C310.614,24.726 307.58,27.76 307.58,31.5 L307.58,59.171 C307.58,62.912 310.614,65.945 314.355,65.945 Z M321.129,38.274 L337.673,38.274 L337.673,52.397 L321.129,52.397 L321.129,38.274 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.992,24.726 C369.252,24.726 366.218,27.76 366.218,31.5 L366.218,59.171 C366.218,62.911 369.252,65.945 372.992,65.945 C376.732,65.945 379.766,62.911 379.766,59.171 L379.766,31.5 C379.767,27.759 376.732,24.726 372.992,24.726 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__return-address {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='960px' height='832px' viewBox='0 0 960 832' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_package_298837' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M480,0 L0,128 L0,704 L480,832 L960,704 L960,128 L480,0 Z M63.875,656.934 L63.5,224 L447.998,326.533 L447.999,759.366 L63.875,656.934 Z M63.5,160 L223.754,117.266 L640,228.265 L640,228.4 L480,271.067 L63.5,160 Z M896.125,656.934 L512.001,759.366 L512.002,326.533 L640,292.4 L640,448.4 L768,414.265 L768,258.267 L896.5,224 L896.125,656.934 Z M768,194.267 L768,194.142 L351.734,83.138 L480,48.934 L896.5,160 L768,194.267 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__contact {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='94px' height='94px' viewBox='0 0 94 94' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ui_29_3556070' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M41.955,51.079 C46.807,51.079 50.753,46.16 50.753,40.113 C50.753,34.066 46.807,29.146 41.955,29.146 C37.103,29.146 33.156,34.066 33.156,40.113 C33.156,46.16 37.104,51.079 41.955,51.079 Z M41.955,33.146 C44.556,33.146 46.753,36.336 46.753,40.113 C46.753,43.89 44.556,47.079 41.955,47.079 C39.353,47.079 37.156,43.889 37.156,40.113 C37.156,36.337 39.354,33.146 41.955,33.146 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M62.822,47.86 C67.674,47.86 71.62,42.94 71.62,36.893 C71.62,30.846 67.674,25.926 62.822,25.926 C57.97,25.926 54.024,30.846 54.024,36.893 C54.024,42.94 57.971,47.86 62.822,47.86 Z M62.822,29.927 C65.423,29.927 67.62,33.117 67.62,36.894 C67.62,40.671 65.423,43.861 62.822,43.861 C60.221,43.861 58.024,40.671 58.024,36.894 C58.024,33.117 60.222,29.927 62.822,29.927 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.269,45.483 C72.816,45.112 72.221,44.958 71.65,45.061 C71.074,45.164 70.572,45.513 70.276,46.017 C68.517,49.012 65.73,50.8 62.821,50.8 C59.866,50.8 57.053,48.961 55.298,45.88 C55.009,45.373 54.513,45.017 53.94,44.906 C53.366,44.796 52.773,44.941 52.317,45.304 C50.165,47.014 48.477,49.23 47.395,51.731 C45.819,53.184 43.919,54.016 41.956,54.016 C39,54.016 36.186,52.179 34.43,49.1 C34.14,48.593 33.644,48.238 33.071,48.128 C32.501,48.017 31.905,48.163 31.449,48.526 C27.436,51.714 25.135,56.478 25.135,61.595 L25.135,66.071 C25.135,67.175 26.031,68.071 27.135,68.071 L56.501,68.071 C57.605,68.071 58.501,67.175 58.501,66.071 L58.501,64.85 L77.37,64.85 C78.474,64.85 79.37,63.954 79.37,62.85 L79.37,58.38 C79.37,53.364 77.146,48.664 73.269,45.483 Z M54.499,64.073 L29.133,64.073 L29.133,61.597 C29.133,58.438 30.287,55.455 32.357,53.147 C34.842,56.233 38.296,58.018 41.956,58.018 C45.041,58.018 47.989,56.734 50.334,54.475 C50.407,54.412 50.477,54.346 50.541,54.273 C50.845,53.968 51.141,53.651 51.422,53.313 C53.398,55.599 54.5,58.522 54.5,61.598 L54.5,64.073 L54.499,64.073 Z M75.37,60.85 L58.458,60.85 C58.32,57.738 57.327,54.779 55.612,52.252 C57.73,53.883 60.22,54.8 62.82,54.8 C66.407,54.8 69.812,53.077 72.289,50.092 C74.268,52.377 75.37,55.3 75.37,58.38 L75.37,60.85 L75.37,60.85 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M81,0 L23.5,0 C17.097,0 11.714,4.735 10.689,10.885 C5.25,11.236 0,13.179 0,17 C0,20.777 5.129,22.72 10.5,23.103 L10.5,30.896 C5.129,31.28 0,33.223 0,37 C0,40.777 5.129,42.72 10.5,43.103 L10.5,50.896 C5.129,51.28 0,53.223 0,57 C0,60.777 5.129,62.72 10.5,63.103 L10.5,70.896 C5.129,71.28 0,73.223 0,77 C0,80.821 5.25,82.764 10.689,83.115 C11.714,89.265 17.097,94 23.5,94 L81,94 C88.168,94 94,88.168 94,81 L94,13 C94,5.832 88.168,0 81,0 Z M4.031,17 C4.481,16.312 7.37,14.821 12.5,14.821 C17.63,14.821 20.519,16.312 20.969,17 C20.519,17.688 17.63,19.179 12.5,19.179 C7.37,19.179 4.481,17.688 4.031,17 Z M4.031,37 C4.481,36.312 7.37,34.821 12.5,34.821 C17.63,34.821 20.519,36.312 20.969,37 C20.519,37.688 17.63,39.179 12.5,39.179 C7.37,39.179 4.481,37.688 4.031,37 Z M4.031,57 C4.481,56.312 7.37,54.821 12.5,54.821 C17.63,54.821 20.519,56.312 20.969,57 C20.519,57.688 17.63,59.179 12.5,59.179 C7.37,59.179 4.481,57.688 4.031,57 Z M4.031,77 C4.481,76.312 7.37,74.821 12.5,74.821 C17.63,74.821 20.519,76.312 20.969,77 C20.519,77.688 17.63,79.179 12.5,79.179 C7.37,79.179 4.481,77.688 4.031,77 Z M90,81 C90,85.962 85.963,90 81,90 L23.5,90 C19.286,90 15.707,87.038 14.753,83.088 C20.031,82.662 25,80.717 25,77 C25,73.223 19.871,71.28 14.5,70.897 L14.5,63.104 C19.871,62.72 25,60.777 25,57 C25,53.223 19.871,51.28 14.5,50.897 L14.5,43.104 C19.871,42.72 25,40.777 25,37 C25,33.223 19.871,31.28 14.5,30.897 L14.5,23.104 C19.871,22.72 25,20.777 25,17 C25,13.283 20.031,11.338 14.753,10.912 C15.707,6.962 19.286,4 23.5,4 L81,4 C85.963,4 90,8.038 90,13 L90,81 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__status {
  padding-top: 2rem;
  text-align: center;
  border-color: #ff5500;
  background: #fff0e9;
}
.mst-rma-box.mst-rma__return-address {
  margin-left: -2px;
}
.mst-rma__return,
.mst-rma__contact,
.mst-rma__return-address {
  background-size: 14rem;
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.mst-rma__message {
  background: #f9f9f9;
}
.mst-rma-view__orders > ._no-border {
  margin-bottom: 5rem;
}
.mst-rma-view__orders > ._no-border:last-child {
  margin-bottom: 0;
}
.mst-rma__history .mst-rma-box__content {
  max-height: 50rem;
  overflow-y: scroll;
}
.mst-rma__history .mst-rma__message {
  padding: 1.5rem 2rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  border-radius: .5rem;
  border: 1px solid #ffffff;
  border-top: 2px solid #ffffff;
  margin-right: .1rem;
}
.mst-rma__history .mst-rma__message:last-child {
  margin-bottom: 2rem;
}
.mst-rma__history .mst-rma__message:before {
  position: absolute;
  content: "";
  top: -.7rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #ffffff;
}
.mst-rma__history .mst-rma__message.__user {
  border-color: #d6f1ff;
  background: #d6f1ff;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__user:before {
  border-bottom-color: #d6f1ff;
}
.mst-rma__history .mst-rma__message.__system {
  border-color: #f5ddd0;
  background: #f5ddd0;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__system:before {
  display: none;
}
.mst-rma__history .mst-rma__message.__customer {
  border-color: #e4f2ca;
  background: #e4f2ca;
  margin-right: 3rem;
}
.mst-rma__history .mst-rma__message.__customer:before {
  border-bottom-color: #e4f2ca;
}
.mst-rma__history .mst-rma__message-title {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
}
.mst-rma__history .mst-rma__message-title strong {
  font-weight: 600;
  color: #333333;
  margin-right: 1.5rem;
  left: .5rem;
}
.mst-rma__history .mst-rma__message-title i {
  display: inline-block;
  font-style: normal;
  color: #adadad;
  float: right;
  margin-right: 1.5rem;
}
.mst-rma-status.status-branch-aqua {
  background: #2ec5b9;
  color: #ffffff;
}
.mst-rma-status.status-branch-grey {
  background: #868686;
  color: #ffffff;
}
.mst-rma-status.status-branch-navy {
  background: #4c7eb4;
  color: #ffffff;
}
.mst-rma-status.status-branch-silver {
  background: #c0c0c0;
  color: #ffffff;
}
.mst-rma-status.status-branch-black {
  background: #424242;
  color: #ffffff;
}
.mst-rma-status.status-branch-green {
  background: #59e05b;
  color: #ffffff;
}
.mst-rma-status.status-branch-olive {
  background: #668121;
  color: #ffffff;
}
.mst-rma-status.status-branch-teal {
  background: #3298b1;
  color: #ffffff;
}
.mst-rma-status.status-branch-blue {
  background: #5e6bff;
  color: #ffffff;
}
.mst-rma-status.status-branch-lime {
  background: #68cf70;
  color: #ffffff;
}
.mst-rma-status.status-branch-purple {
  background: #c007bf;
  color: #ffffff;
}
.mst-rma-status.status-branch-fuchsia {
  background: #d55bd5;
  color: #ffffff;
}
.mst-rma-status.status-branch-maroon {
  background: #af5959;
  color: #ffffff;
}
.mst-rma-status.status-branch-red {
  background: #ff2525;
  color: #ffffff;
}
.mst-rma-status.status-branch-orange {
  background: #ff8c00;
  color: #ffffff;
}
.mst-rma-status.status-branch-yellow {
  background: #f0b700;
  color: #ffffff;
}
form.rma-customer-new {
  width: 50%;
  min-width: 400px;
}
.order-info-hide {
  display: none;
}
.order-info-show {
  display: block;
}
.italic {
  font-style: italic;
}
.rma-view .box-rma-information table,
.rma-new-step2 .box-rma-information table {
  width: auto;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th,
.rma-view .box-rma-information table td,
.rma-new-step2 .box-rma-information table td {
  padding: .5rem 1rem;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th {
  padding-left: 0;
  font-weight: 600;
}
.mst-rma-view .rma-control-buttons {
  margin-bottom: 10px;
}
.rma-new-step2 .rma-one-item {
  *zoom: 1;
  margin-bottom: 1rem;
  border: 2px dashed #e8e8e8;
  padding: 1rem;
}
.rma-new-step2 .rma-one-item:before,
.rma-new-step2 .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description {
  *zoom: 1;
  position: relative;
  float: left;
  width: 50%;
}
.rma-new-step2 .rma-one-item .item-description:before,
.rma-new-step2 .rma-one-item .item-description:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item .item-description:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description .image {
  float: left;
  margin: 0 1.5rem;
}
.rma-new-step2 .rma-one-item .item-description input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.rma-new-step2 .rma-one-item .item-options {
  float: left;
  width: 40%;
  padding-left: 10%;
}
.rma-new-step2 .form-list {
  list-style: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.1);
}
form.rma-guest-new {
  width: 50%;
  min-width: 400px;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.product-item .product-grid__image-wrapper .ox-grid-gallery-video {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-image-photo {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo.owl-lazy {
  opacity: 0;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-item:not(:hover) .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0 !important;
}
.product-item:hover .product-grid__image-wrapper .ox-grid-gallery-video {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 0 !important;
  visibility: hidden;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 1;
  visibility: visible;
}
.animation-link {
  -webkit-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: transform 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
/* @TODO banners slider sidebar */
.sidebar .banners-slider-container {
  margin: 0 auto 15px;
}
.sidebar .banners-slider-container .text-container .text {
  font-size: 28px;
}
.col3-layout .sidebar .banners-slider-container .text-container .text {
  font-size: 22px;
}
/*.col3-layout .sidebar .banners-slider-container .text-container .link {  font-size: 10px; }*/
/*.col2-left-layout .col-main .banners-slider-container,
    .col2-right-layout .col-main .banners-slider-container {width:640px;}
    .col3-layout .col-main .banners-slider-container {width:320px;}  */
.ox-banners-slider__container {
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .owl-carousel .owl-item .owl-lazy.ox-banner-slider__image,
.ox-banners-slider__container .ox-banner-slider__image {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ox-banners-slider__container .ox-banner__banners {
  margin: 0;
  padding: 0;
  /*overflow: hidden; */
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide {
  margin: 0;
  padding: 0;
  float: left;
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper .ox-banner-slider__image {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) !important;
}
.ox-banners-slider__container .bottom-left,
.ox-banners-slider__container .top-left {
  left: 0;
}
.ox-banners-slider__container .bottom-left .animation-link.animate-me,
.ox-banners-slider__container .top-left .animation-link.animate-me {
  transform: translateX(10px);
}
.ox-banners-slider__container .top-left {
  top: 0;
}
.ox-banners-slider__container .bottom-left {
  bottom: 0;
}
.ox-banners-slider__container .bottom-right,
.ox-banners-slider__container .top-right {
  right: 0;
  text-align: right;
}
.ox-banners-slider__container .bottom-right .animation-wrapper,
.ox-banners-slider__container .top-right .animation-wrapper {
  margin-left: auto;
}
.ox-banners-slider__container .bottom-right .animation-link.animate-me,
.ox-banners-slider__container .top-right .animation-link.animate-me {
  transform: translateX(-10px);
}
.ox-banners-slider__container .top-right {
  top: 0;
}
.ox-banners-slider__container .bottom-right {
  bottom: 0;
}
.ox-banners-slider__container .center {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.ox-banners-slider__container .center .animation-wrapper {
  margin: 0 auto;
}
.ox-banners-slider__container .center .animation-wrapper.animation-text {
  margin-top: -8px;
}
.ox-banners-slider__container .owl-nav button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ox-banners-slider__container .owl-nav button.owl-next,
.ox-banners-slider__container .owl-nav button.owl-prev {
  z-index: 2;
  width: 49px;
  height: 74px;
  margin: -37px 0 0;
  position: absolute;
  top: 50%;
  background: #000000;
}
.ox-banners-slider__container .owl-nav button.owl-next.disabled,
.ox-banners-slider__container .owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.ox-banners-slider__container .owl-nav button.owl-next span,
.ox-banners-slider__container .owl-nav button.owl-prev span {
  line-height: 30px;
  height: 30px;
  width: 16px;
}
.ox-banners-slider__container .owl-nav button.owl-next span:after,
.ox-banners-slider__container .owl-nav button.owl-prev span:after,
.ox-banners-slider__container .owl-nav button.owl-next span:before,
.ox-banners-slider__container .owl-nav button.owl-prev span:before {
  height: 20px;
  left: 7px;
  top: -2px;
}
.ox-banners-slider__container .owl-nav button.owl-next span:after,
.ox-banners-slider__container .owl-nav button.owl-prev span:after {
  top: 12px;
}
.ox-banners-slider__container .owl-nav button.owl-prev {
  transform: translateX(-20px);
  left: -10px;
}
.ox-banners-slider__container .owl-nav button.owl-next {
  transform: translateX(20px);
  right: -10px;
}
.ox-banners-slider__container .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button,
.ox-banners-slider__container:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button.owl-prev,
.ox-banners-slider__container:hover .owl-nav button.owl-prev,
.ox-banners-slider__container.ox-banner__nav-always .owl-nav button.owl-next,
.ox-banners-slider__container:hover .owl-nav button.owl-next {
  transform: translateX(0px);
}
.ox-banner__text-container {
  position: absolute;
  z-index: 1;
  margin: 17px 14px;
  display: none;
}
.ox-banner__text-container br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.ox-banner__text-container .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  line-height: 28px;
  padding: 4px 8px 6px;
  margin: -8px 0 0;
  color: #fff;
  background-color: #000000;
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner__text-container .text:first-child {
  margin-top: 0;
}
.ox-banner__text-container .text:before,
.ox-banner__text-container .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.ox-banner__text-container .text :before {
  width: 100%;
}
.ox-banner__text-container .text:after {
  background-color: #ffe51e;
  -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -moz-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  -ms-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.ox-banner__text-container .link {
  display: inline-block;
  overflow: hidden;
  padding: 6px 8px;
  margin: 0 3px 0 6px;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  font-weight: 700;
  font-size: 12px !important;
  color: #000000;
  background-color: #ffe51e;
}
.ox-banner__text-container .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: -8px 0 0;
}
.ox-banner__text-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner__text-container .animation-link {
  margin-top: 0;
}
.ox-banner__text-container .animate-me .text {
  color: #000000;
}
.ox-banner__text-container .animate-me .text:after {
  width: 100%;
}
.ox-banner-medium .ox-banner__text-container {
  margin: 40px;
}
.ox-banner-medium .ox-banner__text-container .link {
  padding: 8px 11px;
  font-weight: 800;
  font-size: 14px !important;
  margin-left: 12px;
}
.ox-banner-medium .ox-banner__text-container .text {
  padding: 10px 12px;
  font-size: 36px;
  line-height: 34px;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper {
  margin-top: -10px;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper:first-child {
  margin-top: 0;
}
.ox-banner-medium .ox-banner__text-container .animation-wrapper.animation-link {
  margin-top: 8px;
}
.ox-banner-medium .ox-banners-slider__container .center .ox-banner__text-container .link {
  margin-left: 0;
  margin-right: 0;
}
.ox-banner-medium .ox-banners-slider__container .center .animation-wrapper.animation-text {
  margin-top: -12px;
}
@media only screen and (min-width: 1025px) {
  .ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper:hover {
    background: transparent;
  }
  .ox-banners-slider__container.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .ox-banners-slider__container.ox-banner-medium.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
  }
}
.widget.ox-brand-slider__container,
.widget.block.ox-brand-slider__container,
.ox-brand-slider__container {
  margin: 0;
}
.ox-brand-grid__container,
.ox-brand-slider__container {
  /*.ox-brand__link {
            display: block;
            height: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            line-height: 0;
        }*/
}
.ox-brand-grid__container.hover-default .ox-brand-slider__image,
.ox-brand-slider__container.hover-default .ox-brand-slider__image {
  opacity: .49 !important;
  transition: opacity 0.5s ease-in-out;
}
.ox-brand-grid__container.hover-default a:hover .ox-brand-slider__image,
.ox-brand-slider__container.hover-default a:hover .ox-brand-slider__image {
  opacity: 1 !important;
  transition: opacity 10ms;
}
.ox-brand-grid__container .ox-brand-slider__image,
.ox-brand-slider__container .ox-brand-slider__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  /*bottom: 0;
            display: block;
            height: auto;
            left: 0;
            margin: auto;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;*/
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ox-brand-slider__container {
  /*.ox-brand-slider__image.owl-lazy,
        .ox-brand-slider__image{
            display: block;
            max-width: 100%;
            height: auto;
            margin: auto;
            position: relative;
            z-index: 1;
            opacity: .49!important;
            transition: opacity 0.5s ease-in-out;
            -webkit-transform:scale(1) !important;
            -moz-transform:scale(1) !important;
            -o-transform:scale(1) !important;
            transform:scale(1) !important;
        }*/
}
.ox-brand-slider__container.hover-default a:hover span {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-slider__container .owl-carousel {
  display: block;
}
.ox-brand-slider__container .owl-carousel:not(.owl-loaded) > * {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ox-brand-slider__container .owl-item a span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next,
.ox-brand-slider__container .ox-owl-nav button.owl-prev {
  background: #ffffff;
  width: 22px;
  height: 25px;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:before {
  background: #b9b9b9;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:after {
  background: none;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover {
  background: #000;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:before {
  background: #fff;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled {
  opacity: 1;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled span,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled span {
  opacity: 0.5;
}
.ox-brand-slider__container .ox-nav-sideline {
  margin-top: -12px;
  margin-bottom: -11px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav {
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav > button {
  float: left;
}
.ox-brand-slider__container .ox-nav-sideline:before,
.ox-brand-slider__container .ox-nav-sideline:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.ox-brand-slider__container .ox-nav-sideline:before {
  right: 0;
}
.ox-brand-slider__container .ox-nav-sideline:after {
  left: 0;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline {
  overflow: visible;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:before,
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:after {
  width: 100%;
}
.ox-brand-grid__container {
  display: flex;
  flex-wrap: wrap;
}
.ox-brand-grid__container.columns-s-8 .ox-brand__item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ox-brand-grid__container.columns-s-7 .ox-brand__item {
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}
.ox-brand-grid__container.columns-s-6 .ox-brand__item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ox-brand-grid__container.columns-s-5 .ox-brand__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.ox-brand-grid__container.columns-s-4 .ox-brand__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-brand-grid__container.columns-s-3 .ox-brand__item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ox-brand-grid__container.columns-s-2 .ox-brand__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ox-brand-grid__container.columns-s-1 .ox-brand__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-brand-grid__container .ox-brand__item {
  flex: 0 1 auto;
  text-align: center;
}
.ox-brand-grid__container .ox-brand__item > a {
  display: block;
  position: relative;
}
.ox-brand-grid__container .ox-brand__item > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-grid__container .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-grid__container.hover-overlay .ox-brand__item:hover > a:before,
.ox-brand-grid__container.hover-default .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.header--layout-4 .logo__container,
.logo__container {
  width: 180px !important;
}
@media only screen and (max-width: 1640px) {
  .header__item-search .header__search-wrapper > form {
    width: 255px !important;
  }
}
@media only screen and (max-width: 1615px) {
  .page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top.page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top {
    font-size: 15px !important;
  }
  .page-header .ox-megamenu .level0 .ox-submenu .category-item > a,
  .ox-megamenu-navigation .ox-dropdown--simple .category-item a,
  .ox-slideout .header.links .logged-in,
  .ox-slideout .header.links a:not(.button),
  .ox-slideout .switcher .options ul.dropdown a,
  .ox-slideout .switcher .options .action.toggle strong span,
  .ox-slideout .switcher .options .action.toggle strong,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories .ox-megamenu-list > .category-item > a {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1575px) {
  .page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top.page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top {
    font-size: 14px !important;
  }
  .page-header .ox-megamenu .level0 .ox-submenu .category-item > a,
  .ox-megamenu-navigation .ox-dropdown--simple .category-item a,
  .ox-slideout .header.links .logged-in,
  .ox-slideout .header.links a:not(.button),
  .ox-slideout .switcher .options ul.dropdown a,
  .ox-slideout .switcher .options .action.toggle strong span,
  .ox-slideout .switcher .options .action.toggle strong,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories .ox-megamenu-list > .category-item > a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1525px) {
  .page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top.page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top {
    font-size: 13px !important;
  }
  .page-header .ox-megamenu .level0 .ox-submenu .category-item > a,
  .ox-megamenu-navigation .ox-dropdown--simple .category-item a,
  .ox-slideout .header.links .logged-in,
  .ox-slideout .header.links a:not(.button),
  .ox-slideout .switcher .options ul.dropdown a,
  .ox-slideout .switcher .options .action.toggle strong span,
  .ox-slideout .switcher .options .action.toggle strong,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories .ox-megamenu-list > .category-item > a {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1485px) {
  .header__item-search .header__search-wrapper > form {
    width: 235px !important;
  }
}
@media only screen and (max-width: 1465px) {
  .page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top.page-header .ox-megamenu .level0 > .level-top,
  .page-header .navigation .level0 > .level-top,
  .slide-out-menu--mobile,
  .header--layout-4 .minicart-wrapper .action.showcart,
  .ox-nav-sections-item-title .ox-nav-sections-item-switch,
  .ox-megamenu-navigation > .level0 > .level-top {
    font-size: 12px !important;
  }
  .page-header .ox-megamenu .level0 .ox-submenu .category-item > a,
  .ox-megamenu-navigation .ox-dropdown--simple .category-item a,
  .ox-slideout .header.links .logged-in,
  .ox-slideout .header.links a:not(.button),
  .ox-slideout .switcher .options ul.dropdown a,
  .ox-slideout .switcher .options .action.toggle strong span,
  .ox-slideout .switcher .options .action.toggle strong,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories .ox-megamenu-list > .category-item > a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1425px) {
  .ox-megamenu .ox-megamenu-navigation {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1395px) {
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > a,
  .menu-style-3 .page-header .navigation > ul > .level0 > a,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > .level-top,
  .menu-style-3 .page-header .navigation > ul > .level0 > .level-top {
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 1335px) {
  .header--layout-4 .header__content .minicart-wrapper .action.showcart {
    padding: 0 12px !important;
  }
  .header--layout-4 .header__content .flex-right .header__item .button {
    min-width: 50px !important;
  }
}
@media only screen and (max-width: 1290px) {
  .header__item-search .header__search-wrapper > form {
    width: 200px !important;
  }
}
@media only screen and (max-width: 1255px) {
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > a,
  .menu-style-3 .page-header .navigation > ul > .level0 > a,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > .level-top,
  .menu-style-3 .page-header .navigation > ul > .level0 > .level-top {
    margin: 0 3px !important;
  }
  .header__item-search .header__search-wrapper > form {
    width: 160px !important;
  }
  .header--layout-4 .logo__container,
  .logo__container {
    width: 150px !important;
  }
}
.page-wrapper > .widget.ox-carousel {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.ox-carousel {
  position: relative;
}
.ox-carousel .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  top: 0;
  left: 0;
  cursor: pointer;
}
.ox-carousel .overlay-link:before,
.ox-carousel .overlay-link:after {
  content: none !important;
}
.ox-carousel.owl-carousel {
  display: block;
  overflow: hidden;
}
.ox-carousel.owl-carousel:not(.owl-loaded) > * {
  display: none !important;
}
.ox-carousel.owl-carousel.ox-slider-height__image:not(.owl-loaded) {
  display: flex !important;
}
.ox-carousel.owl-carousel.ox-slider-height__image:not(.owl-loaded) > * {
  display: block !important;
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  line-height: 0;
}
.ox-carousel.block,
.ox-carousel.widget {
  margin: 0 auto;
}
.ox-carousel .ox-slide-item {
  overflow: hidden;
}
.ox-carousel .ox-slide-item .ox-carousel__wrapper {
  z-index: 1;
}
.ox-carousel .ox-slide-item .subtitle {
  margin-bottom: 22px;
}
.ox-carousel .ox-slide-item .title {
  margin-bottom: 16px;
}
.ox-carousel .ox-slide-item .title.huge-6vw,
.ox-carousel .ox-slide-item .title.huge-7vw,
.ox-carousel .ox-slide-item .title.big,
.ox-carousel .ox-slide-item .title.huge {
  font-size: 48px;
}
.ox-carousel .ox-slide-item .ox-carousel__col > a.ox-slide__button,
.ox-carousel .ox-slide-item .ox-carousel__inner > a.ox-slide__button {
  margin-top: 25px;
}
.ox-carousel .ox-slide-item .ox-carousel__col > *:last-child,
.ox-carousel .ox-slide-item .ox-carousel__inner > *:last-child {
  margin-bottom: 0;
}
.ox-carousel .ox-slide-item .subtitle + a.ox-slide__button,
.ox-carousel .ox-slide-item .title + a.ox-slide__button {
  margin-top: 0;
}
.ox-carousel .ox-slide-item .ox-carousel__col img {
  width: auto;
}
.ox-carousel .ox-carousel__col > a.ox-slide__button,
.ox-carousel .ox-carousel__inner > a.ox-slide__button {
  margin-top: 35px;
}
.ox-carousel .ox-carousel__col > *:last-child,
.ox-carousel .ox-carousel__inner > *:last-child {
  margin-bottom: 0;
}
.ox-carousel .ox-carousel__inner {
  z-index: 1;
  padding: 40px;
  max-width: 100%;
}
.ox-carousel.ox-slider-height__settings .ox-carousel__wrapper {
  height: 100%;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center,
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-right,
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-right .ox-carousel__inner {
  margin-left: auto;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center .ox-carousel__inner {
  margin: auto;
  text-align: center;
}
.ox-carousel.ox-slider-height__settings .ox-slide-item.slide-content-center.slide-layout-raw {
  justify-content: center;
}
.ox-carousel.ox-slider-height__settings .ox-carousel__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ox-carousel.ox-slider-height__image .ox-carousel__wrapper {
  position: relative;
  touch-action: manipulation;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
}
.ox-carousel.ox-slider-height__image .ox-carousel__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: list-item;
  max-width: 1400px;
  list-style: none;
  margin: 0 auto;
  padding: 30px;
}
.ox-carousel .-v-center.slide-content-right .ox-carousel__wrapper,
.ox-carousel .-v-center.slide-content-left .ox-carousel__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ox-carousel .slide-content-2-col .ox-carousel__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ox-carousel .slide-content-2-col .ox-carousel__col {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ox-carousel .slide-content-2-col .ox-carousel__col:first-child {
  z-index: 1;
}
@media (min-width: 768px) {
  .ox-carousel .slide-content-2-col .ox-carousel__col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
  }
  .ox-carousel .ox-carousel__inner {
    padding: 70px;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .ox-carousel .ox-slide-item.align-s-center {
    text-align: center;
  }
  .ox-carousel .ox-slide-item.align-s-center.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-center .ox-carousel__inner {
    margin-left: auto;
    margin-right: auto;
  }
  .ox-carousel .ox-slide-item.align-s-left {
    text-align: left;
  }
  .ox-carousel .ox-slide-item.align-s-left.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-left .ox-carousel__inner {
    margin-left: 0;
    margin-right: auto;
  }
  .ox-carousel .ox-slide-item.align-s-right {
    text-align: right;
  }
  .ox-carousel .ox-slide-item.align-s-right.slide-content-2-col .ox-carousel__col:first-child,
  .ox-carousel .ox-slide-item.align-s-right .ox-carousel__inner {
    margin-left: auto;
    margin-right: 0;
  }
}
.mw-50vw {
  max-width: 50vw !important;
  width: 100% !important;
}
.circle-pulse {
  width: 500px;
  height: 500px;
  box-shadow: inset 0px 0px 64px 0px rgba(215, 188, 167, 0.8);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -250px;
}
.circle-pulse.bigger {
  width: 750px;
  height: 750px;
  opacity: 0.85;
  margin-top: -375px;
  margin-left: -375px;
  animation-delay: 40ms;
}
.owl-item.active .animate {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-direction: reverse;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.floating40 {
  animation: floating40 4s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pulseBig {
  animation: pulseBig 2s infinite;
}
.circle-pulse-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.5);
}
.circle-pulse-img {
  z-index: 1;
  position: relative;
  padding: 30px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating40 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes pulseBig {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(5);
  }
}
@keyframes pulseBig {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  14% {
    transform: scale(1);
  }
  18% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1.1);
  }
  45% {
    transform: scale(1);
  }
}
.ox-carousel .ox-slide-item > .progress {
  height: 4px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 3;
}
.ox-carousel .ox-slide-item > .progress:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
.ox-carousel.ox-progress__p-bottom .ox-slide-item > .progress {
  top: auto;
  bottom: 0;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot:hover span.progress {
  background: #ffffff;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot span.progress {
  width: 100%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin: 8px 0 0 0;
  transition: all .2s;
  position: relative;
}
.ox-carousel.ox-progress__p-nav .owl-dots button.dot span.progress:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
@keyframes progress-horizontal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.ox-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.ox-carousel .owl-nav button {
  transition: transform 0.2s ease;
}
.ox-carousel .owl-nav button.owl-next,
.ox-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.ox-carousel .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
}
.ox-carousel .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
}
.ox-carousel .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.ox-carousel:hover .owl-nav button.owl-prev,
.ox-carousel:hover .owl-nav button.owl-next {
  transform: translateX(0) translateY(-50%);
}
.ox-carousel.ox-nav__always .owl-nav {
  visibility: visible;
  opacity: 1;
}
.ox-carousel.ox-nav__always .owl-nav button.owl-prev,
.ox-carousel.ox-nav__always .owl-nav button.owl-next {
  transform: translateX(0) translateY(-50%);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover.owl-next span {
  transform: translateX(10px) rotate(180deg);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover.owl-prev span {
  transform: translateX(-10px);
}
.ox-carousel.ox-nav__simple .owl-nav button:hover span:before,
.ox-carousel.ox-nav__simple .owl-nav button:hover span:after {
  background: #fff;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev {
  width: 56px;
  height: 56px;
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next:hover:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev:hover:after {
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span {
  transition: 0.2s ease transform;
  height: 38px;
  line-height: 38px;
  width: 24px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:after {
  background: #fff;
  height: 23px;
  left: 9px;
  width: 3px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev span:after {
  top: 15px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next:after,
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev:after {
  background: none;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-prev {
  left: 20px;
}
.ox-carousel.ox-nav__simple .owl-nav button.owl-next {
  right: 20px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev {
  width: 23px;
  height: 26px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span {
  height: 16px;
  line-height: 16px;
  width: 18px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:after {
  height: 10px;
  left: 9px;
  width: 2px;
}
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__simple.nav-small .owl-nav button.owl-prev span:after {
  top: 6px;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev {
  width: 40px;
  height: 56px;
  background: #000000;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__theme .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev span:after {
  height: 10px;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-prev {
  left: 0;
}
.ox-carousel.ox-nav__theme .owl-nav button.owl-next {
  right: 0;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev {
  width: 50px;
  height: 70px;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span {
  line-height: 32px;
  height: 32px;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:before,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:before,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:after {
  height: 20px;
  width: 3px;
  left: 0;
}
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-next span:after,
.ox-carousel.ox-nav__theme.nav-big .owl-nav button.owl-prev span:after {
  top: 12px;
}
.ox-carousel .owl-dots {
  padding: 25px;
}
.ox-carousel.ox-dots__p-over .owl-dots {
  min-height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.ox-carousel.ox-dots__p-over.ox-dots__overlay .ox-slide-item {
  position: relative;
}
.ox-carousel.ox-dots__p-over.ox-dots__overlay .ox-slide-item:before {
  content: '';
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.ox-carousel.ox-dots__p-right.ox-dots__overlay .ox-slide-item {
  position: relative;
}
.ox-carousel.ox-dots__p-right.ox-dots__overlay .ox-slide-item:before {
  content: '';
  height: 100%;
  width: 250px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots .owl-dot.active button.dot span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots .owl-dot.active button.dot span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots .owl-dot.active button.dot span.title {
  opacity: 1;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot {
  z-index: 2;
  margin: 0px 16px;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot:hover span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot:hover span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot:hover span.title {
  background: none;
  opacity: 1;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots button.dot span.title,
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.title,
.ox-carousel.ox-dots__s-lines_text .owl-dots button.dot span.title {
  color: #fff;
  padding: 0 14px;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  text-transform: initial;
  font-weight: 600;
  line-height: 1.2;
  background: none !important;
  opacity: 0.7;
  font-size: 16px;
}
.ox-carousel.ox-dots__s-rounded .owl-dots button.owl-dot.active span {
  width: 10px;
}
.ox-carousel.ox-dots__s-rounded .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.ox-carousel.ox-dots__s-lines_vertical .owl-dots button.owl-dot.active span {
  width: 47px;
  height: 12px;
}
.ox-carousel.ox-dots__s-lines_vertical .owl-dots button.owl-dot span {
  width: 47px;
  height: 3px;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over .owl-dots,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over .owl-dots .owl-dot,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom .owl-dots .owl-dot {
  width: 100%;
  padding: 0 18px;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot {
  margin-right: 20px;
  flex: 0 1 100%;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot:last-child,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot:last-child {
  margin-right: 0;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot.active span,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot.active span {
  width: 100%;
}
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-over button.owl-dot span,
.ox-carousel.ox-dots__s-lines_full.ox-dots__p-bottom button.owl-dot span {
  height: 3px;
  width: 100%;
  margin: 10px 0;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.title {
  line-height: 22px;
  font-weight: 600;
  font-size: 20px;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots .owl-dot {
  width: 100%;
  padding: 0 25px;
}
.ox-carousel.ox-dots__s-lines_text_big .owl-dots button.dot span.progress {
  height: 3px;
  margin: 16px 0 0 0;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ox-carousel.ox-dots__s-lines_text_full .owl-dots .owl-dot {
  width: 100%;
  padding: 0 18px;
}
.ox-carousel.ox-dots__s-lines_text_full.ox-dots__p-over .owl-dots button.dot span.progress,
.ox-carousel.ox-dots__s-lines_text_full.ox-dots__p-below .owl-dots button.dot span.progress {
  height: 3px;
  margin: 8px 0 0 0;
}
.ox-carousel.ox-dots__a-center.ox-dots__p-over .owl-dots,
.ox-carousel.ox-dots__a-center.ox-dots__p-below .owl-dots {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.athlete-slideshow {
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.athlete-slideshow .slide {
  display: none;
  width: 100%;
  height: 100%;
  /* in case script does not load */
}
.athlete-slideshow .slide.first {
  display: block;
}
.athlete-slideshow .slide .container {
  height: 100%;
}
.athlete-slideshow .slide .slide-img {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.athlete-slideshow .slide .slide-content-container {
  position: relative;
  z-index: 2;
  width: 98%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.athlete-slideshow .slide .controls-title {
  position: relative;
  float: left;
  margin: 0;
}
.athlete-slideshow .slide .controls {
  position: relative;
  float: left;
  margin: 0;
}
.athlete-slideshow .slide .controls .slide-control {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 60px;
  height: 52px;
  z-index: 800;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.athlete-slideshow .slide .controls .slide-control:after {
  content: '';
  display: block;
  background: #ffe51e;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
}
.athlete-slideshow .slide .controls .slide-control span {
  position: absolute;
  z-index: 2;
}
.athlete-slideshow .slide .controls .slide-control span:after,
.athlete-slideshow .slide .controls .slide-control span:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background: #fff;
}
.athlete-slideshow .slide .controls .slide-control:hover span:after,
.athlete-slideshow .slide .controls .slide-control:hover span:before {
  background: #000;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
  transform: rotate(-45deg);
  top: 24px;
  left: 13px;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
  transform: rotate(45deg);
  top: 24px;
  left: 27px;
}
.athlete-slideshow .slide .controls .slide-control.slide-prev:after {
  transform-origin: top;
  animation: arrow-out 200ms;
}
.athlete-slideshow .slide .controls .slide-control.slide-next span:before {
  transform: rotate(45deg);
  top: 27px;
  left: 13px;
}
.athlete-slideshow .slide .controls .slide-control.slide-next span:after {
  transform: rotate(-45deg);
  top: 27px;
  left: 27px;
}
.athlete-slideshow .slide .controls .slide-control.slide-next:after {
  transform-origin: bottom;
  animation: arrow-out 200ms;
}
.athlete-slideshow .slide .controls .progress {
  position: absolute;
  right: 0;
  height: 10px;
  width: 0;
  background: #ffe51e;
  border-radius: 0;
}
.athlete-slideshow .slide .disabled {
  background-color: #999;
}
.athlete-slideshow .slide .slide-banners {
  margin-left: auto;
}
.athlete-slideshow .slide .slide-banner {
  display: block;
  margin: 0 -10px 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.athlete-slideshow .slide .slide-banner:last-child {
  margin-bottom: 0;
}
.athlete-slideshow .slide .slide-banner img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  float: right;
  margin-left: 15px;
}
.no-touch .slide-title .link:hover {
  color: #ffffff;
  background-color: #000000;
}
.no-touch .slide-title .link:hover span {
  transform: translateX(4px);
}
.no-touch .slide-title .link:hover span:before,
.no-touch .slide-title .link:hover span:after {
  background: #ffffff;
}
.no-touch .athlete-slideshow .slide .controls .slide-control:hover:after {
  transform: scaleY(1);
}
.no-touch .athlete-slideshow .slide .controls .slide-prev:hover:after {
  transform-origin: bottom;
  animation: arrow-over 200ms;
}
.no-touch .athlete-slideshow .slide .controls .slide-next:hover:after {
  transform-origin: top;
  animation: arrow-over 200ms;
}
.no-touch .athlete-slideshow .slide .controls .disabled:hover {
  background-color: #999;
}
.no-touch .athlete-slideshow .slide .slide-banner:hover img {
  margin: 0 15px 0 0;
  opacity: 0.9;
}
.slide-title {
  float: left;
  margin: 0;
  /*
        position: absolute; 
        left: 60px; 
        */
  z-index: 1;
  display: none;
}
.slide-title br {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.slide-title .text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 48px;
  padding: 1px 12px 3px 6px;
  margin: 0;
  color: #fff;
  background-color: #000000;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.slide-title .text:first-child {
  margin-top: 0;
}
.slide-title .link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 35px;
  margin: 0;
  padding: 0 51px 0 11px;
  color: #000;
  background-color: #ffe51e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.slide-title .link span {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 25px;
  height: 35px;
}
.slide-title .link span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background: #000000;
  transform: rotate(45deg);
  top: 13px;
  left: 1px;
}
.slide-title .link span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  background: #000000;
  transform: rotate(-45deg);
  top: 19px;
  left: 1px;
}
.slide-title .link:hover span {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slide-title .animation-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slide-title .animation-wrapper:first-child {
  margin-top: 0;
}
.slide-title .animation-link {
  margin-top: 0;
}
.slide-title .slide-title .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.slide-title .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.slide-title .animate-me .text:after {
  width: 100%;
}
/* loading */
.cycle-loading {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  content: url('../../frontend/Olegnax/athlete2/en_US/Olegnax_Athlete2Slideshow/images/preloader.svg');
}
/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-pager span {
  font-family: Arial, sans-serif;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}
/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* overlay */
.cycle-overlay {
  font-family: tahoma, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}
/* prev / next links */
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
@keyframes arrow-over {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes arrow-out {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@media only screen and (max-width: 1023px) {
  .athlete-slideshow .slide .controls .slide-control {
    width: 51px;
    height: 44px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 17px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 21px;
    left: 23px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 21px;
    left: 23px;
  }
  .slide-title {
    /*left: 51px; */
  }
  .slide-title .text {
    line-height: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-below-768 {
    display: none;
  }
  .show-below-768 {
    display: block;
  }
  .athlete-slideshow .slide .slide-content-container {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 39px;
    height: 34px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 13px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls-title {
    float: none;
    width: 426px;
    margin: 0 auto;
  }
  .athlete-slideshow .slide .slide-banners {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .athlete-slideshow .slide .slide-banner {
    display: inline-block;
    margin: 5px;
  }
  .athlete-slideshow .slide .slide-banner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .no-touch .athlete-slideshow .slide .slide-banner:hover img {
    margin: 0;
    opacity: 1;
  }
  .slide-title {
    /*left: 39px; */
  }
  .slide-title .text {
    line-height: 30px;
    font-size: 30px;
  }
  .slide-title .link {
    line-height: 26px;
    font-size: 12px;
    padding: 0 41px 0 7px;
  }
  .slide-title .link span {
    width: 19px;
    height: 26px;
  }
  .slide-title .link span:before {
    top: 14px;
    width: 7px;
    height: 2px;
  }
  .slide-title .link span:after {
    width: 7px;
    height: 2px;
    top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .athlete-slideshow .slide .controls-title {
    width: 300px;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 33px;
    height: 28px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 11px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 13px;
    left: 15px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 13px;
    left: 15px;
  }
  .slide-title {
    /*left: 33px; */
  }
  .slide-title .text {
    line-height: 24px;
    font-size: 24px;
  }
  .slide-title .link {
    line-height: 20px;
    font-size: 11px;
    padding: 0 31px 0 5px;
  }
  .slide-title .link span {
    width: 14px;
    height: 20px;
  }
  .slide-title .link span:before {
    top: 10px;
    width: 6px;
  }
  .slide-title .link span:after {
    width: 6px;
    top: 7px;
  }
}
.ox-gmap-popup {
  max-width: 420px;
  padding: 14px;
}
.ox-gmap-popup > *:last-child {
  margin-bottom: 0;
}
.ox-gmap-wrapper {
  width: 100%;
  height: 450px;
}
.gm-style .gm-style-iw .ox-gmap-popup {
  font-weight: 400;
  font-size: 14px;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c {
  padding-bottom: 12px !important;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c > button {
  top: 0px !important;
  right: 0px !important;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.ox-gmap-wrapper .gm-style .gm-style-iw-c > button > img {
  width: 22px !important;
  height: 22px !important;
  margin: 4px !important;
}
.ox-gmap-wrapper .gm-style-iw-d {
  overflow: auto !important;
}
@keyframes hs_pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.ox-hotspot__container {
  position: relative;
}
.ox-hotspot__container > img {
  width: 100%;
  display: block;
}
.ox-hotspot__item {
  cursor: pointer;
  min-width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
}
.ox-hotspot__item.-shadow .inner {
  box-shadow: 0px 7px 16px 0 rgba(0, 0, 0, 0.25);
}
.ox-hotspot__item.-pulse:before {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ' ' !important;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-top: -19px;
  margin-left: -19px;
  background-color: currentColor;
  animation: hs_pulse 2s ease infinite;
}
.ox-hotspot__item .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.ox-hotspot__item .-bold,
.ox-hotspot__item .-text {
  line-height: 1;
  display: block;
  font-weight: 700;
}
.ox-hotspot__item .-upper {
  text-transform: uppercase;
}
.ox-hotspot__item:hover .ox-hotspot__tooltip {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.ox-hotspot__tooltip {
  position: absolute;
  top: 0;
  left: 19px;
  opacity: 0;
  visibility: hidden;
  padding: 12px 18px;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  width: 190px;
  transform: translateY(-100%) translateX(-50%);
  transition: all 0.15s ease;
  line-height: 1.4;
}
.ox-hotspot__tooltip:before {
  content: '';
  background: inherit;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
  z-index: -1;
}
.ox-hotspot__icon.athlete2-icon-plus {
  position: relative;
  font-size: 17px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: block;
  overflow: hidden;
}
.ox-hotspot__icon.athlete2-icon-plus-small {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
}
.ox-hotspot__icon.athlete2-icon-plus-small:after,
.ox-hotspot__icon.athlete2-icon-plus-small:before {
  content: '';
  background: currentColor;
  width: 10px;
  height: 2px;
  top: 4px;
  display: block;
  position: absolute;
}
.ox-hotspot__icon.athlete2-icon-plus-small:after {
  transform: rotate(90deg);
}
.ox-hotspot__icon + .-text.hs {
  margin-left: 5px;
}
.ox-product-scroll + .toolbar-products,
.ox-infinite-scroll-enabled .products.wrapper ~ .toolbar-products {
  display: none;
}
.ox-product-scroll__type--auto .ox-product-scroll__loader {
  margin-top: 20px;
}
.ox-product-scroll {
  margin-top: 20px;
}
.ox-product-scroll.ox-ps-hide.ox-product-scroll-prev {
  display: none !important;
}
.ox-product-scroll.ox-ps-hide.ox-product-scroll-next .ox-product-scroll__button,
.ox-product-scroll.ox-ps-hide.ox-product-scroll-next .ox-product-scroll__loader {
  display: none !important;
}
.ox-product-scroll .ox-product-scroll__loader {
  display: none;
}
.ox-product-scroll.active .ox-product-scroll__loader {
  display: block;
}
.ox-product-scroll .ox-product-scroll__loader {
  margin-left: auto;
  margin-right: auto;
}
.ox-product-scroll.ox-product-scroll__loader--magento .ox-product-scroll__loader {
  position: relative;
  width: 160px;
  height: 160px;
  margin-top: 0;
}
.ox-product-scroll.ox-product-scroll__loader--magento .ox-product-scroll__loader:before {
  background: rgba(255, 255, 255, 0.5) url('../../frontend/Olegnax/athlete2/en_US/images/loader-2.gif') no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ox-product-scroll.ox-product-scroll__loader--css .ox-product-scroll__loader {
  display: block;
  width: 35px;
  height: 35px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 35px;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 4px solid #000000;
  animation: spin .65s infinite linear;
  transition: all 600ms ease-in-out;
}
.ox-product-scroll .ox-product-scroll__button {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 16px auto 0;
  padding: 15px;
  line-height: normal;
}
.ox-product-scroll .ox-product-scroll__button.active {
  display: none;
}
.ox-product-scroll__amount {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 16px auto 0;
  display: none;
}
.ox-product-scroll__amount.ox-product-scroll__amount-loaded {
  display: block;
}
.ox-product-scroll__amount .amount-wrap {
  text-align: center;
  margin-bottom: 8px;
}
.ox-product-scroll__amount .amount-count-line {
  display: block;
  height: 2px;
  background: #e6e6e6;
  overflow: hidden;
}
.ox-product-scroll__amount .amount-count-line span {
  display: block;
  height: 2px;
  background: #000000;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 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/en_US/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;
  padding-right: 3px;
}
.filter-options-content .item[class*='ox-item-level-'] {
  padding-left: 30px;
}
.filter-options-content .item.ox-item-level-,
.filter-options-content .item.ox-item-level-0 {
  padding-left: 0;
}
.filter-options-content .item.ox-item-level-1 {
  padding-left: 12px;
}
.filter-options-content .item.ox-item-level-2 {
  padding-left: 24px;
}
.filter-options-content .ox-layered__items--checkbox .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-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/* Toggle Plus Icon */
.ox-megamenu img {
  vertical-align: middle;
}
.ox-megamenu .ox-border-bottom {
  padding: 0 0 33px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-border-top {
  padding: 33px 0 0;
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-vertical-separator {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 90%;
  margin-top: 5%;
  margin-bottom: 5%;
  background: rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ox-megamenu .a-center {
  text-align: center;
}
.ox-megamenu .a-left {
  text-align: left;
}
.ox-megamenu .a-right {
  text-align: right;
}
.ox-megamenu .no-padding {
  padding: 0 !important;
}
.ox-megamenu .no-margin {
  margin: 0 !important;
}
.ox-megamenu .relative {
  position: relative;
}
.ox-megamenu .widget.block-products-list .block-title {
  margin-bottom: 12px;
}
.ox-megamenu .row,
.ox-megamenu .ox-megamenu__dropdown .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.ox-menu-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ox-megamenu-trns {
  display: none;
  min-width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.ox-megamenu--scroll {
  overflow: auto;
}
.ox-megamenu {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.ox-megamenu ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ox-megamenu a {
  text-decoration: none !important;
}
.ox-megamenu .ox-menu__category-image {
  width: 100%;
  height: auto;
}
.ox-megamenu .ox-menu__category-image img {
  display: block;
  margin-bottom: 15px;
}
/* Main Navigation Links */
.ox-megamenu-navigation > li,
.ox-megamenu-navigation .category-item {
  margin: 0;
  position: relative;
}
.ox-megamenu-navigation > li > a,
.ox-megamenu-navigation .category-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
  position: relative;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  background-color: transparent;
  color: #333333;
  padding: 6px 9px;
  font-size: 14px;
  font-weight: 700;
}
.ox-megamenu-navigation > li.has-active > .level-top,
.ox-megamenu-navigation .category-item.has-active > .level-top,
.ox-megamenu-navigation > li.active > .level-top,
.ox-megamenu-navigation .category-item.active > .level-top,
.ox-megamenu-navigation > li.has-active > a,
.ox-megamenu-navigation .category-item.has-active > a,
.ox-megamenu-navigation > li.active > a,
.ox-megamenu-navigation .category-item.active > a {
  background-color: #333333;
  color: #ffffff;
}
.ox-megamenu-navigation > li.has-active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation > li.active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:before,
.ox-megamenu-navigation > li.has-active > a .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:before,
.ox-megamenu-navigation > li.active > a .ox-menu-arrow:before,
.ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:before,
.ox-megamenu-navigation > li.has-active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation > li.active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:after,
.ox-megamenu-navigation > li.has-active > a .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:after,
.ox-megamenu-navigation > li.active > a .ox-menu-arrow:after,
.ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:after {
  background-color: #000000;
}
.ox-megamenu-navigation > .level0 {
  margin: 9px 0;
}
.ox-megamenu-navigation > .level0 > .level-top {
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  letter-spacing: -0.03em;
  padding: 6px 9px;
  min-height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #333333;
}
.ox-megamenu-navigation > .level0 > .level-top:after {
  /* IE FIX */
  content: '';
  min-height: inherit;
  font-size: 0;
  display: block;
}
.ox-megamenu-navigation .ox-megamenu__dropdown {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.ox-megamenu-navigation .ox-megamenu__dropdown .category-item > a {
  border-top: none;
}
.ox-megamenu-navigation .ox-megamenu__dropdown .category-item.active > a {
  border-color: #333333;
}
/* padding for parent submenu items (with plus) */
.ox-mm-sub-icons .ox-megamenu__dropdown li.parent > a {
  padding-right: 16px;
}
/* Labels */
.ox-megamenu-navigation .ox-megamenu-label {
  z-index: 1;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0;
  background-color: #ff0000;
  line-height: 1;
  padding: 3px 5px 4px 5px;
  position: relative;
  display: block;
  right: -10px;
  letter-spacing: 0;
  top: 0;
  text-transform: initial;
}
.ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list.row > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item > a {
  text-transform: unset;
}
.ox-menu-item__custom-element {
  margin-right: 6px;
  line-height: 1;
}
.ox-menu-item__custom-element > i {
  line-height: 0;
  display: inherit;
}
.ox-menu-item__custom-element > i:before {
  display: block;
}
.ox-megamenu__dropdown .widget.block,
.ox-megamenu__dropdown .widget.block-products-list {
  margin-bottom: 0;
}
.modal-popup.ox-newsletter-modal {
  overflow: auto;
  left: 20px;
  right: auto;
  bottom: auto;
  top: 20px;
  width: 960px;
  max-width: calc(100% - 40px);
  margin: auto;
  max-height: calc(100% - 40px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  /*box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);*/
  box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
.modal-popup.ox-newsletter-modal.no-overlay {
  z-index: 99999 !important;
}
.modal-popup.ox-newsletter-modal .modal-inner-wrap {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  margin: 0;
  /*height:550px;*/
  display: block;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-attachment: local;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.modal-popup.ox-newsletter-modal._show {
  -webkit-transition: opacity .4s ease, transform .7s ease;
  transition: opacity .4s ease, transform .7s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.modal-popup.ox-newsletter-modal .modal-header {
  padding: 0;
  height: 0;
}
.modal-popup.ox-newsletter-modal .modal-content {
  padding: 0;
  height: 100%;
}
.modal-popup.ox-newsletter-modal .action-close {
  z-index: 10;
}
.modal-popup.ox-newsletter-modal .ox-newsletter-modal__overlay {
  z-index: 99998;
}
.ox-newsletter-modal .-form-button-below .block.newsletter .form.subscribe {
  flex-direction: column;
}
.ox-newsletter-modal .-form-button-below .block.newsletter .action.primary {
  width: 100%;
  margin-top: 10px;
}
.ox-newsletter-modal .col {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ox-newsletter-modal .col.-content {
  padding: 0;
}
.ox-newsletter-modal .block.newsletter {
  background: none;
  padding: 0;
}
.ox-newsletter-modal .-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}
.ox-newsletter-modal .inner {
  width: 100%;
  padding: 60px;
}
.ox-newsletter-modal .-content-v-center .inner {
  margin: auto;
}
.ox-newsletter-modal .-content-v-bottom .inner {
  margin-top: auto;
}
.ox-newsletter-modal .-content-h-left .-content {
  text-align: left;
}
.ox-newsletter-modal .-content-h-center .-content {
  text-align: center;
}
.ox-newsletter-modal .-content-h-right .-content {
  text-align: right;
}
.ox-unlock-newsletter {
  position: relative;
}
.ox-unlock-newsletter .-form-wrapper {
  padding: 12px;
  background: #fbe62d;
  width: 100%;
}
.ox-unlock-newsletter .-form-wrapper .block.newsletter {
  margin: 0;
}
.ox-product-labels-wrapper {
  position: absolute;
  text-align: left;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ox-product-labels-wrapper.ox-product-labels--top-left {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.ox-product-labels-wrapper.ox-product-labels--top-left span {
  margin-bottom: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.ox-product-labels-wrapper.ox-product-labels--top-right span {
  margin-bottom: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-left span {
  margin-top: 3px;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
.ox-product-labels-wrapper.ox-product-labels--bottom-right span {
  margin-top: 3px;
}
.ox-product-label-custom,
.ox-product-label-bestseller,
.ox-product-label-featured,
.ox-product-label-new,
.ox-product-label-sale {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  clear: left;
  float: left;
}
.ox-product-label-bestseller {
  color: #ffffff;
  background: #f94127;
}
.ox-product-label-custom,
.ox-product-label-featured {
  color: #ffffff;
  background: #00d7e1;
}
.ox-product-label-new {
  color: #ffffff;
  background: #f94127;
}
.ox-product-label-sale {
  color: #ffffff;
  background: #c2e124;
}
.products-grid__layout-2.grid .product-item:hover .ox-product-labels-wrapper,
.products-grid__layout-default.grid .product-item:hover .ox-product-labels-wrapper {
  opacity: 0;
}
.products-grid .product-items.owl-carousel .product-item,
.page-products .products-grid .product-items.owl-carousel .product-item {
  max-width: none !important;
}
.owl-dots--align-center .owl-carousel .owl-dots {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.widget.block-products-list {
  margin-bottom: 60px;
}
.widget.block-products-list .owl-carousel:not(.owl-loaded) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget.block-products-list .owl-carousel:not(.owl-loaded) > .product-item-info {
  opacity: 0;
  visibility: hidden;
}
.widget.block-products-list .products-grid .product-items:not(.owl-carousel) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget.block-products-list .products-grid .product-items:not(.owl-carousel) .product-item {
  width: 100%;
}
.widget.block-products-list .block-title {
  margin-bottom: 15px;
}
.widget.block-products-list .block-title strong,
.widget.block-products-list .block-title h1,
.widget.block-products-list .block-title h2,
.widget.block-products-list .block-title h3,
.widget.block-products-list .block-title h4,
.widget.block-products-list .block-title h5,
.widget.block-products-list .block-title h6 {
  max-width: calc(100% - 70px);
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title .owl-nav {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title.no-title .owl-nav {
  margin-left: 0;
}
.widget.block-products-list .block-title.title-h1,
.widget.block-products-list .block-title.title-h2,
.widget.block-products-list .block-title.title-h3 {
  margin-bottom: 30px;
}
.widget.block-products-list.title--align-center .block-title {
  text-align: center;
}
.widget.block-products-list.owl-nav--position-title .owl-carousel .owl-nav {
  display: none;
}
.widget.block-products-list.title--sideline.title--align-left .block-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: left;
}
.widget.block-products-list.title--sideline.title--align-left .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 30px;
  margin-right: -100%;
}
.widget.block-products-list.title--sideline.title--align-left .block-title.no-title:after {
  left: 10px;
}
.widget.block-products-list.title--sideline.title--align-center .block-title {
  overflow: hidden;
  text-align: center;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:before,
.widget.block-products-list.title--sideline.title--align-center .block-title:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:before {
  right: 30px;
  margin-left: -100%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title:after {
  left: 30px;
  margin-right: -100%;
}
.widget.block-products-list.title--sideline.title--align-center .block-title.no-title:after {
  left: 10px;
}
.widget.block-products-list.title--sideline.title--align-center .block-title.no-title:before {
  right: 10px;
}
.owl-carousel.widget-product-grid .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.owl-carousel.widget-product-grid .owl-nav button {
  transition: transform 0.2s ease;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next.disabled,
.owl-carousel.widget-product-grid .owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-prev {
  transform: translateX(-20px) translateY(-50%);
  left: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next {
  transform: translateX(20px) translateY(-50%);
  right: -10px;
}
.owl-carousel.widget-product-grid .owl-nav button.owl-next span {
  transform: rotate(180deg);
}
.owl-dots--show .owl-carousel .owl-nav button.owl-next,
.owl-dots--show .owl-carousel .owl-nav button.owl-prev {
  margin-top: -25px;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-3columns .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column .block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.block.widget.product-columns-s-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .products-grid .product-item,
.page-layout-3columns .block.widget.product-columns-s-2 .products-grid .product-item,
.page-layout-1column .block.widget.product-columns-s-2 .products-grid .product-item,
.block.widget.product-columns-s-2 .products-grid .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-3columns .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column .block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.block.widget.product-columns-s-1 .owl-carousel:not(.owl-loaded) > .product-item-info,
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .products-grid .product-item,
.page-layout-3columns .block.widget.product-columns-s-1 .products-grid .product-item,
.page-layout-1column .block.widget.product-columns-s-1 .products-grid .product-item,
.block.widget.product-columns-s-1 .products-grid .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-2 .product-item,
.page-layout-3columns .block.widget.product-columns-s-2 .product-item,
.page-layout-1column .block.widget.product-columns-s-2 .product-item,
.block.widget.product-columns-s-2 .product-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page-layout-1column-fullwidth .block.widget.product-columns-s-1 .product-item,
.page-layout-3columns .block.widget.product-columns-s-1 .product-item,
.page-layout-1column .block.widget.product-columns-s-1 .product-item,
.block.widget.product-columns-s-1 .product-item {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-grid__image-wrapper .action:is(.tocompare, .towishlist):after {
  content: none;
}
.widget.block-products-list .block-title .title-wrap {
  max-width: calc(100% - 70px);
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.widget.block-products-list .block-title .title-wrap > * {
  max-width: 100%;
}
#ox_quickview_wrapper html {
  overflow: hidden;
}
.ox_quickview-preloader {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  content: url('../../frontend/Olegnax/athlete2/en_US/Olegnax_Quickview/images/preloader.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -40px;
}
.ox-quickview-catalog-product-view .bundle-options-container,
.ox_quickview-catalog_product-view .bundle-options-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  margin-bottom: 0;
}
.ox-quickview-catalog-product-view .bundle-options-container .product-add-form,
.ox_quickview-catalog_product-view .bundle-options-container .product-add-form {
  padding: 50px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--top-left,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--top-left {
  padding-left: 20px;
  padding-top: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--top-right,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--top-right {
  padding-top: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--bottom-left,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--bottom-left {
  padding-left: 20px;
  padding-bottom: 20px;
}
.ox-quickview-catalog-product-view .ox-product-labels-wrapper.ox-product-labels--bottom-right,
.ox_quickview-catalog_product-view .ox-product-labels-wrapper.ox-product-labels--bottom-right {
  padding-bottom: 20px;
}
.ox-quickview-catalog-product-view.catalog-product-view .column.main,
.ox_quickview-catalog_product-view.catalog-product-view .column.main {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ox-quickview-catalog-product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery,
.ox_quickview-catalog_product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.ox-quickview-catalog-product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery .fotorama__grab,
.ox_quickview-catalog_product-view .product.media .gallery-placeholder.ox-custom-cursor.ox-gallery .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.ox-quickview-catalog-product-view .product-info-main,
.ox_quickview-catalog_product-view .product-info-main {
  width: 48%;
  padding: 50px 40px 0 40px;
  margin-bottom: 0;
  overflow-y: auto;
}
.ox-quickview-catalog-product-view .product-info-main .swatch-attribute,
.ox_quickview-catalog_product-view .product-info-main .swatch-attribute {
  margin-bottom: 10px;
}
.ox-quickview-catalog-product-view .product-info-main .product-reviews-summary,
.ox_quickview-catalog_product-view .product-info-main .product-reviews-summary {
  margin: -15px 0 17px 0;
}
.ox-quickview-catalog-product-view .product-info-main .page-title-wrapper .page-title,
.ox_quickview-catalog_product-view .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 18px;
}
.ox-quickview-catalog-product-view .product-info-main .product.attribute.overview,
.ox_quickview-catalog_product-view .product-info-main .product.attribute.overview {
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view .box-tocart .action.tocart,
.ox_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.ox-quickview-catalog-product-view .page-wrapper .page-main,
.ox_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 0 !important;
  min-height: 300px;
}
.ox-quickview-catalog-product-view .reviews-actions .add,
.ox_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form .box-tocart,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form .box-tocart {
  width: 100%;
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-add-form .box-tocart .product-addto-links,
.ox_quickview-catalog_product-view.page-product-downloadable .product-add-form .box-tocart .product-addto-links {
  display: flex;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.ox-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.ox_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.ox-quickview-catalog-product-view .product-add-form,
.ox_quickview-catalog_product-view .product-add-form,
.ox-quickview-catalog-product-view .product-options-bottom .box-tocart,
.ox_quickview-catalog_product-view .product-options-bottom .box-tocart,
.ox-quickview-catalog-product-view .product-options-bottom .actions--right-to-cart,
.ox_quickview-catalog_product-view .product-options-bottom .actions--right-to-cart {
  margin-bottom: 30px;
}
.ox-quickview-catalog-product-view .product-info-main .product-info-price,
.ox_quickview-catalog_product-view .product-info-main .product-info-price,
.ox-quickview-catalog-product-view .product-options-bottom .product-info-price,
.ox_quickview-catalog_product-view .product-options-bottom .product-info-price {
  margin-bottom: 24px;
}
.ox-quickview-catalog-product-view .swatch-opt,
.ox_quickview-catalog_product-view .swatch-opt {
  margin: 20px 0 30px 0;
}
.ox-quickview-catalog-product-view .product-add-form .fieldset,
.ox_quickview-catalog_product-view .product-add-form .fieldset {
  margin: 0 0 30px;
}
/*.box-gotoproduct #product-gotoproduct-button {

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

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

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

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

                .price {
                    .lib-font-size(12);
                    font-weight: @font-weight__bold;
                }
            }*/
}
.product-info-main .price-box p,
.product-options-bottom .price-box p {
  margin-bottom: 0;
}
.product-info-main .price-box .price-from,
.product-options-bottom .price-box .price-from,
.product-info-main .price-box .price-to,
.product-options-bottom .price-box .price-to {
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .price-box .price-wrapper,
.product-options-bottom .price-box .price-wrapper {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.product-info-main .price-box .price-label,
.product-options-bottom .price-box .price-label {
  /*display: block;*/
  display: none;
  font-weight: 600;
  font-size: 13px;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .price-box .price-container,
.product-options-bottom .price-box .price-container {
  position: relative;
  display: inline-block;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin: 0 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  display: inline-block;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  max-width: 130px;
  display: inline-block;
  padding-right: 5px;
  -moz-appearance: textfield;
  margin: 0;
}
.product-info-main .box-tocart .field.qty > .label,
.product-options-bottom .box-tocart .field.qty > .label {
  display: none !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.product-info-main .box-tocart .input-text.qty::-webkit-inner-spin-button,
.product-options-bottom .box-tocart .input-text.qty::-webkit-inner-spin-button,
.product-info-main .box-tocart .input-text.qty::-webkit-outer-spin-button,
.product-options-bottom .box-tocart .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 40px;
  min-width: 200px;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.product-info-main .box-tocart .action.tocart svg,
.product-options-bottom .box-tocart .action.tocart svg {
  display: inline-flex;
  align-self: center;
  flex: 0 1 auto;
  animation: move-vertical-out 0.25s;
  margin-right: 13px;
}
.product-info-main .box-tocart .action.tocart:hover svg,
.product-options-bottom .box-tocart .action.tocart:hover svg {
  animation: move-vertical-hover 0.25s;
  fill: #fff;
}
.product-info-main .action.tocompare span,
.product-options-bottom .action.tocompare span,
.product-info-main .action.towishlist span,
.product-options-bottom .action.towishlist span {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: -0.03em;
}
.product-info-main .product-social-links,
.product-options-bottom .product-social-links {
  margin-bottom: 25px;
}
.product-info-main .product-social-links .product-addto-links,
.product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare,
.product-info-main .product-social-links .product-addto-links .action.towishlist,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist {
  height: auto;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare span,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare span,
.product-info-main .product-social-links .product-addto-links .action.towishlist span,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist span {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist:before {
  position: static;
  vertical-align: middle;
  margin-right: 10px;
}
.product-info-main .product__social-share,
.product-options-bottom .product__social-share {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-info-main .product__social-share .social-share__action,
.product-options-bottom .product__social-share .social-share__action {
  height: 54px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action .icon,
.product-options-bottom .product__social-share .social-share__action .icon {
  color: #000000;
  vertical-align: middle;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 1;
  color: inherit;
  content: '\66';
  font-family: 'athlete2';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  width: 23px;
}
.product-info-main .product__social-share .social-share__action .label,
.product-options-bottom .product__social-share .social-share__action .label {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.product-info-main .product__social-share .social-share__action:hover,
.product-options-bottom .product__social-share .social-share__action:hover {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action:hover .icon,
.product-options-bottom .product__social-share .social-share__action:hover .icon {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__content,
.product-options-bottom .product__social-share .social-share__content {
  display: block;
  position: absolute;
  visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  text-align: center;
  background: #111111;
  padding: 25px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-info-main .product__social-share .social-share__content .ox-social-button,
.product-options-bottom .product__social-share .social-share__content .ox-social-button {
  display: flex;
  align-items: center;
  line-height: 36px;
  text-align: left;
  height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  border: none;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(10px);
  will-change: transform;
}
.product-info-main .product__social-share .social-share__content .ox-social-button span,
.product-options-bottom .product__social-share .social-share__content .ox-social-button span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-info-main .product__social-share .social-share__content .ox-social-button i,
.product-options-bottom .product__social-share .social-share__content .ox-social-button i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
.product-info-main .product__social-share .social-share__content.opened,
.product-options-bottom .product__social-share .social-share__content.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility ease 0.2s;
  transition: all 0.2s ease, visibility ease 0.2s;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button,
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button {
  transform: translateY(0);
  opacity: 1;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button:nth-child(1),
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button:nth-child(1) {
  transition-delay: 120ms;
}
.product-info-main .product__social-share .social-share__content.opened .ox-social-button:nth-child(2),
.product-options-bottom .product__social-share .social-share__content.opened .ox-social-button:nth-child(2) {
  transition-delay: 60ms;
}
.product-info-main .product-social-links .product__social-share,
.product-options-bottom .product-social-links .product__social-share {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  vertical-align: baseline;
}
.product-info-main .product-social-links .product__social-share .social-share__action,
.product-options-bottom .product-social-links .product__social-share .social-share__action {
  height: auto;
  width: auto;
  display: block;
}
.product-info-main .product-social-links .product__social-share .social-share__action .icon,
.product-options-bottom .product-social-links .product__social-share .social-share__action .icon {
  color: #000000;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.product-info-main .product-social-links .product__social-share .social-share__action .label,
.product-options-bottom .product-social-links .product__social-share .social-share__action .label {
  display: inline-block;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  display: inline-block;
  text-decoration: none;
  color: #000;
  height: 54px;
  width: 44px;
  position: relative;
  padding: 0;
  text-align: center;
}
.product-info-main .action.tocompare.athlete2-icon-compare:before,
.product-options-bottom .action.tocompare.athlete2-icon-compare:before {
  font-size: 18px;
  position: relative;
  top: calc(50% - 9px);
}
.product-options-bottom .product-social-links {
  margin-bottom: 0;
}
.product-options-bottom .box-tocart .fieldset {
  margin: 0;
}
.product-options-bottom .box-tocart.actions--right-to-cart {
  margin-right: 10px;
}
.product-options-bottom .box-tocart.actions--right-to-cart .actions {
  display: flex;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
.product-info-main .product-options-bottom .actions--right-to-cart {
  margin-bottom: 0;
}
.product-info-main .product-options-bottom .actions--right-to-cart .actions {
  display: inline-block;
}
.product-add-form .fieldset {
  margin: 0 0 40px;
}
.product-add-form .fieldset br {
  display: none;
}
.product-add-form .fieldset > .field:not(.choice) > .label {
  text-transform: uppercase;
  padding: 14px 20px;
  display: block;
  background: #f8f8f8;
  margin: 0;
}
.product-add-form .fieldset input[type=file] {
  padding: 10px 20px;
}
.product-add-form .fieldset .field .field.choice {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.product-add-form .fieldset .field .field.choice:last-child {
  border: none;
}
.product-add-form .box-tocart > .fieldset {
  margin: 0;
}
.bundle-actions,
.product-add-form,
.product-options-bottom .box-tocart,
.product-options-bottom .actions--right-to-cart {
  margin-bottom: 38px;
}
.product-options-bottom .actions--right-to-cart .product-addto-links,
.product-add-form .product-addto-links {
  display: inline-block;
  vertical-align: top;
}
.product-options-bottom .actions--right-to-cart .product-addto-links .action.tocompare span,
.product-add-form .product-addto-links .action.tocompare span,
.product-options-bottom .actions--right-to-cart .product-addto-links .action.towishlist span,
.product-add-form .product-addto-links .action.towishlist span {
  display: none;
}
.product.pricing {
  margin-bottom: 28px;
}
.product-add-form + .product.pricing {
  margin-top: -20px;
}
.prices-tier {
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar.sidebar-additional .block.block-compare .block-title,
.sidebar.sidebar-additional .block.block-wishlist .block-title {
  display: flex;
}
.sidebar.sidebar-additional .block.block-compare .block-title > strong,
.sidebar.sidebar-additional .block.block-wishlist .block-title > strong {
  margin: 0 10px 0 0;
}
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .action.details {
  width: 100%;
}
.sidebar.sidebar-additional .block-compare .compare-items {
  padding: 10px 0;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar .block-wishlist .product-item-name {
  margin-right: 0;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item .price {
  font-size: 15px;
}
.sidebar .product-items .product-item-info {
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
}
.sidebar .product-items .product-item-info .product-item-photo {
  /*left: 0;
                    position: absolute;
                    top: 0;*/
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
  font-size: 14px;
}
.sidebar .product-items .product-item-details {
  /*margin: 0 0 0 85px;*/
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 0;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 2px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.tocart {
  /*span{
                        display:none;
                    }
                    &:before{
                        content: "\67";
                        font-size: 16px;
                        font-family: "athlete2" !important;
                        font-style: normal !important;
                        font-weight: normal !important;
                        font-variant: normal !important;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }*/
  padding: 6px 8px;
  margin-left: 4px;
}
.sidebar .product-items .action.tocart span {
  font-size: 12px;
}
.sidebar .product-items .action.delete {
  left: 0;
}
.sidebar .product-items .actions-secondary {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin: 5px 0;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalogsearch-result-index .column.main .breadcrumbs,
.catalog-category-view .column.main .breadcrumbs {
  padding: 0;
  padding-bottom: 4px;
  margin-left: -3px;
}
.catalogsearch-result-index .column.main .page-title-wrapper .page-title,
.catalog-category-view .column.main .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.gallery__item {
  text-align: center;
}
.gallery--1col .gallery__item {
  margin-bottom: 20px;
  /*&:last-child{
                margin-bottom: 0;
            }*/
}
.gallery--2cols .gallery__item {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  line-height: 0;
}
.gallery--stretch-images .gallery__image {
  width: 100%;
}
.gallery--stretch-images .ox-grid-gallery-video {
  width: 100%;
  object-fit: cover;
}
.gallery--center-images .ox-grid-gallery-video,
.gallery--stretch-images .ox-grid-gallery-video,
.gallery--center-images .gallery__image,
.gallery--stretch-images .gallery__image {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery--center-images .video-w-controls .ox-grid-gallery-video,
.gallery--stretch-images .video-w-controls .ox-grid-gallery-video {
  max-height: 100%;
  object-fit: cover;
}
.gallery--center-images .gallery__image-wrapper,
.gallery--stretch-images .gallery__image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
/*
    .ox-lazy{
        .gallery__image{
            &.lazy:not(.lazy-loaded){
                width: 73px;
                height: 5px;
                margin: auto;
                opacity: 1;
            }
        }
    }*/
.gallery__image-wrapper.lazy-loader .gallery__image {
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .product-item .product-list-view__right-wrapper .actions-secondary .action span {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1160px) {
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-item-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-top: 15px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary {
    margin-left: -5px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .products-list .product-item-details {
    display: inline-block;
    float: left;
    width: 100%;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.action.print {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison thead td,
.table-comparison thead th {
  border: none !important;
}
.table-comparison tbody:nth-child(even) tr:hover {
  background: #f8f8f8;
}
.table-comparison .cell:not(:last-child) {
  border-right: 1px solid rgba(107, 107, 107, 0.18) !important;
}
.table-comparison .cell {
  padding: 25px;
  width: 190px;
  /*&.product.info,
            &.product.label {
                border-bottom: @table__border-width @table__border-style @table__border-color;
            }*/
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 800;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
  font-family: Arial, sans-serif;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 10px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 5px 0;
}
.table-comparison .product-reviews-summary {
  margin: 0;
}
.table-comparison .product-reviews-summary .reviews-actions a {
  margin-left: 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.table-comparison .price-box {
  font-weight: 700;
  font-size: 14px;
  text-transform: initial;
}
.table-comparison .product-item-name {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #000000;
}
.table-comparison .cell.remove .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .cell.remove .action.delete:hover {
  background: #ffe51e;
}
.table-comparison .cell.remove .action.delete:hover:before {
  color: #000000;
}
.table-comparison .cell.remove .action.delete:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  transform: rotate(45deg);
  color: #ffffff;
  background: none;
  content: "\75";
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
}
.table-comparison .product-item-actions .actions-primary,
.table-comparison .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: top;
}
.table-comparison .action.towishlist,
.table-comparison .action.tocart {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  opacity: 1;
  visibility: visible;
}
.table-comparison .action.towishlist .icon,
.table-comparison .action.tocart .icon {
  line-height: 0;
}
.table-comparison .action.towishlist svg,
.table-comparison .action.tocart svg {
  fill: #ffffff;
}
.table-comparison .action.towishlist:before,
.table-comparison .action.tocart:before {
  margin-left: auto;
  margin-right: auto;
}
.table-comparison .action.towishlist:hover,
.table-comparison .action.tocart:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.table-comparison .action.towishlist:hover:before,
.table-comparison .action.tocart:hover:before {
  color: #000000;
}
.table-comparison .action.towishlist:hover svg,
.table-comparison .action.tocart:hover svg {
  fill: #000000;
}
.table-comparison .action.towishlist span,
.table-comparison .action.tocart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .action.towishlist:after,
.table-comparison .action.tocart:after {
  background: none !important;
}
.table-comparison .action.tocart {
  padding: 0;
}
.table-comparison .action.tocart:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\67";
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.block-compare .product-item .product-item-name {
  margin-left: 28px;
}
.block-compare .action {
  /*&.compare {
                &:extend(.abs-revert-secondary-color all);
            }*/
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 23px 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .block-bundle-summary .action.tocompare {
    width: 44px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .field.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .field.qty {
    max-width: 110px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .icon-minus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-minus,
  .product-info-main .box-tocart.actions--right-to-cart .icon-plus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-plus {
    width: 28px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .input-text.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .input-text.qty {
    padding: 0 28px;
  }
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .nested {
  display: none;
}
.block-search input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.block-search input:-moz-placeholder {
  color: #c2c2c2;
}
.block-search input::-moz-placeholder {
  color: #c2c2c2;
}
.block-search input:-ms-input-placeholder {
  color: #c2c2c2;
}
.block-search .action.search {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  background: #ffe51e;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.block-search .action.search svg {
  width: 15px;
}
.block-search .action.search span {
  display: none;
}
.block-search .action.search:hover:after {
  background: #202020;
}
.block-search .action.search:hover svg {
  fill: #ffffff;
}
.search-autocomplete {
  display: none;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.1);
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  color: #333333;
  padding: 10px 40px 10px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  /*.lib-css(border, @autocomplete__border);*/
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 0;
}
.block-search--type-panel .block-content {
  display: none;
}
.gm-style button:after {
  content: none;
}
/* Set the size of the div element that contains the map */
#contact-page-gmap {
  min-height: 550px;
  width: 100%;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .contacts-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-index-index.contacts-fullwidth .page-main {
  max-width: 100%;
}
.contact-index-index.contacts-fullwidth .contacts-wrapper {
  padding: 0;
}
.contact-index-index.contacts-fullwidth #contact-page-gmap {
  min-height: 600px;
}
.contact-index-index .contacts-layout-default > .container {
  padding: 0 40px;
}
.contact-index-index .contacts-layout-default .contacts-first-block {
  margin-bottom: 50px;
}
.contact-index-index .contacts-layout-default .form.contact {
  padding: 50px;
  background: #f8f8f8;
}
.contact-index-index.contacts-fullwidth .contacts-layout-default {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split .contacts-third-block {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split.row {
  margin: 0;
}
.contact-index-index .contacts-layout-split .container {
  max-width: 100%;
  padding: 0;
}
.contact-index-index .contacts-layout-split .form.contact {
  margin: 0 auto;
}
.contact-index-index .contacts-layout-split .contacts-first-block {
  padding: 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-index-index .contacts-layout-split .contacts-first-block-inner,
.contact-index-index .contacts-layout-split .contacts-form-block {
  padding: 7%;
}
.contact-index-index .contacts-layout-split .contacts-second-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact,
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form.contact {
  max-width: 550px;
}
.contact-index-index .form.contact .action.submit.primary {
  padding: 18px 27px;
  min-width: 200px;
}
.contact-index-index .form.contact .fieldset .legend {
  margin-bottom: 10px;
  font-size: 36px;
}
.contact-index-index .contacts-third-block {
  margin-top: 50px;
}
.multishipping-checkout-login .page-main,
.customer-account-create .page-main,
.multishipping-checkout-register .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-login .page-main {
  background: #efefef;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.multishipping-checkout-login .page.messages,
.customer-account-create .page.messages,
.multishipping-checkout-register .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-login .page.messages {
  max-width: 920px;
  margin: auto;
}
/* login buttons */
.block-customer-login .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.account .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.account .data.table {
  margin-bottom: 0;
}
.account .data.table .col {
  padding: 26px 14px;
  vertical-align: middle;
  width: auto;
}
.account .data.table .col.actions {
  white-space: nowrap;
}
.account .data.table .col:first-child {
  padding-left: 32px;
}
.account .data.table .col:last-child {
  padding-right: 32px;
}
.account .data.table .col .action {
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.account .data.table thead {
  background: #f8f8f8;
  text-transform: uppercase;
  line-height: 1;
}
/*.inputs-style--underlined{
        .login-container {
            input{
                .ox-input-simple-underlined();
            }
        }
    }*/
.block-customer-login .block-title,
.block-new-customer .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.login-container {
  display: flex;
  max-width: 460px;
  margin: 100px auto;
  flex-flow: column;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
}
.login-container .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
  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 .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 .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 .column.main .block-dashboard-addresses .block-title,
.account .column.main .block-dashboard-info .block-title {
  display: flex;
  align-items: baseline;
}
.account .column.main .block-dashboard-addresses .block-title strong,
.account .column.main .block-dashboard-info .block-title strong {
  font-size: 2.5rem !important;
  text-decoration: underline;
  margin-bottom: 0 !important;
}
.account .column.main .block-dashboard-addresses .block-title .action,
.account .column.main .block-dashboard-info .block-title .action {
  color: #ce2127;
  border-bottom: 0 none !important;
  text-decoration: underline;
}
.account .box-actions {
  margin-top: 15px;
}
.account .box-actions .action {
  padding: 5px 9px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
.account .box-content {
  margin: 10px 0;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.field.street .field .label {
  position: absolute !important;
}
.fieldset.login {
  margin-bottom: 0;
}
.sidebar-nobg .account-nav .content {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidebar-nobg .account-nav .title label {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-nobg .account-nav .item {
  margin-left: -6px;
}
.sidebar-nobg .account-nav .item a,
.sidebar-nobg .account-nav .item > strong {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-nobg .account-nav .item .delimiter {
  margin-left: 0;
  margin-right: 0;
  border-color: #e4e4e4;
}
.account-nav .title {
  display: none;
  padding: 10px;
  background: #f8f8f8;
}
.account-nav .title label {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.account-nav .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 2px 0;
  padding: 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
}
.account-nav .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 20px 7px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 100%;
  min-height: 38px;
  line-height: 1.6;
  padding: 7px 11px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.captcha-reload {
  background: transparent;
  padding: 8px 10px;
}
.control.captcha-image {
  margin-top: 20px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.password.reset .actions-toolbar > .secondary,
.form.send.confirmation .actions-toolbar > .secondary,
.form.password.forget .actions-toolbar > .secondary {
  text-align: center;
  background: #000000;
  padding: 30px;
  margin: 55px -55px -55px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  background: #fff;
  max-width: 500px;
  margin: 60px auto;
  width: 100%;
  padding: 55px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.form.password.reset .field.note,
.form.send.confirmation .field.note,
.form.password.forget .field.note,
.form.create.account .field.note {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.form.password.reset .fieldset > .field > .control,
.form.send.confirmation .fieldset > .field > .control,
.form.password.forget .fieldset > .field > .control,
.form.create.account .fieldset > .field > .control {
  width: 100%;
}
.form.password.reset .fieldset > .field:not(.choice) > .label,
.form.send.confirmation .fieldset > .field:not(.choice) > .label,
.form.password.forget .fieldset > .field:not(.choice) > .label,
.form.create.account .fieldset > .field:not(.choice) > .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  float: none;
  width: auto;
  text-align: left;
}
.form.password.reset .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: 90px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.table.grouped .control.qty-controls-wrap .icon-minus,
.table.grouped .control.qty-controls-wrap .icon-plus {
  width: 28px;
  height: 46px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.page-layout-1column-fullwidth .filter.block,
.page-layout-1column .filter.block {
  display: none;
}
.ox-slideout .filter.block {
  display: block;
}
.ox-slideout .filter.block.ox-block-filter {
  padding: 35px;
}
.sidebar-nobg .filter.block .content {
  padding: 0;
  border-top: none;
  background-color: transparent;
  margin-bottom: 23px;
}
.filter.block {
  margin-bottom: 0;
}
.filter.block > .title {
  display: none;
}
.filter.block .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter.block .content dl.options {
  margin: 0;
}
.filter.block .content dl.options dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter.block .content dl.options dt strong {
  font-weight: 800;
  word-break: break-word;
}
.filter.block .content dl.options dd {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter.block .content dl.options dd li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
}
.filter.block .content dl.options dd li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.filter.block .content dl.options dd li a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter.block .content dl.options dd li .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-title strong {
  display: none;
}
.filter .block-subtitle {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: block;
  padding: 0 0 14px;
}
.filter .subtitle,
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin-left: auto;
  flex: 0 0 24px;
  margin-left: 10px;
  order: 2;
}
.filter-current .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-current .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-current .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-current-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-current-subtitle strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-current-subtitle:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-current-subtitle:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-current-subtitle:hover .toggle-minus span:after,
.filter-current-subtitle:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-current.open .toggle-minus span:after {
  display: none;
}
.filter-current .items {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  font-weight: 700;
  background: #f8f8f8;
  padding: 5px 10px 5px 40px;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}
.filter-current .item .filter-label {
  display: none;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 14px;
}
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 30px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .action.remove:hover:before {
  color: #000000;
}
.filter-current .action.remove:active:before {
  color: #000000;
}
.filter-current .action.remove:hover:before {
  background: #ffe51e;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-current .action.remove:before {
  width: 32px;
  font-weight: 800;
  background: #000000;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 0;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-options {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter-options.open .toggle-minus span:after {
  display: none;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0;
}
.filter-options-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-options-title strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-options-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-options-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-options-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-options-title:hover .toggle-minus span:after,
.filter-options-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-options-content {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter-options-content .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  margin: 0 0;
}
.filter-options-content .item input {
  margin: 6px 7px 0 0;
  top: 0;
}
.filter-options-content .item .ox-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  line-height: 0;
  display: inline-block;
  border: 2px solid;
  vertical-align: text-top;
  margin: 0 7px 0 0;
  cursor: pointer;
}
.filter-options-content .item .ox-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 6px;
  width: 4px;
  height: 2px;
  transform: rotate(45deg);
  background: currentColor;
}
.filter-options-content .item .ox-checkbox:before {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
}
.filter-options-content .item input:checked + label .ox-checkbox:before,
.filter-options-content .item input:checked + label .ox-checkbox:after {
  display: block;
}
.filter-options-content .ui-slider,
.filter-options-content .ox-price-slider {
  height: 6px;
  background: #e4e4e4;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 5px 15px;
}
.filter-options-content .ui-slider .ui-slider-handle,
.filter-options-content .ox-price-slider .ui-slider-handle {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  z-index: 2;
  cursor: w-resize;
  top: -4px;
  background: #000;
  height: 14px;
  width: 10px;
  line-height: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filter-options-content .ui-slider .ui-slider-handle:hover,
.filter-options-content .ox-price-slider .ui-slider-handle:hover {
  background: #000;
}
.filter-options-content .ui-slider .ui-slider-range,
.filter-options-content .ox-price-slider .ui-slider-range {
  background: #ffe51e;
  height: 6px;
  position: relative;
}
.filter-options-content .ox-seleted-item .label,
.filter-options-content .ox-seleted-item a {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content .ox-layered__items--checkbox .label,
.filter-options-content a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label:hover,
.filter-options-content a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label.swatch-option-link-layered,
.filter-options-content a.swatch-option-link-layered {
  display: block;
}
.filter-options-content .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  margin-left: auto;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox label:hover + .count,
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.sidebar-nobg .filter-actions .action.clear,
.sidebar-nobg .filter-actions .filter-clear {
  background: none;
  color: inherit;
  border-bottom: 2px solid;
  padding: 0;
  margin-top: 10px;
}
.sidebar-nobg .filter-actions .action.clear:hover,
.sidebar-nobg .filter-actions .filter-clear:hover {
  background: none;
}
.sidebar-nobg .filter-actions .action.clear:after,
.sidebar-nobg .filter-actions .filter-clear:after {
  content: none;
}
.sidebar-nobg .filter-current .action.remove:hover:before,
.sidebar-nobg .filter-current .action.remove:before {
  background: none;
  color: inherit;
}
.sidebar-nobg .filter-current .action.remove:after {
  background: none;
}
.sidebar-nobg .filter-current .item {
  padding: 5px 10px 5px 32px;
}
.sidebar-nobg .filter-options {
  padding: 23px 0;
  background-color: transparent;
  margin-bottom: 0;
}
.sidebar-nobg .filter-options:first-child {
  border: none;
  padding-top: 0;
}
.sidebar-nobg .filter-options-content {
  font-family: inherit;
}
.ox-slideout .filters-slideout-content {
  padding: 35px;
  display: block;
  position: relative;
}
.map-popup-wrapper.popup .action.close {
  top: 0;
  z-index: 881;
}
.map-popup {
  background: #ffffff;
  border: none;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 880;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0;
  padding-right: 30px;
}
.map-popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 0 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 0;
  top: 0;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .map-msrp {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price label {
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price .actual-price {
  display: block;
}
.map-popup .map-info-price .price-box .map-price .actual-price .price,
.map-popup .map-info-price .price-box .map-price .special-price .price {
  font-size: 34px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .old-price .price {
  font-size: 24px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .price-label {
  display: none;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper span {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price {
  margin-right: 10px;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price,
.product-options-bottom .map-show-info,
.product-info-main .map-show-info {
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.product-options-bottom .map-show-info:not(:last-child),
.product-info-main .map-show-info:not(:last-child) {
  margin-right: 5px;
}
.product-options-bottom .map-show-info:first-child,
.product-info-main .map-show-info:first-child {
  margin-top: 5px;
}
.product-options-bottom .product-info-price .map-show-info,
.product-info-main .product-info-price .map-show-info {
  display: block;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.multicheckout .box-content {
  margin: 10px 0;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #ffffff;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  margin-left: 8px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.multicheckout:not(.address) .table-wrapper .product-item-name a {
  font-weight: 600;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 0;
}
.multicheckout .item-options {
  margin: 0 0 0;
}
.multicheckout .item-options dd {
  margin: 0 0 5px 5px;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.multicheckout .box-title span {
  margin-right: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.multicheckout .checkout-review .actions-toolbar .action {
  width: 100%;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.multicheckout .checkout-review .grand.totals .amount {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.multishipping-checkout-success .multicheckout .action.primary {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1;
}
.multishipping-checkout-success .multicheckout .shipping-label {
  display: block;
}
.multishipping-checkout-success .multicheckout .order-id {
  font-weight: 600;
}
.multishipping-checkout-success .multicheckout .shipping-list {
  background: #f8f8f8;
  padding: 20px;
}
.multishipping-checkout-success .checkout-success-wrapper {
  max-width: 600px;
}
.block_newsletter_wrapper {
  float: none;
}
.block_newsletter_wrapper .block_newsletter_below {
  padding: 15px 0;
}
.block.newsletter {
  color: #a8a8a8;
  background: #1d1d1d;
  padding: 30px;
  margin-bottom: 20px;
  float: none;
}
.block.newsletter .form.subscribe {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.block.newsletter .form.subscribe .field-recaptcha {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  max-width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field.newsletter {
  width: 100%;
  flex: 1;
}
.block.newsletter .field.newsletter .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field.newsletter .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 38px;
  color: #c2c2c2;
  content: '\63';
  font-family: 'athlete2';
  margin: 0 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field.newsletter .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 46px;
  border: none;
  background: #ffffff;
}
.block.newsletter input:hover,
.block.newsletter input:focus {
  border: none;
}
.block.newsletter .title {
  margin-top: -4px;
  margin-bottom: 15px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.block.newsletter .label {
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
}
.block.newsletter .action.primary {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
}
.block.newsletter.inputs-style--underlined .newsletter .control:before {
  margin-left: 0;
  margin-top: -1px;
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input {
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  padding: 0 0 0 32px;
  transition: all 0.4s;
  border-radius: 0;
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input:focus,
.block.newsletter.inputs-style--underlined input:hover {
  border-bottom: 2px solid #fff;
}
.block.newsletter.inputs-style--underlined input::-webkit-input-placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input::placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input:-ms-input-placeholder {
  color: #ffffff;
}
.block.newsletter.inputs-style--underlined input::-ms-input-placeholder {
  color: #ffffff;
}
.footer.content .block.newsletter.newsletter-style--big {
  padding: 40px;
}
.footer.content .block.newsletter.newsletter-style--big .action.primary {
  padding: 0 26px;
  height: 46px;
  font-size: 16px;
}
.footer.content .block.newsletter.newsletter-style--big .title {
  font-size: 32px;
}
.footer.content .block.newsletter.newsletter-style--big .control input {
  height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big .control:before {
  margin-top: -2px;
  line-height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big.inputs-style--underlined input {
  border-width: 3px;
}
.footer--layout-4 .footer.content .block.newsletter,
.footer--layout-2 .footer.content .block.newsletter {
  min-height: 160px;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.footer--layout-4 .footer.content .block.newsletter.newsletter-style--big,
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
  padding: 60px 0;
}
.footer--layout-4 .footer.content .block.newsletter > *,
.footer--layout-2 .footer.content .block.newsletter > * {
  position: relative;
}
.footer--layout-4 .footer.content .block.newsletter .content,
.footer--layout-2 .footer.content .block.newsletter .content,
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info,
.footer--layout-2 .footer.content .block.newsletter .block_newsletter_info {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer--layout-4 .footer.content .block.newsletter:before,
.footer--layout-2 .footer.content .block.newsletter:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: inherit;
}
.footer--layout-4 .footer.content .block.newsletter {
  flex-direction: column;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info {
  text-align: center;
}
.footer--layout-4 .footer.content .block.newsletter .form.subscribe {
  margin-top: 15px;
}
.product-info-main .product-reviews-summary .rating-summary {
  padding: 2px 7px;
  background: #000;
}
.extended-review-summary-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}
.extended-review-summary-wrapper > .review-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-item {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-number {
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-percent {
  display: inline-block;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 120px;
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 3px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 3px;
  content: '';
  display: block;
}
.extended-review-button {
  display: inline-block;
}
.product.data.items .review-fields-wrapper {
  padding: 30px 5px 5px;
  background: none;
}
.tabs-style--minimal .product.data.items .fieldset > .review-field-ratings.field:not(.choice),
.tabs-style--minimal .product.data.items .review-field-ratings {
  padding: 5px;
  background: none;
}
.extended-review-summary {
  width: 100%;
  max-width: 280px;
  background: #000;
  margin-right: 50px;
  display: flex;
  padding: 30px;
  text-align: center;
  color: #fff;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.extended-review-summary .ratings-value {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffe51e;
}
.extended-review-summary .ratings-count {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.extended-review-summary .ratings-count .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.extended-review-summary .ratings-count .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 5px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary .ratings-count .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary .ratings-count .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 5px;
  content: '';
  display: block;
}
.extended-review-summary .ratings-count .rating-result span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-content {
  font-family: 'Roboto', Arial, sans-serif;
}
.review-content-left {
  display: inline-block;
  margin-right: 35px;
  max-width: 280px;
  width: 100%;
  vertical-align: top;
}
.review-content-right {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
  flex: 1;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 67px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
  padding-right: 20px;
}
.rating-summary .rating-result {
  float: right;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review-list .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.review-list .rating-summary .rating-result {
  width: 181px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.review-list .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.review-list .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-list .rating-summary .rating-result {
  width: 161px;
}
.review-list .rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review-list .rating-summary .rating-result {
  float: right;
}
.review-list .rating-summary .rating-result:before,
.review-list .rating-summary .rating-result > span:before {
  font-size: 29px;
  height: 20px;
  line-height: 20px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\68' '\68' '\68' '\68' '\68';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\68' '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\68' '\68' '\68';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\68' '\68';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\68';
}
.review-control-vote:before,
.review-control-vote label:before {
  line-height: 22px;
  height: 22px;
}
.review-fields-wrapper {
  padding: 40px;
  background: #f8f8f8;
}
.review-fields-wrapper .field label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-fields-wrapper .field .control {
  margin-bottom: 20px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea,
.inputs-style--underlined .review-fields-wrapper .field input {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
  margin-bottom: 5px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea:focus,
.inputs-style--underlined .review-fields-wrapper .field input:focus,
.inputs-style--underlined .review-fields-wrapper .field textarea:hover,
.inputs-style--underlined .review-fields-wrapper .field input:hover {
  border-color: #000;
}
.inputs-style--underlined .review-fields-wrapper .field textarea.mage-error,
.inputs-style--underlined .review-fields-wrapper .field input.mage-error {
  border-color: #ff0000;
}
.review-add {
  clear: both;
  margin-bottom: 50px;
}
.review-add .review-form .actions-toolbar.review-form-actions {
  margin: 0;
}
.review-add .fieldset .review-legend.legend {
  margin-top: 0;
}
#product-review-container {
  clear: both;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating .label,
.block.add.review .field.rating .control {
  display: inline-block;
}
.block.reviews.list > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 0 0 22px 0;
  /*
        .products.wrapper.list & {
            margin: 0 auto;
        }*/
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 22px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.fieldset > .field.review-field-ratings {
  margin: 0;
  width: 100%;
}
.review-field-ratings legend {
  display: none;
}
.review-field-ratings .review-field-rating {
  display: block;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: inline-block;
}
.review-field-ratings .review-field-rating .control {
  width: 240px;
  float: right;
  min-height: 20px;
}
.review-field-ratings .review-field-rating .label {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review {
  /*&-content {
            margin-bottom: @indent__base;
        }*/
}
.review-toolbar {
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form {
  max-width: 500px;
}
.review-form .action.submit.primary {
  padding: 18px 27px;
}
.fieldset .review-legend.legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.fieldset .review-legend.legend strong {
  display: none;
}
.fieldset > .review-field-ratings.field:not(.choice),
.review-field-ratings {
  background: #000;
  color: #fff;
  padding: 40px 40px 30px 40px;
  position: relative;
}
.fieldset > .review-field-ratings.field:not(.choice) > .control,
.review-field-ratings > .control {
  width: 100%;
  display: inline-block;
}
.review-list {
  margin-bottom: 30px !important;
}
.review-list .block-title strong {
  /*display: block;
                margin-bottom: 30px;*/
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.review-item {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 30px 0;
  display: flex;
  flex-flow: row;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  margin-bottom: 0;
  max-width: 100%;
}
.review-details {
  margin-bottom: 15px;
}
.review-author {
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-author strong {
  font-weight: 800;
}
.review-date {
  font-size: 13px;
  color: #a2a2a2;
}
.review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 2.4rem;
  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: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 2px solid;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.order-actions-toolbar .action.order {
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0 7px;
}
.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, Arial, sans-serif;
  background: #f4f4f4;
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
  min-height: 28px;
  padding: 5px 8px;
  box-sizing: border-box;
}
.swatch-option.text.selected {
  background-color: #000000;
  color: #ffffff;
}
.swatch-option.color[data-option-tooltip-value="#ffffff"],
.swatch-option.color[data-option-label="White"],
.swatch-option.color[option-label="White"] {
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.swatch-option.color[option-label="White"].selected,
.swatch-option.selected {
  outline: none;
  border: none;
  color: #333333;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option:not(.disabled):hover {
  transition: all 10ms ease-in-out;
  border: none;
  color: #333333;
  outline: none;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option.color[option-label="White"]:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: none;
  outline: none;
  box-shadow: inset 0 0 0 3px #000000;
}
.swatch-option.disabled {
  cursor: default;
  opacity: 0.5;
}
.swatch-option.disabled:after {
  content: '';
  display: block;
  width: 2px;
  height: 200%;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  margin-left: -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(96, 96, 96, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
  /* background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
                    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
                    bottom: 0;
                    content: '';
                    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;*/
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #909090;
}
.swatch-option-loading {
  box-sizing: border-box;
  width: 44px;
  height: 3px;
  padding-left: 44px;
  background: url('../../frontend/Olegnax/athlete2/en_US/Olegnax_Core/images/preloader-img.svg') left top no-repeat;
}
.swatch-option-tooltip {
  border: none;
  color: #ffffff;
  display: none;
  max-height: 100%;
  max-width: 146px;
  min-height: 20px;
  min-width: 35px;
  padding: 8px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #000000;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -5px;
  height: 8px;
  left: calc(37%);
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 7px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: 6px;
  top: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #000000 transparent transparent transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: -6px;
  top: 0;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.swatch-option-tooltip-layered {
  border: none;
  color: #ffffff;
  background: #000000;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #ffffff;
  display: block;
  max-height: 200px;
  max-width: 140px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
  background: none;
  /*&:focus > div {
                    .lib-css(box-shadow, @swatch-option-link-layered__focus__box-shadow);
                }*/
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 30px 0 35px 0;
}
.swatch-opt-listing {
  margin-bottom: 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.sidebar-nobg .swatch-attribute.size .swatch-option,
.sidebar-nobg .swatch-attribute.manufacturer .swatch-option {
  color: inherit;
  background: none;
}
.sidebar-nobg .swatch-option {
  box-shadow: none;
}
.sidebar-nobg .swatch-option.text {
  background: none;
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"],
.sidebar-nobg .swatch-option.color[option-label="White"] {
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"].selected,
.sidebar-nobg .swatch-option.color[option-label="White"].selected,
.sidebar-nobg .swatch-option.selected {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.color[option-label="White"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.image:not(.disabled):hover,
.sidebar-nobg .swatch-option.color:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.ox-expand.minimized .ox-expand__inner {
  display: block;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}
.ox-expand.minimized .ox-expand__inner:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  z-index: 2;
}
.ox-expand.minimized .ox-expand__link .more {
  display: inline-block;
}
.ox-expand.minimized .ox-expand__link .less {
  display: none;
}
.ox-expand .ox-expand__link .less,
.ox-expand .ox-expand__link .more {
  cursor: pointer;
  border-bottom: 1px solid;
}
.ox-expand .ox-expand__link .more {
  display: none;
  margin-top: 5px;
}
.ox-expand .ox-expand__link .less {
  display: inline-block;
  margin-top: 14px;
}
body {
  background-color: #ffffff;
}
a {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
a:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
/*._keyfocus *:focus, */
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.page-header {
  border-bottom: none;
  margin-bottom: 0;
}
.header.content {
  padding-top: 0;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 0 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 100%;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #000000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0;
}
.message.global.demo {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #000000;
}
.copyright-footer {
  background-color: #141414;
  padding: 30px 0;
  color: #666666;
  font-family: 'Roboto', Arial, sans-serif;
}
.copyright-footer a {
  color: #888888;
}
.copyright-footer a:hover,
.copyright-footer a:focus {
  color: #fff;
}
.copyright-footer small {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.copyright-footer .copyright-right {
  text-align: right;
}
.copyright-footer .container {
  padding-right: 20px;
  padding-left: 20px;
}
.copyright-footer.copyright-layout-2 {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .copyright-footer .copyright-right {
    text-align: left;
    margin-top: 20px;
  }
}
.athlete_footer_customer_service > span,
.athlete_footer_customer_service > h6 {
  margin: 0 0 10px 0;
}
.athlete_footer_customer_service > span:last-child,
.athlete_footer_customer_service > h6:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .athlete_footer_customer_service {
    ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .athlete_footer_customer_service > span,
  .athlete_footer_customer_service > h6 {
    margin: 0 0 0 20px;
  }
}
.page-footer {
  background-color: #000000;
  margin-top: auto;
}
.page-footer .switcher {
  line-height: 35px;
  display: inline-block;
}
.page-footer .switcher .switcher-label {
  display: none;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-footer .switcher .options:before,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-footer .switcher .options:after {
  clear: both;
}
.page-footer .switcher .options .action.toggle {
  padding: 0 24px 0 11px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 0;
  min-width: 130px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-footer .switcher .options ul.dropdown li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-footer .switcher .options .action.toggle strong {
  font-weight: normal;
}
.page-footer .switcher .options .action.toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  right: 12px;
  transform: rotateZ(40deg);
}
.page-footer .switcher .options .action.toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  transform: rotateZ(-40deg);
}
.page-footer .switcher .options ul.dropdown {
  padding: 15px;
}
.page-footer .switcher .options ul.dropdown a {
  color: #322c29;
  text-decoration: none;
  display: block;
  padding: 1px 7px;
  white-space: nowrap;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown a:visited {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:hover {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:active {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  content: none;
}
.page-footer .switcher .options ul.dropdown li {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown li:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 2px 10px 2px 27px;
  background: 5px 50% no-repeat;
}
.page-footer .switcher.store .options strong,
.page-footer .switcher.language .options strong {
  line-height: 35px;
  margin: 0;
}
.page-footer .switcher.store .options strong span,
.page-footer .switcher.language .options strong span {
  padding: 0 0 0 24px;
  background: none 0% 50% no-repeat;
}
.page-footer .switcher.store.noflags .options ul.dropdown a,
.page-footer .switcher.language.noflags .options ul.dropdown a {
  padding-left: 10px;
}
.page-footer .switcher.store.noflags .options strong span,
.page-footer .switcher.language.noflags .options strong span {
  padding-left: 0;
}
.page-footer .switcher:hover .toggle strong,
.page-footer .switcher .toggle.active strong {
  color: #000;
}
.page-footer .switcher .action.toggle {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher .action.toggle strong {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher:hover .action.toggle {
  background: #ffe51e;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  bottom: 100%;
  padding: 20px;
}
.page-footer .switcher .options ul.dropdown a {
  line-height: 1.6;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 4px 10px 4px 31px;
  background: 8px 50% no-repeat;
}
.footer-block-content {
  float: left;
  padding: 24px 0 0;
  width: 100%;
  transform: translateZ(0);
}
.footer-block-content-after {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-block-content-after:before,
.footer-block-content-after:after {
  content: '';
  display: table;
}
.footer-block-content-after:after {
  clear: both;
}
.footer.content {
  font-family: 'Roboto', Arial, sans-serif;
  border-top: none;
  color: #a8a8a8;
  padding-bottom: 40px;
}
.footer.content:before,
.footer.content:after {
  content: '';
  display: table;
}
.footer.content:after {
  clear: both;
}
.footer.content ul {
  margin-bottom: 35px;
}
.footer.content ul > li {
  margin: 0 0 4px;
}
.footer.content h1,
.footer.content h2,
.footer.content h3,
.footer.content h4,
.footer.content h5,
.footer.content h6 {
  color: #ffffff;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.content a {
  display: inline-block;
  color: #a8a8a8;
  text-decoration: none;
}
.footer.content a:hover {
  background-color: #ffe51e;
  color: #000;
}
.footer.content a:not(.button) {
  line-height: 14px;
  padding: 2px 5px 3px;
  font-size: 12px;
}
.footer.content li > a {
  margin-left: -2px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.ox-slideout .switcher .switcher-label {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}
.ox-slideout .switcher .options {
  padding-left: 10px;
  /*padding-top: 7px;*/
}
.ox-slideout .switcher .options .action.toggle {
  position: relative;
  z-index: 2;
}
.ox-slideout .switcher .options .action.toggle strong {
  font-weight: normal;
}
.ox-slideout .switcher .options .action.toggle strong span {
  padding: 5px 9px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
  margin-left: -9px;
  margin-bottom: 4px;
}
.ox-slideout .switcher .options ul.dropdown {
  padding: 0;
  list-style: none;
}
.ox-slideout .switcher .options ul.dropdown a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.ox-slideout .switcher .options ul.dropdown:before,
.ox-slideout .switcher .options ul.dropdown:after {
  content: none;
}
.ox-slideout .switcher .options ul.dropdown li {
  line-height: 18px;
}
.ox-slideout .switcher.store .options ul.dropdown a,
.ox-slideout .switcher.language .options ul.dropdown a {
  padding-left: 24px;
  background: none 0% 50% no-repeat;
}
.ox-slideout .switcher.store .options .action.toggle strong span,
.ox-slideout .switcher.language .options .action.toggle strong span {
  padding-left: 33px;
  background: 9px 50% no-repeat;
  background-color: #000000;
  margin-left: -9px;
}
.sidebar-additional rs-module-wrap,
.sidebar-additional .rev_slider_wrapper {
  margin-bottom: 15px !important;
}
.sidebar-additional .block {
  border: 0;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
  background-color: #f8f8f8;
}
.sidebar-additional .block .block-title {
  padding: 25px 0 15px;
}
.sidebar-additional .block .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
}
.sidebar-additional .block:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #ffe51e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar-additional .block:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block > .empty,
.sidebar-additional .block > .block-content {
  padding-bottom: 20px;
}
.sidebar-nobg .sidebar-additional .block {
  padding: 0;
  background-color: transparent;
}
.sidebar-nobg.page-layout-3columns .sidebar-additional .block:first-child:before,
.sidebar-nobg.page-layout-2columns-right .sidebar-additional .block:first-child:before {
  content: none;
}
.widget {
  clear: both;
}
/*
    .page-header,
    .page-footer {
        .widget.block {
            .lib-css(margin, @indent__base 0);
        }
    }*/
.ui-datepicker td {
  padding: 0;
}
.block-wishlist .empty-wishlist-wrapper {
  display: block;
  font-size: 14px;
  padding: 40px 0 80px;
  text-align: center;
  margin: auto;
}
.block-wishlist .empty-wishlist-wrapper .empty-wishlist-icon {
  font-size: 106px;
  text-align: center;
  color: #ececec;
  line-height: 1;
  margin-bottom: 5px;
}
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  display: inline-block;
  text-decoration: none;
  color: #000;
  height: 54px;
  width: 54px;
  position: relative;
  padding: 0;
  text-align: center;
}
.product-info-main .action.towishlist:before,
.product-options-bottom .action.towishlist:before,
.block-bundle-summary .action.towishlist:before {
  font-size: 18px;
  position: relative;
  top: calc(50% - 9px);
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\6b';
  font-family: "athlete2";
  font-size: 16px;
  text-transform: initial !important;
  line-height: 43px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  margin-bottom: -2px;
  text-align: center;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 0 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 0 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist {
  /*.product-item-name {
            margin-right: @indent__m;
        }*/
}
.block-wishlist .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.products-grid.wishlist {
  /*.product-item-info{
            padding: 0;
        }*/
}
.products-grid.wishlist + .actions-toolbar .action {
  margin-bottom: 5px;
}
.products-grid.wishlist .product-item {
  margin-bottom: 40px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-actions {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-actions > a {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  font-weight: 700;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item-actions > a:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.tocart {
  width: 100%;
}
.products-grid.wishlist .product-item .price-as-configured {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty {
  margin: 0 0 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty label {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 80px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item {
  display: block;
  padding-bottom: 10px;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-photo {
  margin-bottom: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .price-box {
  margin-top: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-name a {
  font-size: 14px;
}
.header__item-dropdown-content .block-wishlist .product-item .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-details {
  margin-left: 15px;
  position: relative;
  width: 100%;
  padding-right: 25px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart {
  padding: 6px 8px 7px 8px;
  margin-left: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart span {
  font-size: 12px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:active:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  width: 23px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover {
  background: #000000;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:after {
  content: none;
}
.header__item-dropdown-content .block-wishlist .product-item-info {
  background: #f5f5f5;
  padding: 15px;
  display: flex;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal {
  display: none !important;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal .amount {
  font-size: 15px;
  font-weight: 800;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action {
  width: 100%;
  padding: 15px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 0 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 0;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 0 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #ffe51e;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  padding: 12px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #000000;
  border: none;
  color: #000000;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #000000;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .owl-carousel .product-item {
  margin-bottom: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 1025px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: "athlete2";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .column.main .toolbar .toolbar-amount,
  .account .column.main .toolbar .limiter,
  .account .column.main .toolbar .pages {
    float: none;
    position: relative;
    margin: 0;
    width: auto;
    text-align: left;
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .column.main .toolbar .toolbar-amount {
    line-height: 1;
    padding: 20px 10px 10px 10px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -20px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #202020;
    top: 1px;
  }
  .fancy-text.-overlay {
    margin-bottom: -24px;
  }
  .fancy-text.-overlay-top {
    margin-top: -40px;
  }
  .fancy-text.-overlay-top.huge-6vw {
    margin-top: -2.2vw;
  }
  .h1,
  h1 {
    font-size: 30px;
  }
  .ox-sticky-sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .promo-block-categories-grid .promo-block-categories__text .title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .page-layout-1column-fullwidth .page-main {
    max-width: 100%;
  }
  .product-page--fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-layout-1column-fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .navigation,
  .ox-megamenu,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .page-main {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .sidebar-main > .filter.block + .sidebar-additional {
    margin-top: 0;
  }
  .page-with-filter .sidebar-additional {
    margin-top: 40px;
  }
  .column.main + .sidebar-additional {
    margin-top: 40px;
  }
  .columns .sidebar-main {
    margin-top: 40px;
  }
  .responsive-padding-1 {
    padding: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
  }
  .navigation .parent .level-top .ui-menu-icon {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-4px);
    position: absolute;
    right: 8px;
    display: inline-block;
  }
  .navigation .parent .level-top .ui-menu-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    background: #000000;
    width: 8px;
    height: 2px;
    transition: background 0.1s ease 0.4s;
  }
  .navigation .parent .level-top .ui-menu-icon:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    background: #000000;
    width: 2px;
    height: 8px;
    transition: background 0.1s ease 0.4s;
  }
  .navigation .parent .level-top.ui-state-active .ui-menu-icon:after {
    height: 0;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: "athlete2";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /*.nav-sections-items {
        .lib-clearfix();
        position: relative;
        z-index: 1;
    }*/
  .ox-nav-sections-item-title {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    float: left;
    height: 70px;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 33.33%;
  }
  .ox-nav-sections-item-title .ox-nav-sections-item-switch {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -1px;
    z-index: 1;
  }
  .ox-nav-sections-item-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.25s ease;
    background: #000000;
  }
  .ox-nav-sections-item-title.active:after {
    height: 100%;
    background: #ffe51e;
  }
  .ox-nav-sections[data-count-tabs="2"] .ox-nav-sections-item-title {
    width: 50%;
  }
  .ox-nav-sections[data-count-tabs="1"] .ox-nav-sections-item-title {
    display: none !important;
    width: 100%;
  }
  .ox-nav-sections[data-count-tabs="1"] .ox-nav-sections-item-content {
    margin-top: 0;
  }
  /*.nav-sections-item-title {
        background: darken(@navigation__background, 5%);
        border: solid darken(@navigation__background, 10%);
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;

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

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

        &.active {
            display: block;
        }

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

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

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

@breadcrumbs-current__color: @text__color__muted;
@breadcrumbs-link__color: @text__color__muted;
@breadcrumbs-link__visited__color: @breadcrumbs-link__color;
@breadcrumbs-link__hover__color: #ffffff;
@breadcrumbs-link__active__color: @breadcrumbs-link__color;
*/
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 0;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 0;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 0 0 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 0;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header {
  background: none !important;
  border-style: none !important;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title {
  letter-spacing: -0.03em;
  overflow: hidden;
  text-transform: uppercase;
  box-sizing: content-box;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  padding: 6px 30px 6px 30px;
  transition: all .3s;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(39px);
  transition: all 0.25s ease;
  background: #000000;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header a.tab-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: all 0.4s ease;
  background: #ffe51e;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-focus a.tab-title,
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header:hover a.tab-title {
  color: #fff;
  background: none;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-focus a.tab-title:before,
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header:hover a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active {
  background: none !important;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  transition: all 0.25s ease;
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title:after {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
div[data-content-type='tabs'].a2-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs .tabs-content {
  background: #f8f8f8;
  padding: 40px;
  border-style: none;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation {
  position: relative;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation:before {
  content: '';
  display: table;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header {
  background: none !important;
  border-style: none !important;
  border-width: 1px;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title {
  overflow: hidden;
  box-sizing: content-box;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  padding: 6px 30px 6px 30px;
  transition: all .3s;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:visited,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:focus,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:hover {
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header a.tab-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 3px;
  transform: translateY(3px);
  transition: all 0.25s ease;
  background: #000;
  will-change: transform;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-focus a.tab-title:before,
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header:hover a.tab-title:before {
  transform: translateY(0);
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active {
  background: none !important;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: #000000;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-navigation li.tab-header.ui-state-active a.tab-title:before {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
div[data-content-type='tabs'].a2-tabs--minimal .tabs-content {
  border-style: none;
  border-width: 1px;
  padding: 40px 0;
}
.category-description > [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.category-description > [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.pswp__item .video-wrapper {
  bottom: 0;
  height: 80vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pswp__item .video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 50px;
  width: calc(100% - 50px * 2);
}
@media only screen and (max-device-width: 640px) {
  .pswp__item .video-wrapper iframe {
    left: 15px;
    width: calc(100% - 15px * 2);
  }
}
.ox-product-scroll.ox-product-scroll__loader--theme .ox-product-scroll__loader {
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button .label {
  opacity: 1;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button .ox-product-scroll__button:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__loader {
  display: none;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button {
  display: block;
  transition: all 200ms;
  height: 8px;
  line-height: 6px;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button .label {
  opacity: 0;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button:after {
  content: none;
}
.ox-product-scroll.ox-product-scroll__loader--theme.ox-product-scroll__type--button.active .ox-product-scroll__button:before {
  animation: button-loader 2s infinite ease-in-out;
}
.ox-product-scroll__amount .amount-wrap {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.ox-product-scroll__amount .amount-count-line {
  background: #4d4d4d;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.4s ease forwards;
}
.ox-product-scroll__amount .amount-count-line span {
  background: #ffe51e;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.6s ease forwards 0.4s;
}
@keyframes button-loader {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  70% {
    transform: scaleX(1);
    transform-origin: left;
  }
  70.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.ox-item-scroll.ox-item-scroll__loader--theme .ox-item-scroll__loader {
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button .label {
  opacity: 1;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button .ox-item-scroll__button:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__loader {
  display: none;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button {
  display: block;
  transition: all 200ms;
  height: 8px;
  line-height: 6px;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button .label {
  opacity: 0;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button:after {
  content: none;
}
.ox-item-scroll.ox-item-scroll__loader--theme.ox-item-scroll__type--button.active .ox-item-scroll__button:before {
  animation: button-loader 2s infinite ease-in-out;
}
.ox-item-scroll__amount .amount-wrap {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.ox-item-scroll__amount .amount-count-line {
  background: #4d4d4d;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.4s ease forwards;
}
.ox-item-scroll__amount .amount-count-line span {
  background: #ffe51e;
  transform: scale(0);
  transform-origin: 0;
  animation: progress-line 0.6s ease forwards 0.4s;
}
@keyframes button-loader {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  70% {
    transform: scaleX(1);
    transform-origin: left;
  }
  70.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.ox-instagram-modal .ox-instagram__related-products .ox-inst-product .-actions .action:hover {
  transition: all 10ms ease-in-out;
}
.ox-instagram-modal .ox-inst-product .-actions .action:after {
  opacity: 0;
}
.ox-product-nav.ox-product-nav__loader--theme .ox-product-nav__loader {
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
  transform: translate3d(-28px, -10px, 0);
}
/* fix for labels with checkboxes */
.filter-options-content .item label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-options-content .item label .ox-checkbox {
  flex: 0 0 16px;
  margin: 5px 7px 5px 0;
}
.ox-megamenu-navigation .ox-megamenu-label {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px 3px 4px;
}
.ox-megamenu-navigation h1,
.ox-megamenu-navigation h2,
.ox-megamenu-navigation h3,
.ox-megamenu-navigation h4,
.ox-megamenu-navigation h5,
.ox-megamenu-navigation h6,
.ox-megamenu-navigation .h1,
.ox-megamenu-navigation .h2,
.ox-megamenu-navigation .h3,
.ox-megamenu-navigation .h4,
.ox-megamenu-navigation .h5,
.ox-megamenu-navigation .h6 {
  margin-top: 0;
}
.header-nav-wide .ox-megamenu .ox-megamenu-navigation {
  padding: 0;
}
ul.list-margins li {
  margin-bottom: 10px;
}
.ox-mm-sub-icons .ox-megamenu__dropdown li.parent > a {
  padding-right: 7px;
}
.page-layout-2columns-right .sidebar-additional, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-left .sidebar-main{
    width: 350px !important;
}
.page-layout-2columns-right .column.main, .page-layout-2columns-left .column.main{
    width: calc(100% -  350px) !important;
}
.block.block-collapsible-nav{
    background: rgb(248, 248, 248);
    padding: 20px;
    margin-bottom: 15px;
}
.block.block-collapsible-nav .title{
    margin: 5px 0 15px;
}
.block.block-collapsible-nav .title strong{
    font-size: 2rem;
}
.sidebar-additional .block .block-title > strong, .filter.block .content dl.options dt, .filter-options-title{
    font-size: 1.8rem !important;
}
.block.block-collapsible-nav ul.items li{
    margin: 15px 0;
}
.account .page-main .page-title-wrapper .page-title{
    font-size: 3.8rem !important;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar div.primary,.sidebar.sidebar-additional .block-compare .actions-toolbar div.secondary{
    width: 48%;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar a{
    width: 100%;
}
#store-pickup #delivery-method-selector .action{
    font-size: 1.4rem;
    padding: 10px 20px;
}
#delivery-method-selector .action.selected {
    background: rgb(206, 33, 39);
}

#delivery-method-selector .action {
    background: #f8e0e0;
}
.opc-wrapper .opc-wrapper-boxed{
    position: relative;
    padding-bottom: 80px;
}
#store-pickup #store-selector .form-continue .actions-toolbar > .primary{
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    padding: 0 70px;
}
#store-pickup #store-selector .form-continue .actions-toolbar > .primary button{
    width: 100%;
}
@media screen and (max-width: 768px){
    .checkout-container .opc-wrapper .opc-wrapper-boxed{
        padding-bottom: 50px;
    }
    #store-pickup #store-selector .form-continue .actions-toolbar > .primary{
        bottom: 20px;
        padding: 0 20px;
    }
}

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

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

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

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

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

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

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

a.amasty-hide-price-container {
    cursor: pointer;
}
/* MageMe Core */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-preloader {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.mfp-preloader:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* MageMe Webforms */
/* Pickadate */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  transition: background 0.15s ease-out;
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  display: none;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
/*!
 * Styling for RTL (right-to-left) languages using pickadate.js
 */
.rtl {
  /**
   * Switch the direction - only really necessary if
   * it hasn’t already been applied higher up in the DOM.
   */
  /**
   * Flip around the “next” and “previous” buttons.
   */
}
.rtl .picker {
  direction: rtl;
}
.rtl .picker__nav--next {
  right: auto;
  left: -1em;
}
.rtl .picker__nav--prev {
  left: auto;
  right: -1em;
}
.rtl .picker__nav--next:before {
  border-left: 0;
  border-right: 0.75em solid #000000;
}
.rtl .picker__nav--prev:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
/* Fields */
/* Auto-complete */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
/* Date picker button */
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
  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;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus {
  background: none;
  border: none;
  box-shadow: none;
  outline: 0;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.webforms-datepicker ._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;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:before {
  background-image: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/calendar.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  content: ' ';
  speak: none;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
fieldset[disabled] .webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
/* Calendar */
.webforms-calendar {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.webforms-calendar .ui-datepicker-trigger {
  margin-left: -3.2rem;
  height: 2.8rem;
  position: absolute;
  top: .4rem;
  right: .5rem;
}
.webforms-time {
  display: inline-block;
}
.webforms-time .hours {
  display: inline;
  width: 6rem;
}
.webforms-time .minutes {
  display: inline;
  width: 6rem;
}
.multiselect {
  height: auto;
  background-image: none;
}
/* Date of birth */
.customer-dob .webforms-datepicker {
  float: left;
  width: 100%;
}
.customer-dob .dob-month {
  float: left;
  width: 8.5rem;
  width: 6rem;
}
.customer-dob .dob-month input.input-text {
  width: 4.6rem;
}
.customer-dob .dob-day {
  float: left;
  width: 8.5rem;
  width: 6rem;
}
.customer-dob .dob-day input.input-text {
  width: 4.6rem;
}
.customer-dob .dob-year {
  float: left;
  width: 8.5rem;
  width: 14rem;
}
.customer-dob .dob-year input.input-text {
  width: 13.4rem;
}
.customer-dob input.input-text {
  display: block;
  width: 7.4rem;
}
.customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
/* Select images */
.webforms figcaption {
  padding: 5px 0;
  margin: 5px;
}
.webforms .image_picker_image {
  height: auto;
}
.webforms input[type='radio']:focus {
  outline: none;
  box-shadow: none;
}
.password-container {
  display: flex;
  flex-direction: column;
}
.password-container .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.password-container .password {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-container .password-strength-meter {
  height: auto;
}
/* Tooltip */
.ot-content {
  text-align: left;
}
.tooltip-icon {
  background-image: url('../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/tooltip.png');
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.2rem 0.5rem;
}
/* Star rating */
.stars-bar {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  height: 24px;
  position: relative;
  background: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/stars.svg);
  background-size: 24px;
  background-position: 0 30%;
}
.stars-bar li {
  padding: 0px;
  margin: 0px;
  float: left;
}
.stars-bar li.stars-value {
  background: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/stars.svg);
  position: absolute;
  height: 24px;
  display: block;
  z-index: 1;
  background-size: 24px;
  background-position: 0 64%;
}
.webforms-rating-summary .summary {
  float: left;
  width: 100%;
  padding: 0 5px 10px 5px;
  display: flex;
  align-items: center;
}
.webforms-rating-summary .summary .label,
.webforms-rating-summary .summary .rating-result {
  float: left;
  padding-right: 5px;
}
/* Swatches */
.webforms .mm-swatches .field {
  padding-left: 0;
}
.webforms .mm-swatches .field label input {
  position: fixed;
  opacity: 0;
  z-index: -1;
}
.webforms .mm-swatches .field label span {
  display: inline-block;
  border: 1px solid #dadada;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  background: #f0f0f0;
  color: #686868;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  min-width: 20px;
  padding: 0 8px;
  box-sizing: content-box;
}
.webforms .mm-swatches .field label input:disabled + span {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.webforms .mm-swatches .field label input:not([disabled]):hover + span {
  background-color: #ffffff;
  color: black;
}
.webforms .mm-swatches .field label input:checked + span {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: black;
  outline: 3px solid #0088cc;
  border-radius: 2px;
}
.br-theme-svg-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-svg-stars .br-widget a {
  text-decoration: none;
  height: 36px;
  width: 36px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
  background: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/stars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.br-theme-svg-stars .br-widget a {
  background-position: 50% 0%;
}
.br-theme-svg-stars .br-widget a.br-active {
  background-position: 50% 33%;
}
.br-theme-svg-stars .br-widget a.br-selected {
  background-position: 50% 67%;
}
.br-theme-svg-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-svg-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-svg-stars .br-widget a:after {
    color: black;
  }
  .br-theme-svg-stars .br-widget a.br-active:after,
  .br-theme-svg-stars .br-widget a.br-selected:after {
    color: black;
  }
}
/* jQuery steps */
/*
* Steps v1.0.2
* https://github.com/oguzhanoya/jquery-steps
*/
.step-app > .step-steps {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
.step-app > .step-steps > li {
  list-style: none;
  flex: 1;
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
  height: 44px;
}
.step-app > .step-steps > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 10px solid #ffffff;
  z-index: 100;
}
.step-app > .step-steps > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 23px solid #ffffff;
  border-bottom: 23px solid #ffffff;
  border-left: 10px solid transparent;
  z-index: 100;
}
.step-app > .step-steps > li:first-child:before {
  display: none;
}
.step-app > .step-steps > li:last-child a {
  border: none;
}
.step-app > .step-steps > li:last-child:after {
  display: none;
}
.step-app > .step-steps > li > a {
  display: block;
  padding: 0 20px;
  color: #333;
  background-color: #f4f4f4;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  line-height: 44px;
}
.step-app > .step-steps > li > a > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333;
}
.step-app > .step-steps > li > a:hover {
  background-color: #ddd;
}
.step-app > .step-steps > li.active a {
  background-color: #006bb4;
  color: #fff;
}
.step-app > .step-steps > li.error a {
  background-color: #e7505a;
  color: #fff;
}
.step-app > .step-steps > li.done a {
  background-color: #9dc8e2;
  color: #fff;
}
.step-app > .step-content {
  border-top: 0;
}
.step-app > .step-content > .step-tab-panel {
  display: none;
}
.step-app > .step-content > .step-tab-panel.active {
  display: block;
}
.step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  overflow: auto;
}
.step-app > .step-footer .primary {
  float: right;
}
.step-app > .step-footer .please-wait {
  margin-right: 15px;
  margin-left: 15px;
  float: right;
}
/* Opentip */
@-moz-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.opentip-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  max-width: 300px;
  z-index: 10000;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.opentip-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opentip-container .opentip {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.2);
}
.opentip-container .opentip .header {
  margin: 0;
  padding: 0;
}
.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.opentip-container .opentip .ot-close span {
  display: none;
}
.opentip-container .opentip .ot-loading-indicator {
  display: none;
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
  pointer-events: auto;
}
.opentip-container.ot-hidden {
  display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  -moz-animation: otloading 2s linear infinite;
  -o-animation: otloading 2s linear infinite;
  -ms-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center;
}
.opentip-container.style-dark .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0, 94, 153, 0.3);
}
.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.recaptcha-position-inline {
  clear: both;
  box-sizing: border-box;
  padding: 0 2rem 2rem 0;
  width: 100%;
  float: left;
}
/*
colpick Color Picker / colpick.com
*/
/*Main container*/
.colpick {
  z-index: 9999;
  position: absolute;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*Color selection box with gradients*/
  /*Circular color selector*/
  /*Vertical hue bar*/
  /*Hue bar sliding indicator*/
  /*New color box*/
  /*Current color box*/
  /*Input field containers*/
  /*Text field container on focus*/
  /*Field label container*/
  /*Field up/down arrows*/
  /*Submit/Select button*/
}
.colpick .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
}
.colpick .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.colpick .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
.colpick .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}
.colpick .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
.colpick .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
.colpick .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
.colpick .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
.colpick .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
.colpick .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
.colpick .colpick_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick .colpick_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 68px;
  left: 207px;
  top: 121px;
}
.colpick .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
  right: 4px;
}
.colpick .colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick .colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick .colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick .colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick .colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick .colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick .colpick_focus {
  border-color: #999;
}
.colpick .colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
.colpick .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
.colpick .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
.colpick .colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick .colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
/*full layout with no submit button*/
.colpick.colpick_full_ns .colpick_submit {
  display: none;
}
.colpick.colpick_full_ns .colpick_current_color {
  display: none;
}
.colpick.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick.colpick_full_ns .colpick_rgb_r {
  top: 42px;
}
.colpick.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
.colpick.colpick_full_ns .colpick_rgb_g {
  top: 73px;
}
.colpick.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
.colpick.colpick_full_ns .colpick_rgb_b {
  top: 104px;
}
.colpick.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
.colpick.colpick_full_ns .colpick_hex_field {
  top: 135px;
}
/*rgbhex layout*/
.colpick.colpick_rgbhex {
  width: 282px;
}
.colpick.colpick_rgbhex .colpick_hsb_h {
  display: none;
}
.colpick.colpick_rgbhex .colpick_hsb_s {
  display: none;
}
.colpick.colpick_rgbhex .colpick_hsb_b {
  display: none;
}
.colpick.colpick_rgbhex .colpick_field {
  width: 68px;
}
.colpick.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
/*rgbhex layout, no submit button*/
.colpick.colpick_rgbhex_ns .colpick_submit {
  display: none;
}
.colpick.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
.colpick.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
/*hex layout*/
.colpick.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick.colpick_hex .colpick_hsb_h {
  display: none;
}
.colpick.colpick_hex .colpick_hsb_s {
  display: none;
}
.colpick.colpick_hex .colpick_hsb_b {
  display: none;
}
.colpick.colpick_hex .colpick_rgb_r {
  display: none;
}
.colpick.colpick_hex .colpick_rgb_g {
  display: none;
}
.colpick.colpick_hex .colpick_rgb_b {
  display: none;
}
.colpick.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick.colpick_hex .colpick_hex_field div {
  height: 25px;
  line-height: 25px;
}
.colpick.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
/*hex layout, no submit button*/
.colpick.colpick_hex_ns .colpick_submit {
  display: none;
}
.colpick.colpick_hex_ns .colpick_current_color {
  display: none;
}
.colpick.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
/*Dark color scheme*/
.colpick.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick.colpick_dark .colpick_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick.colpick_dark .colpick_field input {
  color: #7a7a7a;
}
.colpick.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
/* Image picker */
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.thumbnails.image_picker_selector li.group_title {
  float: none;
}
ul.thumbnails.image_picker_selector li {
  margin: 0px 12px 12px 0px;
  float: left;
}
ul.thumbnails.image_picker_selector li .thumbnail {
  line-height: 1px;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 5px;
}
ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
}
ul.thumbnails.image_picker_selector li .thumbnail p {
  margin: 10px;
  text-align: center;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
  border: 5px solid #08C;
  padding: 0;
}
.iti {
  position: relative;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 99;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/flags.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/* Customer Account */
.webforms-customer-account-form {
  margin-top: 3rem;
  border: 1px solid #eee;
  padding: 2rem;
}
.webforms-customer-account-message {
  border-left: 3px solid #8ce0ff;
  background: #f7f7f7;
  padding: 3rem;
  margin: 0 15% 1.5rem 0;
  position: relative;
}
.webforms-customer-account-message:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.webforms-customer-account-message .block-bottom {
  position: absolute;
  left: 17px;
  bottom: 5px;
  font-size: 80%;
  font-style: italic;
}
.webforms-customer-account-message .webforms-results {
  max-width: 100%;
}
.webforms-customer-account-message .webforms-results .webforms-results-block {
  float: none;
  background: none;
  padding: 0;
  border-radius: unset;
}
.webforms-customer-account-message.result {
  margin: 0 0 1.5rem 0;
}
.webforms-customer-account-message.customer {
  margin: 0 0 1.5rem 15%;
  padding: 1rem 2rem 3rem 2rem;
}
.webforms-customer-account-message.response {
  border-left: 3px solid #ffb20b;
  background: #FFF4D6;
  padding: 1rem 2rem 3rem 2rem;
}
.webforms-customer-account-message.response .block-bottom {
  left: 17px;
}
.webforms-customer-account-message .block-attachments {
  padding: 1rem;
}
.webforms-message-form {
  padding: 2rem;
  background: #f7f7f7;
}
.block-webforms-form .actions-toolbar {
  margin: 17px 0;
}
/* Customer result action buttons */
.webforms-result-action {
  display: block;
  background: #f5f5f5;
  text-align: center;
  padding: .3rem .1rem;
  margin: .5rem .1rem;
  white-space: nowrap;
  color: #888;
  text-decoration: none;
}
.webforms-result-action:hover {
  text-decoration: none;
  color: white;
  background: #8bc53f;
}
.result-action-delete {
  border-color: red;
}
.result-action-delete:hover {
  background: red;
}
.webforms-results-table .col .id {
  width: 15%;
}
/* Button */
.webforms-popup {
  position: relative;
  background: #FFF;
  padding: 2rem;
  margin: 2rem auto;
  box-sizing: border-box;
  border-radius: .7rem;
}
@media screen and (min-width: 20em) {
  .webforms-popup {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .webforms-popup {
    width: 90%;
  }
}
@media screen and (min-width: 64em) {
  .webforms-popup {
    width: 60%;
  }
}
.webforms-popup-title {
  line-height: 3.5rem;
  word-wrap: break-word;
  padding: 0 36px;
  margin-top: 1rem;
  text-align: center;
}
/* Form */
.webforms {
  margin-bottom: 1.5rem;
}
.webforms .field {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.webforms .fieldset {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.webforms .captcha-container {
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  clear: both;
}
.webforms .actions-toolbar {
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
  clear: both;
}
@media (min-width: 768px) {
  .webforms .actions-toolbar {
    display: table;
  }
  .webforms .actions-toolbar.submit-right {
    margin-left: auto;
    padding-right: 0;
  }
  .webforms .actions-toolbar.submit-center {
    margin-left: auto;
    margin-right: auto;
  }
}
.webforms .actions-toolbar .primary button.sbtn-l {
  line-height: 2.2rem;
  font-size: 1.8rem;
}
.webforms .actions-toolbar .primary button.sbtn-xl {
  line-height: 2.8rem;
  font-size: 2.2rem;
}
.webforms .inline-elements .choice {
  display: inline-flex;
}
.webforms-success-text {
  margin-bottom: 2rem;
}
.webforms-below-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.webforms-description-text {
  margin-bottom: 4rem;
}
.webforms-fields-comment {
  font-size: 90%;
  clear: both;
  margin-top: 1rem;
}
.please-wait {
  padding-top: 0.5rem;
}
.please-wait .loading-indicator {
  background: #ffffff url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/ajax-loader-big.gif) no-repeat;
  background-size: 1.8rem;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: bottom;
  margin-bottom: 0.2rem;
}
/* Grid */
@media screen and (min-width: 20em) {
  .wf-sm-row {
    clear: left;
  }
  .wf-sm-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-sm-1-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-sm-1-2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-sm-1-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-sm-2-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-sm-1-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-sm-3-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-sm-1-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-sm-1-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 20%;
  }
  .wf-sm-2-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 40%;
  }
  .wf-sm-3-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 60%;
  }
  .wf-sm-4-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 80%;
  }
  .wf-sm-5-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-sm-1-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 8.3333%;
    *width: 8.3023%;
  }
  .wf-sm-2-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-sm-3-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-sm-4-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-sm-5-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 41.6667%;
    *width: 41.6357%;
  }
  .wf-sm-6-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-sm-7-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 58.3333%;
    *width: 58.3023%;
  }
  .wf-sm-8-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-sm-9-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-sm-10-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-sm-11-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 91.6667%;
    *width: 91.6357%;
  }
  .wf-sm-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .wf-md-row {
    clear: left;
  }
  .wf-sm-row {
    clear: unset;
  }
  .wf-md-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-md-1-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-md-1-2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-md-1-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-md-2-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-md-1-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-md-3-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-md-1-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-md-1-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 20%;
  }
  .wf-md-2-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 40%;
  }
  .wf-md-3-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 60%;
  }
  .wf-md-4-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 80%;
  }
  .wf-md-5-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-md-1-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 8.3333%;
    *width: 8.3023%;
  }
  .wf-md-2-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-md-3-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-md-4-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-md-5-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 41.6667%;
    *width: 41.6357%;
  }
  .wf-md-6-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-md-7-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 58.3333%;
    *width: 58.3023%;
  }
  .wf-md-8-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-md-9-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-md-10-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-md-11-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 91.6667%;
    *width: 91.6357%;
  }
  .wf-md-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .wf-lg-row {
    clear: left !important;
  }
  .wf-md-row {
    clear: unset;
  }
  .wf-sm-row {
    clear: unset;
  }
  .wf-lg-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-lg-1-1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
  .wf-lg-1-2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-lg-1-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-lg-2-3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-lg-1-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-lg-3-4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-lg-1-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 20%;
  }
  .wf-lg-2-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 40%;
  }
  .wf-lg-3-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 60%;
  }
  .wf-lg-4-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 80%;
  }
  .wf-lg-1-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-lg-5-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-lg-1-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 8.3333%;
    *width: 8.3023%;
  }
  .wf-lg-2-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 16.6667%;
    *width: 16.6357%;
  }
  .wf-lg-3-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 25%;
    *width: 24.9690%;
  }
  .wf-lg-4-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 33.3333%;
    *width: 33.3023%;
  }
  .wf-lg-5-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 41.6667%;
    *width: 41.6357%;
  }
  .wf-lg-6-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 50%;
    *width: 49.9690%;
  }
  .wf-lg-7-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 58.3333%;
    *width: 58.3023%;
  }
  .wf-lg-8-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 66.6667%;
    *width: 66.6357%;
  }
  .wf-lg-9-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 75%;
    *width: 74.9690%;
  }
  .wf-lg-10-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 83.3333%;
    *width: 83.3023%;
  }
  .wf-lg-11-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 91.6667%;
    *width: 91.6357%;
  }
  .wf-lg-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    float: left;
    width: 100%;
  }
}
/* Results */
.block-account .webforms-results {
  max-width: 100%;
}
.webforms-results {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  /* Star rating */
}
.webforms-results .webforms-results-block {
  margin-bottom: 4rem;
  float: left;
  width: 100%;
  clear: both;
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
.webforms-results .webforms-results-block h2 {
  margin: .5rem 0 1rem 0;
  font-size: 24px;
}
.webforms-results .webforms-results-block .webforms-results-fieldset {
  margin-bottom: 4rem;
}
.webforms-results .webforms-results-block .webforms-results-fieldset h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
.webforms-results .webforms-results-block .webforms-results-field {
  margin-bottom: 2rem;
  width: 100%;
}
.webforms-results .webforms-results-block .webforms-results-field .webforms-results-label {
  font-weight: bold;
  width: 100%;
}
.webforms-results .webforms-results-block .webforms-results-field .webforms-results-value {
  padding: 5px 0;
}
.webforms-results .webforms-results-block .webforms-results-field .webforms-results-value .webforms-image {
  float: left;
  margin-right: 2rem;
}
.webforms-results .webforms-rating-summary {
  margin-bottom: 15px;
}
/* Slide out */
.webform-slide-out-container {
  z-index: 90;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-color: darkgray;
  width: 350px;
  margin-bottom: 0;
  height: 60%;
  bottom: 0;
  display: flex;
  border-width: 1px;
  border-style: solid;
  max-width: 90%;
  position: fixed;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-height: 768px) {
  .webform-slide-out-container {
    height: 100%;
  }
}
.webform-slide-out-container .webform-slide-out-button {
  z-index: 90;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1979c3;
  color: white;
  position: absolute;
  padding: 15px 3px;
  white-space: nowrap;
  cursor: pointer;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  border-radius: 0 .4rem .4rem 0;
  top: -1px;
}
@media (max-height: 768px) {
  .webform-slide-out-container .webform-slide-out-button {
    top: 45%;
  }
}
.webform-slide-out-container .webform-slide-out-content {
  flex: 1;
  width: 100%;
  overflow: auto;
  padding: 10px 20px;
}
.webform-slide-out-left .webform-slide-out-button {
  border-radius: .4rem 0 0 .4rem;
}
/* Drop-zone */
.drop-zone {
  padding: 2rem .7rem;
  color: #777;
  border: .2em dashed #ddd;
  border-radius: .4rem;
  opacity: .9;
  cursor: pointer;
  min-width: 0;
}
.drop-zone:hover {
  background-color: #f5f5f5;
}
.drop-zone-preview-container {
  margin-bottom: 10px;
}
.drop-zone-label {
  display: inline-block !important;
  vertical-align: top !important;
}
.icon-paperclip {
  background-image: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/paperclip.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.drop-zone-preview {
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  border-radius: .33333rem;
  color: #999;
  padding: 5px;
  margin-bottom: 5px;
  line-height: inherit;
  position: relative;
  min-width: 0;
}
.drop-zone-attachment {
  overflow: auto;
  height: auto;
  z-index: 2;
  width: 100% !important;
  position: relative;
}
.drop-zone-preview-icon-file {
  padding-right: .66667rem;
  float: left !important;
}
.drop-zone-preview-file {
  width: 70%;
  float: left !important;
}
.drop-zone-preview-filename {
  max-width: 62%;
  color: #333;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important;
  white-space: nowrap !important;
  float: left !important;
  vertical-align: top !important;
}
.drop-zone-preview-filename-end {
  color: #333;
}
.drop-zone-preview-size {
  clear: left;
  float: left !important;
}
.drop-zone-error {
  clear: left;
  float: left !important;
  color: red;
}
.drop-zone-preview-icon-close {
  position: absolute;
  top: 50%;
  right: .41667rem;
  margin-top: -2.2rem !important;
  padding-top: 1rem;
  border: 0;
  cursor: pointer !important;
  float: right !important;
}
.drop-zone-preview-icon-close svg {
  fill: #999;
}
.drop-zone-progress {
  position: absolute;
  border-radius: .33333rem;
  background-color: #00ff08;
  opacity: .1;
  height: 100% !important;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.drop-zone-progress-success {
  position: absolute;
  border-radius: .33333rem;
  background-color: #00ff08;
  opacity: .1;
  height: 100% !important;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.dropzone-text {
  text-align: center;
}
/* File Renderer */
.webforms-file-pool {
  display: table;
  margin-bottom: 10px;
}
.webforms-file-pool-selectall {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.webforms-file-pool-selectall label {
  color: #888;
}
.webforms-file-cell {
  float: left;
  flex: 1;
  height: auto;
  color: #888;
  display: table-cell;
}
.webforms-file-cell p label {
  color: #888;
}
.webforms-file-cell .webforms-image-box {
  margin-left: 0;
}
.webforms-file-cell .admin__field-complex-content {
  max-width: 100% !important;
}
.webforms-file-link {
  position: relative;
  display: inline-flex !important;
  float: left;
  margin-right: 10px;
  height: auto;
  padding-left: 23px;
  margin-bottom: 7px;
}
.webforms-file-link figure {
  margin: 1em 10px;
}
.webforms-file-link figure p {
  margin: 10px 0 5px 0;
}
.webforms-file-link figure img {
  background: white;
}
.webforms-file-link:before {
  content: "";
  background-image: url(../../frontend/Olegnax/athlete2/en_US/MageMe_WebForms/images/paperclip.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}
.webforms-file-link-name {
  display: inline-flex;
  max-width: 150px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important;
  white-space: nowrap !important;
}
.webforms-file-link-name-end {
  display: inline;
}
.webforms-file-link-name-end:before {
  content: "...";
}
.webforms-file-delete-checkbox {
  vertical-align: baseline;
  margin-top: 0 !important;
}
.webforms-image-box {
  background: #efefef;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 10px 10px 0;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 15px;
  font-weight: bold;
  white-space: nowrap;
  float: left;
}
.webforms-image-box img {
  max-width: none;
}
.webforms-image-box:hover {
  background: #9e9e9e;
  text-decoration: none;
}
.mm-map {
  height: 400px;
  width: 100%;
}
.mm-map-search {
  margin: 2px;
  width: 40%;
}
.mm-logic-hidden {
  display: none !important;
}
/*@icon-settings:'\3d';
@icon-checkmark: '\2e';
@icon-search: '\61';
@icon-down: "\72";
@icon-up: "\72";
/*@icon-help
@icon-expand
@icon-pointer-right: "\72";
@icon-pointer-left: "\72";*/
/*
@button__span-padding: 0 12px;
@button__span-height: 30px;*/
/*
@breadcrumbs__container-margin: 0;
@breadcrumbs-icon__use: false;
@breadcrumbs__padding: 0;

@breadcrumbs-current__color: @text__color__muted;
@breadcrumbs-link__color: @text__color__muted;
@breadcrumbs-link__visited__color: @breadcrumbs-link__color;
@breadcrumbs-link__hover__color: #ffffff;
@breadcrumbs-link__active__color: @breadcrumbs-link__color;
*/
.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/en_US/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-out:after {
  content: none !important;
}
.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: 3px solid #000;
  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 {
  border: 3px solid #000;
  bottom: 0;
  left: -9999px;
  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;
  object-fit: scale-down;
}
.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/en_US/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;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 1;
}
.amasty-hide-price-button {
    margin-bottom: 40px;
}
.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as: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}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.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'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.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)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-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;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;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}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;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-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-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 span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :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),.quick_style_example_wrap .rev-burger:hover :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,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.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{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}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:#7f8c8d;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{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.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{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;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}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -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)}}rs-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}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-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}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-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)}rs-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)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.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,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{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:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{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.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;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}.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: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,rs-pzimg-wrap.aden:after{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:absolute}._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:30}._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:40}.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}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}