/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: transparent;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h4 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 0;
}
button {
  background-image: none;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button:hover {
  background: #ffe51e;
  border: none;
  color: #000000;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 35px 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
}
div.mage-error[generated] {
  color: #ffffff;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.order-details-items .items-qty,
.footer.content ul,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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,
.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,
.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 .item-options dt,
.multicheckout.address.form .table-wrapper .table .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
}
.multicheckout .item-options dt:after,
.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 {
  content: ': ';
}
.multicheckout .item-options dd,
.multicheckout.address.form .table-wrapper .table .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .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,
.order-details-items .order-title,
.widget .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .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,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.order-details-items .order-title > strong,
.widget .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .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,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.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,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title {
  margin-bottom: 30px;
}
.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,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.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,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong {
  vertical-align: middle;
}
.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,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.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,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.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,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action {
  margin-left: 6px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.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,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.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,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .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,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.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;
}
.fieldset .review-legend.legend,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.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,
.product-item-actions .actions-secondary > .action span:not(.icon),
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.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,
.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,
.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,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:before,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:before,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:before,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after {
  content: '';
  display: table;
}
.abs-add-clearfix: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,
.payment-method-braintree .hosted-date-wrap:after,
.multicheckout.address.form .table-wrapper .table .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.multicheckout.address.form .table-wrapper .table .item-options:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .details-qty:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.checkout-cart-index .cart-summar,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.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;
}
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.multicheckout .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 {
  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;
}
.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,
.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 {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.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,
.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 {
  content: '(' attr(data-label) ': ';
}
.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,
.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 {
  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,
.sidebar .subtitle,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.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,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.order-status,
.return-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;
  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: 0;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 0;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #202020;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:hover:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  color: #ffffff;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 0;
  top: 29px;
  width: 24px;
  height: 24px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  background: #000;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\74';
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.opc-block-summary .items-in-cart > .title,
.checkout-payment-method .payment-option._collapsible > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 30px 30px 30px 0;
  position: relative;
}
.abs-discount-block > .title > span,
.cart-summary .block > .title > span,
.opc-block-summary .items-in-cart > .title > span,
.checkout-payment-method .payment-option._collapsible > .title > span,
.paypal-review-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  content: '\75';
  font-family: 'Athlete2';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:hover:after,
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  color: #ffffff;
}
.cart-summary .block > .title:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.column.main .cart-summary .block > .title strong,
.column.main .opc-block-summary .items-in-cart > .title strong,
.column.main .checkout-payment-method .payment-option._collapsible > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.cart-summary .block > .title:hover:after,
.opc-block-summary .items-in-cart > .title:hover:after,
.checkout-payment-method .payment-option._collapsible > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.cart-summary .block > .content,
.opc-block-summary .items-in-cart > .content,
.checkout-payment-method .payment-option._collapsible > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.opc-block-summary .items-in-cart.active > .title:after,
.checkout-payment-method .payment-option._collapsible.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\74';
}
.cart-summary .block.active > .content,
.opc-block-summary .items-in-cart.active > .content,
.checkout-payment-method .payment-option._collapsible.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
rs-module .custom .tp-bullet {
  background: none;
  padding: 8px 4px;
  width: 40px;
  height: 2px;
}
rs-module .custom .tp-bullet:before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
}
rs-module .custom .tp-bullet.selected,
rs-module .custom .tp-bullet:hover {
  background: none;
}
rs-module .custom .tp-bullet.selected:before,
rs-module .custom .tp-bullet:hover:before {
  background: #000000;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Olegnax/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: 48px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h2 {
  font-size: 36px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h3 {
  font-size: 30px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.h4 {
  font-size: 24px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h5 {
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h6 {
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
h2.huge-5vw,
.h2.huge-5vw,
h2.huge-6vw,
.h2.huge-6vw,
h2.huge-7vw,
.h2.huge-7vw,
h2.big,
.h2.big,
h2.huge,
.h2.huge {
  font-size: 48px;
}
.breadcrumbs a,
.reviews-actions a {
  display: inline-block;
  line-height: 14px;
  padding: 2px 4px;
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover,
.reviews-actions a:hover {
  background-color: #000000;
  color: #ffffff;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 0;
}
.block .title strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.column.main .block .title strong,
.block .title strong,
.block-title strong {
  font-size: 36px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.column.main .crosssell .block .title strong,
.column.main .related .block .title strong,
.column.main .upsell .block .title strong,
.column.main .crosssell .block-title strong,
.column.main .related .block-title strong,
.column.main .upsell .block-title strong {
  font-size: 36px;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.info-block {
  padding: 30px;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-block h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.info-block strong {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.info-block [class^="col"]:first-child {
  padding-left: 0;
}
.info-block [class^="col"]:last-child {
  padding-right: 0;
}
.image-fit {
  object-fit: cover;
  height: 100%;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.small-subtitle {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  display: inline-block;
}
.hightlighted-text {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
  z-index: 1;
}
.hightlighted-text:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 32%;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background-color: #ffe51e;
}
.hightlighted-text.lower:before {
  bottom: -3px;
}
.hightlighted-text.ox-animate:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0.2s;
  transition: transform 0.7s ease-in-out 0.2s;
}
.hightlighted-text.ox-animate.animated:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
h1.huge-spacing,
.h1.huge-spacing {
  letter-spacing: 4px;
}
.medium-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.big-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.fancy-text {
  position: relative;
  display: block;
}
.fancy-text.-overlay {
  margin-bottom: -34px;
}
.fancy-text.-overlay-top {
  margin-top: -50px;
}
.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;
}
html,
.page-wrapper {
  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 {
  -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.greet.welcome,
.page-header .header.links li.greet.welcome {
  display: none;
}
.page-header .topline-block li:after,
.page-header .header.links li:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 0;
  height: 10px;
  background-color: #353535;
  background-color: rgba(255, 255, 255, 0.11);
  margin: 0;
}
.page-header .topline-block li:last-child:after,
.page-header .header.links li:last-child:after {
  content: none;
}
.page-header .topline-block a:not(.button),
.page-header .header.links a:not(.button),
.page-header .topline-block a,
.page-header .header.links a {
  line-height: 16px;
  padding: 2px 6px;
  margin: 0 2px 0 1px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  color: #d9d9d9;
  vertical-align: top;
}
.page-header .topline-block a:not(.button):hover,
.page-header .header.links a:not(.button):hover,
.page-header .topline-block a:hover,
.page-header .header.links a:hover {
  background: #ffe51e;
  color: #000;
}
.page-header .topline-block ul {
  padding: 0;
  list-style: none none;
  margin: 0;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #ffffff;
  content: '\e609';
  font-family: "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:after {
  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%;
  }
}
.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;
}
.inputs-style--underlined input[type="text"],
.inputs-style--underlined input[type="password"],
.inputs-style--underlined input[type="url"],
.inputs-style--underlined input[type="tel"],
.inputs-style--underlined input[type="search"],
.inputs-style--underlined input[type="number"],
.inputs-style--underlined input[type="datetime"],
.inputs-style--underlined input[type="email"],
.inputs-style--underlined select,
.inputs-style--underlined textarea {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
}
.inputs-style--underlined input[type="text"]:focus,
.inputs-style--underlined input[type="password"]:focus,
.inputs-style--underlined input[type="url"]:focus,
.inputs-style--underlined input[type="tel"]:focus,
.inputs-style--underlined input[type="search"]:focus,
.inputs-style--underlined input[type="number"]:focus,
.inputs-style--underlined input[type="datetime"]:focus,
.inputs-style--underlined input[type="email"]:focus,
.inputs-style--underlined select:focus,
.inputs-style--underlined textarea:focus,
.inputs-style--underlined input[type="text"]:hover,
.inputs-style--underlined input[type="password"]:hover,
.inputs-style--underlined input[type="url"]:hover,
.inputs-style--underlined input[type="tel"]:hover,
.inputs-style--underlined input[type="search"]:hover,
.inputs-style--underlined input[type="number"]:hover,
.inputs-style--underlined input[type="datetime"]:hover,
.inputs-style--underlined input[type="email"]:hover,
.inputs-style--underlined select:hover,
.inputs-style--underlined textarea:hover {
  border-color: #000;
}
.inputs-style--underlined input[type="text"].mage-error,
.inputs-style--underlined input[type="password"].mage-error,
.inputs-style--underlined input[type="url"].mage-error,
.inputs-style--underlined input[type="tel"].mage-error,
.inputs-style--underlined input[type="search"].mage-error,
.inputs-style--underlined input[type="number"].mage-error,
.inputs-style--underlined input[type="datetime"].mage-error,
.inputs-style--underlined input[type="email"].mage-error,
.inputs-style--underlined select.mage-error,
.inputs-style--underlined textarea.mage-error {
  border-color: #ff0000;
}
.inputs-style--underlined select {
  padding: 0 35px 0 0;
  background-position: calc(100% - 6px);
}
.inputs-style--underlined select option {
  padding-left: 0;
}
/* remove the arrow in IE */
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4IDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjYuMywxLjcgNCw0IDEuNywxLjcgMC42LDIuOCA0LDYuMyA0LDYuMyA0LDYuMyA3LjQsMi44ICIvPjwvc3ZnPg==);
  background-position: 96% center;
  background-position: calc(100% - 12px) center;
  background-size: 11px 10px;
  background-repeat: no-repeat;
}
.inputs-style--underlined .fieldset > .field .label,
.inputs-style--underlined .fieldset > .fields > .field .label {
  margin-bottom: -5px;
}
.inputs-style--underlined .fieldset > .fields > .field.choice .label,
.inputs-style--underlined .fieldset > .field.choice .label {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  margin-top: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\72";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.fieldset > .field:not(.choice) .label,
.fieldset > .fields > .field:not(.choice) .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 0;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 0;
}
.field-error,
div.mage-error[generated] {
  margin-top: 4px;
  background: red;
  display: inline-block;
  padding: 4px 7px 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
}
.field-error {
  color: #ffffff;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  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;
}
.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;
}
.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;
}
.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 .block-content,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel form,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .control,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .amsearch-wrapper-input,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .header__search-wrapper,
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .field.search {
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item-search.block-search--type-panel .action.search {
  width: auto;
  min-width: 60px;
  height: 100%;
}
.header--layout-4 .header__content .flex-right .header__item {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}
.header--layout-4 .header__content .flex-right .header__item .button {
  width: auto;
  min-width: 60px;
  align-self: stretch;
  height: auto;
}
.header--layout-4 .header__content .flex-right .header__item:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header--layout-4 .header__content .minicart-wrapper {
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header--layout-4 .header__content .minicart-wrapper .action.showcart {
  padding: 0 24px;
  align-self: stretch;
  height: auto;
}
.header--layout-4.page-header.header--full-width .container {
  padding: 0;
}
.header--layout-4.page-header.header--full-width .top-bar {
  padding-right: 10px;
}
.header--layout-5 .header__content .header__right {
  justify-content: right;
  margin-left: auto;
  padding-right: 10px;
}
.header--layout-6 .header__center.block-search {
  display: none;
}
.header--layout-6 .header__right {
  margin-left: auto;
}
.ox-slideout .block-account > .block-content {
  height: 100%;
}
.ox-slideout .block-account .ox-overlay-close-btn {
  right: 15px;
  top: 15px;
}
.ox-slideout .block-account .block {
  padding: 55px;
  margin: 0;
}
.ox-slideout .block-account .block-new-customer {
  justify-content: center;
  flex: 1 1 auto;
}
.minicart--style-modern .block-account .ox-overlay-close-btn {
  background: transparent;
}
.minicart--style-modern .block-account .ox-overlay-close-btn:after,
.minicart--style-modern .block-account .ox-overlay-close-btn:before {
  content: none;
}
.header__item-dropdown-content .block-wishlist .no-display,
.header__item-dropdown-content .block-compare .no-display {
  display: none;
}
.athlete2-icon-heart2 {
  font-size: 18px;
  margin-bottom: -2px;
}
.header__item-account .athlete2-icon-login {
  font-size: 16px;
  margin-top: 2px;
}
.sticky .sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 879;
}
.sticky-smart .ox-sticky.sticky .sticky-wrapper {
  transform: translateY(-100%);
  will-change: transform;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-up .sticky-wrapper {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.sticky-smart .ox-sticky.sticky.sticky-scroll-down .sticky-wrapper {
  transition: transform 0.2s;
}
.header__item-badge {
  background: #202020;
  color: #fff;
  width: auto;
  padding: 2px;
  line-height: 10px;
  height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  right: 0;
  font-family: Arial, sans-serif;
}
.navigation {
  display: none;
}
.header__content {
  height: 100%;
  min-height: 55px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.header__content:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.header__content .header__additional-content {
  padding: 20px 15px;
  width: 100%;
}
.header__content .flex-left,
.header__content .flex-right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}
.header__content .header__item .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
}
.header__content .header__item .button:after {
  content: none;
}
.header__content .header__item .button:hover {
  background: #202020;
}
.header__content .header__item .button:hover svg {
  fill: #ffffff;
}
.top-bar {
  width: 100%;
  background-color: #202020;
}
.top-bar .flex-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .flex-left .switcher-currency {
  order: 1;
}
.top-bar .flex-left .switcher-language {
  order: 0;
}
.top-bar .flex-left .topline-block {
  order: 2;
  margin-left: 10px;
}
.top-bar .topline-block {
  z-index: 1;
}
.top-bar.topline-3col {
  justify-content: space-between;
}
.top-bar.topline-3col .flex-right {
  margin-left: 0;
}
.top-bar.topline-3col .flex-center {
  text-align: center;
  padding: 0 15px;
  justify-content: center;
}
.page-header {
  background: #000000;
}
.page-header .sticky-wrapper {
  background: #000000;
}
.page-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
.page-header .container .row {
  margin-left: 0;
  margin-right: 0;
}
.page-header.header--full-width .ox-megamenu {
  max-width: 100%;
}
.page-header.header--full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-header.header--full-width .header-nav-wide .ox-megamenu,
.page-header.header--full-width .header-nav-wide .navigation {
  max-width: 100%;
}
.header__content-wrapper,
.col.header__content-wrapper {
  padding: 0;
}
.logo__container {
  min-height: 60px;
  max-width: 40%;
  background: #ffe51e;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  transition: all 0.3s ease;
}
.logo__container:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.logo__container .logo {
  max-width: 100%;
  float: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__container .logo img {
  width: 100%;
}
.logo__container .logo img.retina {
  display: none;
}
.header--layout-1 .header__content .flex-right,
.header--layout-2 .header__content .flex-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.header--layout-1.header--full-width .header__content .flex-right,
.header--layout-2.header--full-width .header__content .flex-right {
  padding-right: 10px;
}
.header--layout-1 .logo__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  z-index: 4;
  position: relative;
}
.header-nav-wide {
  background-color: #444444;
  padding: 14px 0;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav-wide .ox-megamenu,
.header-nav-wide .navigation {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
}
.header-nav-wide .ox-megamenu > ul,
.header-nav-wide .navigation > ul {
  padding: 0;
}
.header--full-width .header-nav-wide .ox-megamenu,
.header--full-width .header-nav-wide .navigation {
  padding-left: 10px;
  padding-right: 10px;
}
.header-cart {
  float: right;
  margin: 0 0 0 10px;
}
.top-bar .header.links {
  float: right;
  z-index: 2;
}
#nav > li > a {
  display: block;
  position: relative;
  color: #ffffff ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 9px 1px;
  letter-spacing: -1px;
}
.header__item-account .header.links {
  display: none;
}
.header__center {
  flex: 1 1 0%;
}
.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;
}
.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;
}
.ox-slideout .block-compare .block-content,
.ox-slideout .block-wishlist .block-content,
.ox-slideout .block-minicart .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ox-slideout .block-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 {
  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-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 {
  -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-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.ox-toggle-title strong {
  font-weight: 800;
  word-break: break-word;
}
.ox-toggle-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ox-toggle-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.ox-toggle-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.ox-toggle-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.ox-toggle-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.ox-toggle-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ox-toggle-content p:last-of-type,
.ox-toggle-content p:last-child {
  margin-bottom: 0;
}
.ox-toggle.medium-left {
  padding: 20px 0;
}
.ox-toggle.medium-left .ox-toggle-title {
  justify-content: flex-start;
}
.ox-toggle.medium-left .ox-toggle-title strong {
  font-size: 18px;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus {
  margin-right: 22px;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:before {
  right: 9px;
  top: 14px;
  background: #fff;
}
.ox-toggle.medium-left .ox-toggle-title .toggle-minus span:after {
  background: #fff;
  right: 14px;
  top: 9px;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus {
  background: #ffe51e;
}
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:after,
.ox-toggle.medium-left .ox-toggle-title:hover .toggle-minus span:before {
  background: #000;
}
.ox-toggle.medium-left .ox-toggle-content {
  padding-left: 52px;
  margin-top: 40px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: #ffe51e;
  text-align: center;
  border: none;
  border-radius: 0;
  transition: all 200ms ease;
}
#toTop small {
  display: none;
}
#toTop > span {
  display: block;
  width: 100%;
  height: 100%;
  animation: move-vertical-out 0.25s;
}
#toTop svg {
  width: 23px;
  height: 23px;
  transform: rotate(-90deg);
  position: relative;
  top: 10px;
  transition: all 200ms ease;
}
#toTop:hover {
  background: #000000;
}
#toTop:hover svg {
  fill: #ffffff;
}
#toTop:hover > span {
  animation: move-vertical-hover 0.25s;
}
.slider-progress {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slider-progress span {
  width: 100%;
  height: 3px;
  display: block;
  background: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease!important;
  position: relative;
  top: 37px;
}
.slider-progress:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffe51e;
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: left;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.slider-progress.play:after {
  animation: progress 9s forwards;
}
.slider-progress.active:after {
  animation: none;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.slider-progress:hover span {
  transition: all 0.3s ease;
  opacity: 1;
}
@keyframes progress {
  0% {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* ABOVE FOOTER BANNER */
.header-banner-below .banner-wrap,
.above-footer-banner .banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  text-align: center;
  justify-content: center;
  color: #000000;
}
.header-banner-below .banner-wrap p,
.above-footer-banner .banner-wrap p,
.header-banner-below .banner-wrap h1,
.above-footer-banner .banner-wrap h1,
.header-banner-below .banner-wrap h2,
.above-footer-banner .banner-wrap h2,
.header-banner-below .banner-wrap h3,
.above-footer-banner .banner-wrap h3,
.header-banner-below .banner-wrap h4,
.above-footer-banner .banner-wrap h4,
.header-banner-below .banner-wrap h5,
.above-footer-banner .banner-wrap h5,
.header-banner-below .banner-wrap h6,
.above-footer-banner .banner-wrap h6,
.header-banner-below .banner-wrap .h1,
.above-footer-banner .banner-wrap .h1,
.header-banner-below .banner-wrap .h2,
.above-footer-banner .banner-wrap .h2,
.header-banner-below .banner-wrap .h3,
.above-footer-banner .banner-wrap .h3,
.header-banner-below .banner-wrap .h4,
.above-footer-banner .banner-wrap .h4,
.header-banner-below .banner-wrap .h5,
.above-footer-banner .banner-wrap .h5,
.header-banner-below .banner-wrap .h6,
.above-footer-banner .banner-wrap .h6 {
  margin: 4px;
}
.header-banner-below.banner-columns-1,
.above-footer-banner.banner-columns-1 {
  background: #f8f8f8;
}
.header-banner-below.banner-columns-2 .banner-wrap,
.above-footer-banner.banner-columns-2 .banner-wrap {
  position: relative;
  z-index: 2;
}
.header-banner-below.banner-columns-2 .banner-wrap:before,
.above-footer-banner.banner-columns-2 .banner-wrap:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.header-banner-below {
  min-height: 45px;
}
/* HEADER BANNER */
.header-top-banner {
  display: none;
  background-color: #ffe51e;
  color: #000000;
  padding: 12px 0;
  /*&[data-mode='always']{
            display: block;
        }*/
}
.header-top-banner.show-top-banner {
  display: block;
}
.header-bottom-banner {
  display: none;
  background-color: #fff;
  color: #2c54fd;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.4px;
  padding: 17px 0;
}
.header-top-banner-wrapper,
.header-bottom-banner-wrapper {
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.at-close-cross {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #000;
  cursor: pointer;
}
.at-close-cross:hover {
  background: #ffe51e;
}
.at-close-cross:hover span:before,
.at-close-cross:hover span:after {
  background-color: #000;
}
.at-close-cross span {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-top: 9px;
}
.at-close-cross span:before,
.at-close-cross span:after {
  position: absolute;
  left: 5px;
  content: '';
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.at-close-cross span:before {
  transform: rotate(45deg);
}
.at-close-cross span:after {
  transform: rotate(-45deg);
}
.header-top-banner .at-highlight,
.header-banner-below .at-highlight,
.above-footer-banner .at-highlight,
.header-top-banner .highlight,
.header-banner-below .highlight,
.above-footer-banner .highlight {
  padding: 4px 6px;
  display: inline-block;
  letter-spacing: -1px;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0 4px;
}
.std .ox-banner,
.ox-banner {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateZ(0);
  line-height: 0;
}
.std .ox-banner.big-border,
.ox-banner.big-border {
  border: 15px solid;
}
.std .ox-banner img,
.ox-banner img {
  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-view .post-gallery {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-view .post-gallery .gallery-image-hld {
  margin: 0 14px 14px 0;
}
.post-view .related .post-list {
  justify-content: center;
}
.post-view .related .post-list article {
  margin-bottom: 40px;
}
.post-view .related .post-list article .post-image-wrapper {
  margin-bottom: 22px;
}
.post-view .related .post-list article .post-title {
  font-size: 24px;
}
.post-view .post-bottom {
  padding: 0;
}
.post-view .post-bottom .related .products {
  margin-bottom: 60px;
}
.post-view .blog-post-sticky-info {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 5;
  width: 50px;
  top: 0;
}
.post-view .blog-post-sticky-info._static {
  position: absolute;
  bottom: 0px;
  top: auto;
}
.post-view .blog-post-sticky-info._fixed {
  position: fixed;
}
.post-view .blog-post-sticky-info .social-share__content {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-view .blog-post-sticky-info .social-share__content a {
  margin: 0 auto;
}
.post-view .blog-post-sticky-info .progress-container {
  width: 3px;
  height: 70px;
  display: block;
  background: #edebeb;
  margin: 20px auto;
}
.post-view .blog-post-sticky-info .progress-counter {
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-bottom: 14px;
}
.post-view .blog-post-sticky-info .progress-bar {
  font-size: 14px;
  background-color: #000;
  width: 100%;
  display: block;
  height: 0;
}
.post-view .post-meta .social-share__content {
  display: flex;
  margin-top: 10px;
  margin-left: -7px;
}
.post-view .social-share__content a {
  margin: 0;
  display: flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-size: 16px;
  background: transparent;
  color: #000;
  overflow: hidden;
}
.post-view .social-share__content a i {
  animation: move-vertical-out 0.25s;
  transition: color 0.3s;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.post-view .social-share__content a:hover i {
  animation: move-vertical-hover 0.25s;
  color: #ffe51e;
}
.post-view .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
}
.post-view .social-share__content a span {
  display: none;
}
.post-view .image-caption {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
  margin-top: 20px;
}
.post-view .breadcrumbs {
  padding: 0;
}
.post-view.narrow-post .post-tags,
.post-view.narrow-post .post-bottom .block.comments,
.post-view.narrow-post .post-bottom .post-nextprev-hld,
.post-view.narrow-post .post-header {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post .narrow-content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--p .post-text-hld > p {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view.narrow-post.narrow-post--content .post-text-hld {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.post-view .breadcrumbs {
  margin-bottom: 60px;
}
.post-view .post-categories {
  display: block;
  margin-bottom: 15px;
}
.post-view .post-categories a {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-view .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-view h1.page-title {
  margin-left: -2px;
  margin-bottom: 35px;
  line-height: 1;
}
.post-view .post-ftimg-hld {
  text-align: center;
  margin-bottom: 35px;
}
.post-view .post-content {
  position: relative;
}
.post-view .post-text-hld p,
.post-view .post-text-hld {
  font-size: 16px;
  line-height: 1.8;
}
.post-view .post-meta {
  font-family: Arial, sans-serif;
  margin-bottom: 35px;
  margin-top: -10px;
}
.post-view .post-meta .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.post-view .post-meta .addthis_toolbox a {
  margin-bottom: 0 !important;
}
.post-view .post-meta a.item {
  line-height: 16px;
  padding: 2px 4px;
}
.post-view .post-meta a.item:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-meta .item {
  margin-right: 8px;
  display: inline-block;
}
.post-view .post-meta .item a {
  line-height: 14px;
  padding: 2px 4px;
}
.post-view .post-meta .item a:hover {
  background-color: #000000;
  color: #ffffff;
}
.post-view .post-description {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld {
  margin-bottom: 80px;
}
.post-view .post-nextprev-hld .prev-link + .next-link {
  margin-top: 20px;
}
.post-view .post-nextprev-hld .nextprev-link {
  display: block;
}
.post-view .post-nextprev-hld .nextprev-link .h6 {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
.post-view .post-nextprev-hld .nextprev-link .h3 {
  display: inline;
  font-size: 28px;
  line-height: 1;
  padding: 1px 8px;
  margin-left: -8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.post-view .post-nextprev-hld .nextprev-link .h3 span {
  position: relative;
}
.post-view .post-nextprev-hld .nextprev-link:hover .h3 {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.post-view .post-tags {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 36px;
  display: block;
}
.post-view .post-tags a {
  line-height: 14px;
  padding: 7px 9px;
  font-size: 14px;
  display: inline-block;
  margin: 1px 5px 2px 0;
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.post-view .post-tags a:hover {
  background-color: #ffe51e;
  color: #000;
}
.post-view .post-tags .label {
  display: none;
}
.post-view .block.comments {
  margin-bottom: 0;
}
.post-view .block.comments .fb-comments,
.post-view .block.comments .c-replyform form {
  padding: 40px;
  background: #f8f8f8;
}
.post-view .block.comments .fb-comments .c-btn-hld .input-box,
.post-view .block.comments .c-replyform form .c-btn-hld .input-box {
  margin-top: 24px;
}
.post-view .block.comments .fb-comments textarea + div.mage-error[generated],
.post-view .block.comments .c-replyform form textarea + div.mage-error[generated],
.post-view .block.comments .fb-comments input + div.mage-error[generated],
.post-view .block.comments .c-replyform form input + div.mage-error[generated] {
  position: relative;
  top: -15px;
}
.post-view .block.comments .c-comment {
  border-top: 1px solid #e3e3e3;
  padding: 40px 0;
}
.post-view .block.comments .c-comment:last-child {
  padding-bottom: 0;
}
.post-view .block.comments .c-comment:first-child {
  border-top: none;
}
.post-view .block.comments .c-comment .c-replyform {
  margin-top: 30px;
}
.post-view .block.comments .c-comment .c-replyform button[type="submit"] {
  float: right;
}
.post-view .block.comments .c-comment .c-post {
  padding: 0 0 0 30px;
  border-left: 4px solid #ffe51e;
}
.post-view .block.comments .c-comment .p-name {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments .c-comment .p-text {
  margin-bottom: 20px;
}
.post-view .block.comments .c-comment .p-actions {
  font-size: 13px;
  color: #a2a2a2;
}
.post-view .block.comments .c-comment .p-actions a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px;
  margin-left: -4px;
  margin-right: 4px;
}
.post-view .block.comments .c-comment .p-actions a:hover {
  background: #000;
  color: #fff;
}
.post-view .block.comments .c-count {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.post-view .block.comments input,
.post-view .block.comments textarea {
  margin-bottom: 20px;
}
.post-view .block.comments textarea {
  height: 120px;
}
.post-view .block.comments button {
  margin-top: 10px;
  /*&.cancel{
                    float:right;
                }*/
}
.post-view .block.comments button[type="submit"] {
  padding: 18px 27px;
  min-width: 200px;
}
.post-view .block.comments .lr-hld {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-view .block.comments .lr-hld .right-hld,
.post-view .block.comments .lr-hld .left-hld {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-page {
  /*
        .column.main {
            > .breadcrumbs{
                padding: 0;
                padding-bottom: 4px;
                margin-bottom: 40px;
            }
            > .breadcrumbs + .page-title-wrapper{
                margin-top: -40px;
            }
        }*/
}
.blog-page .sidebar .widget.block:not(:last-child),
.blog-page .sidebar-additional .widget.block:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-additional .block .block-title {
  margin: 0;
}
.sidebar-additional .block.block-categories {
  color: #adadad;
}
.sidebar-additional .block.block-categories ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding-bottom: 20px;
}
.sidebar-additional .block.block-categories ul ul {
  padding: 0;
  padding-left: 10px;
}
.sidebar-additional .block.block-categories li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-right: 1px;
  text-transform: capitalize;
}
.sidebar-additional .block.block-categories li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-custom {
  padding: 22px 20px;
}
.sidebar-additional .block.block-rss .block-title {
  padding: 26px 0 23px;
}
.sidebar-additional .block.block-tagclaud a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 9px 5px;
  margin: 1px 0 2px;
  display: inline-block;
  background-color: #000000;
  color: #fff;
}
.sidebar-additional .block.block-tagclaud a:hover {
  background-color: #ffe51e;
  color: #000;
}
.sidebar-additional .block.block-tagclaud .tagclaud-hld {
  padding-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item > a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 4px;
}
.sidebar-additional .block.block-recent-posts .item > a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.block-recent-posts .item > a.with-image {
  margin-top: 10px;
}
.sidebar-additional .block.block-recent-posts .item.with-image {
  margin-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item.with-image:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block.block-recent-posts .post-image a {
  line-height: 0;
  display: block;
  margin-bottom: 5px;
}
.sidebar-additional .block.block-recent-posts .post-item-date {
  font-size: 13px;
  opacity: 0.7;
  margin-left: 4px;
}
.sidebar-additional .block.block-archive .item a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
}
.sidebar-additional .block.block-archive .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-additional .block.blog-search .block-content {
  padding-top: 20px;
  padding-bottom: 24px;
}
.sidebar-additional .block.blog-search .block-content form {
  position: relative;
}
.sidebar-additional .block.blog-search .block-content .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button {
  width: 38px;
  height: 38px;
  background: none;
  padding: 0;
}
.sidebar-additional .block.blog-search .block-content .actions button:after {
  background: none;
}
.sidebar-additional .block.blog-search .block-content .actions button:before {
  content: "\61";
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.sidebar-additional .block.blog-search .block-content .actions button span {
  display: none;
}
.sidebar-additional .block.blog-search .field.search .label {
  display: none;
}
.post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.post-list article {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-list .social-share__content {
  display: inline-block;
  vertical-align: middle;
}
.post-list .social-share__content a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-list .social-share__content a i {
  transition: color 0.3s;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1;
}
.post-list .social-share__content a:hover i {
  color: #000;
}
.post-list .social-share__content a .athlete2-icon-twitter {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.post-list .social-share__content a span {
  display: none;
}
.post-list.blog-style-classic .post-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin-left: -10px;
  margin-bottom: 0;
}
.post-list.blog-style-classic .post-title a {
  display: inline-block;
  padding: 7px 9px 7px;
  text-decoration: none;
}
.post-list.blog-style-classic .post-image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.post-list.blog-style-classic .post-image-wrapper .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.post-list.blog-style-classic .post-content {
  margin-left: 97px;
}
.post-list.blog-style-classic .post-description {
  margin-top: 14px;
  padding-left: 1px;
}
.post-list.blog-style-classic .post-meta {
  margin-left: -3px;
  margin-top: 7px;
}
.post-list.blog-style-classic .post-meta a {
  line-height: 16px;
  text-transform: capitalize;
}
.post-list.blog-style-classic .post-meta .item {
  display: inline-block;
}
.post-list.blog-style-classic .post-date {
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 13px;
  width: 74px;
  height: 74px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.post-list.blog-style-classic .post-date .day {
  padding-top: 12px;
  margin-bottom: 1px;
  display: block;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 800;
}
.post-list.blog-style-classic .post-date .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic .post-date .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  top: -100%;
  background-color: #ffe51e;
  color: #000;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.post-list.blog-style-classic article:hover .post-date .inner {
  top: 100%;
}
.post-list.blog-style-classic article:hover .post-date .hover {
  top: 0;
}
.post-list.blog-style-classic article:hover .post-title a {
  color: #fff;
  background: #000;
}
.post-list.blog-style-modern article .post-title {
  font-size: 28px;
  margin-bottom: 16px;
}
.post-list.blog-style-modern article.date-above-image .post-meta .post-posed-date {
  display: none;
}
.post-list.blog-style-modern article .post-image-wrapper {
  position: relative;
  overflow: hidden;
}
.post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  line-height: 36px;
  left: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 3;
}
.post-list.blog-style-modern article .post-categories {
  display: block;
  margin-bottom: 13px;
}
.post-list.blog-style-modern article .post-categories a {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #ffe51e;
  color: #000;
}
.post-list.blog-style-modern article .post-categories a:hover {
  background: #000;
  color: #fff;
}
.post-list.blog-style-modern article .post-links > .item {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  padding-top: 4px;
}
.post-list.blog-style-modern article .post-links > .item:hover {
  border-color: #ffe51e;
}
.post-list.blog-style-modern article .post-meta {
  margin-bottom: 15px;
}
.post-list.blog-style-modern article .post-meta .item {
  margin-right: 8px;
  font-weight: 600;
}
.post-list.blog-style-modern article .post-description {
  line-height: 1.7;
}
.post-list.blog-style-modern.white-style article.post-style--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.blog-style-modern article.post-style--overlay .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--overlay article .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern article.post-style--above-image .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-image-wrapper .bg-image-holder,
.post-list.blog-style-modern.blog-list--above-image article .post-image-wrapper .bg-image-holder {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-list article {
  margin-bottom: 60px;
}
.post-list article .gradient-overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.post-list article:hover .gradient-overlay {
  opacity: 1;
}
.post-list article .post-image-wrapper {
  line-height: 0;
  display: block;
  margin-bottom: 34px;
}
.post-list article .post-description {
  margin-bottom: 19px;
}
.post-list article .post-description p:last-child {
  margin-bottom: 0;
}
.post-list article .post-title a {
  color: inherit;
}
.post-list article .post-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-list article .post-links > .item {
  margin-right: 20px;
}
.post-list article .post-links .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.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;
}
.tippy-iOS {
  cursor: pointer !important;
}
.tippy-notransition {
  transition: none !important;
}
.tippy-popper {
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}
.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
  margin: 0px 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tippy-tooltip {
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 350px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}
@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(80%);
  }
}
.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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.confirm .modal-header {
  display: none;
}
.modal-popup.confirm .modal-content {
  padding-top: 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;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 0;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 0 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 3.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 800;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 0;
}
.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.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: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.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);
  }
}
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2019 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2019 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/* Toggle Plus Icon */
.ox-megamenu img {
  vertical-align: middle;
}
.ox-megamenu .ox-border-bottom {
  padding: 0 0 33px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-border-top {
  padding: 33px 0 0;
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-vertical-separator {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 90%;
  margin-top: 5%;
  margin-bottom: 5%;
  background: rgba(107, 107, 107, 0.18);
}
.ox-megamenu .ox-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ox-megamenu .a-center {
  text-align: center;
}
.ox-megamenu .a-left {
  text-align: left;
}
.ox-megamenu .a-right {
  text-align: right;
}
.ox-megamenu .no-padding {
  padding: 0 !important;
}
.ox-megamenu .no-margin {
  margin: 0 !important;
}
.ox-megamenu .relative {
  position: relative;
}
.ox-megamenu .widget.block-products-list .block-title {
  margin-bottom: 12px;
}
.ox-megamenu .row,
.ox-megamenu .ox-megamenu__dropdown .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.ox-menu-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ox-megamenu-trns {
  display: none;
  min-width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.ox-megamenu--scroll {
  overflow: auto;
}
.ox-megamenu {
  font-family: 'Open Sans', Helvetica, 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%;
}
#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 .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;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  float: none;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-add-form form {
  position: relative;
}
.bundle-options-container .product-add-form form:before,
.bundle-options-container .product-add-form form:after {
  content: '';
  display: table;
}
.bundle-options-container .product-add-form form:after {
  clear: both;
}
.bundle-options-container #product_addtocart_form {
  position: relative;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .fieldset .field.option .field.qty label {
  display: none;
}
.bundle-options-container .fieldset .field.option .field.qty .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  max-width: 120px;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.bundle-options-container .fieldset .field.option .options-list > .product-name {
  padding-left: 15px;
}
.bundle-options-container .fieldset .field.option .options-list > .price-container,
.bundle-options-container .fieldset .field.option .options-list > .price-notice,
.bundle-options-container .fieldset .field.option .options-list > .product-name {
  padding-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: inline-block;
}
.bundle-options-container .fieldset .field.option .field.choice {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.bundle-options-container .fieldset .field.option .field.choice:last-child {
  border: none;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.03em;
}
.bundle-options-container .price-as-configured {
  margin-bottom: 0;
  margin-top: 20px;
}
.bundle-options-container .block-bundle-summary {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-details .product.name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.bundle-options-container .block-bundle-summary .product-details .stock {
  display: block;
}
.bundle-options-container .block-bundle-summary > .title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary strong.label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: block;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty,
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding-right: 5px;
  max-width: 130px;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty label {
  display: none;
}
.bundle-options-container .block-bundle-summary .box-tocart .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  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;
}
.widget.ox-brand-slider__container,
.widget.block.ox-brand-slider__container,
.ox-brand-slider__container {
  margin: 0;
}
.ox-brand-grid__container,
.ox-brand-slider__container {
  /*.ox-brand__link {
            display: block;
            height: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            line-height: 0;
        }*/
}
.ox-brand-grid__container.hover-default .ox-brand-slider__image,
.ox-brand-slider__container.hover-default .ox-brand-slider__image {
  opacity: .49 !important;
  transition: opacity 0.5s ease-in-out;
}
.ox-brand-grid__container.hover-default a:hover .ox-brand-slider__image,
.ox-brand-slider__container.hover-default a:hover .ox-brand-slider__image {
  opacity: 1 !important;
  transition: opacity 10ms;
}
.ox-brand-grid__container .ox-brand-slider__image,
.ox-brand-slider__container .ox-brand-slider__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  /*bottom: 0;
            display: block;
            height: auto;
            left: 0;
            margin: auto;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;*/
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.ox-brand-slider__container {
  /*.ox-brand-slider__image.owl-lazy,
        .ox-brand-slider__image{
            display: block;
            max-width: 100%;
            height: auto;
            margin: auto;
            position: relative;
            z-index: 1;
            opacity: .49!important;
            transition: opacity 0.5s ease-in-out;
            -webkit-transform:scale(1) !important;
            -moz-transform:scale(1) !important;
            -o-transform:scale(1) !important;
            transform:scale(1) !important;
        }*/
}
.ox-brand-slider__container.hover-default a:hover span {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-slider__container .owl-carousel {
  display: block;
}
.ox-brand-slider__container .owl-carousel:not(.owl-loaded) > * {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ox-brand-slider__container .owl-item a span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next,
.ox-brand-slider__container .ox-owl-nav button.owl-prev {
  background: #ffffff;
  width: 22px;
  height: 25px;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev span:before {
  background: #b9b9b9;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:after {
  background: none;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover {
  background: #000;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:after,
.ox-brand-slider__container .ox-owl-nav button.owl-next:hover span:before,
.ox-brand-slider__container .ox-owl-nav button.owl-prev:hover span:before {
  background: #fff;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled {
  opacity: 1;
}
.ox-brand-slider__container .ox-owl-nav button.owl-next.disabled span,
.ox-brand-slider__container .ox-owl-nav button.owl-prev.disabled span {
  opacity: 0.5;
}
.ox-brand-slider__container .ox-nav-sideline {
  margin-top: -12px;
  margin-bottom: -11px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav {
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ox-brand-slider__container .ox-nav-sideline .ox-owl-nav > button {
  float: left;
}
.ox-brand-slider__container .ox-nav-sideline:before,
.ox-brand-slider__container .ox-nav-sideline:after {
  background-color: rgba(107, 107, 107, 0.18);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.ox-brand-slider__container .ox-nav-sideline:before {
  right: 0;
  margin-left: -100%;
}
.ox-brand-slider__container .ox-nav-sideline:after {
  left: 0;
  margin-right: -100%;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline {
  overflow: visible;
}
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:before,
.above-footer-content .ox-brand-slider__container .ox-nav-sideline:after {
  width: 100%;
}
.ox-brand-grid__container {
  display: flex;
  flex-wrap: wrap;
}
.ox-brand-grid__container.columns-s-8 .ox-brand__item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ox-brand-grid__container.columns-s-7 .ox-brand__item {
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}
.ox-brand-grid__container.columns-s-6 .ox-brand__item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ox-brand-grid__container.columns-s-5 .ox-brand__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.ox-brand-grid__container.columns-s-4 .ox-brand__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ox-brand-grid__container.columns-s-3 .ox-brand__item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ox-brand-grid__container.columns-s-2 .ox-brand__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ox-brand-grid__container.columns-s-1 .ox-brand__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ox-brand-grid__container .ox-brand__item {
  flex: 0 1 auto;
  text-align: center;
}
.ox-brand-grid__container .ox-brand__item > a {
  display: block;
  position: relative;
}
.ox-brand-grid__container .ox-brand__item > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
.ox-brand-grid__container .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.ox-brand-grid__container.hover-overlay .ox-brand__item:hover > a:before,
.ox-brand-grid__container.hover-default .ox-brand__item:hover > a:before {
  transition: background 10ms;
  background: rgba(0, 0, 0, 0.04);
}
.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 {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #000000;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list {
  /*
        .product-image-wrapper {
            &:extend(.abs-reset-image-wrapper all);
        }*/
}
.products-list .product-item {
  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;
}
.filters-action .label {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.filters-action .hamburger-menu-icon-small {
  width: 22px;
  height: 14px;
}
.filters-action .hamburger-menu-icon-small span {
  height: 2px;
}
.products.wrapper ~ .toolbar .pages {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
/*
    .page-products.page-with-filter {
        .columns {
            padding-top:80px;
        }
    }*/
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-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;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  float: left;
  margin-right: 18px;
}
.sorter label {
  cursor: pointer;
}
.sorter .js-toolbar-switch {
  float: left;
  margin-right: 2px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-action {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  float: left;
}
.sorter-action svg {
  fill: #ffffff;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.sorter-action:hover {
  background: #ffe51e;
}
.sorter-action:hover svg {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  fill: #ffffff;
}
.sorter-action span {
  display: none;
}
.sorter-action.sort-asc {
  transform: rotate(180deg);
}
.modes {
  display: none;
}
.modes span {
  display: none;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: inline-block;
}
.js-toolbar-switch {
  height: 36px;
  background: #000000;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding: 0 6px 0 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.js-toolbar-switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1;
  color: inherit;
  content: '\72';
  font-family: 'athlete2';
  margin: -2px 0 0 -2px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.js-toolbar-switch:hover {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  background: #ffe51e;
  color: #000000;
}
.js-toolbar-switch:before {
  width: 23px;
}
.js-toolbar-dropdown {
  min-width: 150px;
  background-color: #000000;
  padding: 10px;
  display: none;
  position: absolute;
  left: 0px;
  text-align: left;
  z-index: 150;
  color: #ffffff;
}
.js-toolbar-dropdown > div {
  display: inline-block;
  padding: 5px 29px;
  text-decoration: none;
  line-height: 20px;
  clear: both;
  float: left;
  margin-bottom: 3px;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.js-toolbar-dropdown > div:hover {
  -webkit-transition: 10ms ease-in-out;
  -moz-transition: 10ms ease-in-out;
  -o-transition: 10ms ease-in-out;
  transition: 10ms ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  background: #ffe51e;
  color: #000000;
}
.toolbar .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;
  }
}
.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.ox-custom-cursor.ox-gallery {
  cursor: none;
}
.product.media .gallery-placeholder.ox-custom-cursor.ox-gallery .fotorama__grab {
  cursor: none;
}
.product.media .gallery-placeholder.ox-custom-cursor.ox-gallery:hover #ox-zoom-cursor {
  visibility: visible;
  opacity: 1;
}
.product.media .gallery-placeholder.ox-custom-cursor.ox-gallery:hover #ox-zoom-cursor span {
  transform: translate(0px, 0px);
}
.product.media .gallery-placeholder .fotorama__grab {
  position: relative;
}
.product.media .fotorama__nav-wrap--horizontal {
  margin-top: 20px;
}
#ox-zoom-cursor {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: -25px;
  pointer-events: none;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
#ox-zoom-cursor span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate(-30px, -30px);
  transition: 0.6s ease;
  transition-property: transform;
  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 #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: 0;
}
.secondary-top-right.grid .actions-secondary .action > span:not(.icon),
.secondary-top-right.products-grid .actions-secondary .action > span:not(.icon) {
  display: none;
}
.products-grid__layout-2.grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-2.products-grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  width: 100%;
}
.products-grid__layout-default.grid.align-details-center .product-item-details .actions-secondary,
.products-grid__layout-default.products-grid.align-details-center .product-item-details .actions-secondary {
  width: 100%;
}
.products-grid__layout-default.grid.quickview-bottom-left .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid.quickview-bottom-left .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
}
.products-grid__layout-default.grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view,
.products-grid__layout-default.products-grid.quickview-bottom-full .product-item .product-grid__image-wrapper .product-item-inner .quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.align-details-center.grid .product-item .product-item-details,
.align-details-center.products-grid .product-item .product-item-details {
  text-align: center;
}
.align-details-center.grid .product-item .product-item-details .price-box,
.align-details-center.products-grid .product-item .product-item-details .price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.align-details-center.grid .product-item .product-item-details .product-reviews-summary,
.align-details-center.products-grid .product-item .product-item-details .product-reviews-summary {
  margin-left: auto;
  margin-right: auto;
}
.align-details-center.grid .product-item .product-item-details .product-item-actions,
.align-details-center.products-grid .product-item .product-item-details .product-item-actions {
  justify-content: center;
  margin-left: 0;
}
.align-details-center.grid .product-item .product-item-details .swatch-attribute-options,
.align-details-center.products-grid .product-item .product-item-details .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
}
.align-details-center.grid .product-item .product-item-details .product-item-description,
.align-details-center.products-grid .product-item .product-item-details .product-item-description {
  margin-right: 6px;
}
.product-item-inner .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: none !important;
}
.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;
}
.products-grid .product-item {
  /*.move-bg-animation();*/
  /*padding: 9px;*/
}
.products-grid .product-item .product-item-details {
  text-align: left;
}
.products-grid .product-item .product-grid-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.04);
  transition: opacity 0.4s, visibility 0.4s;
}
.products-grid .product-item .ox-add-to-cart-loading .action:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  animation: spin .65s infinite linear;
  transition: all 600ms ease-in-out;
}
.products-grid .product-item .ox-add-to-cart-loading .action:hover:before {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  transition: all 10ms ease-in-out;
}
.products-grid .product-item .ox-add-to-cart-loading .action svg {
  display: none !important;
}
.products-grid .product-item:hover .product-grid-overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.14s, visibility 0.14s;
}
.products-grid .product-item .product-reviews-summary {
  margin: 15px 0 6px 6px;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  display: none;
  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-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .items.samples {
  margin-bottom: 28px;
}
.product-info-main .items.samples .item-title {
  text-transform: uppercase;
  padding: 12px 18px;
  background: #f8f8f8;
}
.product-info-main .items.samples .item {
  padding: 10px 18px;
  border-bottom: 1px solid #efefef;
}
.product-info-main .items.samples .item:last-child {
  border-bottom: none;
}
.product__after-desc-block {
  margin-bottom: 35px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #b3b3b3;
  font-size: 1.2rem;
  margin: 0 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.qty-controls-wrap {
  position: relative;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 45px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  /*.lib-table-resize(
            @_th-padding-left: 0,
            @_th-padding-right: @indent__l,
            @_th-padding-bottom: @indent__s,
            @_td-padding-bottom: @indent__s
            );*/
}
.product.info.detailed .additional-attributes .col {
  width: auto;
}
.product.info.detailed .additional-attributes th {
  text-transform: uppercase;
  font-size: 13px;
}
.product-info-main .product.info.detailed {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper {
  margin-bottom: 38px;
}
.product-options-bottom .product-social-links,
.product-info-main .product-social-links {
  text-align: left;
}
.stock.available,
.stock.unavailable {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
  vertical-align: top;
  letter-spacing: -0.02em;
}
.stock.available {
  color: #92bb35;
}
.product-info-main .product-reviews-summary {
  margin-top: -20px;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1;
  box-sizing: initial;
  letter-spacing: -1px;
  margin-bottom: 23px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.product-info-main .availability {
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  font-size: 13px;
  color: #b3b3b3;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 2px;
}
.product-info-main .product.attribute.sku strong {
  font-weight: 500;
}
.product-info-main .product.attribute.overview {
  margin: -5px 0 33px 0;
}
.product-info-main .product.alert {
  margin: 0 0 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;
  margin: 0;
}
.product-info-main .box-tocart .field.qty > .label,
.product-options-bottom .box-tocart .field.qty > .label {
  display: none !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 54px;
  text-align: center;
  width: 100%;
  padding: 0 35px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 21px;
  font-weight: 700;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 40px;
  min-width: 200px;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.product-info-main .box-tocart .action.tocart svg,
.product-options-bottom .box-tocart .action.tocart svg {
  display: inline-flex;
  align-self: center;
  flex: 0 1 auto;
  animation: move-vertical-out 0.25s;
  margin-right: 13px;
}
.product-info-main .box-tocart .action.tocart:hover svg,
.product-options-bottom .box-tocart .action.tocart:hover svg {
  animation: move-vertical-hover 0.25s;
  fill: #fff;
}
.product-info-main .action.tocompare span,
.product-options-bottom .action.tocompare span,
.product-info-main .action.towishlist span,
.product-options-bottom .action.towishlist span {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: -0.03em;
}
.product-info-main .product-social-links,
.product-options-bottom .product-social-links {
  margin-bottom: 25px;
}
.product-info-main .product-social-links .product-addto-links,
.product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare,
.product-info-main .product-social-links .product-addto-links .action.towishlist,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist {
  height: auto;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare span,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare span,
.product-info-main .product-social-links .product-addto-links .action.towishlist span,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist span {
  display: inline-block;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.product-options-bottom .product-social-links .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.product-options-bottom .product-social-links .product-addto-links .action.towishlist:before {
  position: static;
  vertical-align: middle;
  margin-right: 10px;
}
.product-info-main .product__social-share,
.product-options-bottom .product__social-share {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-info-main .product__social-share .social-share__action,
.product-options-bottom .product__social-share .social-share__action {
  height: 54px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action .icon,
.product-options-bottom .product__social-share .social-share__action .icon {
  color: #000000;
  vertical-align: middle;
  -webkit-transition: all  600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 1;
  color: inherit;
  content: '\66';
  font-family: 'athlete2';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product__social-share .social-share__action .icon:before,
.product-options-bottom .product__social-share .social-share__action .icon:before {
  width: 23px;
}
.product-info-main .product__social-share .social-share__action .label,
.product-options-bottom .product__social-share .social-share__action .label {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.product-info-main .product__social-share .social-share__action:hover,
.product-options-bottom .product__social-share .social-share__action:hover {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__action:hover .icon,
.product-options-bottom .product__social-share .social-share__action:hover .icon {
  -webkit-transition: all  10ms ease-in-out;
  -moz-transition: all  10ms ease-in-out;
  -ms-transition: all  10ms ease-in-out;
  transition: all  10ms ease-in-out;
}
.product-info-main .product__social-share .social-share__content,
.product-options-bottom .product__social-share .social-share__content {
  display: block;
  position: absolute;
  visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  text-align: center;
  background: #111111;
  padding: 25px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-info-main .product__social-share .social-share__content .ox-social-button,
.product-options-bottom .product__social-share .social-share__content .ox-social-button {
  display: flex;
  align-items: center;
  line-height: 36px;
  text-align: left;
  height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  border: none;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(10px);
  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;
}
.prices-tier {
  background: #f8f8f8;
  margin: 0 0;
  padding: 0 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.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;
}
.touch .product-item-inner .overlay-link {
  display: none;
}
.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--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 .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;
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .product-item .product-list-view__right-wrapper .actions-secondary .action span {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1160px) {
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-item-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-top: 15px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary {
    margin-left: -5px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .products-list .product-item-details {
    display: inline-block;
    float: left;
    width: 100%;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.action.print {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison thead td,
.table-comparison thead th {
  border: none !important;
}
.table-comparison tbody:nth-child(even) tr:hover {
  background: #f8f8f8;
}
.table-comparison .cell:not(:last-child) {
  border-right: 1px solid rgba(107, 107, 107, 0.18) !important;
}
.table-comparison .cell {
  padding: 25px;
  width: 190px;
  /*&.product.info,
            &.product.label {
                border-bottom: @table__border-width @table__border-style @table__border-color;
            }*/
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 800;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
  font-family: Arial, sans-serif;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 10px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 5px 0;
}
.table-comparison .product-reviews-summary {
  margin: 0;
}
.table-comparison .product-reviews-summary .reviews-actions a {
  margin-left: 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.table-comparison .price-box {
  font-weight: 700;
  font-size: 14px;
  text-transform: initial;
}
.table-comparison .product-item-name {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 8px 12px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #000000;
}
.table-comparison .cell.remove .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .cell.remove .action.delete:hover {
  background: #ffe51e;
}
.table-comparison .cell.remove .action.delete:hover:before {
  color: #000000;
}
.table-comparison .cell.remove .action.delete:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  transform: rotate(45deg);
  color: #ffffff;
  background: none;
  content: "\75";
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
}
.table-comparison .product-item-actions .actions-primary,
.table-comparison .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: top;
}
.table-comparison .action.towishlist,
.table-comparison .action.tocart {
  width: 43px;
  height: 42px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background: #000000;
  color: #ffffff;
  vertical-align: top;
  transform: translateY(10px) perspective(1px);
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  opacity: 1;
  visibility: visible;
}
.table-comparison .action.towishlist .icon,
.table-comparison .action.tocart .icon {
  line-height: 0;
}
.table-comparison .action.towishlist svg,
.table-comparison .action.tocart svg {
  fill: #ffffff;
}
.table-comparison .action.towishlist:before,
.table-comparison .action.tocart:before {
  margin-left: auto;
  margin-right: auto;
}
.table-comparison .action.towishlist:hover,
.table-comparison .action.tocart:hover {
  background: #ffe51e;
  color: #000000;
  transition: all 10ms ease-in-out;
}
.table-comparison .action.towishlist:hover:before,
.table-comparison .action.tocart:hover:before {
  color: #000000;
}
.table-comparison .action.towishlist:hover svg,
.table-comparison .action.tocart:hover svg {
  fill: #000000;
}
.table-comparison .action.towishlist span,
.table-comparison .action.tocart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .action.towishlist:after,
.table-comparison .action.tocart:after {
  background: none !important;
}
.table-comparison .action.tocart {
  padding: 0;
}
.table-comparison .action.tocart:before {
  font-family: "athlete2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\67";
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.block-compare .product-item .product-item-name {
  margin-left: 28px;
}
.block-compare .action {
  /*&.compare {
                &:extend(.abs-revert-secondary-color all);
            }*/
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 23px 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .block-bundle-summary .action.tocompare {
    width: 44px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .field.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .field.qty {
    max-width: 110px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .icon-minus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-minus,
  .product-info-main .box-tocart.actions--right-to-cart .icon-plus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-plus {
    width: 28px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .input-text.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .input-text.qty {
    padding: 0 28px;
  }
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e615';
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -20px -1px;
  padding: 0 20px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.1);
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  color: #333333;
  padding: 10px 40px 10px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  /*.lib-css(border, @autocomplete__border);*/
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 0;
}
.block-search--type-panel .block-content {
  display: none;
}
.gm-style button:after {
  content: none;
}
/* Set the size of the div element that contains the map */
#contact-page-gmap {
  min-height: 550px;
  width: 100%;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .contacts-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-index-index.contacts-fullwidth .page-main {
  max-width: 100%;
  padding: 0;
}
.contact-index-index.contacts-fullwidth .contacts-wrapper {
  padding: 0;
}
.contact-index-index.contacts-fullwidth #contact-page-gmap {
  min-height: 600px;
}
.contact-index-index .contacts-layout-default > .container {
  padding: 0 40px;
}
.contact-index-index .contacts-layout-default .contacts-first-block {
  margin-bottom: 50px;
}
.contact-index-index .contacts-layout-default .form.contact {
  padding: 50px;
  background: #f8f8f8;
}
.contact-index-index.contacts-fullwidth .contacts-layout-default {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split .contacts-third-block {
  margin-bottom: 50px;
}
.contact-index-index.contacts-fullwidth .contacts-layout-split.row {
  margin: 0;
}
.contact-index-index .contacts-layout-split .container {
  max-width: 100%;
  padding: 0;
}
.contact-index-index .contacts-layout-split .form.contact {
  margin: 0 auto;
}
.contact-index-index .contacts-layout-split .contacts-first-block {
  padding: 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-index-index .contacts-layout-split .contacts-first-block-inner,
.contact-index-index .contacts-layout-split .contacts-form-block {
  padding: 7%;
}
.contact-index-index .contacts-layout-split .contacts-second-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact,
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form.contact {
  max-width: 550px;
}
.contact-index-index .form.contact .action.submit.primary {
  padding: 18px 27px;
  min-width: 200px;
}
.contact-index-index .form.contact .fieldset .legend {
  margin-bottom: 10px;
  font-size: 36px;
}
.contact-index-index .contacts-third-block {
  margin-top: 50px;
}
.multishipping-checkout-login .page-main,
.customer-account-create .page-main,
.multishipping-checkout-register .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-login .page-main {
  background: #efefef;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.multishipping-checkout-login .page.messages,
.customer-account-create .page.messages,
.multishipping-checkout-register .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-login .page.messages {
  max-width: 920px;
  margin: auto;
}
/* login buttons */
.block-customer-login .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.account .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.account .data.table {
  margin-bottom: 0;
}
.account .data.table .col {
  padding: 26px 14px;
  vertical-align: middle;
  width: auto;
}
.account .data.table .col.actions {
  white-space: nowrap;
}
.account .data.table .col:first-child {
  padding-left: 32px;
}
.account .data.table .col:last-child {
  padding-right: 32px;
}
.account .data.table .col .action {
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.account .data.table thead {
  background: #f8f8f8;
  text-transform: uppercase;
  line-height: 1;
}
/*.inputs-style--underlined{
        .login-container {
            input{
                .ox-input-simple-underlined();
            }
        }
    }*/
.block-customer-login .block-title,
.block-new-customer .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.login-container {
  display: flex;
  max-width: 460px;
  margin: 100px auto;
  flex-flow: column;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
}
.login-container .block-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.login-container .block-customer-login .block-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.login-container .block {
  width: 100%;
  padding: 55px;
  margin-bottom: 0;
  display: flex;
  flex-flow: wrap;
  align-self: stretch;
  align-content: center;
}
.login-container .block .action.primary {
  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 .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 .item {
  margin-left: -6px;
}
.sidebar-nobg .account-nav .item a {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-nobg .account-nav .item .delimiter {
  margin-left: 0;
  margin-right: 0;
  border-color: #e4e4e4;
}
.account-nav .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 2px 0;
  padding: 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
}
.account-nav .item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 20px 7px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 100%;
  min-height: 38px;
  line-height: 1.6;
  padding: 7px 11px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.captcha-reload {
  background: transparent;
  padding: 8px 10px;
}
.control.captcha-image {
  margin-top: 20px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.password.reset .actions-toolbar > .secondary,
.form.send.confirmation .actions-toolbar > .secondary,
.form.password.forget .actions-toolbar > .secondary {
  text-align: center;
  background: #000000;
  padding: 30px;
  margin: 55px -55px -55px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  background: #fff;
  max-width: 500px;
  margin: 60px auto;
  width: 100%;
  padding: 55px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.form.password.reset .field.note,
.form.send.confirmation .field.note,
.form.password.forget .field.note,
.form.create.account .field.note {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.form.password.reset .fieldset > .field > .control,
.form.send.confirmation .fieldset > .field > .control,
.form.password.forget .fieldset > .field > .control,
.form.create.account .fieldset > .field > .control {
  width: 100%;
}
.form.password.reset .fieldset > .field:not(.choice) > .label,
.form.send.confirmation .fieldset > .field:not(.choice) > .label,
.form.password.forget .fieldset > .field:not(.choice) > .label,
.form.create.account .fieldset > .field:not(.choice) > .label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  float: none;
  width: auto;
  text-align: left;
}
.form.password.reset input,
.form.send.confirmation input,
.form.password.forget input,
.form.create.account input {
  margin-bottom: 5px;
}
.form.password.reset .actions-toolbar .action.primary,
.form.send.confirmation .actions-toolbar .action.primary,
.form.password.forget .actions-toolbar .action.primary,
.form.create.account .actions-toolbar .action.primary {
  padding: 18px 27px;
  width: 100%;
}
.multishipping-checkout-register .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.table.grouped {
  margin-top: -15px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid rgba(107, 107, 107, 0.18);
}
.table.grouped .col {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.table.grouped thead {
  display: none;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 700;
}
.table.grouped .control .qty {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 90px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.table.grouped .control.qty-controls-wrap .icon-minus,
.table.grouped .control.qty-controls-wrap .icon-plus {
  width: 28px;
  height: 46px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.page-layout-1column-fullwidth .filter.block,
.page-layout-1column .filter.block {
  display: none;
}
.ox-slideout .filter.block {
  display: block;
}
.ox-slideout .filter.block.ox-block-filter {
  padding: 35px;
}
.sidebar-nobg .filter.block .content {
  padding: 0;
  border-top: none;
  background-color: transparent;
  margin-bottom: 23px;
}
.filter.block {
  margin-bottom: 0;
}
.filter.block > .title {
  display: none;
}
.filter.block .content {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter.block .content dl.options {
  margin: 0;
}
.filter.block .content dl.options dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter.block .content dl.options dt strong {
  font-weight: 800;
  word-break: break-word;
}
.filter.block .content dl.options dd {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter.block .content dl.options dd li a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
}
.filter.block .content dl.options dd li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.filter.block .content dl.options dd li a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter.block .content dl.options dd li .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-title strong {
  display: none;
}
.filter .block-subtitle {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: block;
  padding: 0 0 14px;
}
.filter .subtitle,
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin-left: auto;
  flex: 0 0 24px;
  margin-left: 10px;
  order: 2;
}
.filter-current .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-current .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-current .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-current-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-current-subtitle strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-current-subtitle:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-current-subtitle:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-current-subtitle:hover .toggle-minus span:after,
.filter-current-subtitle:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-current.open .toggle-minus span:after {
  display: none;
}
.filter-current .items {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  font-weight: 700;
  background: #f8f8f8;
  padding: 5px 10px 5px 40px;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}
.filter-current .item .filter-label {
  display: none;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 14px;
}
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 30px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .action.remove:hover:before {
  color: #000000;
}
.filter-current .action.remove:active:before {
  color: #000000;
}
.filter-current .action.remove:hover:before {
  background: #ffe51e;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-current .action.remove:before {
  width: 32px;
  font-weight: 800;
  background: #000000;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 0;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-options {
  margin: 0;
  border: 0;
  padding: 20px;
  border-top: 6px solid #ffe51e;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.filter-options.open .toggle-minus span:after {
  display: none;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0;
}
.filter-options-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-options-title strong {
  font-weight: 800;
  word-break: break-word;
}
.filter-options-title .toggle-minus {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-title .toggle-minus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  animation: move-horizontal-hover 0.6s ease-in-out;
}
.filter-options-title .toggle-minus span:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 6px;
  background: #000000;
  width: 2px;
  height: 12px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title .toggle-minus span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 11px;
  background: #000000;
  width: 12px;
  height: 2px;
  transition: background 0.1s ease 0.4s;
}
.filter-options-title:hover .toggle-minus {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  background: #000;
}
.filter-options-title:hover .toggle-minus span {
  animation: move-horizontal-empty 0.1s;
}
.filter-options-title:hover .toggle-minus span:after,
.filter-options-title:hover .toggle-minus span:before {
  background: #fff;
  transition: background 0.1s ease 0s;
}
.filter-options-content {
  margin: 0;
  padding-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.filter-options-content .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  margin: 0 0;
}
.filter-options-content .item input {
  margin: 6px 7px 0 0;
  top: 0;
}
.filter-options-content .item .ox-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  line-height: 0;
  display: inline-block;
  border: 2px solid;
  vertical-align: text-top;
  margin: 0 7px 0 0;
  cursor: pointer;
}
.filter-options-content .item .ox-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 6px;
  width: 4px;
  height: 2px;
  transform: rotate(45deg);
  background: currentColor;
}
.filter-options-content .item .ox-checkbox:before {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
}
.filter-options-content .item input:checked + label .ox-checkbox:before,
.filter-options-content .item input:checked + label .ox-checkbox:after {
  display: block;
}
.filter-options-content .ui-slider,
.filter-options-content .ox-price-slider {
  height: 6px;
  background: #e4e4e4;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 5px 15px;
}
.filter-options-content .ui-slider .ui-slider-handle,
.filter-options-content .ox-price-slider .ui-slider-handle {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  z-index: 2;
  cursor: w-resize;
  top: -4px;
  background: #000;
  height: 14px;
  width: 10px;
  line-height: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filter-options-content .ui-slider .ui-slider-handle:hover,
.filter-options-content .ox-price-slider .ui-slider-handle:hover {
  background: #000;
}
.filter-options-content .ui-slider .ui-slider-range,
.filter-options-content .ox-price-slider .ui-slider-range {
  background: #ffe51e;
  height: 6px;
  position: relative;
}
.filter-options-content .ox-seleted-item .label,
.filter-options-content .ox-seleted-item a {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content .ox-layered__items--checkbox .label,
.filter-options-content a {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 8px 4px;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label:hover,
.filter-options-content a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox .label.swatch-option-link-layered,
.filter-options-content a.swatch-option-link-layered {
  display: block;
}
.filter-options-content .count {
  color: #adadad;
  padding: 5px 8px 4px;
  float: right;
  line-height: 16px;
  margin-left: auto;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .ox-layered__items--checkbox label:hover + .count,
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.sidebar-nobg .filter-actions .action.clear,
.sidebar-nobg .filter-actions .filter-clear {
  background: none;
  color: inherit;
  border-bottom: 2px solid;
  padding: 0;
  margin-top: 10px;
}
.sidebar-nobg .filter-actions .action.clear:hover,
.sidebar-nobg .filter-actions .filter-clear:hover {
  background: none;
}
.sidebar-nobg .filter-actions .action.clear:after,
.sidebar-nobg .filter-actions .filter-clear:after {
  content: none;
}
.sidebar-nobg .filter-current .action.remove:hover:before,
.sidebar-nobg .filter-current .action.remove:before {
  background: none;
  color: inherit;
}
.sidebar-nobg .filter-current .action.remove:after {
  background: none;
}
.sidebar-nobg .filter-current .item {
  padding: 5px 10px 5px 32px;
}
.sidebar-nobg .filter-options {
  padding: 23px 0;
  background-color: transparent;
  margin-bottom: 0;
}
.sidebar-nobg .filter-options:first-child {
  border: none;
  padding-top: 0;
}
.sidebar-nobg .filter-options-content {
  font-family: inherit;
}
.ox-slideout .filters-slideout-content {
  padding: 35px;
  display: block;
  position: relative;
}
.map-popup-wrapper.popup .action.close {
  top: 0;
  z-index: 881;
}
.map-popup {
  background: #ffffff;
  border: none;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 880;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0;
  padding-right: 30px;
}
.map-popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 0 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 0;
  top: 0;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .map-msrp {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price label {
  text-transform: uppercase;
}
.map-popup .map-info-price .price-box .map-price .actual-price {
  display: block;
}
.map-popup .map-info-price .price-box .map-price .actual-price .price,
.map-popup .map-info-price .price-box .map-price .special-price .price {
  font-size: 34px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .old-price .price {
  font-size: 24px;
  line-height: 1;
}
.map-popup .map-info-price .price-box .map-price .price-label {
  display: none;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .old-price .price-wrapper span {
  color: #d6d6d6;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price {
  margin-right: 10px;
}
.product-options-bottom .map-old-price,
.product-info-main .map-old-price,
.product-options-bottom .map-show-info,
.product-info-main .map-show-info {
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.product-options-bottom .map-show-info:not(:last-child),
.product-info-main .map-show-info:not(:last-child) {
  margin-right: 5px;
}
.product-options-bottom .map-show-info:first-child,
.product-info-main .map-show-info:first-child {
  margin-top: 5px;
}
.product-options-bottom .product-info-price .map-show-info,
.product-info-main .product-info-price .map-show-info {
  display: block;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout .table:not(.cart):not(.totals) > thead > tr > th {
  border: none;
}
.multicheckout .box-content {
  margin: 10px 0;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #ffffff;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 0;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  margin-left: 8px;
  border-bottom: 2px solid;
  font-weight: 700;
  text-transform: uppercase;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.multicheckout:not(.address) .table-wrapper .product-item-name a {
  font-weight: 600;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 0;
}
.multicheckout .item-options {
  margin: 0 0 0;
}
.multicheckout .item-options dd {
  margin: 0 0 5px 5px;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.multicheckout .box-title span {
  margin-right: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.multicheckout .checkout-review .actions-toolbar .action {
  width: 100%;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.multicheckout .checkout-review .grand.totals .amount {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.multishipping-checkout-success .multicheckout .action.primary {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1;
}
.multishipping-checkout-success .multicheckout .shipping-label {
  display: block;
}
.multishipping-checkout-success .multicheckout .order-id {
  font-weight: 600;
}
.multishipping-checkout-success .multicheckout .shipping-list {
  background: #f8f8f8;
  padding: 20px;
}
.multishipping-checkout-success .checkout-success-wrapper {
  max-width: 600px;
}
.block_newsletter_wrapper {
  float: none;
}
.block_newsletter_wrapper .block_newsletter_below {
  padding: 15px 0;
}
.block.newsletter {
  color: #a8a8a8;
  background: #1d1d1d;
  padding: 30px;
  margin-bottom: 20px;
  float: none;
}
.block.newsletter .form.subscribe {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.block.newsletter .form.subscribe .field-recaptcha {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  max-width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field.newsletter {
  width: 100%;
  flex: 1;
}
.block.newsletter .field.newsletter .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field.newsletter .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 38px;
  color: #c2c2c2;
  content: '\63';
  font-family: 'athlete2';
  margin: 0 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field.newsletter .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 46px;
  border: none;
  background: #ffffff;
}
.block.newsletter input:hover,
.block.newsletter input:focus {
  border: none;
}
.block.newsletter .title {
  margin-top: -4px;
  margin-bottom: 15px;
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.block.newsletter .label {
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
}
.block.newsletter .action.primary {
  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: 36px;
}
.footer.content .block.newsletter.newsletter-style--big .control input {
  height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big .control:before {
  margin-top: -2px;
  line-height: 46px;
}
.footer.content .block.newsletter.newsletter-style--big.inputs-style--underlined input {
  border-width: 3px;
}
.footer--layout-4 .footer.content .block.newsletter,
.footer--layout-2 .footer.content .block.newsletter {
  min-height: 160px;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.footer--layout-4 .footer.content .block.newsletter.newsletter-style--big,
.footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
  padding: 60px 0;
}
.footer--layout-4 .footer.content .block.newsletter > *,
.footer--layout-2 .footer.content .block.newsletter > * {
  position: relative;
}
.footer--layout-4 .footer.content .block.newsletter .content,
.footer--layout-2 .footer.content .block.newsletter .content,
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info,
.footer--layout-2 .footer.content .block.newsletter .block_newsletter_info {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer--layout-4 .footer.content .block.newsletter:before,
.footer--layout-2 .footer.content .block.newsletter:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: inherit;
}
.footer--layout-4 .footer.content .block.newsletter {
  flex-direction: column;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.footer--layout-4 .footer.content .block.newsletter .block_newsletter_info {
  text-align: center;
}
.footer--layout-4 .footer.content .block.newsletter .form.subscribe {
  margin-top: 15px;
}
.product-info-main .product-reviews-summary .rating-summary {
  padding: 2px 7px;
  background: #000;
}
.extended-review-summary-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}
.extended-review-summary-wrapper > .review-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings {
  display: inline-block;
  margin-right: 50px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-item {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-number {
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-percent {
  display: inline-block;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 120px;
  margin-right: 10px;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 3px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary-wrapper .number-of-ratings .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 3px;
  content: '';
  display: block;
}
.extended-review-button {
  display: inline-block;
}
.product.data.items .review-fields-wrapper {
  padding: 30px 5px 5px;
  background: none;
}
.tabs-style--minimal .product.data.items .fieldset > .review-field-ratings.field:not(.choice),
.tabs-style--minimal .product.data.items .review-field-ratings {
  padding: 5px;
  background: none;
}
.extended-review-summary {
  width: 100%;
  max-width: 280px;
  background: #000;
  margin-right: 50px;
  display: flex;
  padding: 30px;
  text-align: center;
  color: #fff;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.extended-review-summary .ratings-value {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffe51e;
}
.extended-review-summary .ratings-count {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.extended-review-summary .ratings-count .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.extended-review-summary .ratings-count .rating-result:before {
  position: relative;
  z-index: 1;
  background: #4d4d4d;
  height: 5px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
}
.extended-review-summary .ratings-count .rating-result span {
  display: block;
  overflow: hidden;
}
.extended-review-summary .ratings-count .rating-result span:before {
  position: relative;
  z-index: 2;
  background: #ffe51e;
  height: 5px;
  content: '';
  display: block;
}
.extended-review-summary .ratings-count .rating-result span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-content {
  font-family: 'Roboto', Arial, sans-serif;
}
.review-content-left {
  display: inline-block;
  margin-right: 35px;
  max-width: 280px;
  width: 100%;
  vertical-align: top;
}
.review-content-right {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 67px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 11px;
  height: 11px;
  letter-spacing: 3px;
  line-height: 11px;
  content: '\62' '\62' '\62' '\62' '\62';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
  padding-right: 20px;
}
.rating-summary .rating-result {
  float: right;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review-list .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.review-list .rating-summary .rating-result {
  width: 181px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.review-list .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.review-list .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 33px;
  height: 33px;
  letter-spacing: 4px;
  line-height: 33px;
  content: '\69' '\69' '\69' '\69' '\69';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.review-list .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-list .rating-summary .rating-result {
  width: 161px;
}
.review-list .rating-summary .rating-label {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review-list .rating-summary .rating-result {
  float: right;
}
.review-list .rating-summary .rating-result:before,
.review-list .rating-summary .rating-result > span:before {
  font-size: 29px;
  height: 20px;
  line-height: 20px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #4d4d4d;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\68' '\68' '\68' '\68' '\68';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffe51e;
  font-family: 'athlete2';
  font-size: 45px;
  height: 45px;
  letter-spacing: 3px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\68' '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\68' '\68' '\68' '\68';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\68' '\68' '\68';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\68' '\68';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\68';
}
.review-control-vote:before,
.review-control-vote label:before {
  line-height: 22px;
  height: 22px;
}
.review-fields-wrapper {
  padding: 40px;
  background: #f8f8f8;
}
.review-fields-wrapper .field label {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-fields-wrapper .field .control {
  margin-bottom: 20px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea,
.inputs-style--underlined .review-fields-wrapper .field input {
  border: none;
  border-bottom: 2px solid #c6c6c6;
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
  border-radius: 0;
  margin-bottom: 5px;
}
.inputs-style--underlined .review-fields-wrapper .field textarea:focus,
.inputs-style--underlined .review-fields-wrapper .field input:focus,
.inputs-style--underlined .review-fields-wrapper .field textarea:hover,
.inputs-style--underlined .review-fields-wrapper .field input:hover {
  border-color: #000;
}
.inputs-style--underlined .review-fields-wrapper .field textarea.mage-error,
.inputs-style--underlined .review-fields-wrapper .field input.mage-error {
  border-color: #ff0000;
}
.review-add {
  clear: both;
  margin-bottom: 50px;
}
.review-add .review-form .actions-toolbar.review-form-actions {
  margin: 0;
}
.review-add .fieldset .review-legend.legend {
  margin-top: 0;
}
#product-review-container {
  clear: both;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating .label,
.block.add.review .field.rating .control {
  display: inline-block;
}
.block.reviews.list > .title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 0 0 22px 0;
  /*
        .products.wrapper.list & {
            margin: 0 auto;
        }*/
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 22px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.fieldset > .field.review-field-ratings {
  margin: 0;
  width: 100%;
}
.review-field-ratings legend {
  display: none;
}
.review-field-ratings .review-field-rating {
  display: block;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: inline-block;
}
.review-field-ratings .review-field-rating .control {
  width: 240px;
  float: right;
  min-height: 20px;
}
.review-field-ratings .review-field-rating .label {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
.review {
  /*&-content {
            margin-bottom: @indent__base;
        }*/
}
.review-toolbar {
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form {
  max-width: 500px;
}
.review-form .action.submit.primary {
  padding: 18px 27px;
}
.fieldset .review-legend.legend {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.fieldset .review-legend.legend strong {
  display: none;
}
.fieldset > .review-field-ratings.field:not(.choice),
.review-field-ratings {
  background: #000;
  color: #fff;
  padding: 40px 40px 30px 40px;
  position: relative;
}
.fieldset > .review-field-ratings.field:not(.choice) > .control,
.review-field-ratings > .control {
  width: 100%;
  display: inline-block;
}
.review-list {
  margin-bottom: 30px !important;
}
.review-list .block-title strong {
  /*display: block;
                margin-bottom: 30px;*/
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.review-item {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 30px 0;
  display: flex;
  flex-flow: row;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  margin-bottom: 0;
  max-width: 100%;
}
.review-details {
  margin-bottom: 15px;
}
.review-author {
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.review-author strong {
  font-weight: 800;
}
.review-date {
  font-size: 13px;
  color: #a2a2a2;
}
.review-title {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .extended-review-summary-wrapper.columns-3 .extended-review-summary,
  .extended-review-summary-wrapper.columns-4 .extended-review-summary {
    max-width: 260px;
    margin-right: 30px;
    padding: 25px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-result,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-result {
    margin-right: 5px;
    width: 110px;
  }
  .extended-review-summary-wrapper.columns-3 > .review-ratings,
  .extended-review-summary-wrapper.columns-4 > .review-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .rating-summary .rating-label,
  .extended-review-summary-wrapper.columns-4 .rating-summary .rating-label {
    padding-right: 12px;
  }
  .extended-review-summary-wrapper.columns-3 > div:last-child,
  .extended-review-summary-wrapper.columns-4 > div:last-child {
    margin-right: 0;
  }
  .extended-review-summary-wrapper.columns-3 .extended-review-button .action.primary,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .action.primary {
    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;
}
.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: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 7px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: 6px;
  top: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #000000 transparent transparent transparent;
  border-width: 6px 6.5px 0 6.5px;
  left: -6px;
  top: 0;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.swatch-option-tooltip-layered {
  border: none;
  color: #ffffff;
  background: #000000;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #ffffff;
  display: block;
  max-height: 200px;
  max-width: 140px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
  background: none;
  /*&:focus > div {
                    .lib-css(box-shadow, @swatch-option-link-layered__focus__box-shadow);
                }*/
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 30px 0 35px 0;
}
.swatch-opt-listing {
  margin-bottom: 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.sidebar-nobg .swatch-attribute.size .swatch-option,
.sidebar-nobg .swatch-attribute.manufacturer .swatch-option {
  color: inherit;
  background: none;
}
.sidebar-nobg .swatch-option {
  box-shadow: none;
}
.sidebar-nobg .swatch-option.text {
  background: none;
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"],
.sidebar-nobg .swatch-option.color[option-label="White"] {
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"].selected,
.sidebar-nobg .swatch-option.color[option-label="White"].selected,
.sidebar-nobg .swatch-option.selected {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.sidebar-nobg .swatch-option.color[option-label="Multi"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.color[option-label="White"]:not(.disabled):hover,
.sidebar-nobg .swatch-option.image:not(.disabled):hover,
.sidebar-nobg .swatch-option.color:not(.disabled):hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.ox-expand.minimized .ox-expand__inner {
  display: block;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}
.ox-expand.minimized .ox-expand__inner:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  z-index: 2;
}
.ox-expand.minimized .ox-expand__link .more {
  display: inline-block;
}
.ox-expand.minimized .ox-expand__link .less {
  display: none;
}
.ox-expand .ox-expand__link .less,
.ox-expand .ox-expand__link .more {
  cursor: pointer;
  border-bottom: 1px solid;
}
.ox-expand .ox-expand__link .more {
  display: none;
  margin-top: 5px;
}
.ox-expand .ox-expand__link .less {
  display: inline-block;
  margin-top: 14px;
}
body {
  background-color: #ffffff;
}
a {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
a:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
/*._keyfocus *:focus, */
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.page-header {
  border-bottom: none;
  margin-bottom: 0;
}
.header.content {
  padding-top: 0;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 0 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 100%;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #000000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0;
}
.message.global.demo {
  margin: 0 0 0;
  padding: 0 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #000000;
}
.copyright-footer {
  background-color: #141414;
  padding: 30px 0;
  color: #666666;
  font-family: 'Roboto', Arial, sans-serif;
}
.copyright-footer a {
  color: #888888;
}
.copyright-footer a:hover,
.copyright-footer a:focus {
  color: #fff;
}
.copyright-footer small {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.copyright-footer .copyright-right {
  text-align: right;
}
.copyright-footer .container {
  padding-right: 20px;
  padding-left: 20px;
}
.copyright-footer.copyright-layout-2 {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .copyright-footer .copyright-right {
    text-align: left;
    margin-top: 20px;
  }
}
.athlete_footer_customer_service > span,
.athlete_footer_customer_service > h6 {
  margin: 0 0 10px 0;
}
.athlete_footer_customer_service > span:last-child,
.athlete_footer_customer_service > h6:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .athlete_footer_customer_service {
    ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .athlete_footer_customer_service > span,
  .athlete_footer_customer_service > h6 {
    margin: 0 0 0 20px;
  }
}
.page-footer {
  background-color: #000000;
  margin-top: auto;
}
.page-footer .switcher {
  line-height: 35px;
  display: inline-block;
}
.page-footer .switcher .switcher-label {
  display: none;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-footer .switcher .options:before,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-footer .switcher .options:after {
  clear: both;
}
.page-footer .switcher .options .action.toggle {
  padding: 0 24px 0 11px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: '\e607';
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  color: inherit;
  content: "\72";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 0;
  min-width: 130px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-footer .switcher .options ul.dropdown li:hover {
  background: #f5f4f4;
  cursor: pointer;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-footer .switcher .options .action.toggle strong {
  font-weight: normal;
}
.page-footer .switcher .options .action.toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  right: 12px;
  transform: rotateZ(40deg);
}
.page-footer .switcher .options .action.toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  background: #969696;
  height: 1px;
  border: none;
  box-shadow: none;
  transform: rotateZ(-40deg);
}
.page-footer .switcher .options ul.dropdown {
  padding: 15px;
}
.page-footer .switcher .options ul.dropdown a {
  color: #322c29;
  text-decoration: none;
  display: block;
  padding: 1px 7px;
  white-space: nowrap;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown a:visited {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:hover {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown a:active {
  color: #322c29;
  text-decoration: none;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  content: none;
}
.page-footer .switcher .options ul.dropdown li {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  line-height: 18px;
}
.page-footer .switcher .options ul.dropdown li:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 2px 10px 2px 27px;
  background: 5px 50% no-repeat;
}
.page-footer .switcher.store .options strong,
.page-footer .switcher.language .options strong {
  line-height: 35px;
  margin: 0;
}
.page-footer .switcher.store .options strong span,
.page-footer .switcher.language .options strong span {
  padding: 0 0 0 24px;
  background: none 0% 50% no-repeat;
}
.page-footer .switcher.store.noflags .options ul.dropdown a,
.page-footer .switcher.language.noflags .options ul.dropdown a {
  padding-left: 10px;
}
.page-footer .switcher.store.noflags .options strong span,
.page-footer .switcher.language.noflags .options strong span {
  padding-left: 0;
}
.page-footer .switcher:hover .toggle strong,
.page-footer .switcher .toggle.active strong {
  color: #000;
}
.page-footer .switcher .action.toggle {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher .action.toggle strong {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-footer .switcher:hover .action.toggle {
  background: #ffe51e;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  bottom: 100%;
  padding: 20px;
}
.page-footer .switcher .options ul.dropdown a {
  line-height: 1.6;
}
.page-footer .switcher.store .options ul.dropdown a,
.page-footer .switcher.language .options ul.dropdown a {
  padding: 4px 10px 4px 31px;
  background: 8px 50% no-repeat;
}
.footer-block-content {
  float: left;
  padding: 24px 0 0;
  width: 100%;
  transform: translateZ(0);
}
.footer-block-content-after {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-block-content-after:before,
.footer-block-content-after:after {
  content: '';
  display: table;
}
.footer-block-content-after:after {
  clear: both;
}
.footer.content {
  font-family: 'Roboto', Arial, sans-serif;
  border-top: none;
  color: #a8a8a8;
  padding-bottom: 40px;
}
.footer.content:before,
.footer.content:after {
  content: '';
  display: table;
}
.footer.content:after {
  clear: both;
}
.footer.content ul {
  margin-bottom: 35px;
}
.footer.content ul > li {
  margin: 0 0 4px;
}
.footer.content h1,
.footer.content h2,
.footer.content h3,
.footer.content h4,
.footer.content h5,
.footer.content h6 {
  color: #ffffff;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.content a {
  display: inline-block;
  color: #a8a8a8;
  text-decoration: none;
}
.footer.content a:hover {
  background-color: #ffe51e;
  color: #000;
}
.footer.content a:not(.button) {
  line-height: 14px;
  padding: 2px 5px 3px;
  font-size: 12px;
}
.footer.content li > a {
  margin-left: -2px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.ox-slideout .switcher .switcher-label {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}
.ox-slideout .switcher .options {
  padding-left: 10px;
  /*padding-top: 7px;*/
}
.ox-slideout .switcher .options .action.toggle {
  position: relative;
  z-index: 2;
}
.ox-slideout .switcher .options .action.toggle strong {
  font-weight: normal;
}
.ox-slideout .switcher .options .action.toggle strong span {
  padding: 5px 9px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
  margin-left: -9px;
  margin-bottom: 4px;
}
.ox-slideout .switcher .options ul.dropdown {
  padding: 0;
  list-style: none;
}
.ox-slideout .switcher .options ul.dropdown a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.ox-slideout .switcher .options ul.dropdown:before,
.ox-slideout .switcher .options ul.dropdown:after {
  content: none;
}
.ox-slideout .switcher .options ul.dropdown li {
  line-height: 18px;
}
.ox-slideout .switcher.store .options ul.dropdown a,
.ox-slideout .switcher.language .options ul.dropdown a {
  padding-left: 24px;
  background: none 0% 50% no-repeat;
}
.ox-slideout .switcher.store .options .action.toggle strong span,
.ox-slideout .switcher.language .options .action.toggle strong span {
  padding-left: 33px;
  background: 9px 50% no-repeat;
  background-color: #000000;
  margin-left: -9px;
}
.sidebar-additional rs-module-wrap,
.sidebar-additional .rev_slider_wrapper {
  margin-bottom: 15px !important;
}
.sidebar-additional .block {
  border: 0;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
  background-color: #f8f8f8;
}
.sidebar-additional .block .block-title {
  padding: 26px 0 17px;
}
.sidebar-additional .block .block-title > strong {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: .9;
}
.sidebar-additional .block:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #ffe51e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar-additional .block:last-child {
  margin-bottom: 0;
}
.sidebar-additional .block > .empty,
.sidebar-additional .block > .block-content {
  padding-bottom: 20px;
}
.sidebar-nobg .sidebar-additional .block {
  padding: 0;
  background-color: transparent;
}
.sidebar-nobg.page-layout-3columns .sidebar-additional .block:first-child:before,
.sidebar-nobg.page-layout-2columns-right .sidebar-additional .block:first-child:before {
  content: none;
}
.widget {
  clear: both;
}
/*
    .page-header,
    .page-footer {
        .widget.block {
            .lib-css(margin, @indent__base 0);
        }
    }*/
.ui-datepicker td {
  padding: 0;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #ffffff;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #ffffff;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 0;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Olegnax/athlete2/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-image-photo {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo.owl-lazy {
  opacity: 0;
}
.product-item .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-item:not(:hover) .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 0 !important;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-first-image-photo {
  opacity: 0 !important;
  visibility: hidden;
}
.product-item:hover .product-grid__image-wrapper .ox-product-hover-image-container .product-second-image-photo {
  opacity: 1;
  visibility: visible;
}
.cart.page-title-wrapper {
  padding-bottom: 50px;
  padding-top: 20px;
}
.cart.page-title-wrapper:before,
.cart.page-title-wrapper:after {
  content: '';
  display: table;
}
.cart.page-title-wrapper:after {
  clear: both;
}
.cart.page-title-wrapper .page-title {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.cart.page-title-wrapper .action.checkout {
  float: right;
  min-width: 30%;
  padding: 18px 27px;
}
.cart-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
.cart-empty .empty-cart-icon {
  font-size: 126px;
  text-align: center;
  color: #ececec;
  line-height: 1;
}
.cart-empty-big-text {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.cart-summary,
.checkout-cart-index .cart-summar {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 35px;
}
.cart-summary > .title {
  display: block;
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 0 0 15px 0;
}
.cart-summary .block .fieldset.coupon {
  margin-bottom: 35px;
}
.cart-summary .block .fieldset.coupon .field {
  margin-bottom: 5px;
}
.cart-summary .block .fieldset.coupon button {
  width: 100%;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 15px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .actions-toolbar > .primary button {
  -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(0);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  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;
}
/* srtipe */
.block-minicart .extra-actions {
  margin-top: 10px;
}
/* Paypal */
.paypal-button-row.paypal-button-layout-vertical {
  margin-bottom: 10px;
}
.minicart-crossell-items-wrapper .subtitle-crossell {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items {
  padding: 0;
  overflow-x: scroll;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item {
  margin-right: 20px;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item .product-image-container {
  min-width: 100%;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item .product-crossell-item-name {
  margin-bottom: 10px;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item .product {
  display: inline-block;
  padding-bottom: 48px;
  position: relative;
  width: 100%;
  min-width: 125px;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item .product .add-cart-item {
  position: absolute;
  left: 0;
  bottom: 0;
}
.minicart--style-modern .minicart-minicart-crossell-items-wrapper-items .product-crossell-item-pricing .price-old-wrapper {
  text-decoration: line-through;
  opacity: .5;
}
#tooltip-label {
  display: none;
}
body {
  /*&.checkout-index-index,*/
}
body.multishipping-checkout-success,
body.checkout-onepage-success {
  background: #f8f8f8;
}
.checkout-index-index .page-main {
  max-width: 100%;
}
.multishipping-checkout-success .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  max-width: 500px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.multishipping-checkout-success .page-title-wrapper .page-title,
.checkout-onepage-success .page-title-wrapper .page-title {
  margin-bottom: 40px;
  order: 2;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper {
  order: 1;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 40px;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  background: #a4cf29;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0, 1.01);
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:after,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 50%;
  width: 25px;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:before,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:before {
  height: 6px;
  left: 50%;
  margin-top: -7px;
  margin-left: -20px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.4s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.multishipping-checkout-success .page-title-wrapper .success-icon-wrapper .success-icon:after,
.checkout-onepage-success .page-title-wrapper .success-icon-wrapper .success-icon:after {
  width: 37px;
  margin-left: -4px;
  margin-top: 8px;
  height: 6px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.6s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.checkout-success-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 55px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
}
.checkout-success-wrapper .multicheckout.success .your-order-is,
.checkout-success-wrapper .checkout-success .your-order-is {
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-success-wrapper .multicheckout.success .your-order-is .order-number,
.checkout-success-wrapper .checkout-success .your-order-is .order-number {
  display: block;
  background: #f8f8f8;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: 800;
  font-size: 18px;
}
.checkout-success-wrapper #registration {
  margin-top: 30px;
  padding: 30px;
  background: #f8f8f8;
}
.checkout-success-wrapper #registration br {
  display: none;
}
.checkout-index-index .page-main {
  padding: 50px 50px 20px 50px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .opc-wrapper-boxed {
  padding: 50px;
  padding-top: 40px;
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
  background: #ffffff;
  align-self: stretch;
  height: 100%;
}
.opc-wrapper .form fieldset legend.label {
  margin-bottom: 10px;
  padding: 0;
}
.opc-wrapper .step-title {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
/* discount form */
.opc-wrapper form.form-discount {
  max-width: 100%;
  display: flex;
  width: 100%;
}
.opc-wrapper form.form-discount .payment-option-inner {
  width: 100%;
  padding-right: 20px;
}
.minicart-btn__icon--hide:not(.minicart-btn--minimal) .opc-estimated-wrapper .action.showcart svg {
  display: block;
}
.opc-estimated-wrapper {
  margin: 0 0 40px 0;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 20px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  line-height: 1;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  font-size: 36px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  float: right;
  padding: 0 22px;
  height: 47px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart svg {
  margin-right: 0px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #000000;
}
/*
@checkout-progress-bar-item-element__height: @checkout-progress-bar-item-element__width;
@checkout-progress-bar-item-element__width: 38px;*/
/*@checkout-progress-bar-item-element-inner__height: @checkout-progress-bar-item-element-inner__width;
@checkout-progress-bar-item-element-inner__width: @checkout-progress-bar-item-element__width - (@checkout-progress-bar-item-element-outer-radius__width * 2);*/
.opc-progress-bar {
  margin: 0 0 0;
  counter-reset: i;
  font-size: 0;
  position: relative;
  width: 100%;
  /*max-width: @checkout-progress-bar-item__width;*/
}
.opc-progress-bar-item {
  margin: 0 0 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
  background: transparent;
  height: 50px;
}
.opc-progress-bar-item > span {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  position: relative;
  z-index: 2;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
  height: 100%;
  opacity: 0.4;
  text-align: left;
  padding-left: 60px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.opc-progress-bar-item > span:before {
  content: '2.';
  content: counter(i);
  counter-increment: i;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.opc-progress-bar-item:before {
  content: '';
  background: #f5f5f5;
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0;
  animation: transform-0-1 0.9s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 1);
}
.opc-progress-bar-item._active:before {
  background: #ffe51e;
}
.opc-progress-bar-item._active,
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._active > span,
.opc-progress-bar-item._complete > span {
  opacity: 1;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._complete > span:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #000000;
  position: absolute;
  left: 22px;
  top: 50%;
  width: 10px;
  height: 3px;
  margin-top: -1px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxleft 0.2s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._complete > span:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: #000000;
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: 6px;
  width: 15px;
  height: 3px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0;
  animation: checkboxright 0.2s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 18px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff0000;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  width: 100%;
  margin-bottom: 10px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 6px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #ffffff;
  background-color: #000000;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  content: '?';
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 800;
  border: 2px solid #000000;
  overflow: hidden;
  width: 24px;
  height: 24px;
  speak: none;
  text-align: center;
  transition: all 0.2s ease;
}
.field-tooltip .field-tooltip-action:hover:before {
  background-color: #000000;
  color: #ffffff;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #ffffff;
  background-color: #000000;
}
.field-tooltip .field-tooltip-content {
  color: #ffffff;
  background: #202020;
  border: 0 solid #999999;
  border-radius: 0;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #202020;
  left: -20px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #202020;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #202020;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 7px;
  margin-left: -5px;
}
.opc-wrapper .form-login .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.opc-wrapper .form-login .actions-toolbar .secondary a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #000000;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #000000;
  color: #ffffff;
  content: '\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: 3rem;
}
.block-authentication .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.block-authentication .actions-toolbar > .primary .action {
  padding: 18px 27px;
  min-width: 150px;
}
.block-authentication .actions-toolbar > .secondary > a.action {
  background: none;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-authentication .block-new-customer {
  background: #f8f8f8;
  order: 2;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: square;
  padding-left: 20px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class].block-new-customer {
  position: relative;
}
.block-authentication .block[class].block-new-customer:before {
  height: 44px;
  line-height: 42px;
  margin: -23px 0 0 -22px;
  min-width: 44px;
  background: #000000;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 800;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.action.action-edit-address {
  color: #ffffff;
  background: #000000;
  padding: 8px 12px;
  margin-top: 20px;
}
.action.action-edit-address:after {
  background-color: #ffe51e;
}
.action.action-edit-address:hover {
  color: #000000;
}
.action.action-edit-address:hover:after {
  transform: scaleX(1);
}
.checkout-payment-method {
  /*
        .billing-address-same-as-shipping-block {
            margin: 0 0 @indent__s;
        }*/
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  width: 100%;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 40px;
  /*.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 .action-show {
  vertical-align: baseline;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  white-space: normal;
}
.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;
}
.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;
}
.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: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 0;
  top: 0;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  content: "\40";
  font-family: "athlete2";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 0;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 0;
}
.block-wishlist-management .wishlist-notice {
  color: #b3b3b3;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 0;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 0 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 0 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 0;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 0;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #333333;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 0;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 0 0 20px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Olegnax/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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_StoreCredit
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.cart-bss-store-credit .bss-store-credit > .field {
  display: block;
}
.cart-bss-store-credit .actions-toolbar {
  display: block;
  width: 100%;
}
.cart-bss-store-credit .actions-toolbar .primary {
  float: left !important;
}
.cart-bss-store-credit .actions-toolbar > .primary {
  margin-right: 15px !important;
}
.bss-store-credit-code .actions-toolbar {
  display: block;
  width: 100%;
}
.bss-store-credit-code .actions-toolbar .primary {
  float: left !important;
}
.bss-store-credit-code .actions-toolbar > .primary {
  margin-right: 15px !important;
}
.bss-storecredit-history-toolbar.toolbar.top .pages {
  display: none;
}
.bss-storecredit-history-toolbar.toolbar.top .limiter {
  display: block;
  float: right;
}
.bss-storecredit-history-toolbar.toolbar.bottom .limiter {
  display: none;
}
.bss-storecredit-history-toolbar.toolbar.bottom .toolbar-amount {
  display: none;
}
#bss-store-credit-form {
  max-width: 500px;
}
#block-bss-store-credit #bss-store-credit-form .actions-toolbar {
  width: auto;
}
.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;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 1025px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 1025px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  display: none;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: flex;
  align-items: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.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;
  }
}
.aminst-feed-wrapper {
  position: relative;
  padding: 10px 0 25px 0;
}
.aminst-feed-title {
  position: relative;
  flex-basis: 100%;
  margin: 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 16px;
}
.aminst-feed-title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 106px;
  width: 100%;
  height: 2px;
  background: #dadada;
  content: '';
}
.aminst-feed-link {
  display: block;
  overflow: hidden;
  height: 100%;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.aminst-feed-img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
}
.aminst-feed-comment-cont {
  display: none;
}
.aminst-feed .instagram-media {
  padding: 1px !important;
  min-width: auto !important;
}
.aminst-feed-post {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-feed-post.-thumbnail {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
}
.aminst-feed-post.-thumbnail .aminst-feed-review {
  margin: 0 0 10px 0;
}
.aminst-feed-post.-thumbnail .aminst-feed-caption {
  font-size: 12px;
}
.aminst-relation-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  min-height: 35px;
  width: 15px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.aminst-relation-link:hover {
  text-decoration: none;
}
.aminst-relation-link .aminst-title {
  display: none;
  overflow: hidden;
  max-width: 80%;
  color: #fff;
  text-align: left;
  line-height: 1.3;
}
.aminst-relation-link .aminst-button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: initial;
  padding: 0;
  min-height: auto;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 100px;
  background-color: #22c9ee;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxMCI+ICA8ZGVmcy8+ICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik04LjUwMTcxIDFjLTQuMDc3NTkgMC03LjMxNDIgNC4wMDQ4NS03LjQ1MDU3IDQuMTc3NTktLjA2ODE4Ny4wODE4My0uMDY4MTg3LjIwMDAyIDAgLjI4MTg0LjEzNjM3LjE3Mjc0IDMuMzcyOTggNC4xNzc1OSA3LjQ1MDU3IDQuMTc3NTlzNy4zMTQxOS00LjAwNDg1IDcuNDUwNTktNC4xNzc1OWMuMDYzNi0uMDgxODIuMDYzNi0uMjAwMDEgMC0uMjgxODRDMTUuODE1OSA1LjAwNDg1IDEyLjU3OTMgMSA4LjUwMTcxIDF6bTAgOC4xODI0NGMtMy40NDExNyAwLTYuMzU5NTgtMy4xNTAyNC02Ljk3NzgxLTMuODYzOTMuNjE4MjMtLjcxMzY5IDMuNTM2NjQtMy44NjM5MyA2Ljk3NzgxLTMuODYzOTMgMy40NDExOSAwIDYuMzU5NTkgMy4xNTAyNCA2Ljk3Nzc5IDMuODYzOTMtLjYxODIuNzEzNjktMy41MzIxIDMuODYzOTMtNi45Nzc3OSAzLjg2MzkzeiIvPiAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNOC41MDE3NSAyLjUxMzc1Yy0xLjU0NTU3IDAtMi44MDQ3NiAxLjI1OTE4LTIuODA0NzYgMi44MDQ3NiAwIDEuNTQ1NTcgMS4yNTkxOSAyLjgwNDc2IDIuODA0NzYgMi44MDQ3NiAxLjU0NTU1IDAgMi44MDQ3NS0xLjI1OTE5IDIuODA0NzUtMi44MDQ3NiAwLTEuNTQ1NTgtMS4yNTkyLTIuODA0NzYtMi44MDQ3NS0yLjgwNDc2em0wIDUuMTU0OTRjLTEuMjk1NTUgMC0yLjM1MDE4LTEuMDU0NjMtMi4zNTAxOC0yLjM1MDE4IDAtMS4yOTU1NiAxLjA1NDYzLTIuMzUwMTggMi4zNTAxOC0yLjM1MDE4czIuMzUwMTUgMS4wNTQ2MiAyLjM1MDE1IDIuMzUwMThjMCAxLjI5NTU1LTEuMDU0NiAyLjM1MDE4LTIuMzUwMTUgMi4zNTAxOHoiLz48L3N2Zz4=);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px rgba(19, 112, 179, 0.25);
  color: #fff;
  font-size: 0;
}
.aminst-relation-wrap {
  display: flex;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link {
  position: relative;
  margin: -12px 0 0;
  width: 100%;
  outline: 1px solid #008eff;
}
.aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: -webkit-box;
}
.aminst-relation-wrap .aminst-relation-link:hover .aminst-button {
  right: 10px;
  width: 35px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
.aminst-relation-wrap .aminst-relation-link .aminst-button {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
.aminst-feed-post.-low_resolution {
  max-width: 320px;
  max-height: 320px;
  width: 100%;
}
.aminst-feed-post.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-post.-standard_resolution {
  max-width: 640px;
  max-height: 640px;
  width: 100%;
}
.aminst-feed-btn {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 270px;
  width: 100%;
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  color: #1787e0;
  text-align: center;
  font-size: 16px;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.aminst-feed-btn:not(.primary) {
  box-shadow: none;
}
.aminst-feed-btn:hover,
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  border-color: #1787e0;
  background: #1787e0;
  color: #fff;
}
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  transform: translateY(2px);
}
.aminsta-load-dot {
  background: #fff;
}
.aminst-feed-btn-text {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.ie11 .aminst-relation-link .aminst-title {
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
  padding: 15px 10px 15px 0;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
  bottom: 30%;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.aminst-loader-wrapper {
  display: inline-flex;
}
.aminst-loader-wrapper.-progress .aminst-loader-content {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.aminst-loader-dot {
  display: inline-block;
  margin: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008eff;
  animation-timing-function: cubic-bezier(0, 2, 2, 0);
}
.aminst-loader-dot:nth-child(1) {
  left: -50%;
  animation: aminsta-load-1 0.8s infinite;
}
.aminst-loader-dot:nth-child(2) {
  left: -25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .1s;
}
.aminst-loader-dot:nth-child(3) {
  left: 0;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .2s;
}
.aminst-loader-dot:nth-child(4) {
  left: 25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .3s;
}
.aminst-feed-wrapper .fancyambox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.aminst-feed-wrapper .fancyambox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aminst-feed-wrapper .fancyambox-close-small:after {
  content: none;
}
.aminst-feed-wrapper .fancyambox-close-small:before {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=);
  content: '';
}
.aminst-feed-wrapper .fancyambox-close-small:hover {
  border: none;
  background: none;
  box-shadow: none;
}
.aminst-feed-wrapper .fancyambox-close-small:hover:before {
  background-color: transparent;
  filter: contrast(5);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-post {
  display: flex;
  border: none;
}
.aminst-feed-wrapper .fancyambox-inner .instagram-media {
  min-width: auto;
  max-width: 100%;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
  padding: 25px 30px;
  max-width: 420px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(18, 36, 50, 0.2);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post .aminst-feed-post {
  margin: 0;
}
.aminst-feed-grid-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.aminst-feed-grid-container {
  text-align: center;
}
.aminst-feed-link {
  display: flex;
}
.aminst-feed-collage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-title {
  flex-basis: 100%;
}
.aminst-feed-collage-container .aminst-feed-link {
  display: flex;
}
.aminst-feed-single-post {
  display: inline-block;
  width: 100%;
}
.aminst-feed-single-post .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  cursor: pointer;
}
.aminst-feed-single-post .aminst-feed-post {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link {
  min-height: 40px;
  background: #008eff;
}
.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(14px * 2);
  -webkit-line-clamp: 2;
}
.aminst-feed-slider-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.aminst-feed-slider-container .aminst-feed-posts {
  display: inline-flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.aminst-feed-slider-container .aminst-feed-post {
  display: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
}
.aminst-feed-slider-container .aminst-feed-link {
  display: flex;
}
.aminst-feed-slider-container .slick-track {
  display: flex;
}
.aminst-feed-slider-container .slick-arrow {
  padding: 10px;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
}
.aminst-feed-slider-container .slick-arrow:hover {
  filter: contrast(0);
}
.aminst-feed-slider-container .slick-slider {
  padding: 0 30px;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  background: #e9f6ff;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-wrapper {
  margin-bottom: 30px;
  clear: both;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-pack-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 100%;
  padding: 30px;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  width: 100%;
  margin: 3px 0 0 0;
}
.amrelated-pack-item .amrelated-name {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px 0;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  margin: 0 40px 0 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  padding: 0 2px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: normal;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  background: #eb5757;
  border-radius: 2px;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.amrma-return-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amrma-return-number .amrma-header {
  margin-bottom: 5px;
}
.amrma-return-number .amrma-status {
  align-self: baseline;
}
.amrma-header-block {
  display: flex;
  justify-content: space-between;
}
.amrma-header-block .amrma-cancel {
  align-self: center;
}
.amrma-status-container {
  position: relative;
  box-sizing: content-box;
  margin-bottom: 50px;
}
.amrma-status-container .amrma-percent.-status-0 {
  width: 0;
}
.amrma-status-container .amrma-percent.-status-1,
.amrma-status-container .amrma-percent.-status-2 {
  width: 50%;
}
.amrma-status-container .amrma-percent.-status-3,
.amrma-status-container .amrma-percent.-status-4 {
  width: 100%;
}
.amrma-status-container .amrma-progress {
  position: absolute;
  width: 100%;
  height: 42%;
  border-bottom: 2px solid #c2c2c2;
  z-index: -1;
}
.amrma-status-container .amrma-percent {
  position: absolute;
  z-index: 1;
  box-sizing: content-box;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #4b81bd;
}
.amrma-status-container .amrma-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.amrma-status-container .amrma-step.-authorized.-checked {
  margin: 0 0 0 10%;
}
.amrma-status-container .amrma-step.-complete:before {
  background: #1e79c2;
}
.amrma-status-container .amrma-step.-checked {
  display: flex;
  flex-basis: 60%;
  margin-right: 10%;
  text-align: center;
}
.amrma-status-container .amrma-step.-checked:before {
  top: -1px;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzFFNzlDMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzFFNzlDMiIvPjwvc3ZnPg==');
  background-position: left;
  background-repeat: no-repeat;
  background-color: white;
}
.amrma-status-container .amrma-name {
  display: none;
}
.amrma-status-container .amrma-step.-checked .amrma-name {
  position: relative;
  top: 35px;
  display: block;
  width: 100%;
}
.amrma-status-container .amrma-step.-failed:before {
  top: 3px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMCA4LjU4NSA3LjM3NCA1Ljk2QTEgMSAwIDEgMCA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMCAxMS40MTRsMi42MjYgMi42MjZhMSAxIDAgMCAwIDEuNDE0LTEuNDE0bC0yLjYyNi0yLjYyNyAyLjYyNi0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-status-container .amrma-step.-resolved .-checked .amrma-name,
.amrma-status-container .amrma-step.-pending .-checked .amrma-name {
  max-width: 150px;
}
.amrma-status-container .amrma-step.-pending.-checked {
  text-align: left;
}
.amrma-status-container .amrma-step.-pending.-checked:before {
  padding: 0 0 0 20px;
  border-radius: inherit;
  background-position: right;
}
.amrma-status-container .amrma-step {
  position: relative;
  min-width: 15px;
  height: 30px;
}
.amrma-status-container .amrma-step:before {
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  background: #c2c2c2;
}
.amrma-status-container .amrma-step.-authorized.-checked:before,
.amrma-status-container .amrma-step.-received.-checked:before {
  left: calc(50% - 15px);
}
.amrma-status-container .amrma-step.-resolved.-checked {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
}
.amrma-status-container .amrma-step.-resolved.-checked:before {
  right: 0;
  padding: 0 20px 0 0;
  border-radius: inherit;
}
.amrma-status-container .amrma-step.-resolved.-checked:before.-received.-checked:before {
  left: 30%;
}
.amrma-bank-details,
.amrma-return-instructions,
.amrma-header-block {
  margin-bottom: 40px;
}
.amrma-instructions {
  display: none;
}
.amrma-instruction-block {
  display: none;
}
.amrma-instructions:checked ~ .amrma-instruction-block {
  display: block;
  padding: 20px 10px 15px 10px;
  border-radius: 1px 1px 2px 2px;
  background: #eaf1ff;
}
.amrma-instructions-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1e79c2;
  border-radius: 2px;
  cursor: pointer;
}
.amrma-instructions-title .amrma-title {
  margin-bottom: 15px;
}
.amrma-instructions-title .amrma-show {
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #1979c3;
  border-radius: 50%;
}
.amrma-instructions-title .amrma-show:before {
  position: absolute;
  width: 10px;
  top: 18%;
  left: 28%;
  height: 10px;
  border-left: 1px solid #1979c3;
  border-top: 1px solid #1979c3;
  content: '';
  transform: rotate(225deg);
}
.amrma-instructions:checked + .amrma-instructions-title .amrma-show:before {
  top: 38%;
  transform: rotate(45deg);
}
.amrma-received-message {
  position: relative;
  margin-bottom: 28px;
  padding: 10px;
  border-radius: 2px;
  background: #e8f5e9;
}
.amrma-received-message:before {
  position: absolute;
  top: 7px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMCAwLS4wOTItMS4zMjkuOTcuOTcgMCAwIDAtMS4zNTIuMDlsLTQuODEyIDUuNDIzLTEuODczLTEuODQxYS45Ny45NyAwIDAgMC0xLjM1NCAwIC45MzEuOTMxIDAgMCAwIDAgMS4zMzJsMi40NzcgMi40MzVjLjE0LjEzOC4zMTMuMjI0LjQ5NC4yNTlhLjk3Ljk3IDAgMCAwIDEuMDg1LS4yNTNsNS40MjctNi4xMTZ6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iNiIgeT0iNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249Ii41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=');
}
.amrma-received-message .amrma-message {
  margin: 0 0 0 45px;
  color: #2e7d32;
}
.amrma-table-container {
  margin-bottom: 40px;
}
.amrma-table-container .amrma-title {
  margin-bottom: 10px;
}
.amrma-items-table {
  margin-top: 10px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
  position: static;
  margin: 0;
  padding: 5px 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col:first-child {
  left: 5px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status {
  position: relative;
  padding: 0 0 0 20px;
  text-transform: capitalize;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  background: inherit;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected {
  color: #d80f33;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjRDgwRjMzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwIDEtLjg1NyAwTDcuNSA4LjI4MiA1Ljc4NiA5Ljk5NmEuNjA2LjYwNiAwIDAgMS0uODU3LS44NTdsMS43MTQtMS43MTRMNC45MjggNS43MWEuNjA2LjYwNiAwIDEgMSAuODU4LS44NTdMNy41IDYuNTY4bDEuNzE0LTEuNzE1YS42MDYuNjA2IDAgMCAxIC44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMCAxIDAgLjg1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending {
  color: #2196f3;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjMjE5NkYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwIDEgMCAuNzJMOC42NzQgMTEuMWEuNDg2LjQ4NiAwIDAgMS0uNyAwIC41Mi41MiAwIDAgMSAwLS43MmwyLjMwNi0yLjM3SDIuOTdWNi45OWg3LjMxTDcuOTc0IDQuNjJhLjUyLjUyIDAgMCAxIDAtLjcyLjQ4Ni40ODYgMCAwIDEgLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-resolved:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjNTFCNzU2Ii8+PHBhdGggZD0iTTQuNSA3LjE3OGwzIDIuNTcyIDMuNzUtNC4wNzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details {
  padding-top: 15px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image {
  width: 100px;
  height: 100px;
  padding: 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image:after {
  content: none;
}
.amrma-table-container .table-wrapper {
  border-bottom: none;
}
.amrma-rating-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.amrma-rating-block .amrma-title {
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #494949;
}
.amrma-feedback-container {
  display: flex;
  box-sizing: border-box;
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.amrma-feedback-container .amrma-feedback {
  margin-right: 10px;
  width: 80%;
  height: 40px;
  border: none;
}
.amrma-stars-container {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 25px 15px 15px;
  max-width: 530px;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-stars-container .rated-message {
  text-align: center;
}
.amrma-stars-container .amrma-stars-block .rating-5:before {
  width: 130px;
}
.amrma-stars-container .amrma-stars-block .rating-4:before {
  width: 104px;
}
.amrma-stars-container .amrma-stars-block .rating-3:before {
  width: 78px;
}
.amrma-stars-container .amrma-stars-block .rating-2:before {
  width: 52px;
}
.amrma-stars-container .amrma-stars-block .rating-1:before {
  width: 26px;
}
.amrma-stars-container .amrma-stars-block {
  width: 130px;
  height: 24px;
}
.amrma-stars-container .amrma-stars-block:before {
  width: 130px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-star:before {
  display: inline-block;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked) + .amrma-star:hover:before {
  opacity: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  cursor: pointer;
}
.amrma-send {
  margin-left: 10px;
  padding: 12px 16px;
  border: 1px solid #1979c3;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #1979c3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: bold;
}
.amrma-send:hover {
  border: none;
  background: #2196f3;
  color: #fff;
}
.amrma-return-select .amrma-select {
  font-size: 16px;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
.amreturns-order-select {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amreturns-order-select .amreturn-btn {
  box-shadow: none;
}
.amreturns-order-select .amreturn-select {
  font-size: 16px;
}
.amreturns-title-container {
  flex: inherit;
  flex-basis: 100%;
  margin: 20px 0 5px 20px;
}
.amreturns-orders-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  margin: 0 20px 20px;
}
.amreturns-orders-container .amreturn-btn {
  margin-left: 0;
  margin-top: 10px;
}
.amreturns-select-title {
  font-weight: bold;
  line-height: 19px;
  color: #333;
}
.amreturn-btn {
  margin-left: 10px;
  padding: 7px 21px;
  border: 1px solid #1979c3;
  color: #fff;
  background: #1979c3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.amreturn-btn:hover {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #fff;
}
.account .table-wrapper {
  border-top: none;
  margin-top: 25px;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row {
  position: relative;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image.new-message:after {
  position: absolute;
  top: 40%;
  left: 0;
  height: 15px;
  width: 15px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwIDAgLjA4OS0uMzU1VjQuNzlhLjc2My43NjMgMCAwIDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0ek04LjAyNiA4LjI3OWw0LjU3OS00LjE3QS43ODcuNzg3IDAgMCAwIDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMCAwLS4zOTguMTA5bDQuNTc4IDQuMTdhLjc3NS43NzUgMCAwIDAgMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAgMS0xLjc1IDBsLTEuMDA2LS45MTctMy4xNSAzLjE3NWMuMS4wNDUuMjEuMDcxLjMyNC4wNzFoOS40MDhhLjc0Ny43NDcgMCAwIDAgLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAgMCAyIDQuNzl2NS40MTRjMCAuMTI3LjAzNy4yNS4wODkuMzU4bDMuMTMyLTMuMTY0LTMuMTY2LTIuODg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child),
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:last-child) {
  padding: 0 0 0 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
  padding-top: 15px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
  padding-left: 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:last-child {
  padding-top: 20px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
  position: absolute;
  top: 20px;
  left: 25px;
  padding: 0;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child:before {
  content: none;
}
.amrma-status {
  padding: 0 10px 1px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.amrma-status.-pending {
  background: #2196f3;
}
.amrma-status.-authorized {
  background: #3f51b5;
}
.amrma-status.-received {
  background: #9c27b0;
}
.amrma-status.-resolved {
  background: #4caf50;
}
.amrma-status.-cancelled {
  background: #9e9e9e;
}
.amrma-status.-rejected {
  background: #c33d3c;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  padding: 10px;
  border-top: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  position: relative;
  padding-left: 25px;
}
.amrma-customer-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.amrma-customer-information .amrma-customer-name {
  margin-bottom: 20px;
}
.amrma-product-information {
  align-self: baseline;
}
.amrma-product-information .amrma-checkbox {
  display: none;
}
.amrma-product-information .amrma-checkbox:checked ~ .amrma-moreinfo {
  display: block;
}
.amrma-product-information .amrma-checkbox:checked + .amrma-showmore:before {
  top: 9px;
  transform: rotate(315deg);
}
.amrma-product-information .amrma-moreinfo {
  margin-top: 4px;
  display: none;
}
.amrma-product-information .amrma-moreinfo .amrma-info {
  margin-bottom: 0;
}
.amrma-product-information .amrma-showmore {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.amrma-product-information .amrma-showmore:before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
}
.amrma-product {
  display: flex;
}
.amrma-product-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
}
.amrma-image {
  margin-right: 20px;
  padding-left: 33px;
  width: 100px;
  height: 100px;
}
.amrma-checkbox {
  display: none;
}
.amrma-customer-name,
.amrma-customer-address {
  flex-basis: 50%;
}
.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
label.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
.amrma-checkbox-container {
  position: relative;
}
.amrma-checkbox-container .amrma-label {
  position: absolute;
  top: 44px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.amrma-checkbox-container.-policy .amrma-label {
  top: 4px;
}
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label {
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMyIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjI1IDYuNWwyLjYgMi42IDMuOS00LjU1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.amrma-products-table {
  margin-bottom: 40px;
}
.amrma-product-message {
  width: 100%;
  margin: 15px 0 0;
  align-self: baseline;
}
.amrma-message-container.-options {
  box-sizing: border-box;
  border: 2px solid rgba(23, 93, 224, 0.4);
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  background: none;
}
.amrma-message-container.-failed {
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-message-container.-failed .amrma-message:not(.amrma-shipping-payer) {
  background: #ffebee;
}
.amrma-message-container .amrma-message {
  margin: 10px 20px 0;
  padding: 5px 10px;
  border-radius: 2px;
  background: #eaf1ff;
}
.amrma-message-container.-options,
.amrma-message-container.-gray {
  margin-left: 33px;
}
.amrma-return-select {
  margin: 0 20px;
}
.amrma-return-select:last-child {
  margin-bottom: 20px;
}
.amrma-return-select .amrma-title {
  margin-bottom: 10px;
}
.amrma-return-qty {
  display: flex;
  align-items: center;
  margin: 20px 0 0 20px;
}
.amrma-return-qty .amrma-label {
  margin-right: 10px;
  font-weight: bold;
}
.amrma-return-qty .amrma-select {
  font-size: 16px;
  flex-basis: 20%;
}
.amrma-return-qty .amrma-total {
  margin-left: 5px;
}
.amrma-message-container {
  margin: 10px 20px 20px;
  border-radius: 2px;
  background: #eaf1ff;
  padding-bottom: 20px;
}
.amrma-message-container.-gray {
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: none;
}
.amrma-input-block {
  max-width: 620px;
  margin-bottom: 20px;
}
.amrma-input-block .amrma-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.amrma-input-block .amrma-field {
  font-size: 16px;
}
.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment {
  font-size: 16px;
}
.amrma-return-message {
  margin-bottom: 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-img-text {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-attach-file {
  margin-top: 10px;
}
.amrma-chat-send .amrma-attach-file {
  width: 29px;
  height: 33px;
  margin: 0;
}
.amrma-attach-file .amrma-attach {
  display: none;
}
.amrma-attach-file .amrma-file {
  margin: 5px 0;
  padding-left: 20px;
  color: #1979c3;
}
.amrma-attach-file .amrma-label {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #1979c3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.amrma-attach-file .amrma-label:hover {
  text-decoration: underline;
  color: #2196f3;
}
.amrma-attach-file .amrma-label:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-send .amrma-attach-file .amrma-label:before {
  top: 0;
  left: 5px;
  width: 29px;
  height: 27px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAgMSAwIDIxLjA4MWE1LjU2OCA1LjU2OCAwIDAgMSAxLjU3My0zLjkxMmwuMjQtLjI0OEwxNi4zMDQgMi4xMDlBNi45OTYgNi45OTYgMCAwIDEgMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMCAxIDI5IDcuODI1Yy4wMDMgMS44NjgtLjY4MyAzLjczOC0yLjA2NCA1LjE0OUwxNC43NyAyNS40MDlsLS45MDYuOTI1LTEuODEtMS44NTFMMjUuMTI4IDExLjEyYy44NzYtLjg5NSAxLjMxMS0yLjA3IDEuMzEzLTMuMjk3IDAtMS4yOTYtLjUtMi42My0xLjUxLTMuNjYzLTEuMDEzLTEuMDM1LTIuMzE2LTEuNTQzLTMuNTg4LTEuNTQ0YTQuNDU3IDQuNDU3IDAgMCAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMCAwIDIuMDItLjgzOWwxMS4xMTItMTEuMzU3Yy4yMDgtLjIxMy4zMS0uNDgyLjMxMS0uNzkxIDAtLjMyNi0uMTI0LS42NjYtLjM5MS0uOTRhMS4yNzggMS4yNzggMCAwIDAtLjkxOC0uMzk4IDEuMDYzIDEuMDYzIDAgMCAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMCAxIDIuNTgzLTEuMDg2Yy45ODYgMCAxLjk3OC4zOTcgMi43MyAxLjE2NmEzLjk5OSAzLjk5OSAwIDAgMSAxLjE0MSAyLjc5IDMuNzcxIDMuNzcxIDAgMCAxLTEuMDYxIDIuNjRMOS42MiAyNS4zOTRBNS4zMjMgNS4zMjMgMCAwIDEgNS44MDMgMjdoLS4wMSIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==');
}
.amrma-return-policy {
  display: inline-block;
  margin-top: 30px;
}
.amrma-return-policy.-border {
  padding: 5px;
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-return-policy .amrma-text {
  margin-left: 15px;
  padding-left: 20px;
}
.amrma-btns-block {
  margin-top: 15px;
}
.amrma-btns-block .amreturn-btn {
  margin: 0 20px 0 0;
  padding: 11px 15px;
  height: auto;
  line-height: 16px;
  box-shadow: none;
}
.amrma-link-cancel {
  font-weight: bold;
  color: #1979c3;
}
.amrma-chat-file.-newreturn {
  display: flex;
  align-items: center;
  margin: 0;
}
.amrma-chat-file.-newreturn:before {
  top: 7px;
}
.amrma-chat-file.-newreturn .amrma-file {
  padding: 0;
}
.amrma-chat-file.-newreturn .amrma-delete {
  padding: 0;
  margin-left: 10px;
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.amrma-chat-container {
  box-sizing: border-box;
  background: #f9f9fc;
  border: 1px solid #ebeef5;
  border-radius: 2px;
}
.amrma-chat-block {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 270px;
  max-height: 270px;
  padding-right: 5px;
  margin: 30px 20px 20px;
}
.amrma-chat-block:hover {
  overflow-y: scroll;
  padding-right: 0;
}
.amrma-chat-block::-webkit-scrollbar-track {
  border-radius: 3px;
}
.amrma-chat-block::-webkit-scrollbar {
  width: 5px;
}
.amrma-chat-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c5c5c5;
}
.amrma-message-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 10px;
  border-radius: 10px;
}
.amrma-message-block:before {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 22px;
  content: '';
}
.amrma-message-block .amrma-message {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.amrma-message-block .amrma-date {
  align-self: flex-end;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
}
.amrma-message-block .amrma-image {
  width: auto;
  height: auto;
  max-width: 225px;
  margin: 0;
  padding: 0;
}
.amrma-chat-message.-left .amrma-message-block {
  background: #e2f5fe;
}
.amrma-chat-message.-left .amrma-message-block:before {
  left: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMjEuNUwuMzI3IDMuMTlDLS41MzUgMS42MzUuOTA0LS4xODggMi42MTUuMjkxTDEwLjUgMi41djE5eiIgZmlsbD0iI0UxRjVGRSIvPjwvc3ZnPg==');
}
.amrma-chat-message.-right .amrma-message-block {
  background: #eceeff;
}
.amrma-chat-message.-right .amrma-message-block:before {
  right: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjEuNUwxMC4xNzIgMy4xOWMuODYzLTEuNTU0LS41NzYtMy4zNzctMi4yODctMi44OThMMCAyLjV2MTl6IiBmaWxsPSIjRUNFRUZGIi8+PC9zdmc+');
}
.amrma-chat-message {
  margin: 5px 20px;
  max-width: 80%;
}
.amrma-chat-message.-default {
  display: none;
}
.amrma-chat-message.-left {
  align-self: flex-start;
}
.amrma-chat-message.-right {
  align-self: flex-end;
}
.amrma-chat-message.-right .amrma-username {
  text-align: right;
}
.amrma-chat-message .amrma-username {
  margin-bottom: 5px;
  color: #777;
}
.amrma-chat-message .amrma-delete-container {
  text-align: right;
}
.amrma-message:before {
  position: absolute;
  width: 13px;
  height: 20px;
  content: '';
}
.amrma-chat-file {
  position: relative;
  padding-left: 25px;
}
.amrma-chat-file.-preview {
  display: flex;
  align-items: center;
  margin: 25px;
  padding-right: 20px;
  color: #006bb4;
}
.amrma-chat-file:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-file .amrma-file {
  font-weight: 600;
}
.amrma-delete {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjkxOCAyLjcxNEwzMy4yMDMgMCAxOC40MTggMTQuNzg3IDMuNjMzIDAgLjkxOCAyLjcxMyAxNS43MDUgMTcuNS45MiAzMi4yODcgMy42MzMgMzVsMTQuNzg1LTE0Ljc4NiAxNC43ODUgMTQuNzg1IDIuNzExLTIuNzEzTDIxLjEzMSAxNy41IDM1LjkxOCAyLjcxNCIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  cursor: pointer;
}
.amrma-chat-send {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  border-radius: 2px;
  background: #fff;
}
.amrma-chat-send .amrma-textarea {
  margin-left: 25px;
  width: 86%;
  max-height: 250px;
  min-height: 40px;
  border: none;
  resize: none;
}
.amrma-chat-send .amrma-hiddentext {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  white-space: pre-wrap;
}
.amrma-chat-notification {
  display: flex;
  margin: 5px 0 5px 20px;
}
.amrma-chat-notification .amrma-notification {
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}
.amrma-chat-notification .amrma-date {
  line-height: 19px;
}
.amrma-chat-comment {
  margin: 0 auto;
  padding: 125px 0;
  color: #999;
}
.amrma-quick-reply {
  display: none;
}
.amrma-tracking-information {
  margin-bottom: 40px;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  padding-left: 10px;
}
.amrma-tracking-add {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.amrma-tracking-add .amrma-input {
  margin: 10px 0;
}
.amrma-tracking-add .amreturn-btn {
  margin-left: 0;
}
.amrma-tracking-add .amrma-label {
  margin-bottom: 5px;
  font-weight: 600;
}
.amrma-tracking-information .amrma-thead .amrma-col.remove {
  display: none;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  max-width: 50px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-flex;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.am-show-more {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  color: inherit;
  cursor: pointer;
}
.am-show-more:hover {
  background-color: transparent;
  color: #006bb4;
}
.am-show-more:before,
.am-show-more:after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}
.am-show-more:before {
  right: 5px;
  transform: rotate(45deg);
}
.am-show-more:after {
  transform: rotate(-45deg);
}
.am-show-more.-active {
  display: flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  right: 6px;
  transform: rotate(-45deg);
}
.am-show-more[data-is-hide='false']:after {
  transform: rotate(45deg);
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px 0 !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #cccccc;
  background-color: white;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.filter-options .items .items-children.-folding {
  padding-left: 18px;
  width: 100%;
  list-style: none;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  z-index: 9999;
  background-color: #fff;
}
.filter-options .am-ranges {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items.amshopby-fly-out-view .item {
  display: flex;
  align-items: center;
  margin: 0;
  border: 1px solid #cccccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view .item:hover {
  background-color: #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item:first-child {
  border-top: 1px solid #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item > .am-input {
  margin: 14px 5px 14px 10px;
  top: 0;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
  box-sizing: border-box;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  display: inline-block;
  padding: 10px;
}
.amshopby-fly-out-view input[type='checkbox'],
.amshopby-fly-out-view input[type='radio'] {
  margin: 3px 3px 3px 4px;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 17px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0 !important;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input {
  top: inherit;
  margin: 0 5px 0 0;
}
.am-labels-folding .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.5rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../../frontend/Olegnax/athlete2/en_US/Amasty_Shopby/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 9999;
  width: 100%;
  transition: left .2s ease;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  background: #eeeeee;
  text-align: center;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../../frontend/Olegnax/athlete2/en_US/Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border: 0;
  border-radius: 5px;
  background: #ff9416;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #006bb4;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #757575;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 9005;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amsl-separator {
  position: relative;
  display: none;
  margin: 0;
  border: 1px solid #dbdbdb;
}
.amsl-separator .amsl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  background: #fff;
  color: #dbdbdb;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  transform: translate(-50%, -50%);
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  background: #f69b98;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none;
}
.amsl-focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-button {
  transition: all 0.2s ease;
  display: block;
  border-radius: 100px;
  background-repeat: no-repeat;
}
.amsl-button .amsl-social-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #1da1f2;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #fff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  width: 50%;
  height: 50%;
  border: 1px solid black;
  border-radius: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  filter: invert(1);
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  border: none;
  background-size: 100%;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 2px solid #f6f6f6;
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:focus,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover:focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #448fff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #77aeff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #009cde;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #12b9ff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 13px;
  background-repeat: no-repeat;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  border-radius: 4px;
  background-color: #fff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  margin: 0 10px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-size: 70%;
  transform: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  margin-right: 5px;
  color: #fff;
}
.amsl-button-showmore {
  position: relative;
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 1px;
  color: #4878bf;
}
.amsl-button-showmore:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  content: '';
}
.amsl-button-showmore > .amsl-label {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  background: #f6f6f6;
  cursor: pointer;
  transform: translateY(-50%);
}
.amsl-button-showmore > .amsl-label:hover {
  opacity: .8;
}
.amsl-button-showmore .amsl-arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  vertical-align: middle;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  margin: 20px 20px 30px;
  padding: 0;
  list-style: none;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #4878bf;
  color: #4878bf;
}
.amsl-tablist .amsl-title .amsl-link {
  display: block;
  padding: 7px 20px;
  color: #787878;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #4878bf;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #787878;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  padding: 50px;
  color: #407740;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.amsl-popup-block {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto auto;
  min-width: 300px;
  max-width: 95vw;
  border-radius: 8px;
  background: #fff;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 20px;
  padding: 0;
  min-height: inherit;
  border-radius: 4px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  width: 40px;
  height: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  order: 1;
  margin: 5px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  box-sizing: border-box;
  margin: 0;
  padding: 14px 45px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #4878bf;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  height: 45px;
  border: 0;
  border-radius: 4px;
  background: #f2f2f2;
  color: #585858;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-size: contain;
  cursor: pointer;
}
.amsl-popup-block .amsl-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=);
  background-size: contain;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-button-showmore {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  width: 45px;
  height: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
  height: 45px;
  background: #ececec;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  overflow: hidden;
  margin: 0 2px 0 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  padding: 1px 15px;
  height: 100%;
  border-radius: 4px;
  background: #4878bf;
  line-height: 1;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-buttons {
  padding: 35px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 0 15px;
}
.amsl-accounts .amsl-button-wrapper:nth-of-type(n+4),
.amsl-accounts .amsl-button-wrapper.with-label.-rectangular:not(:first-of-type) {
  margin-top: 15px;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  border-radius: 0 0 8px 8px;
  background: #f6f6f6;
  text-align: center;
}
.amsl-social-login .amsl-title {
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 55px;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  background: #dbdbdb;
  transform: translateY(-50%);
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-button {
  width: 65px;
  height: 65px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #4db5f5;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  position: relative;
  margin: 0;
  padding: 0 30px;
  background: none;
  color: #000;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
#amsearch-result-tabs.product.data.items > #tabs-amasty_search_products_tab {
  padding: 40px 0 0 0;
  background: none;
}
#amsearch-result-tabs .data.item.content.amsearch-cms-pages-tab .amsearch-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(172, 172, 172, 0.16);
}
#amsearch-result-tabs .data.item.content.amsearch-cms-pages-tab .amsearch-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#amsearch-result-tabs .data.item.content.amsearch-cms-pages-tab .item-name {
  font-size: 16px;
  font-weight: 700;
}
.amsearch-results {
  background-color: #ffffff;
}
.amsearch-results .amsearch-item {
  text-transform: capitalize;
  cursor: pointer;
  padding-top: 3px;
}
.amsearch-form-container .control {
  min-height: 40px;
}
.amsearch-form-container .search-autocomplete {
  overflow-y: auto;
  max-height: 70vh;
}
.amsearch-form-container .product-item .product-item-details .action.primary span {
  margin: 0;
}
.amsearch-form-container .product-item .product-reviews-summary .reviews-actions {
  margin-top: 2px;
  padding-left: 5px;
}
.amsearch-form-container .actions-secondary {
  display: flex;
  min-width: 50px;
  padding-left: 6px;
  flex-wrap: nowrap;
}
.amsearch-products.-waste {
  background: rgba(189, 189, 189, 0.09);
  padding: 20px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  margin: 30px 30px 30px 0;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-wrapper-input {
  position: relative;
  transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 16px 0;
}
.amsearch-wrapper-content > .amsearch-item:hover {
  box-shadow: none;
}
.amsearch-wrapper-content > .amsearch-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(172, 172, 172, 0.16);
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  max-width: 100%;
  width: 100%;
}
.amsearch-wrapper-content .product-item-link {
  word-break: keep-all;
  padding: 3px 6px 4px 5px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.amsearch-wrapper-content .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-flow: row;
  margin-top: 8px;
  margin-left: 6px;
}
.amsearch-wrapper-content .action.tocompare,
.amsearch-wrapper-content .action.towishlist {
  padding: 0 7px;
  line-height: 0;
  margin: 0;
}
.amsearch-wrapper-content .action.tocompare:before,
.amsearch-wrapper-content .action.towishlist:before {
  content: '\6b';
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.amsearch-wrapper-content .action.tocompare:before {
  content: "\65";
}
.amsearch-wrapper-content .product-item-details {
  min-height: initial;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 9px 0 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
}
.amsearch-close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 18px;
  cursor: pointer;
  background: none;
}
.amsearch-close:before,
.amsearch-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
  background-color: #000000;
  transform-origin: 50% 50%;
  opacity: 1;
  transition: transform ease 0.3s;
}
.amsearch-close:before {
  transform: rotate(45deg);
}
.amsearch-close:after {
  transform: rotate(-45deg);
}
.search .amsearch-loupe {
  display: none !important;
}
.amsearch-products {
  max-width: 100%;
}
.amsearch-products > .amasty-xsearch-block-header {
  padding-top: 27px;
}
.amsearch-products .amsearch-highlight {
  padding: 0 4px;
  background-color: #ffe51e;
  color: #000;
  word-wrap: normal;
}
.amsearch-products .product-item-description {
  margin: 10px 0 10px 6px;
}
.amsearch-products .product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 6px;
  margin-bottom: 10px;
}
.amsearch-products .rating-summary .rating-result {
  float: none;
  vertical-align: baseline;
}
.amsearch-products .reviews-actions .action.view:hover {
  color: #fff;
}
.amsearch-leftside .amsearch-products .amsearch-item {
  padding: 25px 0;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
}
.amsearch-autocomplete-information .action.view {
  font-weight: 300;
  color: #000;
}
.amasty-xsearch-loader {
  position: absolute;
  z-index: 1000;
  top: 40%;
  right: 40px;
  width: 40px;
  height: 15px;
  margin-right: 5px;
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg') left top no-repeat;
}
.amasty-message.message.info {
  margin: 0;
}
.search-autocomplete {
  overflow-y: auto;
  max-height: 90vh;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 30px;
  text-align: center;
}
.amsearch-more-results .amsearch-link {
  text-decoration: none;
  margin-bottom: 30px;
  color: #000;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 0;
  padding-bottom: 4px;
  padding-top: 4px;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 2px solid #ffe51e;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
  display: none;
}
.amasty-xsearch-block-header {
  margin-bottom: 0;
  padding: 15px 20px 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
.amasty-xsearch-block-header {
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-item-container {
  position: relative;
  padding: 20px 30px 20px;
}
.amsearch-item-container:first-child {
  padding-top: 27px;
}
.amsearch-item-container:last-child {
  padding-bottom: 30px;
}
.amsearch-item-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: rgba(172, 172, 172, 0.16);
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container > .amasty-xsearch-block-header {
  position: relative;
  padding: 0 10px 10px 0;
}
.amsearch-item-container > .amasty-xsearch-block-header:before {
  content: none;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .item-name {
  padding: 5px 8px 5px;
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  margin-left: -8px;
}
.amsearch-item-container .item-name:hover {
  background-color: #000;
  color: #fff;
}
.amsearch-item-container.page .amsearch-item {
  margin-bottom: 15px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  margin-right: 5px;
}
.amsearch-item-container.recent_searches .item-name {
  margin-left: 0;
  margin-right: -5px;
  padding: 5px 8px 5px;
  display: inline-block;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.amsearch-item-container.recent_searches .item-name:hover {
  background-color: #ffe51e;
  color: #000;
  text-decoration: none;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  cursor: default;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.form .search-autocomplete {
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    max-height: 70vh;
    margin: -15px 15px 0;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  z-index: 999;
  right: 0;
}
.amsearch-autocomplete-image {
  width: auto;
  margin-bottom: 14px;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden="false"] {
  display: block;
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: bold;
}
.amsearch-related-terms > .amsearch-item {
  margin: 0 5px 5px 0;
  line-height: 16px;
  padding: 6px 9px 5px;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-family: Arial,sans-serif;
}
.amsearch-related-terms > .amsearch-item:hover {
  color: #000;
  background: #ffe51e;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.ox-overlay.am-search-modal,
.ox-slideout.am-search-modal {
  bottom: auto;
}
.ox-overlay.am-search-modal .amasty-xsearch-loader,
.ox-slideout.am-search-modal .amasty-xsearch-loader {
  width: 54px;
  height: 20px;
}
.ox-overlay.am-search-modal .amsearch-products.-waste,
.ox-slideout.am-search-modal .amsearch-products.-waste {
  padding: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 0 0;
}
.ox-overlay.am-search-modal .amsearch-form-container.-opened > .actions,
.ox-slideout.am-search-modal .amsearch-form-container.-opened > .actions {
  display: none;
}
.ox-overlay.am-search-modal .amsearch-close,
.ox-slideout.am-search-modal .amsearch-close {
  padding: 24px;
}
.ox-overlay.am-search-modal > div,
.ox-slideout.am-search-modal > div,
.ox-overlay.am-search-modal .ox-modal-content,
.ox-slideout.am-search-modal .ox-modal-content {
  overflow: hidden;
}
.ox-overlay.am-search-modal .amsearch-form-container .control,
.ox-slideout.am-search-modal .amsearch-form-container .control {
  display: flex;
  flex-direction: column;
}
.ox-overlay.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
.ox-slideout.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input {
  position: static;
}
.ox-overlay.am-search-modal .amsearch-clone-position,
.ox-slideout.am-search-modal .amsearch-clone-position {
  right: auto;
  left: 0;
}
.ox-overlay.am-search-modal .search-autocomplete,
.ox-slideout.am-search-modal .search-autocomplete {
  box-shadow: none;
  position: relative;
  overflow: visible;
  top: 0;
  order: 5;
  max-height: unset;
  max-width: 100%;
  width: 100% !important;
  margin: 30px 0 0 0 ;
  padding-top: 15px;
}
.ox-overlay.am-search-modal .search-autocomplete:before,
.ox-slideout.am-search-modal .search-autocomplete:before {
  content: '';
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(121, 121, 121, 0.16);
  height: 1px;
}
.ox-overlay.am-search-modal .amsearch-results,
.ox-slideout.am-search-modal .amsearch-results {
  background: none;
  padding-left: 5px;
  margin-left: -5px;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container {
  padding-left: 0;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container .amsearch-item,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container .amsearch-item {
  padding-top: 3px;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container.page .amsearch-item,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container.page .amsearch-item {
  padding-top: 10px;
  margin-left: 0;
}
.ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item,
.ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item {
  padding-top: 8px;
}
.ox-search-focused .ox-overlay .header__search-wrapper form {
  display: block;
}
.am-search-fixed.ox-fixed-overlay body {
  overflow: hidden;
}
.ox-overlay.am-search-modal > div,
.ox-overlay.am-search-modal .ox-modal-content {
  overflow-y: auto;
}
.ox-overlay.am-search-modal .header__search-wrapper {
  height: auto;
  min-height: 100%;
  padding-top: 110px;
}
.ox-overlay.am-search-modal .header__search-wrapper form .field.search {
  display: block;
}
.ox-overlay.am-search-modal .header__search-wrapper .amsearch-wrapper-content .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ox-overlay.am-search-modal .amsearch-wrapper-input {
  text-align: center;
}
.ox-overlay.am-search-modal .amsearch-close {
  display: none !important;
}
.am-search-modal .search-autocomplete .amsearch-results {
  width: 100% !important;
}
.ox-slideout.am-search-modal {
  bottom: auto;
}
.ox-slideout.am-search-modal .amsearch-form-container.-opened .input-text {
  padding-left: 0;
  padding-right: 46px;
}
.ox-slideout-top.am-search-modal {
  display: block;
  position: absolute;
  bottom: auto;
  height: auto;
  min-height: 300px;
}
.ox-slideout-top.am-search-modal .header__search-wrapper {
  align-items: unset;
  margin-top: 80px;
  height: auto;
}
.am-porto-cmtb .page-header.type1 {
  z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
  border: 15px solid transparent;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 2px 0;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
  padding: 0;
  margin: 0;
  border: 0;
}
.popup_wrapper {
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 10px 15px;
  border: 1px solid gray;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  position: relative;
  margin: auto;
  max-width: 70%;
}
.popup_content {
  display: grid;
}
.popup_content .products-grid .product-item-actions {
  margin: 0;
}
.popup_content p {
  margin-top: 0;
  margin-bottom: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* 

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

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

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

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

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

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

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

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

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

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

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

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 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: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.products-grid.wishlist {
  /*.product-item-info{
            padding: 0;
        }*/
}
.products-grid.wishlist + .actions-toolbar .action {
  margin-bottom: 5px;
}
.products-grid.wishlist .product-item {
  margin-bottom: 40px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-actions {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-actions > a {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  font-weight: 700;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item-actions > a:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.tocart {
  width: 100%;
}
.products-grid.wishlist .product-item .price-as-configured {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty {
  margin: 0 0 10px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty label {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 46px;
  text-align: center;
  width: 100%;
  min-width: 80px;
  padding: 0 22px;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item {
  display: block;
  padding-bottom: 10px;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-photo {
  margin-bottom: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .price-box {
  margin-top: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-name a {
  font-size: 14px;
}
.header__item-dropdown-content .block-wishlist .product-item .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.header__item-dropdown-content .block-wishlist .product-item .product-item-details {
  margin-left: 15px;
  position: relative;
  width: 100%;
  padding-right: 25px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart {
  padding: 6px 8px 7px 8px;
  margin-left: 4px;
}
.header__item-dropdown-content .block-wishlist .product-item .action.tocart span {
  font-size: 12px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #000000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:active:before {
  color: #ffffff;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:before {
  width: 23px;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:hover {
  background: #000000;
}
.header__item-dropdown-content .block-wishlist .product-item .actions .secondary .delete:after {
  content: none;
}
.header__item-dropdown-content .block-wishlist .product-item-info {
  background: #f5f5f5;
  padding: 15px;
  display: flex;
  width: 100%;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal {
  display: none !important;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-wrapper .subtotal .amount {
  font-size: 15px;
  font-weight: 800;
}
.header__item-dropdown-content .block-wishlist .dropdown-bottom-actions .action {
  width: 100%;
  padding: 15px;
}
.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: 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,
  .account .column.main .toolbar .toolbar-amount,
  .account .column.main .toolbar .limiter,
  .account .column.main .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    position: relative;
    margin: 0;
    width: auto;
    text-align: left;
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .account .column.main .toolbar .toolbar-amount,
  .toolbar-wishlist-results .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: 0;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -20px;
    right: 0;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #202020;
    top: 1px;
  }
  .fancy-text.-overlay {
    margin-bottom: -24px;
  }
  .fancy-text.-overlay-top {
    margin-top: -40px;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .ox-sticky-sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .promo-block-categories-grid .promo-block-categories__text .title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .page-layout-1column-fullwidth .page-main {
    padding: 0;
    max-width: 100%;
  }
  .product-page--fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-layout-1column-fullwidth.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .navigation,
  .ox-megamenu,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .page-main {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .sidebar-main > .filter.block + .sidebar-additional {
    margin-top: 0;
  }
  .page-with-filter .sidebar-additional {
    margin-top: 40px;
  }
  .columns .sidebar-main {
    margin-top: 40px;
  }
  /*.sidebar-main + .sidebar-additional{
        margin-top: 0;
    }*/
  .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;
  }
  .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;
  }
  .mobile-header--layout-6 .header__content .header__additional-content,
  .mobile-header--layout-5 .header__content .header__additional-content,
  .mobile-header--layout-4 .header__content .header__additional-content,
  .mobile-header--layout-3 .header__content .header__additional-content,
  .mobile-header--layout-2 .header__content .header__additional-content,
  .mobile-header--layout-1 .header__content .header__additional-content {
    display: none;
  }
  .mobile-header--layout-2 .page-header .container {
    padding: 0;
  }
  .mobile-header--layout-2 .page-header .logo__container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mobile-header--layout-2 .header--layout-6 .header__content,
  .mobile-header--layout-2 .header--layout-2 .header__content,
  .mobile-header--layout-2 .header--layout-5 .header__content,
  .mobile-header--layout-2 .header--layout-4 .header__content {
    padding: 0;
  }
  .mobile-header--layout-2 .header--layout-2 .header__content .flex-right,
  .mobile-header--layout-2 .header--layout-2 .header__content .flex-left {
    min-height: 60px;
  }
  .mobile-header--layout-2 .header__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;
  }
  .ox-dropdown .block-compare .block-content,
  .ox-dropdown .block-wishlist .block-content,
  .ox-dropdown .block-minicart .block-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ox-dropdown .block-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%;
  }
  .ox-fixed {
    overflow-x: hidden;
  }
  .ox-fixed > body,
  .ox-fixed > body > .page-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .blog-page .sidebar-additional {
    margin-top: 80px;
  }
  .post-list.columns-2.blog-style-classic .post-date,
  .post-list.columns-3.blog-style-classic .post-date {
    display: none;
  }
  .post-list.columns-2.blog-style-classic .post-content,
  .post-list.columns-3.blog-style-classic .post-content {
    margin-left: 10px;
  }
  .post-list.columns-2.blog-style-classic .post-image-wrapper .post-date,
  .post-list.columns-3.blog-style-classic .post-image-wrapper .post-date {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 26px;
    font-weight: 800;
  }
  .ox-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;
  }
  .toolbar-products .flex-left {
    margin-left: auto;
  }
  .toolbar-products .flex-right {
    margin-left: 0;
  }
  /*
    .page-products {
        .toolbar-products{
            position: absolute;
            top: 0;
            width: 100%;
        }
        .products.wrapper ~ .toolbar-products {
             position: static;
        }
    }*/
  .page-layout-1column-fullwidth.catalog-product-view .page-main,
  .catalog-product-view .page-main {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    font-weight: 900;
    padding: 0 40px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-item-inner .overlay-link,
  .product-item-actions .quick-view,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .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;
  }
  .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;
  }
  .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 {
    margin-top: 60px;
  }
  .account .columns .sidebar-additional {
    margin-top: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 0;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .filters-slideout-content {
    display: none;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    /*.lib-icon-font(
                    @icon-remove,
                    @_icon-font-color: @text__color__muted,
                    @_icon-font-size: 16px,
                    @_icon-font-position: after
                    );*/
  }
  .filter.active .filter-subtitle {
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter-actions {
    margin-bottom: 0;
  }
  .filter-options:last-child {
    margin-bottom: 0;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter .filter-current {
    padding: 20px 10px;
    min-height: 52px;
    background: #f8f8f8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .filter .filter-current .items {
    /*display: none;*/
    margin: 5px 0 0 10px;
    padding: 10px 0 0 0;
    width: 100%;
    border-top: none;
  }
  .filter .filter-current-subtitle {
    min-height: 24px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    word-break: initial;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    margin-left: 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;
  }
  .cart-container {
    display: flex;
    flex-flow: column;
  }
  .cart-container .cart-summary {
    order: 2;
  }
  .cart-container .form-cart {
    order: 1;
  }
  .header__item,
  .header__item-search,
  .minicart-wrapper {
    margin: 3px;
  }
  .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    padding: 50px;
  }
  .opc-summary-wrapper.custom-slide .action-close {
    margin: 0;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary > .title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
  .opc-summary-wrapper.custom-slide .opc-block-summary .product-item .product-item-name-block {
    display: block;
  }
  .checkout-payment-method {
    /*
        .step-title {
            .lib-css(padding-left, @checkout-payment-method-title-mobile__padding);
            .lib-css(padding-right, @checkout-payment-method-title-mobile__padding)
        }

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

        .payment-method-content {
            .lib-css(padding, 0 @checkout-payment-method-title-mobile__padding @indent__base);
        }*/
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 0;
  }
  .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;
  }
  .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;
  }
  .filter-content .active .am-show-more.-active {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .ox-fixed-slideout.am-search-fixed > body,
  .ox-fixed-slideout.am-search-fixed > body > .page-wrapper {
    height: auto;
  }
  .am-search-modal .amasty-xsearch-block-header {
    padding-left: 0;
  }
  .amsearch-results .amsearch-products .amsearch-item {
    padding: 25px 0;
  }
  #amsearch-result-tabs.product.data.items .item.title.active {
    margin-bottom: 15px;
  }
  .popup_wrapper {
    max-width: 100% !important;
  }
  /**
   * 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: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown {
    padding: 15px;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown > .ox-megamenu-list {
    margin: 0 -12px;
  }
  .ox-megamenu-navigation .ox-megamenu-block {
    margin: 0 -6px 30px;
  }
  .ox-megamenu-navigation .ox-megamenu-block.ox-megamenu__categories {
    margin: 0 -12px 30px;
  }
  .ox-megamenu-navigation > .level0 > .level-top,
  .ox-megamenu-navigation li.parent > .level-top,
  .ox-megamenu-navigation .category-item > .level-top,
  .ox-megamenu-navigation > .level0 > a,
  .ox-megamenu-navigation li.parent > a,
  .ox-megamenu-navigation .category-item > a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    position: static;
  }
  /* Mobile menu toggle cross */
  .ox-megamenu-navigation li > a .ox-menu-arrow,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    top: 5px;
  }
  .ox-megamenu-navigation li > a .ox-menu-arrow,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .centered-iblocks {
    flex-flow: column;
    text-align: center;
  }
  .centered-iblocks .iblock,
  .centered-iblocks > div {
    display: block;
  }
  .centered-iblocks .iblock:after,
  .centered-iblocks > div:after {
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
  }
  .centered-iblocks .iblock .icon-wrapper,
  .centered-iblocks > div .icon-wrapper {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .centered-iblocks .iblock .content-wrapper,
  .centered-iblocks > div .content-wrapper {
    display: block;
  }
  .centered-iblocks.-stretch .iblock,
  .centered-iblocks.-stretch > div {
    display: flex;
  }
  .centered-iblocks.-stretch .iblock .icon-wrapper,
  .centered-iblocks.-stretch > div .icon-wrapper {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .centered-iblocks.-stretch .iblock:after,
  .centered-iblocks.-stretch > div:after {
    width: 100%;
    left: 0;
    height: 1px;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .info-block [class^="col"] {
    padding: 0;
    margin-bottom: 15px;
  }
  .info-block [class^="col"]:last-child {
    margin-bottom: 0;
  }
  .ox-links-block [class*="col-sm-"] {
    margin-bottom: 30px;
  }
  .ox-categories-grid-with-banner .ox-banner.bg-image {
    position: relative;
    background-position: center;
    min-height: 450px;
  }
  .ox-categories-grid-with-banner .ox-banner.ox-banner-content-overlay .ox-banner-container {
    padding: 60px;
  }
  .ox-banner.sm-content-normal.ox-banner-content-overlay .ox-banner-container {
    transform: none;
    position: relative;
    top: 0;
  }
  .ox-banner.sm-h-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ox-instagram-feed .ox-instagram-items .other-images,
  .ox-instagram-feed .ox-instagram-items .first-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
  }
  .product.data.items > .item.content {
    padding: 30px;
  }
  .contact-index-index .contacts-layout-default .form.contact,
  .contacts-layout-default .form.contact {
    padding: 30px;
    max-width: 100%;
  }
  .contact-index-index .contacts-layout-default .contacts-second-block,
  .contacts-layout-default .contacts-second-block {
    margin-top: 50px;
  }
  .footer--layout-4 .footer.content .block.newsletter .content,
  .footer--layout-2 .footer.content .block.newsletter .content,
  .footer--layout-4 .footer.content .block.newsletter .block_newsletter_info,
  .footer--layout-2 .footer.content .block.newsletter .block_newsletter_info {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 14px;
  }
  .column.main .block .title strong,
  .block .title strong,
  .block-title strong {
    font-size: 30px;
  }
  .column.main .crosssell .block .title strong,
  .column.main .related .block .title strong,
  .column.main .upsell .block .title strong,
  .column.main .crosssell .block-title strong,
  .column.main .related .block-title strong,
  .column.main .upsell .block-title strong {
    font-size: 30px;
  }
  .fancy-text.-overlay {
    margin-bottom: 0;
  }
  .fancy-text.-overlay-top {
    margin-top: 0;
  }
  .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%;
  }
  .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;
  }
  .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-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;
  }
  .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-search {
        margin-top: @indent__s;
    }*/
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    margin: 0 auto;
    padding: 45px;
  }
  .form.password.reset .actions-toolbar > .secondary,
  .form.send.confirmation .actions-toolbar > .secondary,
  .form.password.forget .actions-toolbar > .secondary,
  .form.create.account .actions-toolbar > .secondary {
    padding: 15px;
    margin: 45px -45px -45px;
  }
  .login-container {
    margin: 0 auto;
  }
  .login-container .block {
    padding: 45px;
  }
  .login-container .block .action.primary {
    width: 100%;
  }
  .block-customer-login .actions-toolbar {
    text-align: center;
    display: block;
  }
  .block-customer-login.block .action.primary {
    width: 100%;
  }
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].qty:before,
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].actions:before,
  .multicheckout.address.form .table-wrapper .data.table tbody > tr td[data-th].product:before {
    content: none;
  }
  .multicheckout.address.form .table-wrapper .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout.address.form .table-wrapper .data.table .col {
    padding: 10px 0;
  }
  .multicheckout.address.form .table-wrapper .data.table .col,
  .multicheckout.address.form .table-wrapper .data.table .col.address,
  .multicheckout.address.form .table-wrapper .data.table .col.qty {
    text-align: center;
  }
  .multicheckout.address.form .table-wrapper .data.table .col.actions {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout > .actions-toolbar {
    display: block;
  }
  .multicheckout > .actions-toolbar .action {
    width: 100%;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .footer.content .block.newsletter.newsletter-style--big .title {
    font-size: 30px;
  }
  .footer.content .block.newsletter .form.subscribe {
    flex-direction: column;
  }
  .footer.content .block.newsletter .form.subscribe .field-recaptcha {
    justify-content: center;
  }
  .footer.content .block.newsletter .action.primary {
    width: 100%;
    margin-top: 10px;
  }
  .fieldset .review-legend.legend {
    font-size: 30px;
  }
  .review-list .block-title strong {
    font-size: 30px;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .account .data.table .col:first-child {
    border-top: 1px solid rgba(107, 107, 107, 0.18);
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: block;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .account .table-wrapper.order-items .col.subtotal,
  .account .table-wrapper.order-items .col.qty,
  .account .table-wrapper.order-items .col.price {
    text-align: left;
  }
  .order-details-items .table-wrapper {
    overflow-y: auto;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 0;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: baseline;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .cart.page-title-wrapper {
    padding-bottom: 30px;
  }
  .cart-container .form-cart .actions .action {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col {
    display: none !important;
    /*&:not(.item) {
                        display: none;
                    }*/
  }
  .cart.table-wrapper .col {
    padding: 16px 10px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    /*box-sizing: border-box;
                    display: block;
                    float: left;
                    text-align: center;
                    white-space: nowrap;
                    width: 33%;*/
  }
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0;
  }
  .cart.table-wrapper .col.price {
    text-align: left;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
    text-align: center;
  }
  .cart.table-wrapper .col.actions {
    position: absolute;
    top: 30px;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    margin-right: 30px;
    max-width: initial;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
    padding: 26px 40px 0 0;
  }
  .cart.table-wrapper .item .item-info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
  }
  .ox-slideout .block-compare,
  .ox-slideout .block-wishlist,
  .ox-slideout .block-minicart {
    padding: 0;
    margin: 0;
    top: auto;
    left: auto;
    box-shadow: none;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  .ox-slideout .block-minicart:before,
  .ox-slideout .block-minicart:after {
    content: none;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items,
  .minicart--style-modern .ox-dropdown .block-compare .product-items,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items,
  .minicart--style-modern .ox-slideout .minicart-items-wrapper,
  .minicart--style-modern .ox-dropdown .minicart-items-wrapper {
    padding: 0 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .block-content,
  .minicart--style-modern .ox-dropdown .block-compare .block-content,
  .minicart--style-modern .ox-slideout .block-wishlist .block-content,
  .minicart--style-modern .ox-dropdown .block-wishlist .block-content,
  .minicart--style-modern .ox-slideout .block-minicart .block-content,
  .minicart--style-modern .ox-dropdown .block-minicart .block-content {
    padding-top: 25px;
  }
  .minicart--style-modern .ox-slideout .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-compare .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-wishlist .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-slideout .block-minicart .dropdown-bottom-wrapper,
  .minicart--style-modern .ox-dropdown .block-minicart .dropdown-bottom-wrapper {
    padding: 35px 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .items-total,
  .minicart--style-modern .ox-dropdown .block-compare .items-total,
  .minicart--style-modern .ox-slideout .block-wishlist .items-total,
  .minicart--style-modern .ox-dropdown .block-wishlist .items-total,
  .minicart--style-modern .ox-slideout .block-minicart .items-total,
  .minicart--style-modern .ox-dropdown .block-minicart .items-total {
    padding: 14px 40px 34px 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-compare .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-wishlist .ox-overlay-close-btn,
  .minicart--style-modern .ox-slideout .block-minicart .ox-overlay-close-btn,
  .minicart--style-modern .ox-dropdown .block-minicart .ox-overlay-close-btn {
    right: 40px;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-compare .product-items .product-item-details,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items .product-item-details {
    margin-left: 14px;
  }
  .minicart--style-modern .ox-slideout .block-compare .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-compare .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-slideout .block-wishlist .product-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-wishlist .product-items .product-item .product-item-name {
    max-width: 100%;
    max-width: calc(100% - 25px);
  }
  .minicart--style-modern .ox-slideout .block-minicart .amount .price-wrapper:first-child .price,
  .minicart--style-modern .ox-dropdown .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .minicart--style-modern .ox-slideout .block-minicart .minicart-items .product-item-details,
  .minicart--style-modern .ox-dropdown .block-minicart .minicart-items .product-item-details {
    margin-left: 14px;
  }
  .minicart--style-modern .ox-slideout .block-minicart .minicart-items .product-item .product-item-name,
  .minicart--style-modern .ox-dropdown .block-minicart .minicart-items .product-item .product-item-name {
    max-width: 100%;
    max-width: calc(100% - 25px);
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart {
    padding: 0;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart svg {
    margin: 0;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart span {
    min-width: 7px;
    display: inline;
  }
  .minicart--show-counter-mobile .minicart-wrapper .action.showcart span.qty {
    display: inline-block;
    border: none;
    padding: 0 3px;
    margin: 0;
    position: absolute;
    top: 0;
    height: 12px;
    min-width: 12px;
    text-align: center;
    vertical-align: middle;
    right: 0;
    background: #202020;
    color: #eaeaea;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .opc-wrapper .step-title {
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .opc-wrapper-boxed {
    padding: 30px;
    padding-top: 20px;
  }
  .checkout-index-index .page-main {
    padding: 30px 30px 0 30px;
  }
  .multishipping-checkout-success .page-title-wrapper,
  .checkout-onepage-success .page-title-wrapper {
    padding: 0;
  }
  .opc-estimated-wrapper {
    margin: 0 0 30px 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 0 15px;
    height: 40px;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 30px;
  }
  .opc-progress-bar-item {
    width: 100%;
    font-size: 1.4rem;
  }
  ._active > span:before,
  ._complete > span:before {
    left: 20px;
  }
  ._active > span:after,
  ._complete > span:after {
    left: 25px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    /*.lib-css(border-bottom, 1px solid @checkout-shipping-item-before__border-color);*/
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 29px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    width: 30px;
    padding: 0;
    background: none;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: 26px;
    color: #303030;
    content: '\3a';
    font-family: 'Athlete2';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .block-title strong {
    font-size: 2.4rem;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .amsearch-wrapper-content > .amsearch-item {
    display: block;
  }
  .amsearch-autocomplete-information {
    padding-left: 0;
  }
  .am-search-modal .amsearch-products,
  .am-search-modal .amsearch-products {
    max-width: 100%;
  }
  .wishlist-index-index .product-item {
    width: 50%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .products-grid.wishlist + .actions-toolbar {
    display: block;
  }
  .wishlist-index-index .products-grid.wishlist + .actions-toolbar .action {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .message.warning,
  .message.info,
  .message.notice,
  .message.error,
  .message.success {
    padding-left: 70px;
  }
  .message.warning:before,
  .message.info:before,
  .message.notice:before,
  .message.error:before,
  .message.success:before {
    width: 50px;
  }
  .message.error > *:first-child:before {
    left: 19px;
  }
  .message.error > *:first-child:after {
    left: 14px;
  }
  .message.success > *:first-child:before {
    left: 17px;
  }
  .message.success > *:first-child:after {
    left: 22px;
  }
  .message.notice > *:first-child:before,
  .message.info > *:first-child:before,
  .message.notice > *:first-child:after,
  .message.info > *:first-child:after {
    left: 23px;
  }
  .message.warning > *:first-child:before {
    left: 16px;
  }
  .ox-nav-sections-item-title {
    height: 50px;
  }
  .ox-nav-sections-item-content {
    margin-top: 50px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .ox-slideout .header__search-wrapper .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,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    padding: 30px 30px 0;
  }
  .crosssell.additional-products .block-title strong,
  .related.additional-products .block-title strong,
  .upsell.additional-products .block-title strong {
    max-width: calc(100% - 60px);
  }
  .crosssell.additional-products .block-title .owl-nav,
  .related.additional-products .block-title .owl-nav,
  .upsell.additional-products .block-title .owl-nav {
    margin-left: 10px;
  }
  .ox-banner-animated-text .ox-banner-animated-container {
    padding: 20px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container {
    padding: 27px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    font-size: 32px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container .text {
    font-size: 14px;
    margin-top: 20px;
    padding: 5px;
  }
  .ox-banner.ox-banner-stores .ox-banner-container.bottom {
    padding: 20px;
  }
  .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 strong,
  .widget.block-products-list.owl-nav--position-title .block-title h1,
  .widget.block-products-list.owl-nav--position-title .block-title h2,
  .widget.block-products-list.owl-nav--position-title .block-title h3,
  .widget.block-products-list.owl-nav--position-title .block-title h4,
  .widget.block-products-list.owl-nav--position-title .block-title h5,
  .widget.block-products-list.owl-nav--position-title .block-title h6 {
    max-width: calc(100% - 60px);
  }
  .widget.block-products-list.owl-nav--position-title .block-title .owl-nav {
    margin-left: 10px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .actions,
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    padding-right: 0;
    max-width: 100%;
  }
  .product.data.items > .item.content {
    padding: 20px;
  }
  .page-product-downloadable .product-add-form {
    margin-bottom: 45px;
    padding: 15px;
  }
  .product-info-main,
  .product-options-bottom {
    /*
        .product-add-form{
            position:relative;
            .product-addto-links{
                position: absolute;
                bottom: 0;
                right: 0;
                background: #000;
                .action.towishlist:before{
                    color: #fff;
                }
            }
        }*/
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
    /*
            &.actions--right-to-cart{
                .actions{
                    .action.tocart{
                        width: calc(~"100%" - @add-to-cart-button__height);
                    }
                }
            }*/
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    width: 100%;
  }
  .product-info-main .box-tocart .actions .action.tocart,
  .product-options-bottom .box-tocart .actions .action.tocart {
    width: 100%;
    padding: 0 15px;
    min-width: 1px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: block;
    max-width: 100%;
    padding-right: 0;
  }
  .product-info-main .product__social-share .social-share__action,
  .product-options-bottom .product__social-share .social-share__action {
    width: auto;
    height: auto;
    padding: 0 10px;
  }
  .product-info-main .product__social-share .social-share__action .label,
  .product-options-bottom .product__social-share .social-share__action .label {
    display: inline-block;
  }
  .product-info-main .product__social-share .social-share__action .icon:before,
  .product-options-bottom .product__social-share .social-share__action .icon:before {
    margin-right: 10px;
  }
  .product-info-main .product-social-links .product__social-share .social-share__action .icon:before,
  .product-options-bottom .product-social-links .product__social-share .social-share__action .icon:before {
    margin-right: 0;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 10px;
    align-items: center;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist span,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist span {
    display: inline-block;
  }
  .product-info-main .product-add-form .product-addto-links .action.towishlist:before,
  .product-options-bottom .product-add-form .product-addto-links .action.towishlist:before {
    top: 0;
    margin-right: 10px;
  }
  .product-info-main .product-add-form .box-tocart.actions--right-to-cart,
  .product-options-bottom .product-add-form .box-tocart.actions--right-to-cart {
    margin-bottom: 25px;
  }
  .product-info-main .product-social-links,
  .product-options-bottom .product-social-links {
    text-align: center;
  }
  .product-add-form {
    margin-bottom: 28px;
  }
  .product-add-form form {
    text-align: center;
  }
  .product-add-form .product-options-bottom {
    text-align: center;
  }
  .page-product-configurable .product-add-form form,
  .page-product-downloadable .product-add-form form {
    text-align: left;
  }
  /*
    .product-options-bottom {
        .actions--right-to-cart {
            .product-addto-links{
                .action{
                    background: #000;
                    &.tocompare,
                    &.towishlist:before{
                        color: #fff;
                    }
                }
            }
        }            
    }*/
  .product-options-bottom {
    position: relative;
  }
  .product-options-bottom .price-box {
    margin-right: 0;
    flex-flow: column;
  }
  .product-options-bottom .box-tocart,
  .product-options-bottom .actions--right-to-cart {
    margin-bottom: 28px;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart {
    margin-right: 0;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .product-addto-links span,
  .product-options-bottom .box-tocart.actions--right-to-cart .action.towishlist span {
    display: inline-block;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions {
    display: block;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action {
    /*&.tocompare,*/
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.towishlist {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 10px;
    align-items: center;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.towishlist:before {
    top: 0;
    margin-right: 10px;
  }
  .product-options-bottom .box-tocart.actions--right-to-cart .actions .action.tocart {
    margin-bottom: 25px;
  }
  .products-grid__layout-2.grid.product-columns-s-2 .product-item .product-item-details,
  .products-grid__layout-2.products-grid.product-columns-s-2 .product-item .product-item-details {
    position: static;
    padding-right: 0;
  }
  .products-grid__layout-2.grid.product-columns-s-2 .product-item .product-item-details .actions-secondary,
  .products-grid__layout-2.products-grid.product-columns-s-2 .product-item .product-item-details .actions-secondary {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 2;
    padding: 9px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .login-container .block {
    padding: 35px 25px;
  }
  .form.password.reset .actions-toolbar > .secondary,
  .form.send.confirmation .actions-toolbar > .secondary,
  .form.password.forget .actions-toolbar > .secondary,
  .form.create.account .actions-toolbar > .secondary {
    margin: 35px -25px -35px -25px;
  }
  .ox-slideout .filters-slideout-content {
    padding: 25px;
  }
  .review-fields-wrapper,
  .fieldset > .review-field-ratings.field:not(.choice),
  .review-field-ratings {
    padding: 25px;
  }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: block;
    float: none;
  }
  .review-field-ratings .review-field-rating .control:not(:last-child) {
    margin-bottom: 10px;
  }
  .review-field-ratings .review-field-rating .label {
    padding-bottom: 5px;
  }
  .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;
  }
  .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;
  }
  .post-list.columns-4 article.post-style--image-top,
  .post-list.columns-3 article.post-style--image-top,
  .post-list.columns-2 article.post-style--image-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list.blog-list--image-top.columns-4 article,
  .post-list.blog-list--image-top.columns-3 article,
  .post-list.blog-list--image-top.columns-2 article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list.blog-style-modern article.post-style--image-left,
  .post-list.blog-style-modern.blog-list--image-left article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper,
  .post-list.blog-style-modern article.post-style--image-left .post-content,
  .post-list.blog-style-modern.blog-list--image-left article .post-content {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -ms-flex-direction: column;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-content,
  .post-list.blog-style-modern.blog-list--image-left article .post-content {
    padding-left: 60px;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper {
    margin-bottom: 0;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper .post-posed-date,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper .post-posed-date {
    right: 0;
    left: auto;
  }
  .post-list.blog-style-modern article.post-style--image-left .post-image-wrapper img,
  .post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper img {
    display: block;
    margin-left: auto;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top {
    display: block;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 34px;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper img {
    margin-left: 0;
  }
  .post-list.blog-style-modern.blog-list--image-left article.post-style--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;
  }
  .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;
  }
  .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%;
  }
  .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%;
  }
  .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;
  }
  .multicheckout.address.form .col.address select {
    width: auto;
    max-width: 300px;
  }
  .cart-empty-big-text {
    color: #333333;
    font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.1;
    font-size: 4.8rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    margin-bottom: 40px;
  }
  .cart-empty .empty-cart-icon {
    margin-bottom: 40px;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 30px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart.main.actions .action {
    margin-bottom: 10px;
  }
  .minicart-wrapper .action.showcart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart.active {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart svg {
    margin-right: 10px;
  }
  .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;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .amasty_rma-account-view .amrma-select-container .admin__control-select {
    height: 100%;
  }
  .amrma-return-number {
    flex-direction: row;
  }
  .amrma-return-number .amrma-header {
    margin: 0;
  }
  .amrma-return-number .amrma-status {
    align-self: auto;
    margin: 0 10px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
    width: 50px;
    height: 50px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image:after {
    left: 0;
  }
  .amrma-product-item {
    flex-direction: row;
  }
  .amrma-product-message {
    width: 360px;
    margin-left: 15px;
  }
  .amrma-message-container.-options,
  .amrma-message-container.-gray {
    margin: 0;
  }
  .amreturns-orders-container {
    flex-direction: row;
  }
  .amreturns-orders-container .amreturn-btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .amreturns-orders-container .amreturn-select {
    margin-bottom: 0;
    width: 85%;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child):not(:last-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
    padding-top: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 10px 10px 25px;
  }
  .amrma-chat-send {
    margin: 0 20px 20px;
  }
  .amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .account .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
    padding: 10px;
  }
  .amrma-tracking-add {
    display: flex;
    flex-direction: row;
    margin: 0 25px;
  }
  .amrma-tracking-add .amrma-input {
    flex-basis: 50%;
    margin: 0 20px;
  }
  .amrma-tracking-add .amreturn-btn {
    padding: 7px 36px;
    height: auto;
    border: none;
    line-height: 14px;
    background: #1979c3;
    color: #fff;
  }
  .amrma-tracking-add .amreturn-btn:hover {
    background: #2196f3;
  }
  .amrma-tracking-add .amrma-label {
    display: none;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .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;
*/
.am-checkout-success .checkout-success,
.am-checkout-success .checkout-success-wrapper {
  max-width: 960px;
}
.checkout-index-index .am-checkout {
  margin: 0;
  padding: 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: inherit;
}
.checkout-index-index .am-checkout .additional-options {
  margin: 24px 0 35px;
}
.checkout-index-index .am-checkout .fieldset > .legend + br {
  display: none;
}
.checkout-index-index .am-checkout .checkout-header {
  margin: 0 0 35px;
  padding: 0 14px;
  width: 100%;
  text-align: center;
}
.checkout-index-index .am-checkout .checkout-header .title {
  margin: 0 auto 20px;
}
.checkout-index-index .am-checkout .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .am-checkout .checkout-block {
  margin: 14px 0 28px;
  padding: 30px;
  background: white;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .am-checkout .checkout-block:hover {
  box-shadow: 0px 15px 70px -8px rgba(0, 0, 0, 0.11);
}
.checkout-index-index .am-checkout .opc-block-summary {
  margin: 0;
  padding: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .items-in-cart {
  border-bottom: 1px solid #d1d1d1;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .product-item .product-item-name {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items input.qty {
  text-align: center;
  padding-bottom: 1px;
  background: #f4f4f4;
  border: none;
  font-size: 18px;
  font-weight: 700;
  width: 80px;
  padding-left: 10px;
  margin-left: 10px;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete {
  float: left;
  -webkit-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -moz-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  -o-transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  transition: all 0.512s cubic-bezier(0.33, 0.975, 0.245, 0.91);
  position: relative;
  outline: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: 23px;
  height: 23px;
  background: none;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 23px;
  color: #000;
  content: "\40";
  font-family: "athlete2";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: normal;
  width: 23px;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:hover {
  background: #000;
}
.checkout-index-index .am-checkout .opc-block-summary .minicart-items .delete:hover:before {
  color: white;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100%;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 6px 20px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: none;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .shipping-address-details {
  margin-bottom: 35px;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border-top: 1px solid #d1d1d1;
}
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index .am-checkout #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
}
.am-checkout .opc-estimated-wrapper {
  display: none;
}
.am-checkout .checkout-payment-method .step-title,
.am-checkout .am-opc-wrapper .step-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.am-checkout .checkout-payment-method .checkout-billing-address {
  margin: 0;
}
.am-checkout .checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 0;
}
.am-checkout .checkout-payment-method .payment-methods .actions-toolbar .primary.action {
  padding: 18px 27px;
  margin: 25px 0 0;
  width: 100%;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 37px;
  line-height: 36px;
}
.am-checkout .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: white;
}
@media (min-width: 1025px) {
  .checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1300px) {
  .checkout-index-index .am-checkout .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.catalog-topnav {
  display: block;
}
.amshopby-slider-container {
  margin: 0;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: 0;
}
.filter-options-content .swatch-option {
  max-width: 100%;
}
.filter-options-content .am-labels-folding .items-children.-folding {
  padding-left: 12px;
}
.filter-options-content .am-labels-folding .items-children.-folding .item {
  margin: 0;
}
.filter-options-content .am-labels-folding .item {
  display: block;
}
.filter-options-content .item input {
  margin-left: 7px;
}
.filter-options-content .item input:checked + a {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content .swatch-option-link-layered input:checked + a .am-shopby-swatch-label .label {
  background-color: #000000;
  color: #ffffff;
}
.filter-options-content a.am-swatch-link {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  background: 0 0;
}
.filter-options-content a .count {
  padding: 0;
  float: none;
}
.filter-options-content .am-swatch-wrapper {
  display: block;
}
.filter-options-content .am-shopby-form {
  padding: 0;
}
.filter-options .am-ranges {
  margin-left: -5px;
}
.am-swatch-options .am-shopby-swatch-label {
  word-wrap: normal;
  display: block;
}
.am-filter-current .am-filter-value .am-swatch-options .swatch-option-link-layered {
  display: flex;
}
.filter-options-content .am-swatch-options .swatch-option-link-layered .am-swatch-link {
  display: flex;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label {
  padding: 5px 8px;
  line-height: 16px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .label:hover + .count {
  background-color: #e8e8e8;
  color: #333333;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.filter-options-content .am-swatch-options .am-shopby-swatch-label .count {
  padding: 5px 8px 4px;
  line-height: 16px;
  margin-left: auto;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.am-filter-current .am-show-more,
.filter-options-content .am-show-more {
  padding: 5px 8px;
  line-height: 16px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  /*
            &:after,
            &:before{
                right: 5px;
                width: 6px;
                background-color: #000000;
            }
            &:before{
                right: 9px;
            }*/
}
.am-filter-current .am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
  /*&:after,
                &:before{
                    background:#ffffff;
                }*/
}
.am-filter-current .am-show-more:hover:before,
.filter-options-content .am-show-more:hover:before {
  background: none;
}
.am-filter-current .am-show-more:before,
.filter-options-content .am-show-more:before {
  content: none;
}
.am-filter-current .am-show-more:after,
.filter-options-content .am-show-more:after {
  content: '';
  display: block;
  background: black;
  width: calc(100% - 16px);
  height: 1px;
  position: absolute;
  bottom: 3px;
  transform: none;
  left: 8px;
  right: auto;
  top: auto;
}
.am-filter-current .am-show-more[data-is-hide="false"]:before,
.filter-options-content .am-show-more[data-is-hide="false"]:before {
  right: auto;
  transform: none;
}
.am-filter-current .am-show-more[data-is-hide="false"]:after,
.filter-options-content .am-show-more[data-is-hide="false"]:after {
  transform: none;
}
.inputs-style--underlined .am-dropdown .am-select,
.inputs-style--underlined .am-dropdown .chosen-container .chosen-choices {
  background-color: transparent;
}
.toolbar-products + .amasty-catalog-topnav {
  margin-top: -20px;
}
.amasty-catalog-topnav .filter-options-title {
  font-size: 15px;
  letter-spacing: 0;
  padding: 7px 12px;
}
.amasty-catalog-topnav .filter-options-title .toggle-minus {
  margin-left: 5px;
}
.amasty-catalog-topnav .filter-options {
  border: none;
  margin: 0 0 5px 0;
  padding: 0;
  min-height: 34px;
  display: block;
}
.amasty-catalog-topnav .filter-options .filter-options-content {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border: none;
  width: 100%;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  background: url('../../frontend/Olegnax/athlete2/en_US/images/preloader.svg');
  background-size: 56px 21px;
  width: 56px;
  height: 21px;
  transform: translate3d(-28px, -10px, 0);
}
.ox-product-scroll.ox-product-scroll__loader--theme .ox-product-scroll__loader {
  background: url('../../frontend/Olegnax/athlete2/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-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;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:640px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:769px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:1025px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1160px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:640px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:769px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1160px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:640px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:769px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1025px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1160px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:640px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:769px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1025px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1160px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

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

.pswp--open {
  display: block; }
@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}
.pswp__img{
    animation: fadeIn linear .2s;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


/* -------------------------------------------------

Skin

-------------------------------------------------*/

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__caption--empty {
  display: none; }

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

.pswp__ui--idle .pswp__caption,
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button{
      opacity: 0;
    /*-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);*/

}
.pswp.pswp__caption,
.pswp.pswp__top-bar,
.pswp.pswp--has_mouse .pswp__button--arrow--left,
.pswp.pswp--has_mouse .pswp__button--arrow--right{
    -webkit-backface-visibility: hidden;
    will-change: opacity;

}
.pswp.pswp--has_mouse .pswp__button--arrow--left,
.pswp.pswp--has_mouse .pswp__button--arrow--right{
    visibility: visible;
}

.pswp.pswp__ui--hidden .pswp__top-bar,
.pswp.pswp__ui--hidden .pswp__caption,
.pswp.pswp__ui--hidden .pswp__button--arrow--left,
.pswp.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

.pswp.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp.pswp__ui--one-slide .pswp__counter {
  display: none; 
}

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

/*
    Buttons
*/
.pswp .pswp__button{
-webkit-appearance: none;
  background: #000000;
  cursor: pointer;
  display: block;
}
.pswp .pswp__button:active {
    outline: none;
}
.pswp .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; 
}
.pswp.pswp--touch .pswp__button--arrow--left,
.pswp.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; 
}
.pswp .pswp__button:hover{
   background: #ffe51e;
}
.pswp .pswp__button:hover:after,
.pswp .pswp__button:hover:before{
    background:#000000; /* @fotorama-icons--hover-color */
}
.pswp .pswp__button:before,
.pswp .pswp__button:after,
.pswp .pswp__button{
transition-duration: .4s;
transition-property: transform,opacity,background-color;
transition-timing-function: ease;
}
.pswp .pswp__button:before,
.pswp .pswp__button:after{
    background: #ffffff;
    transform-origin: center;
}
.pswp .pswp__button:hover:before,
.pswp .pswp__button:hover:after,
.pswp .pswp__button:hover{
   transition-duration: 10ms;
}

.pswp .pswp__button--zoom,
.pswp .pswp__button--fs,
.pswp .pswp__button--close{
    height: 50px;
    overflow: hidden;
    position: absolute;
    width: 50px;
}
.pswp .pswp__button--close:after,
.pswp .pswp__button--close:before,
.pswp .pswp__button--zoom:before,
.pswp .pswp__button--zoom:after{
    content: ' ';
    width: 2px;
    height: 20px;
    display: block;
    position: absolute;
    left: 24px;
    top: 15px;
    opacity:1;
}
.pswp .pswp__button--close{
    right: 0;
}
.pswp .pswp__button--close:after{
    transform: rotate(-45deg);
}
.pswp .pswp__button--close:before{
    transform: rotate(45deg);
}
.pswp .pswp__button--share{
    display: none;
}
/*
    Zoom
*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; 
}
.pswp .pswp__button--zoom:after{
    transform: rotate(90deg);
}
.pswp.pswp--zoomed-in .pswp__button--zoom:before{
    content:none;    
}
/*
    Arrows
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  margin-top: -35px;
  width: 50px; /* @size-fotorama--arrow-width*/
  height: 70px; /* @size-fotorama--arrow-height*/
  position: absolute; 

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

.pswp .pswp__button--arrow--left:after,
.pswp .pswp__button--arrow--right:after, 
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
        content:' ';
        width: 2px;
        height: 20px;
        display: block;
        position: absolute;
        left: 24px;
        top: 18px;
        opacity:1;
}
.pswp .pswp__button--arrow--left:after,
.pswp .pswp__button--arrow--right:after{
        top: 31px;
        transform-origin: center;
}
.pswp .pswp__button--arrow--left:before{
    transform: rotate(45deg);
}
.pswp .pswp__button--arrow--left:after{
    transform: rotate(-45deg);
}
.pswp .pswp__button--arrow--right:before{
    transform: rotate(-45deg);
}
.pswp .pswp__button--arrow--right:after{
    transform: rotate(45deg);
}
/*
    Counter
*/
.pswp__counter {
    font-weight: 800;
    color: #000;
    position: fixed;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}


@media only screen and (min-width: 641px){
    .pswp__counter {
        font-size: 48px;
        line-height: 72px;
        letter-spacing: -2px;
        bottom:auto;
        right: 5%;
        top: calc(50% - 35px);
        height: 72px;
        padding: 0 10px;
        padding-right: 70px;
        width: auto;
        text-align: left;
    }
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@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}}
.df html,
.df body,
.df div,
.df span,
.df applet,
.df object,
.df iframe,
.df h1,
.df h2,
.df h3,
.df h4,
.df h5,
.df h6,
.df p,
.df blockquote,
.df pre,
.df a,
.df abbr,
.df acronym,
.df address,
.df big,
.df cite,
.df code,
.df del,
.df dfn,
.df em,
.df font,
.df img,
.df ins,
.df kbd,
.df q,
.df s,
.df samp,
.df small,
.df strike,
.df strong,
.df sub,
.df sup,
.df tt,
.df var,
.df b,
.df u,
.df i,
.df center,
.df dl,
.df dt,
.df dd,
.df ol,
.df ul,
.df li,
.df fieldset,
.df form,
.df label,
.df legend,
.df table,
.df caption,
.df tbody,
.df tfoot,
.df thead,
.df tr,
.df th,
.df td,
.df menu,
.df header,
.df article,
.df footer,
.df nav,
.df section,
.df aside,
.df figure,
.df dialog,
.df mark,
.df time,
.df meter,
.df video,
.df audio,
.df details,
.df datagrid,
.df command {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*line-height: normal;*/
  font-style: normal;
  font-weight: normal;
}
.df body {
  line-height: 1;
}
.df ol,
.df ul,
.df menu,
.df li {
  list-style: none;
}
.df blockquote,
.df q {
  quotes: none;
}
.df blockquote:before,
.df blockquote:after,
.df q:before,
.df q:after {
  content: '';
  content: none;
}
.df :focus {
  outline: 0;
}
.df ins {
  text-decoration: none;
}
.df del {
  text-decoration: line-through;
}
.df table {
  border-collapse: collapse;
  border-spacing: 0;
}
.df hr#system-readmore {
  display: none;
}
.df input.input-text,
.df select,
.df textarea {
  background: #fff;
  border: 1px solid #b6b6b6;
}
.df input.input-text,
.df textarea {
  padding: 0;
}
.df-hidden {
  display: none;
}
.admin__field.df-hidden + .admin__field {
  margin-top: 0;
}
.df-hover {
  cursor: pointer;
}
body.catalog-product-view .product-info-main .price-box {
  width: 50%;
}
div.df-payment-info .df-unconfirmed {
  margin: -0.5em 0 0.5em 0;
  font-size: 90%;
}
.admin__old div.df-payment-info .df-unconfirmed {
  margin-top: 0.5em;
}
div.df-payment-info .df-unconfirmed .df-unconfirmed-text {
  font-weight: bold;
  line-height: 1.2;
}
div.df-payment-info th,
div.df-payment-info td {
  vertical-align: bottom !important;
}
div.dfp-instructions ul,
div.dfp-instructions li {
  margin-bottom: 0;
}
.df-unconfirmed div.dfp-instructions ul,
.df-unconfirmed div.dfp-instructions li {
  padding: 0;
  list-style-type: none;
}
.df-unconfirmed div.dfp-instructions ul {
  margin-top: 0.5em;
}
.df-unconfirmed div.dfp-instructions li {
  margin-top: 0.2em;
}
.df-money {
  font-weight: 600;
}
.df-money .df-integer {
  padding-left: 0.25em;
}
.df-money .df-decimals {
  font-size: 80%;
  vertical-align: super;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .product-item,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .product-item,
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .product-item img,
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .product-item,
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .product-item,
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .product-item,
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Olegnax/athlete2/en_US/Olegnax_Core/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* perfect-scrollbar v0.7.1 */
.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket Private Sales and Flash Sales v4.x.x
 * @copyright   Copyright (c) 2016 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.privatesale-event-container .privatesale-countdown-timer:before,
.catalog-product-view .header-one .privatesale-countdown-timer:before,
.catalog-product-view .header-two .privatesale-countdown-timer:before,
.catalog-product-view
  .product-top-timer
  .privatesale-event-container
  .privatesale-countdown-timer:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer.svg");
  background-size: 16px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  opacity: 0.7;
}

.catalog-product-view .product-info-main .privatesale-countdown-timer:before {
  width: 41px;
  height: 41px;
  background-size: 41px 41px;
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer-big.svg");
}

.privatesale-event-container .privatesale-countdown-timer,
.catalog-product-view .header-one .privatesale-countdown-timer {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}

.privatesale-event-container .privatesale-countdown-timer:before,
.catalog-product-view .header-one .privatesale-countdown-timer:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.privatesale-event-container .privatesale-countdown-timer .hasCountdown,
.privatesale-event-container .privatesale-countdown-timer .static-date,
.catalog-product-view .header-one .privatesale-countdown-timer .hasCountdown {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #d10000;
}

.header-one
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date
  span,
.header-five
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date
  span {
  color: #717171;
}

.product-info-main
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date
  span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #343434;
}

.product-top-timer
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date
  span {
  display: inline;
  text-transform: initial;
  font-weight: 400;
  font-size: 1.4rem;
  color: #717171;
}

.catalog-product-view .header-one .privatesale-countdown-timer .hasCountdown {
  font-weight: 400;
  text-transform: none;
}

.privatesale-event-container .privatesale-countdown-timer .hasCountdown span,
.catalog-product-view
  .header-one
  .privatesale-countdown-timer
  .hasCountdown
  span {
  color: #717171;
}

.catalog-product-view .header-one .privatesale-countdown-timer span {
  display: inline-block;
}

.catalog-product-view .header-one .privatesale-event-container {
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider */
.banner-wrapper {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 auto;
}

.banner-wrapper .prcarousel-content-wrapp {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner-wrapper .prcarousel {
  position: relative;
  display: flex;
}

.prcarousel .prslide {
  flex-shrink: 0;
  display: flex;
  width: 100%;
}

.prcarousel .prslide-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
}

.prcarousel .prslide-content {
  padding: 8px 0;
}

.prcarousel .prslide-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.transition {
  transition: 0.4s;
}

.banner-wrapper .prcarousel_buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.banner-wrapper .prcarousel_prev,
.banner-wrapper .prcarousel_next {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  pointer-events: all;
}

.prcarousel_prev:before,
.prcarousel_next:after {
  content: "";
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 18px;
  height: 21px;
}

.prcarousel_prev:before {
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/arrow-left.svg");
}

.prcarousel_next:after {
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/arrow-right.svg");
}

.prcarousel_prev:hover:before,
.prcarousel_next:hover:after {
  opacity: 0.7;
}

.prcarousel .prslide-link {
  min-width: 90px;
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 11px;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: bold;
  color: #8fe4ff;
  border: 2px solid #8fe4ff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.prcarousel .prslide-link:hover {
  color: #77c0d7;
  border-color: #77c0d7;
}

.prcarousel .prslide-text {
  margin-right: 18px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.prcarousel .prslide-description {
  display: flex;
  align-items: center;
}

.prslide-description .prslide-text {
  margin-left: 10px;
}

.prslide-wrap-two .prslide-link,
.prslide-wrap-two .prslide-link:hover {
  color: #fff;
  background: #2b2b2b;
  border-color: #2b2b2b;
}

.prslide-wrap-two .prslide-link:hover {
  background-color: #515152;
  border-color: #515152;
}

.prslide-wrap-three .prslide-link,
.prslide-wrap-three .prslide-link:hover {
  color: #3a3a3a;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.prslide-wrap-three .prslide-link:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.prprivatesale-category-header,
.prprivatesale-prod-header {
  position: relative;
  margin-bottom: 24px;
}

.prprivatesale-category-header.product-top-timer {
  margin-bottom: 15px;
}

.prprivatesale-header-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.header-two .prprivatesale-header-bg,
.header-three .prprivatesale-header-bg {
  display: block;
}

.header-three .prprivatesale-header-bg {
  width: 31.18%;
  top: -1px;
  bottom: -1px;
  left: -1px;
  height: auto;
}

.prprivatesale-category-header.header-three {
  min-height: 107px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 9px;
  background-size: 30%;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
}

.prprivatesale-header-event-name {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 400;
  color: #2e2e2e;
}

.header-three .prprivatesale-header-content {
  display: flex;
  flex-direction: column;
  margin-left: calc(31.18% + 8px);
}

.header-three .privatesale-countdown-timer {
  margin: 0;
}

.prprivatesale-event-timer {
  flex-shrink: 0;
  margin-top: 5px;
  min-height: 20px;
}

.header-one .prprivatesale-event-timer {
  min-height: 22px;
}

.prprivatesale-category-header.header-two,
.prprivatesale-prod-header.header-two {
  display: flex;
  align-items: center;
  min-height: 172px;
  box-sizing: border-box;
  padding: 14px 10px;
}

.header-two .prprivatesale-header-bg {
  left: 0;
}

.header-two .prprivatesale-header-event-name {
  width: 70%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 9px #000000;
}

.header-two .prprivatesale-header-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.header-two .prprivatesale-header-desc {
  margin: 10px 0;
  font-size: 1.2rem;
  line-height: 1.14;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px #000000;
}

.header-two .privatesale-countdown-timer .hasCountdown,
.header-two .privatesale-countdown-timer .hasCountdown span,
.header-two .privatesale-countdown-timer .static-date {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffe588;
  text-transform: uppercase;
}

.header-two .privatesale-countdown-timer:before,
.catalog-product-view .header-two .privatesale-countdown-timer:before {
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer-gold.svg");
}

.header-two .prprivatesale-event-timer {
  margin-top: 15px;
}

.header-three .prprivatesale-header-event-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #262626;
}

.header-three .prprivatesale-header-desc {
  margin: 0;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #656565;
}

.header-three .prprivatesale-event-timer {
  margin-top: 2px;
}

.header-three .privatesale-countdown-timer .hasCountdown,
.header-three .privatesale-countdown-timer .static-date,
.header-three .privatesale-countdown-timer .hasCountdown span {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #cb0000;
}

.header-three .privatesale-countdown-timer {
  padding-left: 11px;
}

.header-three .privatesale-countdown-timer:before {
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer-red.svg");
  background-size: 7px;
  margin-top: 1px;
}

.header-three .prprivatesale-header-desc button,
.header-three .prprivatesale-header-desc button:hover {
  height: initial;
  padding: 0;
  font-weight: 400;
  line-height: 1.1;
  border: none;
  box-shadow: none;
  font-size: 1.2rem;
  background-color: transparent;
  color: #3b76ac;
  display: inline-block;
  vertical-align: baseline;
}

.prprivatesale-category-header.header-four .prprivatesale-event-timer {
  min-height: 37px;
  box-sizing: border-box;
  padding: 7.5px 12px;
  background-color: #fff2f2;
}

.prprivatesale-category-header.header-four .prprivatesale-header-event-name {
  font-weight: 300;
  font-size: 2.6rem;
  margin-bottom: 45px;
}

.header-four .prprivatesale-event-timer {
  margin-top: 0;
}

.header-four .privatesale-event-container {
  display: flex;
  justify-content: center;
}

.header-four .privatesale-countdown-timer .hasCountdown span,
.header-four .privatesale-countdown-timer .static-date {
  color: #bd1f1f;
}

.header-four .privatesale-countdown-timer:before {
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-image: url("../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer-red.svg");
}

.header-four .privatesale-countdown-timer .hasCountdown,
.header-four .privatesale-countdown-timer .static-date {
  font-weight: 600;
  text-transform: uppercase;
}

.header-four .privatesale-countdown-timer {
  padding-left: 33px;
}

.prprivatesale-category-header.header-five {
  padding-bottom: 17px;
  border-bottom: 1px solid #c0c0c0;
}

.header-five .prprivatesale-header-event-name {
  font-size: 2.1rem;
  text-align: center;
}

.header-five .prprivatesale-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-five .prprivatesale-event-timer {
  margin-top: 7px;
  min-height: 22px;
}

.product-info-main .privatesale-event-container .privatesale-countdown-timer {
  padding-left: 48px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
}

.product-info-main
  .privatesale-event-container
  .privatesale-countdown-timer
  .timer,
.product-info-main
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date {
  font-size: 2.1rem;
  line-height: 1;
}

.product-info-main
  .privatesale-event-container
  .privatesale-countdown-timer
  .timer
  span {
  display: block;
  color: #343434;
  line-height: 1;
  font-size: 1.6rem;
}

.product-top-timer .privatesale-event-container .privatesale-countdown-timer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
}

.product-top-timer
  .privatesale-event-container
  .privatesale-countdown-timer
  .hasCountdown
  span {
  color: #717171;
  display: inline-block;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.product-top-timer
  .privatesale-event-container
  .privatesale-countdown-timer
  .timer,
.product-top-timer
  .privatesale-event-container
  .privatesale-countdown-timer
  .static-date {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: initial;
}

.header-three .prprivatesale-header-desc div {
  display: none;
  line-height: 1.1;
}

.header-three .prprivatesale-header-desc div p {
  display: inline;
  line-height: 1.1;
}

.product-item-details .prprivatesale_product_msg {
  font-weight: 700;
}

.product-info-price .prprivatesale_product_msg {
  margin-left: 10px; 
  font-weight: 600;
}

.prprivatesale-splashpage-login .form.create.account > .fieldset {
  width: 100%;
  padding: 0;
}

.prprivatesale-splashpage-login .form.create.account {
  border: none;
  box-shadow: none;
}

.catalog-product-view .product-info-price .prprivatesale_product_msg {
  margin-left: 0;
}

.catalog-product-view .product-info-price .prprivatesale_product_msg a {
  display: inline-block;
  padding: 5px 13px;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
}

.catalog-product-view .product-info-price .prprivatesale_product_msg a:hover {
  background: #006bb4;
}

@media (max-width: 767px) {
  .page-products #maincontent > .page-title-wrapper h1 {
    padding-right: 0;
  }

  .privatesale-countdown-timer {
    float: none;
  }

  .prprivatesale-splashpage-login .form.create.account {
    padding: 0;
  }
}

@media (min-width: 640px) {
  .banner-wrapper {
    display: block;
  }

  .prprivatesale-category-header.header-three{
    display: block;
  }

  .prprivatesale-category-header.header-four .prprivatesale-header-event-name {
    margin-bottom: 0;
  }

  .prprivatesale-category-header.header-five {
    padding-bottom: 27px;
  }

  .catalog-product-view .header-five .prprivatesale-header-content {
    margin-top: 15px;
  }

  .prprivatesale-header-bg {
    display: block;
  }

  .header-one .prprivatesale-header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    padding: 41px 13px 50px;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .prprivatesale-category-header.header-one,
  .prprivatesale-prod-header.header-one {
    display: flex;
    align-items: center;
    padding: 45px 0;
    min-height: 285px;
    box-sizing: border-box;
  }

  .prprivatesale-category-header.header-two,
  .prprivatesale-prod-header.header-two {
    min-height: 211px;
    padding: 24px 15px;
    box-sizing: border-box;
  }

  .prprivatesale-event-timer {
    margin-top: 21px;
  }

  .prprivatesale-header-event-name {
    font-size: 2.8rem;
  }

  .header-two .prprivatesale-header-event-name {
    font-size: 2.6rem;
  }

  .header-two .prprivatesale-header-desc {
    font-size: 1.6rem;
  }

  .header-two .prprivatesale-event-timer {
    margin-top: 19px;
  }

  .header-two .prprivatesale-header-content {
    width: 80%;
    margin: 0 auto;
  }

  .prprivatesale-category-header.header-three {
    min-height: 216px;
    padding: 50px 0;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .header-three .prprivatesale-header-bg {
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 24.234%;
  }

  .header-three .prprivatesale-header-content {
    margin-left: calc(24.234% + 36px);
  }

  .prprivatesale-category-header.header-three {
    padding: 50px 0;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .header-three .prprivatesale-header-event-name {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .header-three .prprivatesale-header-desc {
    margin-top: 12px;
    font-size: 1.4rem;
  }

  .header-three .privatesale-countdown-timer .hasCountdown,
  .header-three .privatesale-countdown-timer .static-date,
  .header-three .privatesale-countdown-timer .hasCountdown span {
    font-size: 1.4rem;
  }

  .header-three .prprivatesale-event-timer {
    margin-top: 22px;
  }

  .header-three .privatesale-countdown-timer:before {
    background-size: 12px;
    margin-top: 0;
  }

  .header-three .privatesale-countdown-timer {
    padding-left: 18px;
  }

  .prprivatesale-category-header.header-four {
    display: flex;
    align-items: center;
  }

  .prprivatesale-category-header.header-four .prprivatesale-header-event-name {
    font-size: 3.5rem;
  }

  .prprivatesale-category-header.header-four .prprivatesale-event-timer {
    margin-left: auto;
  }

  .header-five .prprivatesale-header-event-name {
    font-size: 2.8rem;
  }

  .header-five .prprivatesale-event-timer {
    margin-top: 3px;
  }

  .header-three .prprivatesale-header-desc button {
    display: none;
  }

  .header-three .prprivatesale-header-desc div {
    display: block;
  }
}

@media (min-width: 768px) {
  .prprivatesale-header-event-name {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .header-two .prprivatesale-header-content {
    width: 75%;
  }

  .header-two .prprivatesale-header-desc {
    width: 80%;
  }

  .header-one .prprivatesale-header-content {
    width: 37%;
  }
}

/* Styles for Weltpixel theme */
.theme-pearl .prprivatesale-category-header {
  margin-bottom: 15px;
}

.theme-pearl .prprivatesale-header-event-name {
  text-transform: initial;
}

.theme-pearl .header-one .prprivatesale-header-event-name {
  font-size: 2.4rem;
  line-height: 1.1;
}

.theme-pearl .header-two .prprivatesale-header-event-name {
  font-size: 1.8rem;
}

.theme-pearl .header-three .prprivatesale-header-event-name {
  font-size: 1.4rem;
}

.theme-pearl .header-five .prprivatesale-header-event-name {
  font-size: 2.1rem;
}

.theme-pearl .page-footer .shops-holder .pps-item figcaption .pps-item-title {
  color: #fff;
}

.theme-pearl .product-item-details .prprivatesale_product_msg {
  text-align: center;
}

.theme-pearl.store-view-default
  #prpop-pop-up-bg.simple-form-logo
  .prpop-col2-set
  .prpop-buttons-set-bottom
  .prpop-button
  span
  span {
  color: #4092de;
}

.theme-pearl.store-view-default
  #prpop-pop-up-bg.simple-form-logo
  .prpop-col2-set
  .prpop-buttons-set-bottom
  .prpop-button:hover
  span {
  color: #000;
}

.theme-pearl.store-view-default .prcarousel_buttons button,
.theme-pearl.store-view-default .prcarousel_buttons button:hover {
  background-color: transparent;
  border-color: transparent;
}

@media (min-width: 640px) {
  .theme-pearl .prprivatesale-category-header {
    max-width: 1400px;
    margin: 15px auto;
  }

  .theme-pearl .header-one .prprivatesale-header-event-name,
  .theme-pearl .header-five .prprivatesale-header-event-name {
    font-size: 2.8rem;
  }

  .theme-pearl .header-two .prprivatesale-header-event-name {
    font-size: 2.6rem;
  }

  .theme-pearl .header-three .prprivatesale-header-event-name {
    font-size: 2.6rem;
  }
}

/* Styles for Ultimo theme */
.pl-thm-infortis-ultimo .prprivatesale-category-header.header-three {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Styles for Porto theme */
.pl-thm-smartwave:not(.customer-account-create) .form.create.account > .fieldset {
  width: 100%;
  padding: 0;
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket Private Sales and Flash Sales v4.x.x
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

/*=== home page ===*/
.shops-holder * {
  box-sizing: border-box;
}

.shops-holder:before,
.shops-holder:after {
  content: "";
  display: block;
  clear: both;
}

/* columns */
.shops-holder .pps-row:before,
.shops-holder .pps-row:after {
  content: "";
  display: block;
  clear: both;
}

.shops-holder .pps-row h3 {
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  margin: 10px 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: normal;
}

/* item */
.shops-holder .pps-item {
  font-size: 14px;
  line-height: normal;
  position: relative;
  border: 1px solid #ccc;
}

.shops-holder .pps-item:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 6px solid #d6d6d6;
  border-top-color: #7c7c7c;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -17px;
  animation: spin 1s linear infinite;
}

.shops-holder .pps-item.pps-show-item:before {
  display: none;
}

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

.shops-holder .pps-item.pps-show-item a {
  width: 100%;
  height: 100%;
  animation: animate-body 1s;
  animation-fill-mode: both;
}

@keyframes animate-body {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.shops-holder .pps-item a {
  color: #333;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0;
}

.shops-holder .pps-item.pps-hover-item {
  opacity: 0.5;
}

.pps-item.pps-show-item .pps-img-wrap-lock:before,
.catalog-category-view .products li .pps-img-wrap-lock:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 101;
  pointer-events: none;
}

.shops-holder .pps-item.pps-show-item .pps-img-wrap-lock:after,
.catalog-category-view .products li .pps-img-wrap-lock:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  background-image: url(../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/lock-icon2.svg);
  background-position: center;
  background-size: 48px;
  background-repeat: no-repeat;
  transition: margin-top 0.5s;
  pointer-events: none;
}

.shops-holder .pps-item.pps-show-item:hover .pps-img-wrap-lock:after,
.catalog-category-view .products li a:hover .pps-img-wrap-lock:after {
  margin-top: -98px;
}

.shops-holder .pps-item.pps-show-item .pps-img-locktext,
.catalog-category-view .products li .pps-img-locktext {
  position: absolute;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 101;
  top: 50%;
  margin-top: 60px;
  left: 0;
  transition: opacity 0.3s, margin-top 0s 0.5s;
  opacity: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.shops-holder .pps-item.pps-show-item:hover .pps-img-locktext,
.catalog-category-view .products li .pps-img-wrap-lock:hover .pps-img-locktext {
  opacity: 1;
  margin-top: 53px;
  transition: opacity 0.5s 0s, margin-top 0.5s 0s;
  pointer-events: none;
}

.shops-holder .pps-row section .pps-item {
  height: 366px;
}

.shops-holder .pps-item.pps-show-item a {
  position: relative;
  height: 366px;
  z-index: 1;
}

.pps-item .pps-item-link .pr-event-video {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: all;
}

.shops-holder .pps-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shops-holder .pps-item figcaption {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #fff;
  width: auto;
  padding: 5px 18px;
  text-align: right;
  background: rgba(0, 0, 0, 0.75);
  max-width: 75%;
  z-index: 102;
  font-weight: 600;
  pointer-events: none;
}

.shops-holder .pps-item figcaption .pps-item-time {
  position: relative;
  display: inline-block;
  line-height: normal;
  font-style: italic;
  color: #e6e6e6;
}

.shops-holder .pps-item figcaption .pps-item-time .timer {
  position: relative;
  color: #ffedaf;
  font-weight: 600;
  white-space: initial;
}

.shops-holder .pps-item figcaption .pps-item-time::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url(../../frontend/Olegnax/athlete2/en_US/Plumrocket_PrivateSale/images/timer-white.svg);
  background-size: 12px;
}

.shops-holder .pps-item figcaption .pps-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin: 0;
  margin-bottom: 3px;
  text-transform: initial;
}

.shops-holder section .pps-col-4 {
  margin: 0 1% 1% 0;
}

.pps-row .pps-item {
  position: relative;
  margin-left: 0;
  padding: 0;
  border: none;
  background: #cfcfcf;
  overflow: hidden;
}

.pps-item-link img {
  transition: 0.3s linear;
}

.pps-item-link:hover img {
  transform: scale(1.05);
}

.countdown_section br {
  display: none;
}

.countdown_section {
  color: #ffedaf;
}

.countdown_section:first-child {
  padding: 0 3px;
}

.countdown_section:first-child .countdown_amount {
  padding-right: 3px;
}

.countdown_section:nth-child(1n + 2) {
  font-size: 0;
}
.countdown_section:nth-child(1n + 2):before {
  content: ":";
  font-size: 1.3rem;
  display: inline;
}
.countdown_section:nth-child(2):before {
  content: none;
}

.countdown_section:nth-child(1n + 2) .countdown_amount {
  font-size: 1.3rem;
}

.pr-youtube-video iframe {
  left: -20% !important;
  top: -20% !important;
  right: -20% !important;
  bottom: -20% !important;
  height: 135% !important;
  width: 135% !important;
}

@media (min-width: 1024px) {
  .shops-holder section .pps-col-4:nth-child(3n + 1) {
    margin-left: 0;
  }

  .shops-holder.pps-container {
    margin: 0 auto;
  }

  .shops-holder section .pps-col-4 {
    width: 49.5%;
  }

  .shops-holder section .pps-col-4:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .shops-holder section .pps-col-4 {
    width: 49.5%;
    margin: 0 0.5% 1% 0;
  }
  .shops-holder section .pps-col-4:nth-child(2n) {
    clear: none;
    margin-right: 0;
    margin-left: 0.5%;
  }
}

@media (max-width: 640px) {
  .shops-holder .pps-row section .pps-col-4 {
    width: 100%;
    margin: 0 0 2% 0;
    float: none;
  }

  .shops-holder .pps-item.pps-show-item .pps-img-wrap-lock:after,
  .shops-holder .pps-item.pps-show-item:hover .pps-img-wrap-lock:after {
    top: 0;
    margin-top: 36px;
  }

  .shops-holder .pps-item.pps-show-item .pps-img-locktext,
  .shops-holder .pps-item.pps-show-item:hover .pps-img-locktext {
    opacity: 1;
    margin-top: 38px;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .shops-holder .pps-item.pps-show-item .pps-img-wrap-lock:after {
    width: 89px;
    height: 89px;
    margin-left: -44.5px;
    background-size: 30px 45px;
  }

  .pps-row .pps-item {
    overflow: visible;
    margin-bottom: 70px !important;
    height: 217px;
  }

  .shops-holder .pps-item.pps-show-item a {
    height: 217px;
  }

  .shops-holder .pps-item img {
    height: 217px;
  }

  .shops-holder .pps-item figcaption {
    min-width: 75.32%;
    max-width: 90%;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 62%);
    position: absolute;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 7px;
  }

  .pps-item-link:hover img {
    transform: none;
  }

  .shops-holder .pps-item figcaption .pps-item-time {
    font-size: 14px;
    min-height: 18px;
  }

  .shops-holder .pps-row section .pps-item {
    height: 217px;
  }

  .shops-holder .pps-item figcaption .pps-item-title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shops-holder .pps-row section .pps-col-4 {
    margin: 0 0 3% 0;
  }
}

@media (min-width: 640px) {
  .shops-holder .pps-row {
    max-width: 1280px;
    margin: 0 auto;
  }

  .page-layout-1column-full-width .shops-holder .pps-row {
    max-width: 100%;
  }

  .shops-holder .pps-row section {
    display: flex;
    flex-wrap: wrap;
  }
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket Private Sales and Flash Sales v4.x.x
 * @copyright   Copyright (c) 2016 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_SocialLoginFree
 * @copyright   Copyright (c) 2015 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.pslogin-addedoverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	/*display: none;*/
}

.pslogin-pop-up-form {
	left: 0px;
	top: 0px;
	position:fixed;
	width: 100%;
	z-index: 2020;
	height:100%;
	color:#666666;
	text-align:left;
	/*display:none;*/
	overflow-y: auto;
}

#pslogin-pop-up-bg {
	max-width: 450px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin: 10% auto 5% auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

.pslogin-share {
	background-color: white;
	min-height: 210px;
	padding: 18px 21px;
	position: relative;
}

.pslogin-fake-email-message {
	position: fixed;
	top: 20px;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9999;
}

	.pslogin-fake-email-message .content {
		padding: 5px 10px;
		background: #fff;
		max-width: 960px;
		min-width: 250px;
		margin: 0 auto;
		box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		font-size: 14px;
		color: #636363;
		z-index: 9999;
	}

	.pslogin-fake-email-message p {
		margin: 10px auto;
		text-align: left;
	}

	.pslogin-fake-email-message .close-message {
		float: right;
	}

	.pslogin-fake-email-message .close-message:hover {
		cursor: pointer;
		color: #AEAEAE;
	}


/* general classes */
.pslogin-share .ta-center {
	text-align: center;
}

    .pslogin-share h2 {
		padding: 0px 0px 7px 0px;
		color: #3399cc;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: 1px solid #DDD;
		margin-bottom: 10px;
    }


	.pslogin-share .prpop-close-btn {
		position: absolute;
		right: 9px;
		left: auto;
		margin-right: 10px;
		top: 14px;
		text-decoration: none;
		color: #727272;
		font-size: 16px;
		background: none;
	}

	.pslogin-share .prpop-close-btn:hover {
		color: #b6aba5;
	}

	.pslogin-share p {
		margin-bottom: 7px;
	}

	.pslogin-share img {
		max-width: 100%;
		height: auto;
	}

	.pslogin-share .button-top {
		height: 7px;
	}

	.pslogin-share a {
		display: inline-block;
		height: 30px;
		color: white;
		margin: 0 10px 10px 0;
	}

	.pslogin-share a:hover {
		cursor: pointer;
		opacity: 0.7;
		filter: apha(filter=70);
	}


/*form*/
.w25 { width: 25px!important; }
.w100 { width: 100px; }

.pslogin-block.account-login .content {
	margin: 0;
}

.pslogin-form .registered-users .content {
	margin: 0!important;
}

.pslogin-block.account-login .form-list label,
#checkout-step-login .pslogin-block .form-list label {
	width: auto;
	float: none;
}

.pslogin-block.account-login .form-list .input-box,
#checkout-step-login .pslogin-block .form-list .input-box {
	float: none;
}

#checkout-step-login .col2-set {
	box-sizing: border-box;
}

.pslogin-block.account-login .buttons-set {
	min-height: 40px;
}

.pslogin-block.col2-set {
	margin: 0;
}

.pslogin-block.col2-set .buttons-set {
	padding: 0;
}

.pslogin-block.col2-set .fieldset {
	margin: 15px 0;
}

	.pslogin-block button.button span,
	.pslogin-block button.button span span {
		height: auto;
	}

	.pslogin-share .soc-name {
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
		display: block;
		float: left;
		box-sizing: border-box;
	}

		.pslogin-share .vkontakte {
			background-position: -77px -78px;
		}

		.pslogin-share .facebook {
			background-position: -5px -5px
		}

		.pslogin-share .twitter {
			background-position: -41px -5px;
		}

		.pslogin-share .googleplus {
			background-position: -113px -5px;
		}

/* welcome message */
.pslogin-welcome-msg {
	height: 22px;
	line-height: 22px;
	float: none;
	display: inline-block;
	margin: 0 0 5px 0;
}

.pslogin-welcome-msg:after {
	clear: both;
	content: "";
}

.pslogin-welcome-msg img {
	height: 25px;
	display: inline-block;
	padding: 0 5px 0 0;
	float: left;
}

/* Buttons */
.pslogin-block {
	width: 100%;
	margin: 0 0 20px 0;
}

.pslogin-block * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pslogin-block.pslogin-hidden-text .pslogin-button-text {
	display: none!important;
}

.pslogin-block .pslogin-xs {
	display: none!important;
}

.pslogin-block .pslogin-button-image {
	display: block;
	max-height: 32px;
}

.pslogin-block .pslogin-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pslogin-block .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.pslogin-spacer {
	display: block;
	margin: 10px auto;
	position: relative;
	text-align: center;
	line-height: 16px!important;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	line-height: normal;
	overflow: visible;
	font-size: 13px;
}

	.pslogin-spacer table {
		width: 100%;
	}

	.pslogin-spacer table tr td:first-child { padding-left: 0; }
	.pslogin-spacer table tr td:last-child { padding-right: 0; }

	.pslogin-spacer table td {
		vertical-align: middle;
		padding: 10px 5px;
	}

	.pslogin-spacer .pslogin-border {
		border-top: 1px solid #e5e2e2;
		width: 100%;
	}

	.pslogin-spacer .pslogin-bordertext {
		color: #b2b2b2;
		text-align: center;
		font-size: 11px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		height: 20px;
		line-height: 17px;
		padding: 0;
		border: 1px solid #e5e2e2;
		border-radius: 9px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: #989898;
		cursor: pointer;
	}

	.pslogin-spacer .circle {
		width: 90%;
		height: 25px;
		line-height: 22px;
		font-size: 11px;
		border: 1px solid #b2b2b2;
		border-radius: 0px 7px;
		margin: 0 auto;
		background-color: #eeeeee;
	}

	.pslogin-spacer .circle:hover {
		cursor: pointer;
		background-color: #FAFAFA;
	}


.pslogin-block .pslogin-showmore {
	margin-top: 20px;
}

.pslogin-block.pslogin-login .pslogin-buttons {
	display: block;
}

.pslogin-block.pslogin-register .pslogin-buttons {
	display: inline-block;
}

.modal-inner-wrap .pslogin-block .pslogin-buttons ul,
.form-login .pslogin-block .pslogin-buttons ul {
	padding-left: 0;
}

.pslogin-block .pslogin-buttons ul {
	padding: 0;
}

.pslogin-block .pslogin-buttons ul li {
	display: block;
	float: left;
	line-height: normal;
	list-style: none!important;
	padding: 0!important;
	background: none!important;
	height: 32px;
	margin: 0 6px 6px 0;
	position: relative;
}

.pslogin-block .pslogin-buttons ul li a {
	width: 100%!important;
	vertical-align: top;
}

.pslogin-block .pslogin-buttons ul li.show-button-image {
	background: none!important;
}

.pslogin-block .pslogin-buttons ul li:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
	background-color: #3399cc;
	display: inline-block;
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
	background: url('../../frontend/Olegnax/athlete2/en_US/Plumrocket_SocialLoginFree/images/social.png');
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
	width: 100%;
}

.pslogin-block .pslogin-buttons ul li a>img {

}

.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
	display: none;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	padding: 0;
	text-align: center;
	min-width: 144px;
	box-sizing: border-box;
	font-size: 11px;
	color: white;
	background-color: rgba(255,255,255, 0.2);
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
	display: inline-block;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
	display: inline-block;
}

.pslogin-block .pslogin-buttons .pslogin-button-icon-image {
	display: inline-block;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
	display: none;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
	display: none;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {
	display: inline-block;
}

.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
	display: none;
}

.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-text {
	background-color: transparent;
}

.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto { background-color: #4267B2; }
.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon { background-position: -1px 1px; }

.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto { background-color: #28a9e2; }
.pslogin-block .pslogin-buttons ul li.twitter .pslogin-button-icon { background-position: -34px 0px; }

.pslogin-block .pslogin-buttons ul li.linkedin span.pslogin-button-auto { background-color: #11669c; }
.pslogin-block .pslogin-buttons ul li.linkedin .pslogin-button-icon { background-position: -168px 0px; }

.pslogin-block .pslogin-buttons ul li.yahoo span.pslogin-button-auto { background-color: #85228f; }
.pslogin-block .pslogin-buttons ul li.yahoo .pslogin-button-icon { background-position: -204px 0px; }

.pslogin-block .pslogin-buttons ul li.vkontakte span.pslogin-button-auto { background-color: #3f658c; }
.pslogin-block .pslogin-buttons ul li.vkontakte .pslogin-button-icon { background-position: -68px 0px; }

.pslogin-block .pslogin-buttons ul li.googleplus span.pslogin-button-auto { background-color: #df4b38; }
.pslogin-block .pslogin-buttons ul li.googleplus .pslogin-button-icon { background-position: -135px 0px; }


.pslogin-block .pslogin-buttons ul li.hotmail span.pslogin-button-auto { background-color: #f67d20; }
.pslogin-block .pslogin-buttons ul li.hotmail .pslogin-button-icon { background-position: 0px -34px; }

.pslogin-block .pslogin-buttons ul li.live span.pslogin-button-auto { background-color: #0cb3ee; }
.pslogin-block .pslogin-buttons ul li.live .pslogin-button-icon { background-position: -35px -205px; }

.pslogin-block .pslogin-buttons ul li.pinterest span.pslogin-button-auto { background-color: #cb2028; }
.pslogin-block .pslogin-buttons ul li.pinterest .pslogin-button-icon { background-position: -34px -34px; }

.pslogin-block .pslogin-buttons ul li.amazon span.pslogin-button-auto { background-color: #ff8e2e; }
.pslogin-block .pslogin-buttons ul li.amazon .pslogin-button-icon { background-position: -68px -34px; }

.pslogin-block .pslogin-buttons ul li.aol span.pslogin-button-auto { background-color: #008bd3; }
.pslogin-block .pslogin-buttons ul li.aol .pslogin-button-icon { background-position: -102px -34px; }
.pslogin-openid.aol input[type=submit] { background-color: #008bd3; -webkit-appearance: none; }

.pslogin-block .pslogin-buttons ul li.github span.pslogin-button-auto { background-color: black; }
.pslogin-block .pslogin-buttons ul li.github .pslogin-button-icon { background-position: -135px -35px; }

.pslogin-block .pslogin-buttons ul li.instagram span.pslogin-button-auto { background-color: #9a6e51; }
.pslogin-block .pslogin-buttons ul li.instagram .pslogin-button-icon { background-position: -168px -34px; }

.pslogin-block .pslogin-buttons ul li.foursquare span.pslogin-button-auto { background-color: #3472ad; }
.pslogin-block .pslogin-buttons ul li.foursquare .pslogin-button-icon { background-position: -203px -34px; }

.pslogin-block .pslogin-buttons ul li.dropbox span.pslogin-button-auto { background-color: #008bd3; }
.pslogin-block .pslogin-buttons ul li.dropbox .pslogin-button-icon { background-position: -0px -68px; }

.pslogin-block .pslogin-buttons ul li.disqus span.pslogin-button-auto { background-color: #3d7198; }
.pslogin-block .pslogin-buttons ul li.disqus .pslogin-button-icon { background-position: -32px -69px; }

.pslogin-block .pslogin-buttons ul li.livejournal span.pslogin-button-auto { background-color: #104378; }
.pslogin-block .pslogin-buttons ul li.livejournal .pslogin-button-icon { background-position: -66px -69px; }
.pslogin-openid.livejournal input[type=submit] { background-color: #104378; -webkit-appearance: none; }

.pslogin-block .pslogin-buttons ul li.tumblr span.pslogin-button-auto { background-color: #304e6c; }
.pslogin-block .pslogin-buttons ul li.tumblr .pslogin-button-icon { background-position: -102px -69px; }

.pslogin-block .pslogin-buttons ul li.openid span.pslogin-button-auto { background-color: #f8931f; }
.pslogin-block .pslogin-buttons ul li.openid .pslogin-button-icon { background-position: -135px -69px; }

.pslogin-block .pslogin-buttons ul li.flickr span.pslogin-button-auto { background-color: #ff0084; }
.pslogin-block .pslogin-buttons ul li.flickr .pslogin-button-icon { background-position: -169px -69px; }

.pslogin-block .pslogin-buttons ul li.wordpress span.pslogin-button-auto { background-color: #1b3f57; }
.pslogin-block .pslogin-buttons ul li.wordpress .pslogin-button-icon { background-position: -204px -69px; }

.pslogin-block .pslogin-buttons ul li.blogger span.pslogin-button-auto { background-color: #ec7825; }
.pslogin-block .pslogin-buttons ul li.blogger .pslogin-button-icon { background-position: 0px -103px; }

.pslogin-block .pslogin-buttons ul li.odnoklassniki span.pslogin-button-auto { background-color: #ee6600; }
.pslogin-block .pslogin-buttons ul li.odnoklassniki .pslogin-button-icon { background-position: -34px -103px; }

.pslogin-block .pslogin-buttons ul li.mailru span.pslogin-button-auto { background-color: #00468c; }
.pslogin-block .pslogin-buttons ul li.mailru .pslogin-button-icon { background-position: -67px -103px; }

.pslogin-block .pslogin-buttons ul li.yandex span.pslogin-button-auto { background-color: #dd0000; }
.pslogin-block .pslogin-buttons ul li.yandex .pslogin-button-icon { background-position: -102px -103px; }

.pslogin-block .pslogin-buttons ul li.paypal span.pslogin-button-auto { background-color: #195d82; }
.pslogin-block .pslogin-buttons ul li.paypal .pslogin-button-icon { background-position: -134px -103px; }

.pslogin-block .pslogin-buttons ul li.myspace span.pslogin-button-auto { background-color: #0022a0;}
.pslogin-block .pslogin-buttons ul li.myspace .pslogin-button-icon { background-position: -169px -103px; }

.pslogin-block .pslogin-buttons ul li.salesforce span.pslogin-button-auto { background-color: #00a0de; }
.pslogin-block .pslogin-buttons ul li.salesforce .pslogin-button-icon { background-position: -203px -103px; }

.pslogin-block .pslogin-buttons ul li.steamcommunity span.pslogin-button-auto { background-color: #282828; }
.pslogin-block .pslogin-buttons ul li.steamcommunity .pslogin-button-icon { background-position: -1px -137px; }

.pslogin-block .pslogin-buttons ul li.hyves span.pslogin-button-auto { background-color: #ffca63; }
.pslogin-block .pslogin-buttons ul li.hyves .pslogin-button-icon { background-position: -33px -137px; }

.pslogin-block .pslogin-buttons ul li.stackoverflow span.pslogin-button-auto { background-color: #e6eef1; }
.pslogin-block .pslogin-buttons ul li.stackoverflow .pslogin-button-icon { background-position: -67px -137px; }

.pslogin-block .pslogin-buttons ul li.evernote span.pslogin-button-auto { background-color: #7ac141; }
.pslogin-block .pslogin-buttons ul li.evernote .pslogin-button-icon { background-position: -101px -137px; }

.pslogin-block .pslogin-buttons ul li.mixi span.pslogin-button-auto { background-color: #d1ac5b; }
.pslogin-block .pslogin-buttons ul li.mixi .pslogin-button-icon { background-position: -135px -137px; }

.pslogin-block .pslogin-buttons ul li.mydigipass span.pslogin-button-auto { background-color: #49bbeb; }
.pslogin-block .pslogin-buttons ul li.mydigipass .pslogin-button-icon { background-position: -169px -137px; }

.pslogin-block .pslogin-buttons ul li.netlog span.pslogin-button-auto { background-color: #bb2026; }
.pslogin-block .pslogin-buttons ul li.netlog .pslogin-button-icon { background-position: -203px -137px; }

.pslogin-block .pslogin-buttons ul li.qq span.pslogin-button-auto { background-color: #c46f1c; }
.pslogin-block .pslogin-buttons ul li.qq .pslogin-button-icon { background-position: 0px -171px; }

.pslogin-block .pslogin-buttons ul li.sinaweibo span.pslogin-button-auto { background-color: #bd4342; }
.pslogin-block .pslogin-buttons ul li.sinaweibo .pslogin-button-icon { background-position: -34px -171px; }

.pslogin-block .pslogin-buttons ul li.soundcloud span.pslogin-button-auto { background-color: #ff5419; }
.pslogin-block .pslogin-buttons ul li.soundcloud .pslogin-button-icon { background-position: -66px -171px; }

.pslogin-block .pslogin-buttons ul li.tencentweibo span.pslogin-button-auto { background-color: #28a4e4; }
.pslogin-block .pslogin-buttons ul li.tencentweibo .pslogin-button-icon { background-position: -100px -171px; }

.pslogin-block .pslogin-buttons ul li.verisign span.pslogin-button-auto { background-color: #b22253; }
.pslogin-block .pslogin-buttons ul li.verisign .pslogin-button-icon { background-position: -134px -171px; }
.pslogin-openid.verisign input[type=submit] { background-color: #b22253; -webkit-appearance: none; }

.pslogin-block .pslogin-buttons ul li.xing span.pslogin-button-auto { background-color: #005d5e;}
.pslogin-block .pslogin-buttons ul li.xing .pslogin-button-icon { background-position: -168px -171px; }

.pslogin-block .pslogin-buttons ul li.kaixin001 span.pslogin-button-auto { background-color: #e2332e; }
.pslogin-block .pslogin-buttons ul li.kaixin001 .pslogin-button-icon { background-position: -203px -171px; }

.pslogin-block .pslogin-buttons ul li.orange span.pslogin-button-auto { background-color: #ff6600; }
.pslogin-block .pslogin-buttons ul li.orange .pslogin-button-icon { background-position: -1px -205px; }

.pslogin-block .pslogin-buttons ul li.bitbucket span.pslogin-button-auto { background-color: #013567; }
.pslogin-block .pslogin-buttons ul li.bitbucket .pslogin-button-icon { background-position: -67px -205px; }

.pslogin-block .pslogin-buttons ul li.bitly span.pslogin-button-auto { background-color: #ed6022; }
.pslogin-block .pslogin-buttons ul li.bitly .pslogin-button-icon { background-position: -101px -205px; }

.pslogin-block .pslogin-buttons ul li.boxcom span.pslogin-button-auto { background-color: #00b9f2; }
.pslogin-block .pslogin-buttons ul li.boxcom .pslogin-button-icon { background-position: -135px -205px; }

.pslogin-block .pslogin-buttons ul li.vimeo span.pslogin-button-auto { background-color: #1fb9eb; }
.pslogin-block .pslogin-buttons ul li.vimeo .pslogin-button-icon { background-position: -170px -205px; }

.pslogin-block .pslogin-buttons ul li.reddit span.pslogin-button-auto { background-color: #337fb9; }
.pslogin-block .pslogin-buttons ul li.reddit .pslogin-button-icon { background-position: -203px -205px; }

.pslogin-block .pslogin-buttons ul li.odesk span.pslogin-button-auto { background-color: #6fda44; }
.pslogin-block .pslogin-buttons ul li.odesk .pslogin-button-icon { background-position: -169px -273px; }
.pslogin-block .pslogin-buttons ul li.odesk .pslogin-button-text { color: #4c4c4c; }

.pslogin-block .pslogin-buttons ul li.teamviewer span.pslogin-button-auto { background-color: #0171b9; }
.pslogin-block .pslogin-buttons ul li.teamviewer .pslogin-button-icon { background-position: -34px -239px; }

.pslogin-block .pslogin-buttons ul li.skyrock span.pslogin-button-auto { background-color: #009afe; }
.pslogin-block .pslogin-buttons ul li.skyrock .pslogin-button-icon { background-position: -67px -239px; }

.pslogin-block .pslogin-buttons ul li.renren span.pslogin-button-auto { background-color: #153765; }
.pslogin-block .pslogin-buttons ul li.renren .pslogin-button-icon { background-position: -101px -239px; }

.pslogin-block .pslogin-buttons ul li.etsy span.pslogin-button-auto { background-color: #ee5931; }
.pslogin-block .pslogin-buttons ul li.etsy .pslogin-button-icon { background-position: -134px -239px; }

.pslogin-block .pslogin-buttons ul li.imgur span.pslogin-button-auto { background-color: #312e2f; }
.pslogin-block .pslogin-buttons ul li.imgur .pslogin-button-icon { background-position: -170px -239px; }

.pslogin-block .pslogin-buttons ul li.intuit span.pslogin-button-auto { background-color: #B8B8B8; }
.pslogin-block .pslogin-buttons ul li.intuit .pslogin-button-icon { background-position: -204px -239px; }
.pslogin-block .pslogin-buttons ul li.intuit .pslogin-button-text { color: #000000; }

.pslogin-block .pslogin-buttons ul li.mailchimp span.pslogin-button-auto { background-color: #73cff4; }
.pslogin-block .pslogin-buttons ul li.mailchimp .pslogin-button-icon { background-position: 0px -273px; }
.pslogin-block .pslogin-buttons ul li.mailchimp .pslogin-button-text { color: #000000; }

.pslogin-block .pslogin-buttons ul li.persona span.pslogin-button-auto { background-color: #ee5931; }
.pslogin-block .pslogin-buttons ul li.persona .pslogin-button-icon { background-position: -34px -273px; }

.pslogin-block .pslogin-buttons ul li.dribbble span.pslogin-button-auto { background-color: #f26798; }
.pslogin-block .pslogin-buttons ul li.dribbble .pslogin-button-icon { background-position: -67px -273px; }

.pslogin-block .pslogin-buttons ul li.goodreads span.pslogin-button-auto { background-color: #743900; }
.pslogin-block .pslogin-buttons ul li.goodreads .pslogin-button-icon { background-position: -100px -273px; }

.pslogin-block .pslogin-buttons ul li.lastfm span.pslogin-button-auto { background-color: #c02c0c; }
.pslogin-block .pslogin-buttons ul li.lastfm .pslogin-button-icon { background-position: -135px -273px; }

.pslogin-block .pslogin-buttons ul li.alipay span.pslogin-button-auto { background-color: #00a0e9; }
.pslogin-block .pslogin-buttons ul li.alipay .pslogin-button-icon { background-position: -202px -274px; }

.pslogin-block .pslogin-buttons ul li.wechat span.pslogin-button-auto { background-color: #4ec034; }
.pslogin-block .pslogin-buttons ul li.wechat .pslogin-button-icon { background-position: -1px -306px; }

.pslogin-block .pslogin-buttons ul li.naver span.pslogin-button-auto { background-color: #23b300; }
.pslogin-block .pslogin-buttons ul li.naver .pslogin-button-icon { background-position: -34px -307px; }

/*======= social buttons =======*/
#prpop-pop-up-bg .pslogin-block {
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}

#prpop-pop-up-bg .prpop-account-create .pslogin-block {
	display: none;
}

#prpop-pop-up-bg .pslogin-block .pslogin-buttons.pslogin-buttons-showfull {
	width: 100%;
}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-auto {
		width: 100%;
		position: relative;
		display: block;
		height: 32px;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-icon {
		position: absolute;
		background-color: inherit;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-text {
		width: 100%;
		padding-left: 32px;
		font-size: 12px;
	}

	/*=== modern blue ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block {
		margin-top: 10px;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

		#prpop-pop-up-bg.prpop-default .pslogin-block li a span.pslogin-button-auto {
			min-width: 32px;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
			width: 70%;
			min-height: 32px;
			margin-bottom: 0px;
			vertical-align: inherit;
			display: inline-block;
			float: none;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons li {
			width: auto;
			min-height: 32px;
			margin-bottom: 5px;
			vertical-align: middle;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

	/*=== glamour gray ===*/
	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
		float: left;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: white;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block {
		margin-top: 10px;
	}


	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 70%;
		min-height: 32px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons li {
		width: auto;
		min-height: 32px;
		margin: 0 5px 5px 0;
		vertical-align: middle;
	}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-auto {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			min-width: 32px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-text {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-icon {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border-radius: 3px 0 0 3px;
			-webkit-border-radius: 3px 0 0 3px;
			-moz-border-radius: 3px 0 0 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}


	/*=== light silver ===*/
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer {
		margin: 10px auto;
		width: 70%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-bordertext {
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer {
		width: 70%;

	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons .pslogin-spacer:before {
		display: none;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		border: 1px solid #A5A5A5;
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: black;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
		min-width: 32px;
		min-height: 34px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons li {
		width: auto;
		min-width: 34px;
		height: 34px;
		margin: 0 0 5px 0;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul li a {
		display: inline-block;
		width: 100%;
	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-auto {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		-moz-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);

	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-auto {
		border: 1px solid rgba(0, 0, 0, 0.09);
		height: 34px;
	}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-text {
			height: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border: none;
			border-radius: 5px 0 0 5px;
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			height: 32px;
			width: 32px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			border: 1px solid rgba(0, 0, 0, 0.09);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			height: 34px;
			width: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

/*=== open-id Page ===*/
.pslogin-openid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

	.pslogin-openid .network-logo {
		background: url('../../frontend/Olegnax/athlete2/en_US/Plumrocket_SocialLoginFree/images/social_openid.png');
		width: 180px;
		height: 70px;
		margin: 0 auto 15px auto;
	}

	.pslogin-openid.livejournal .network-logo { background-position: -180px 0; }
	.pslogin-openid.verisign .network-logo { background-position: 0 -70px; }

	.pslogin-openid input[type=submit] {
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 12px;
		color: white;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: 0px;
	}

	.pslogin-openid input[type=submit]:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.pslogin-openid input[type=text] {
		width: 100%;
		border: 1px solid #D0D0D0;
		height: 30px;
		line-height: 25px;
		margin-bottom: 5px;
		margin-top: 10px;
		padding: 2px;
		box-sizing: border-box;
		font-size: 14px;
	}

	.pslogin-openid .form-wrapper {
		background-color: #f3f3f3;
		color: #464646;
		width: 300px;
		margin: 0 auto;
		padding: 25px;
		box-shadow: 0px 2px 7px 0px #c1c1c1;
		-moz-box-shadow: 0px 2px 7px 0px #c1c1c1;
		-webkit-box-shadow: 0px 2px 7px 0px #c1c1c1;
		border-radius: 15px;
		font-size: 14px;
	}

	.pslogin-openid .ajax-loader {
		width: 110px;
		height: 14px;
		margin: 0 auto 5px auto;
	}

		.pslogin-openid .ajax-loader .image-gif {
			background: url('../../frontend/Olegnax/athlete2/en_US/Plumrocket_SocialLoginFree/images/ajax-loader-h.gif');
			width: 110px;
			height: 14px;
			display: none;
		}

		.pslogin-openid .ajax-loader .error-text {
			color: red;
			font-size: 11px;
			/*display: none;*/
		}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('../../frontend/Olegnax/athlete2/en_US/Plumrocket_SocialLoginFree/images/social_retina.png');
		background-size: 236px 340px;
		-webkit-background-size: 236px 340px;
		-moz-background-size: 236px 340px;
	}

}

@media screen and ( max-width: 1280px ) {
	.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
		min-width: 130px;
	}
}

@media screen and ( max-width: 1190px ) {
	.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
		min-width: 144px;
	}
}

@media screen and ( max-width: 767px ) {

	.pslogin-block .pslogin-buttons {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-xs {
		display: inline-block!important;
	}

	.pslogin-block .pslogin-spacer .pslogin-bordertext {

	}

}


@media screen and (max-width: 640px) {

	/*=== social login ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		float: none;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons ul li {
    	margin: 0 0 6px 0;
    	width: 100%;
	}

	.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
		width: 100%;
	}
	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
	    position: absolute;
	    background-color: inherit;
	    top: 0;
	    left: 0;
	}
	.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
		width: calc(100% - 32px);
		position: relative;
		margin-left: 32px;
	}
}


@media screen and (max-width: 480px) {

	/*=== social buttons ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer,
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 100%;
	}

}

/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
		animation-duration: 1s;
  -webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_SocialLoginFree
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */
.empty{}/*@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-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;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

#mw-sp {
    position: fixed;
    z-index: 5000;
}

#mw-sp.bottom-left {
    bottom: 20px;
    left: 20px;
}

#mw-sp.bottom-right {
    bottom: 20px;
    right: 20px;
}

#mw-sp.top-left {
    top: 20px;
    left: 20px;
}

#mw-sp.top-right {
    top: 20px;
    right: 20px;
}

#mw-sp .mw-sp__rating__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

#mw-sp {
    width: 350px;
    outline: 0
}

#mw-sp *, #mw-sp :after, #mw-sp :before {
    box-sizing: border-box
}

#mw-sp .mw-sp__container {
    display: -webkit-box;
    display: flex;
    width: 350px;
    height: 100px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    background-color: #fff;
    position: relative;
    padding: 10px
}

#mw-sp .mw-sp__container--bg-lily-white {
    background-color: #eaeaea
}

#mw-sp .mw-sp__container--bg-nero {
    background-color: #252525
}

#mw-sp .mw-sp__container--bg-tolopea {
    background-color: #150042
}

#mw-sp .mw-sp__container--bg-onahau {
    background-color: #ccf6ff
}

#mw-sp .mw-sp__container--bg-sazerac {
    background-color: #fef5df
}

#mw-sp .mw-sp__container--bg-aero-blue {
    background-color: #c6ffd6
}

#mw-sp .mw-sp__container--bg-zaffre {
    background-color: #1204ad
}

#mw-sp .mw-sp__container--bg-electric-crimson {
    background-color: #ff003d
}

#mw-sp .mw-sp__container--bg-oab-gradient {
    background-color: #ccf6ff;
    background-image: linear-gradient(75deg, #ccf6ff 0, #c6ffd6 100%)
}

#mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__close, #mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__product__link, #mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-nero .mw-sp__close, #mw-sp .mw-sp__container--bg-nero .mw-sp__product__link, #mw-sp .mw-sp__container--bg-nero .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__close, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__product__link, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__close, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__product__link, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__product__link:hover {
    color: #fff
}

#mw-sp .mw-sp__container--layout-rounded, #mw-sp .mw-sp__container--layout-rounded .mw-sp__media__aspect-ratio {
    border-radius: 10px
}

#mw-sp .mw-sp__container--layout-circular {
    border-radius: 100px 0 100px 100px
}

#mw-sp .mw-sp__container--layout-circular .mw-sp__media__aspect-ratio, #mw-sp .mw-sp__container--layout-info .mw-sp__media__aspect-ratio {
    border-radius: 50%
}

#mw-sp .mw-sp__container--layout-info .mw-sp__content {
    -webkit-box-pack: center;
    justify-content: center
}

#mw-sp .mw-sp__container--layout-info .mw-sp__message {
    font-size: 16px;
    line-height: 18px;
    max-height: none;
    color: #000
}

#mw-sp .mw-sp__container--layout-info .mw-sp__message strong {
    font-weight: 700;
    color: #000
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__media__aspect-ratio {
    background-color: #1204ad
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__media__aspect-ratio {
    background-color: #ff003d
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__media, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__message, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__message strong, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__media, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__message, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__message strong {
    color: #fff
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-zaffre .mw-sp__media__aspect-ratio {
    color: #1204ad
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-zaffre.mw-sp__container--icon-fill .mw-sp__media__aspect-ratio {
    background-color: #1204ad;
    color: #fff
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-electric-crimson .mw-sp__media__aspect-ratio {
    color: #ff003d
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-electric-crimson.mw-sp__container--icon-fill .mw-sp__media__aspect-ratio {
    background-color: #ff003d;
    color: #fff
}

#mw-sp .mw-sp__container--no-media {
    height: auto;
    min-height: 80px;
    padding: 10px 12px
}

#mw-sp .mw-sp__container--no-media .mw-sp__media {
    display: none
}

#mw-sp .mw-sp__container--no-media .mw-sp__message, #mw-sp .mw-sp__container--no-media .mw-sp__product {
    margin-bottom: 5px
}

#mw-sp .mw-sp__media__aspect-ratio {
    display: block;
    position: relative;
    width: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #fff
}

#mw-sp .mw-sp__media__image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#mw-sp .mw-sp__close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    padding: 5px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    box-shadow: none;
}

#mw-sp .mw-sp__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px
}

#mw-sp .mw-sp__message {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    overflow-y: hidden;
    font-weight: 400;
    font-style: normal;
    font-family: inherit;
    color: #909090
}

#mw-sp .mw-sp__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#mw-sp .mw-sp__product__icon {
    margin-right: 5px
}

#mw-sp .mw-sp__product__link {
    display: inline-block;
    width: 220px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-style: normal;
    font-family: inherit;
    color: #000;
    text-decoration: none;
    border: 0
}

#mw-sp .mw-sp__product__link:focus {
    color: #000;
    text-decoration: none;
    border: 0
}

#mw-sp .mw-sp__product__link:hover {
    color: #000;
    text-decoration: underline;
    border: 0
}

#mw-sp .mw-sp__verified {
    padding-left: 10px;
    margin-top: 5px
}

#mw-sp .mw-sp__verified__text {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: inherit;
    color: #909090
}

#mw-sp .mw-sp__verified__logo {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 3px;
    vertical-align: unset;
}

#mw-sp .mw-sp__rating {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#mw-sp .mw-sp__stars {
    width: 63px;
    height: 11px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='11' viewBox='0 0 63 11' fill='none'%3E%3Cpath d='M5.5 0L6.85778 3.63117L10.7308 3.80041L7.69694 6.21383L8.73282 9.94959L5.5 7.81L2.26718 9.94959L3.30306 6.21383L0.269189 3.80041L4.14222 3.63117L5.5 0Z' fill='%23909090'/%3E%3Cpath d='M18.5 0L19.8578 3.63117L23.7308 3.80041L20.6969 6.21383L21.7328 9.94959L18.5 7.81L15.2672 9.94959L16.3031 6.21383L13.2692 3.80041L17.1422 3.63117L18.5 0Z' fill='%23909090'/%3E%3Cpath d='M31.5 0L32.8578 3.63117L36.7308 3.80041L33.6969 6.21383L34.7328 9.94959L31.5 7.81L28.2672 9.94959L29.3031 6.21383L26.2692 3.80041L30.1422 3.63117L31.5 0Z' fill='%23909090'/%3E%3Cpath d='M44.5 0L45.8578 3.63117L49.7308 3.80041L46.6969 6.21383L47.7328 9.94959L44.5 7.81L41.2672 9.94959L42.3031 6.21383L39.2692 3.80041L43.1422 3.63117L44.5 0Z' fill='%23909090'/%3E%3Cpath d='M57.5 0L58.8578 3.63117L62.7308 3.80041L59.6969 6.21383L60.7328 9.94959L57.5 7.81L54.2672 9.94959L55.3031 6.21383L52.2692 3.80041L56.1422 3.63117L57.5 0Z' fill='%23909090'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 11px;
    background-position: center
}

#mw-sp .mw-sp__rate {
    position: absolute;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='11' viewBox='0 0 63 11' fill='%23fcb11f' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0L6.85778 3.63117L10.7308 3.80041L7.69694 6.21383L8.73282 9.94959L5.5 7.81L2.26718 9.94959L3.30306 6.21383L0.269189 3.80041L4.14222 3.63117L5.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M18.5 0L19.8578 3.63117L23.7308 3.80041L20.6969 6.21383L21.7328 9.94959L18.5 7.81L15.2672 9.94959L16.3031 6.21383L13.2692 3.80041L17.1422 3.63117L18.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M31.5 0L32.8578 3.63117L36.7308 3.80041L33.6969 6.21383L34.7328 9.94959L31.5 7.81L28.2672 9.94959L29.3031 6.21383L26.2692 3.80041L30.1422 3.63117L31.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M44.5 0L45.8578 3.63117L49.7308 3.80041L46.6969 6.21383L47.7328 9.94959L44.5 7.81L41.2672 9.94959L42.3031 6.21383L39.2692 3.80041L43.1422 3.63117L44.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M57.5 0L58.8578 3.63117L62.7308 3.80041L59.6969 6.21383L60.7328 9.94959L57.5 7.81L54.2672 9.94959L55.3031 6.21383L52.2692 3.80041L56.1422 3.63117L57.5 0Z'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 11px;
    background-position: left center
}

#mw-sp .mw-sp__time {
    width: 150px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
    font-style: normal;
    font-family: inherit;
    color: #909090;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

#mw-ss {
    margin-bottom: 15px;
}

#mw-ss *, #mw-ss :after, #mw-ss :before {
    box-sizing: border-box
}

#mw-ss .mw-ss__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center
}

#mw-ss .mw-ss__container--style-candy-apple {
    color: #d80b2e
}

#mw-ss .mw-ss__container--style-candy-apple .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #d80b2e
}

#mw-ss .mw-ss__container--style-cerulean-blue {
    color: #2c53d0
}

#mw-ss .mw-ss__container--style-cerulean-blue .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #2c53d0
}

#mw-ss .mw-ss__container--style-black {
    color: #000
}

#mw-ss .mw-ss__container--style-black .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #000
}

#mw-ss .mw-ss__media {
    padding-right: 5px
}

#mw-ss .mw-ss__content {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

#mw-ss .mw-ss__highlighted-text {
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 19px;
    color: #fff
}

#mw-ss .mw-ss__highlighted-text--subdued {
    background-color: #ececec;
    color: #000
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../../frontend/Olegnax/athlete2/en_US/jquery/colorpicker/images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
@font-face {
    font-family: 'meetanshi';
    src: url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.eot');
    src: url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.eot?#iefix') format('embedded-opentype'), url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.woff2') format('woff2'), url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.woff') format('woff'), url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.ttf') format('truetype'), url('../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/fonts/Meetanshi Personalized.svg#meetanshi') format('svg');
    font-style: normal
}

/* --------------------------------

icons

-------------------------------- */
.MP {
    display: inline-block;
    /*font: normal normal normal 32px/1 'meetanshi';*/
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.meet-*::after, .meet-*::before {
    box-sizing: border-box;
    color: #f89549;
}
/*------------------------
  font icons
-------------------------*/
[class^="meet-"]:before,
[class*=" meet-"]:before {
    font: normal normal normal 32px/1 'meetanshi';
    color: #f89549;
    vertical-align: middle;
    font-size: 21px;
    font-weight: bold;
}
.meet-shape::before {
    content: "\ea02";
}

.meet-alignright::before {
    content: "\ea03";
}

.meet-tickmark::before {
    content: "\ea04";
}

.meet-texteffect::before {
    content: "\ea05";
}

.meet-filter::before {
    content: "\ea06";
}

.meet-imageupload::before {
    content: "\ea07";
}

.meet-box::before {
    content: "\ea08";
}

.meet-dot::before {
    content: "\ea09";
}

.meet-shadow::before {
    content: "\ea0a";
}

.meet-tickinbox::before {
    content: "\ea0b";
}

.meet-save::before {
    content: "\ea0c";
}

.meet-leftalign::before {
    content: "\ea0d";
}

.meet-scale-2::before {
    content: "\ea0e";
}

.meet-pattern::before {
    content: "\ea0f";
}

.meet-redo::before {
    content: "\ea10";
}

.meet-outline::before {
    content: "\ea11";
}

.meet-opacity::before {
    content: "\ea12";
}

.meet-lock::before {
    content: "\ea13";
}

.meet-view::before {
    content: "\ea14";
}

.meet-center-text::before {
    content: "\ea15";
}

.meet-delete::before {
    content: "\ea16";
}

.meet-strike::before {
    content: "\ea17";
}

.meet-underline::before {
    content: "\ea18";
}

.meet-italic::before {
    content: "\ea19";
}

.meet-bold::before {
    content: "\ea1a";
}

.meet-add::before {
    content: "\ea1b";
}

.meet-enter::before {
    content: "\ea1c";
}

.meet-close::before {
    content: "\ea1d";
}

.meet-undo::before {
    content: "\ea1e";
}

.meet-right::before {
    content: "\ea1f";
}

.meet-template::before {
    content: "\ea20";
}

.meet-emoji::before {
    content: "\ea21";
}

.meet-image::before {
    content: "\ea22";
}

.meet-text::before {
    content: "\ea23";
}

.meet-osendback-2::before {
    content: "\ea24";
}

.meet-plus::before {
    content: "\ea25";
}

.meet-ohflip::before {
    content: "\ea26";
}

.meet-minus::before {
    content: "\ea27";
}

.meet-left::before {
    content: "\ea28";
}

.meet-down::before {
    content: "\ea29";
}

.meet-rotate::before {
    content: "\ea2a";
}

.meet-up::before {
    content: "\ea2b";
}

.meet-position::before {
    content: "\ea2c";
}

.meet-cross::before {
    content: "\ea2d";
}

.meet-scale::before {
    content: "\ea2e";
}

.meet-clone::before {
    content: "\ea2f";
}

.meet-ohcenter::before {
    content: "\ea30";
}

.meet-ovcenter::before {
    content: "\ea31";
}

.meet-osendfront::before {
    content: "\ea32";
}

.meet-ovflip::before {
    content: "\ea33";
}
.productdesigner-main{
    display: flex;
    flex-flow: wrap;
}

.text-center {
    text-align: center;
}
.productdesigner-modal-main-popup .modal-title{
    border-bottom: 0;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(57, 106, 128);
}
.reference-design, .printable-design {
    display: none;
}
.small-images img {
    cursor: pointer;
}
.active-image {
    border: 2px solid #ff0000;
}
#designing-options {
    width: 45%;
    padding-left: 14px;
    z-index: 1;
}
.modal-popup.modal-slide .modal-footer {
    border: none !important;
}
.design-area {
    border: 1px dashed #000000;
    position: absolute;
}
#text-to-add {
    width: 60%;
}
#update-text {
    display: none;
}
#text-styles ul li, #common-styles ul li {
    background: #eeeeee;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle;
}
#text-styles{
    margin-top: 10px;
    max-height: 300px;
    overflow: auto;
}
.colorpicker {
    z-index: 999;
}
.clipart-images {
    margin-top: 10px;
}
.clipart-images ul, #text-styles ul{
    margin: 0;
    padding: 0;
}
.clipart-image {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#designing-fee {
    display: none;
}
.modal-popup._inner-scroll.productdesigner-modal-main-popup .modal-inner-wrap{
    background-color: #f4f4f4;
    border-radius: 10px;
}
.image-design-area{
    width: 53%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.img-area{
    position: relative;
    top: 0;
    width: 500px;
    height: 500px;
    float: right;
}
.common-style-content{
    position: fixed;
    bottom: 0;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}
.common-style-content-area{
    margin: 0 auto;
    width: 70%;
}
.common-style-content .common-style-list{
    border: 1px solid rgb(183, 206, 206);
    border-radius: 5px;
    padding: 5px !important;
    background: #FFFFFF;
}
#common-styles.common-style-content ul.common-style-list li{
    background: #FFFFFF;
    border: 0;
    margin: 0 -1px;
    border-right: 1px solid rgb(183, 206, 206);
}
#common-styles.common-style-content ul.common-style-list li:last-child{
    border-right: 0;
}
.productdesigner-modal-main-popup h2{margin-bottom: 41px;margin-top: 47px}
.designing-options-nav-tabs{
    padding-left: 0;
    list-style: none;
    display: inline-block;
    border-radius: 9px;
    border: 1px solid rgb(183, 206, 206);
    margin-bottom: 0px;
    line-height: 10px;
    background: #ffffff;
}
.designing-options-nav-tabs li{
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 0px;
    line-height: 25px;
}
.designing-options-nav-tabs li > a {
    float: left;
    display: block;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    border-right: 1px solid #eeeeee;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans SemiBold";
    color: rgb(22, 65, 98);
}
.designing-options-nav-tabs li > a:before{
    padding-right: 8px;
}
.designing-options-nav-tabs li:last-child > a{
    border-right: 0px;
}
.designing-options-content{
    display: none;
}
.designing-options-nav-tabs li.active{
    border-bottom: 2px solid #f89549;
    padding-bottom: 3px;
}
.designing-options-nav-tabs li.active:last-child{
    border-bottom: 2px solid #f89549;
    border-bottom-right-radius: 5px;
}
.designing-options-nav-tabs li.active:first-child{
    border-bottom: 2px solid #f89549;
    border-bottom-left-radius: 5px;
}
.designing-options-content.active{
    display: block;
}
.designing-options-content .action.primary{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 0px 0px;
    box-sizing: border-box;
    vertical-align: middle;
}
.designing-options-content .input-text{
    border-radius: 10px;
    border-color: rgb(228, 227, 227);
    height: 41px;
    font-size: 13.294px;
    font-family: "Lato";
    color: rgb(89, 136, 132);
}
.designing-options-content .action.primary .meet-enter:before,
.designing-options-content .action.primary .meet-delete:before{
    font-size:32px;
    vertical-align: unset;
}
.designing-options-content .action.primary.new-text{
    border: 1px solid rgb(247, 148, 75);
    font-size: 13.294px;
    font-family: "Lato";
    color: rgb(247, 148, 75);
    font-weight: bold;
    border-radius: 25px;
    padding: 8px;
    margin-top: 30px;
    padding-right: 13px;
}
.designing-options-content .action.primary.new-text .meet-add:before{
    padding-right: 8px;
}
.designing-options-content .action.primary.new-text span.MP.meet-add{
    font-size: 14px;
}
.design-part-title{
    border-bottom: 1px solid rgb(119, 152, 166);
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(22, 65, 98);
}
#text-styles ul li{
    background: transparent;
    border: none;
}
.design-part-text-font-family select{
    width: 50%;
    margin-top: 0px;
    border: 1px solid rgb(228, 227, 227);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    line-height: normal;
}
.design-part-text-font-family,
.design-part-text-font-style{
    margin-bottom: 41px;
}
#text-styles ul li:before {
    color: #0a0a0a !important;
    font-weight: 600;
}
#text-styles ul li:nth-child(4){
    border-right: 1px solid rgb(228, 227, 227);
}
.productdesigner-modal-main-popup .modal-footer > button{
    background-color: rgb(67, 74, 86);
    border: none;
    font-size: 13.294px;
    color: rgb(181, 217, 214);
    font-family: "Lato";
    border-radius: 30px;
    text-transform: uppercase;
}
.productdesigner-modal-main-popup .modal-footer .productdesigner-save span{
    vertical-align: middle;
}
.productdesigner-modal-main-popup .modal-footer .productdesigner-save.meet-save::before{
    color: #ffffff;
    padding-right: 5px;
}
.clipart-image:hover{
    width: 68px;
    height: 67px;
    border: 1px solid rgb(224, 106, 38);
    overflow: hidden;
}
.design-clipart-category .clipart-images{
    margin-top: 32px;
}
.design-clipart-category .clipart-images .clipart-image{
    padding: 0 5px;
}
.design-clipart-category .clipart-categories-select select,
.design-part-text-font .design-part-text-font-family select{
    width: 100%;
    border: 1px solid rgb(228, 227, 227);
    border-radius: 10px;
    height: 40px;
    font-size: 13.294px;
    font-family: "Lato";
    color: rgb(89, 136, 132);
}
.design-part-text-advance-pro h2{margin-bottom: 25px}
.advance-pro .meet-lock:before{
    color: rgb(22, 65, 98);
    padding-left: 5px;
}
.hr-row{

}
.advance-pro-nav .designing-options-nav-tabs li > a{
    text-transform: capitalize;
}

.small-images{
    width: 90px;
    float: right;
    text-align: center;
}
.clera-both{clear: both}
.productdesigner-modal-main-popup .modal-footer{
    padding-bottom: 15px;
    padding-top: 15px;
}
.design-part-text-font-family,.design-part-text-font-size{
    display: inline-block;
}
.color-wheel{
    background-image: url("../../frontend/Olegnax/athlete2/en_US/Meetanshi_ProductDesigner/images/color-wheel.png");
    width: 21px;
    height: 21px;
    background-size: contain;
    vertical-align: middle;
}
.productdesigner-main-image{
    border: 1px solid rgb(119, 152, 166);
    width: 100%;
}
.modal-popup.productdesigner-modal-main-popup .modal-header{
    padding-top: 1rem;
}
.small-image-thumb .item{
    width: 70px;
    height: 70px;
    border: 1px solid rgb(230, 230, 230);
    background: #FFFFFF;
    margin: 5px;
}
.small-image-thumb .item img{
    width: 100%;
    height: 100%;
}
.active-image ~ .item{
    border: 2px solid #ff0000;
}
.small-image-thumb .item.hidden {
    display: none;
}
.small-images-previous .meet-left::before,
.small-images-previous .meet-up::before,
.small-images-next .meet-down::before,
.small-images-next .meet-right::before{
    color: #396a80;
}
.image-upload{
    border: 1px dashed rgb(190, 190, 190);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
}
.image-upload:hover{
    border: 1px dashed rgb(224, 106, 38);
    cursor: pointer;
}
.image-upload p{
    color: rgb(62, 87, 106);
    font-size: 16px;
}
.image-upload-ins{
    text-align: center;
    padding: 10px 0;
}
.image-upload-ins a{
    color: #5a53e9;
    font-size: 12px;
    padding-bottom: 5px;
}
.image-upload-ins p{
    font-size: 12px;
    color: rgb(175, 175, 175);
}
.image-upload .meet-imageupload::before{
    font-size: 38px;
}
.image-upload img{
    display: none;
}

@media (min-width:768px){
    .design-clipart-category .clipart-categories-select,
    .design-part-text-font .design-part-text-font-family{
        width: 60%
    }
}

@media (max-width:1440px){
    .productdesigner-modal-main-popup h2{
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .modal-popup.productdesigner-modal-main-popup .modal-content{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width:1350px){
    .productdesigner-modal-main-popup .modal-inner-wrap{
        width: 85%;
    }
}

.small-image-thumb::-webkit-scrollbar {
    display: none;}

.small-image-thumb {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
@media (min-width:1336px){
    .small-image-thumb{
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 240px;
    }
    .small-images-next span{
        padding-right: 10px;
    }
    .small-images{
        top: 50%;
        transform: translateY(20%);
        -ms-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
    }
    @-moz-document url-prefix() {
        .common-style-content{
            position: sticky;
        }
    }
}
@media (max-width:1335px){
    @-moz-document url-prefix() {
        .small-images{
            padding-top: 80px !important;
        }
        .common-style-content{
            position: relative;
        }
    }
    .small-images {
        width: 45%;
        clear: both;
        text-align: center;
        margin: 0 auto;
        height: auto;
        float: none;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 10px;
    }
    .small-image-thumb{
        height: auto;
        width: 500px;
    }
    .small-image-thumb .item{
        float: left;
    }
    .small-images-previous{
        cursor: pointer;
        position: absolute;
        height: 80px;
    }
    .small-images-previous span
    {
        left: -20px;
        position: absolute;
        top: 30px;
        width: 100%;
    }
    .small-images-next span{
        right: -246px;
        position: absolute;
        top: 30px;
        width: 100%;
    }
    .small-images-next{
        cursor: pointer;
        position: absolute;
        height: 80px;
    }
    .img-area{
        margin: 0 auto;
        float: none;
    }

}
@media (max-width:1200px){
    .productdesigner-modal-main-popup .modal-inner-wrap{
        width: 95%;
    }

}
@media (max-width:1023px){
    @-moz-document url-prefix() {
        .small-images{
            padding-top: 0px !important;
        }
    }
    .productdesigner-modal-main-popup .modal-inner-wrap{
        width: 90%;
    }

    .image-design-area{
        width: 100%;
        position: relative;
        text-align: -webkit-center;
    }
    #designing-options{
        width: 100%;
        padding-top: 10px;
        padding-right: 14px;
    }
    .img-area{
        float: none;
    }
    .common-style-content{
        position: relative;
    }
    .design-part-text-font-family{
        width: 50%;
    }
    .small-images{
        margin-top: 90px;
    }
}
@media (max-width:620px){
    .image-design-area{
        overflow-x: scroll;
    }
    .productdesigner-modal-main-popup.modal-slide .action-close{
        margin: 5px;
    }
}
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/Olegnax/athlete2/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.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}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-layers-container{transform-style:preserve-3d;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../frontend/Olegnax/athlete2/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}