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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  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: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  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 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  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: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000b8b;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000b8b;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #272d9a;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
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: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  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: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  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: 1px;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  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: #ed8380;
}
div.mage-error {
  color: #e02b27;
  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;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.action-primary:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 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;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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 {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #000b8b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #000b8b;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #272d9a;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove: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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
body.is-affiliate .box-tocart .action.tocart,
body.is-affiliate .box-tocart .action.tocart-viewlaunchoffers,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
body.is-shop .box-tocart .action.tocart,
body.is-shop .box-tocart .action.tocart-viewlaunchoffers,
body.is-affiliate .box-tocart .action.tocart,
body.is-affiliate .box-tocart .action.tocart-viewlaunchoffers,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.products-list .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;
}
.products-list .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%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'luma-icons';
  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: #e8e8e8;
  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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.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;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.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: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #000b8b;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #272d9a;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .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,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .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;
}
.minicart-items .product.options .toggle > span,
.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,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar: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 .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product: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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form: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 .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-icons';
  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: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'luma-icons';
  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: #e8e8e8;
  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,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-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-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 200;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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 {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .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 {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .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 {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.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: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.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,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.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: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.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: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.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;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
body.is-shop .block.related .block-title,
body.is-shop .block.upsell .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong,
body.is-shop .block.related .block-title strong,
body.is-shop .block.upsell .block-title strong {
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #000b8b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #000b8b;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #272d9a;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 200;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #d1d1d1;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #d1d1d1;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-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,
.cart-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: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.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,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #000b8b;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/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/ISClinical/affiliate/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/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/ISClinical/affiliate/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/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/ISClinical/affiliate/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.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 tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #000b8b;
  padding-left: 32px;
  position: relative;
}
.message.info a {
  color: #000b8b;
}
.message.info a:hover {
  color: #272d9a;
}
.message.info a:active {
  color: #272d9a;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e60c';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #bc2828;
  padding-left: 32px;
  position: relative;
}
.message.error a {
  color: #000b8b;
}
.message.error a:hover {
  color: #272d9a;
}
.message.error a:active {
  color: #272d9a;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e616';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #df8312;
  padding-left: 32px;
  position: relative;
}
.message.warning a {
  color: #000b8b;
}
.message.warning a:hover {
  color: #272d9a;
}
.message.warning a:active {
  color: #272d9a;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #000b8b;
  padding-left: 32px;
  position: relative;
}
.message.notice a {
  color: #000b8b;
}
.message.notice a:hover {
  color: #272d9a;
}
.message.notice a:active {
  color: #272d9a;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e60c';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #000b8b;
  padding-left: 32px;
  position: relative;
}
.message.success a {
  color: #000b8b;
}
.message.success a:hover {
  color: #272d9a;
}
.message.success a:active {
  color: #272d9a;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.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: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  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;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.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/ISClinical/affiliate/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(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.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: 20px;
}
.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: 1px;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 20px;
  top: 5px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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: #000b8b;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000b8b;
}
.pages a.page:hover {
  color: #272d9a;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  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:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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 #aeaeae 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;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-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;
}
.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 200;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/ISClinical/affiliate/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/ISClinical/affiliate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000b8b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #000b8b;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #272d9a;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1276px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1276px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 200;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip {
  position: relative;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  bottom: 100%;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle {
  cursor: help;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:hover + .tooltip-content,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:focus + .tooltip-content,
#aw-sarp2-subscription-update .aw-sarp2-tooltip:hover .tooltip-content {
  display: block;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle {
  position: relative;
  margin-left: 20px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:before {
  content: '\e623';
  display: inline;
  font-family: 'luma-icons';
  font-size: 18px;
  color: #656565;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content {
  white-space: normal;
  left: unset;
  right: -20px;
  z-index: 105;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  left: unset;
  right: 20px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  left: unset;
  right: 19px;
}
#aw-sarp2-add-to-subscription-modal {
  display: none;
}
.aw-sarp2-add-to-subscription-modal .modal-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.aw-sarp2-add-to-subscription-modal .modal-inner-wrap {
  overflow: auto;
  max-height: 70vh;
  position: relative;
}
.aw-sarp2-add-to-subscription-modal .data-grid tr._odd-row td {
  background-color: #f5f5f5;
}
.aw-sarp2-add-to-subscription-modal .data-grid.data.table {
  margin: 20px 0;
}
.box-tocart .action.to-subscription {
  margin-bottom: 0;
  margin-right: 1%;
  width: 100%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.customer-subscriptions-options-list {
  list-style: none;
  padding-left: 5px;
  font-size: 14px;
}
.aw-sarp2-subscription__wrapper-options .block-title {
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date {
  display: none;
  margin-bottom: 15px;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date:last-child {
  margin-bottom: 0;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date .ui-datepicker-trigger {
  height: 3.2rem;
  margin-left: -3.2rem;
  overflow: hidden;
  position: absolute;
  margin-top: -2px;
}
.aw-sarp2-product-subscription-options .options-margin {
  margin-top: 20px;
}
.aw-sarp2-product-subscription-options .hidden {
  display: none;
}
.aw-sarp2-product-subscription-options .subscription-details {
  display: none;
  padding: 5px 0;
}
.aw-sarp2-product-subscription-options .subscription-details .block-title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li {
  display: table;
  margin-bottom: 1rem;
  width: 100%;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field,
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  display: table-cell;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field {
  text-align: left;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  text-align: right;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .starting-from {
  color: #999;
  display: block;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .initial {
  color: #999;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher {
  margin-bottom: 15px;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save {
  display: inline-block;
  margin: 0;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save .title {
  font-weight: normal;
}
.aw-sarp2-product-subscription-options .subscribe-and-save {
  margin: 15px 0 15px 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .title {
  font-weight: bold;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip {
  position: relative;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  right: 100%;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle {
  cursor: help;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle:hover + .tooltip-content,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle:focus + .tooltip-content,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip:hover .tooltip-content {
  display: block;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content {
  left: auto;
  margin-top: 2em;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-right-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-right-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon {
  position: relative;
  z-index: 2;
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 19px;
  color: inherit;
  content: '\e623';
  font-family: 'luma-icons';
  margin: -3px 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw_sarp2-profile-index .limiter-options {
  min-width: 60px;
}
.aw-sarp2-customer-subscriptions .col.products {
  margin: 0 0 1rem;
}
.aw-sarp2-customer-subscriptions .col.products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aw-sarp2-customer-subscriptions .col.products ul > li {
  margin-bottom: 0;
}
.aw-sarp2-customer-subscriptions .payment-details .wrapper .card-type,
.aw-sarp2-customer-subscriptions .payment-details .wrapper .payment-type {
  padding-top: 8px;
}
.aw-sarp2-customer-subscriptions .right {
  float: right;
}
.aw-sarp2-customer-subscriptions .started {
  color: #777;
}
.aw-sarp2-customer-subscriptions .highlight {
  color: #c76666 !important;
}
.aw-sarp2-customer-subscriptions th .tooltip-toggle {
  font-size: 20px;
}
.aw-sarp2-customer-subscriptions td.status {
  text-align: center;
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 auto;
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-active {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/active.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-cancelled {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/cancelled.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-expired {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/expired.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-pending {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/pending.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-suspended {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/suspended.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-waiting {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/waiting.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-scheduling {
  background: url("../../frontend/ISClinical/affiliate/en_US/Aheadworks_Sarp2/images/status/scheduling.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail {
  float: right;
  position: relative;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  right: 100%;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle {
  cursor: help;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:hover + .tooltip-content,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:focus + .tooltip-content,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail:hover .tooltip-content {
  display: block;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle {
  display: inline-block;
  text-decoration: none;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -2px 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:after {
  font-size: 18px;
  line-height: 20px;
}
.aw-sarp2-customer-subscriptions th.trial-payment-due-date {
  min-width: 75px;
}
.aw-sarp2-subscription-label {
  background-color: #dde9ee;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 0 10px;
  text-transform: uppercase;
}
.product-item-details .product-item-name.with-subscription-label {
  margin: 0;
}
.cart-totals .totals.grand .mark,
.cart-totals .totals.grand .amount {
  padding-bottom: 11px;
  vertical-align: bottom;
}
.cart-totals .totals.grand .mark .aw-sarp2-subscription-label {
  font-size: 0.6em;
  margin: 10px 0 0 0;
}
.page-product-downloadable .aw-sarp2-product-subscription-options {
  clear: left;
}
.page-product-downloadable .product-add-form {
  clear: right !important;
}
.aw-sarp2__title .page-title {
  float: left;
}
.aw-sarp2__actions {
  text-align: right;
  margin-bottom: 10px;
}
.aw-sarp2__actions .action:not(:last-child) {
  margin-right: 10px;
}
.aw-sarp2__footer-actions {
  text-align: right;
}
.aw-sarp2__address-form {
  clear: both;
}
.aw-sarp2__address-form .customer-address {
  width: 70%;
  float: left;
  margin-right: 10px;
}
.aw-sarp2__next-payment-date-form .next-payment-date input {
  width: 23rem;
  margin-right: 5px;
}
.sarp-calendar-always-opened {
  display: block !important;
}
.aw-sarp2__payment-edit-form .actions-toolbar {
  display: none;
}
.aw-sarp2__payment-edit-form .payment-methods .step-title {
  display: none;
}
.aw-sarp2__subscription-confirm .modal-inner-wrap {
  max-width: 750px;
}
#aw-sarp2-update-subscription-button {
  width: 63%;
}
.product-options-bottom .box-tocart {
  clear: both;
}
#aw-sarp2-subscription-update {
  display: flex;
  flex-direction: column;
}
#aw-sarp2-subscription-update .subscription-update {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #343434;
  border-color: #343434;
}
#aw-sarp2-subscription-update .subscription-update:hover {
  background-color: #444444;
  border-color: #444444;
}
#minicart-content-wrapper #aw-sarp2-subscription-update {
  padding-left: 0;
  padding-right: 0;
}
#minicart-content-wrapper #aw-sarp2-subscription-update .subscription-update {
  line-height: 1.5rem;
  height: 45px;
  font-size: 16px;
}
.aw-sarp2-hide {
  display: none !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .aw-sarp2-customer-subscriptions table thead > tr > th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
  }
  .aw-sarp2-customer-subscriptions table tbody > tr > td.status > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .aw-sarp2-customer-subscriptions table {
    border: none;
    display: block;
  }
  .aw-sarp2-customer-subscriptions table thead > tr > th {
    display: none;
  }
  .aw-sarp2-customer-subscriptions table tbody,
  .aw-sarp2-customer-subscriptions table tbody > tr {
    display: block;
  }
  .aw-sarp2-customer-subscriptions table tbody td,
  .aw-sarp2-customer-subscriptions table tbody > tr td {
    border: none;
    display: block;
    padding: 5px 10px;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status {
    text-align: left;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status > span,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status > span {
    display: inline-block;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status .additional-info,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status .additional-info {
    display: inline-block;
  }
  .aw-sarp2-customer-subscriptions table tbody td:first-child,
  .aw-sarp2-customer-subscriptions table tbody > tr td:first-child {
    padding-top: 15px;
  }
  .aw-sarp2-customer-subscriptions table tbody td:last-child,
  .aw-sarp2-customer-subscriptions table tbody > tr td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .aw-sarp2-customer-subscriptions table tbody td[data-th]:before,
  .aw-sarp2-customer-subscriptions table tbody > tr td[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
}
@media only screen and (max-width: 479px) {
  #minicart-content-wrapper #aw-sarp2-subscription-update .subscription-update {
    line-height: 0.5rem;
    height: 35px;
    font-size: 13px;
  }
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.3s all ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  background: #dff1ff;
  border: 1px solid #1a6cae;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  content: '\e622';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  color: #000000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #ff0000 f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #ffffff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1a6cae;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  background: #1a6cae;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #175e98;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #767676;
  font-size: 14px;
}
.amreview-helpful-wrap > .amreview-options {
  margin-left: 15px;
}
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus {
  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;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus,
.amreview-helpful-wrap .amreview-plus:active,
.amreview-helpful-wrap .amreview-minus:active {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus:hover,
.amreview-helpful-wrap .amreview-minus:hover {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus.disabled,
.amreview-helpful-wrap .amreview-minus.disabled,
.amreview-helpful-wrap .amreview-plus[disabled],
.amreview-helpful-wrap .amreview-minus[disabled],
fieldset[disabled] .amreview-helpful-wrap .amreview-plus,
fieldset[disabled] .amreview-helpful-wrap .amreview-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: .3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.review-field-rating {
  display: flex;
  align-items: center;
}
.review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #ffffff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  position: relative;
}
.amreview-submit-form .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #767676;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.field textarea {
  border: 1px solid #767676;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amreview-checkboxlabel a {
  text-decoration: underline;
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #767676;
  display: inline-block;
  font-size: 24px;
}
.amreview-summary-info .amreview-showmore {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
.amreview-summary-info .amreview-showmore:focus,
.amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore.disabled,
.amreview-summary-info .amreview-showmore[disabled],
fieldset[disabled] .amreview-summary-info .amreview-showmore {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-percent-block {
  clear: both;
  color: #767676;
  display: none;
  font-size: 24px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #767676;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #767676;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #ffffff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.field.amreview-gdpr-wrap a {
  color: #007acc;
  cursor: pointer;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #b84002;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button {
  background: #333333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #767676;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #767676;
  font-size: 24px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
.block-bundle-summary .title,
.block-bundle-summary .bundle-summary,
.block-bundle-summary .product-addto-links,
.block-bundle-summary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box .amcart-count,
.am-related-box .amcart-count {
  font-size: 14px;
  margin-bottom: 0;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  color: #333333;
  text-transform: uppercase;
}
.am-related-box .am-product-image.product {
  margin: 0 0 5px 0;
  position: relative;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
.amcart-confirm-overlay {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amcart-confirm-overlay img {
  display: inline;
}
.amcart-confirm-block {
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  text-align: center;
  z-index: 9999;
  /* rewrite magento styles*/
}
.amcart-confirm-block > p {
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.amcart-confirm-block > .cross {
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.amcart-confirm-block > .cross:hover {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist,
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:before,
.amcart-confirm-block .am-actions-wrapper > .tocompare:before {
  content: '';
}
.amcart-confirm-block .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
.amcart-confirm-block .product-item-name {
  margin: 0 0 10px;
}
.amcart-confirm-block .am-slider {
  margin: 15px 0 0 0;
}
.amcart-confirm-block .actions-secondary .action {
  color: #666666;
}
.amcart-confirm-block .product-item .price-box {
  margin: 0 0 15px;
}
.amcart-confirm-block .product-options-bottom .product-social-links {
  display: none;
}
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container .price,
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
.amcart-confirm-block .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  line-height: 23px;
  padding: 7px 10px;
  position: relative;
  width: 45%;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  font-size: 16px;
  padding: 25px 0 8px 0;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  bottom: 3px;
  position: relative;
}
.am-cart-info {
  color: #000000;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.added-item {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 33px 15px 5px;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
.am-a-count {
  font-weight: bold;
}
.am-a-count:visited {
  color: #000000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
  top: -30px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  cursor: pointer;
  height: 35px;
  width: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
}
.am-slider.arrow.-left {
  transform: rotate(180deg);
}
.am-photo-container {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-item-photo > .amcart-image-success {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  background: #cecccc;
  font-size: 15px;
  height: 1px;
  line-height: 0;
  margin: 20px 40px;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
.amimg-container {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.amprogress {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
div.swatch-option-tooltip {
  z-index: 99999;
}
.amcart-confirm-block .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin: 0 5px 0 7px;
  position: relative;
}
.amcart-qty-wrap > .amcart-label {
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control {
  cursor: pointer;
  position: relative;
  width: 25px;
  background: #b2b2b2;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  box-sizing: border-box;
  margin: 0 5px;
  order: 2;
  padding: 3px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.amcart-qty-wrap > .amcart-refresh {
  cursor: pointer;
  margin-left: 10px;
  opacity: .7;
  order: 4;
  visibility: hidden;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px;
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #000b8b;
  padding-left: 32px;
  position: relative;
}
.amblog-notify-message a {
  color: #000b8b;
}
.amblog-notify-message a:hover {
  color: #272d9a;
}
.amblog-notify-message a:active {
  color: #272d9a;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e60c';
  font-family: 'luma-icons';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 50%;
  width: 32px;
  position: absolute;
  text-align: center;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 200;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  overflow-x: auto;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by {
  background: none;
  box-shadow: none;
  color: #888888;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by.hidden,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by.hidden,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by.hidden {
  display: none !important;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1236px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.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,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.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: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.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.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  line-height: 20px;
  margin-left: 23px;
}
.amcard-checkbox-container > .amcard-label {
  cursor: pointer;
  padding-left: 21px;
}
.amcard-checkbox-container > .amcard-label:before {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
  border: none;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  border-top: 1px solid #c1c1c1;
  margin-top: 25px;
  position: relative;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin: 20px 0 10px;
}
.amcard-form-container > .amcard-button {
  background: #eeeeee;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 10px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  display: inline;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amcard-field-container {
  border: none;
  flex-basis: 48%;
  margin-top: 0;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 7px 17px;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-sizing: border-box;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  height: 32px;
  padding-left: 36px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
  border: none;
}
.amcard-label-block > .amcard-icon {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 2px;
  width: 15px;
}
.amcard-label-block.-price {
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  background-color: #1e79c2;
  border: 1px solid #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  background: #1e79c2;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 13px 5px 38px;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 15px;
  left: 11px;
  position: absolute;
  top: 7px;
  width: 16px;
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  cursor: pointer;
  max-width: 100px;
  padding: 7px;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
  padding: 6px;
}
.amcard-upload-container {
  display: flex;
  margin: 10px 0;
  position: relative;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  background: #e8f6ff;
  display: flex;
  padding: 15px;
}
.amcard-customer-image > .amcard-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 15px;
  max-width: 100px;
}
.amcard-customer-image .amcard-image {
  height: 100%;
  width: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  background: none;
  border: 1px solid #4190c6;
  border-radius: 2px;
  box-sizing: border-box;
  color: #026bb3;
  font-size: 14px;
  padding: 6px 15px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #ffffff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  background: #ffffff;
  border-radius: 6px;
  bottom: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  display: none;
  left: 98px;
  padding: 10px;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.amcard-question-container:hover .amcard-tooltip-container,
.amcard-question-container:focus .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  background: #ffffff;
  bottom: -8px;
  content: '';
  height: 18px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
}
.amcard-question-container {
  align-self: center;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  height: 17px;
  margin: 0 20px;
  width: 17px;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #ffffff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-radius: 10px;
  border-top: 6px solid #1787e0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  border: 0;
  margin-bottom: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  border: 0;
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
}
.gallery-placeholder.-amcard {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #006bb4;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover,
.amcard-codes-list .table .action:focus,
.amcard-field-container .table .action:focus,
.amcard-codes-list .amcard-check:focus,
.amcard-field-container .amcard-check:focus,
.amcard-codes-list .amcard-delete:focus,
.amcard-field-container .amcard-delete:focus {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  display: inline-block;
  padding: 0 10px;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #cccccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #ffffff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  background: #e8f6ff;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  opacity: 0;
  position: absolute;
  width: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  border: 6px solid transparent;
  border-color: #333333 transparent transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  border-color: transparent transparent #333333 transparent;
  top: 7px;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  background: #ffffff;
  border-radius: 2px;
  display: none;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.amgcard-datalist-ul .amcard-datalist-li {
  color: #333333;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
._ammenu-animation,
.ammenu-nav-sections:not(.-topmenu),
.ammenu-submenu-wrapper.-animation-fade_in_down,
.ammenu-submenu-wrapper.-animation-bounce_in_down,
.ammenu-submenu-wrapper.-animation-flip_in_x,
.ammenu-submenu-wrapper.-animation-flip_in_y,
.ammenu-submenu-wrapper.-animation-rotate_in_up_left,
.ammenu-submenu-wrapper.-animation-slide_in_up,
.ammenu-submenu-wrapper.-animation-slide_in_down,
.ammenu-submenu-wrapper.-animation-roll_in,
.ammenu-submenu-wrapper.-animation-zoom_in,
.ammenu-nav-sections.-animation-bounce_in_left,
.ammenu-nav-sections.-animation-slide_in_left {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenuprem-mobile-content.-before {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 1.6rem;
  margin: 0 20px;
  max-width: calc(100% - (20px * 2));
  padding: 20px 0;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content.-after {
  border-top: 1px solid;
  order: 3;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content p:empty {
  display: none;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .block-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 15px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .ammenu-product-list {
  margin: 0;
  min-width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-items {
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-item-name {
  font-size: 1.4rem;
  font-weight: 400;
  min-height: auto;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-image-container {
  min-width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-image-photo {
  width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-item-actions {
  margin-top: 15px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .actions-primary {
  display: inline-block;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .actions-secondary {
  margin: 0 0 0 20px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul {
  list-style-type: disc;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content ol {
  list-style-type: decimal;
}
.ammenu-submenu-wrapper.-animation-fade_in {
  -webkit-animation: ammenu-animation__fadeIn 0.3s forwards;
  animation: ammenu-animation__fadeIn 0.3s forwards;
}
.ammenu-submenu-wrapper.-animation-fade_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInDown';
  animation-name: 'ammenu-animation__fadeInDown';
}
.ammenu-submenu-wrapper.-animation-bounce_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__bounceInDown';
  animation-name: 'ammenu-animation__bounceInDown';
}
.ammenu-submenu-wrapper.-animation-flip_in_x {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__flipInX';
  animation-name: 'ammenu-animation__flipInX';
  backface-visibility: visible;
}
.ammenu-submenu-wrapper.-animation-flip_in_y {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__flipInY';
  animation-name: 'ammenu-animation__flipInY';
  backface-visibility: visible;
}
.ammenu-submenu-wrapper.-animation-rotate_in_up_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__rotateInUpLeft';
  animation-name: 'ammenu-animation__rotateInUpLeft';
}
.ammenu-submenu-wrapper.-animation-slide_in_up {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInUp';
  animation-name: 'ammenu-animation__slideInUp';
}
.ammenu-submenu-wrapper.-animation-slide_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInDown';
  animation-name: 'ammenu-animation__slideInDown';
}
.ammenu-submenu-wrapper.-animation-roll_in {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__rollIn';
  animation-name: 'ammenu-animation__rollIn';
}
.ammenu-submenu-wrapper.-animation-zoom_in {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__zoomIn';
  animation-name: 'ammenu-animation__zoomIn';
}
.ammenu-nav-sections.-animation-bounce_in_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__bounceInLeft';
  animation-name: 'ammenu-animation__bounceInLeft';
}
.ammenu-nav-sections.-animation-slide_in_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInLeft';
  animation-name: 'ammenu-animation__slideInLeft';
}
.ambanner-widget-block {
  align-items: center;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  max-width: 100%;
}
.ambanner-widget-block.-align-0 {
  justify-content: center;
}
.ambanner-widget-block.-align-2 {
  justify-content: flex-end;
}
.ambanner-widget-block .ambanner-link.-empty {
  cursor: auto;
}
.ambanner-widget-block .ambanner-image {
  border: 1px solid transparent;
  box-sizing: border-box;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  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 {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #ffffff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.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;
  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 {
  display: block;
  margin-right: 20px;
  padding-left: 33px;
  width: 100px;
  height: 100px;
}
.amrma-image img {
  max-width: 100%;
  max-height: 100%;
}
.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-image {
  cursor: pointer;
}
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label,
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label-container .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;
  transition: color .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;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/ISClinical/affiliate/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f9ff;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f9ff;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f9ff;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem .2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-pager-container .pages .page {
  background: #f8f9ff;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f9ff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 10px;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #e02b27;
  margin-top: 10px;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
/**
 * Avalara_AvaTax
 *
 * 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
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * 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
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.page-layout-2columns-left .column.main {
  width: 70% !important;
}
.page-layout-2columns-left .sidebar.sidebar-main {
  width: 30%;
}
.page-layout-2columns-right .column.main {
  width: 75% !important;
}
.page-layout-2columns-right .sidebar.sidebar-main {
  width: 25%;
}
.bss_faqs a {
  color: #536fd8;
}
a:hover {
  color: #536fd8;
}
.faq_main_block {
  opacity: 0.88;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 4px 59px 0 rgba(0, 0, 0, 0.13);
  overflow: hidden;
  min-height: 200px;
  width: 100%;
}
.faq_main_block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.faq_main_block ul > li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3em;
  margin-left: 20px;
}
.faq_main_block ul > li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  margin-top: 10px;
  vertical-align: top;
  width: 21px;
  height: 21px;
}
.faq_main_block ul > li.expanding:before {
  content: "\f0d7";
}
.main_block_loading {
  height: 200px;
  width: 100%;
}
.main_block_loading i {
  margin-top: 100px;
  margin-left: 50%;
  font-size: xx-large;
}
.faqs_mainpage_category_block {
  width: 100%;
  float: left;
  min-height: 200px;
}
.faqs_mainpage_category_image {
  width: 150px;
  height: 200px;
  border-radius: 3px;
  margin: 15px 30px;
  float: left;
}
.faqs_mainpage_category_image img {
  max-width: 90%;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.faqs_catepage_category_image {
  width: 40%;
  height: 200px;
  border-radius: 3px;
  margin: 10px 5% 10px 5%;
  float: left;
}
.faqs_catepage_category_image img {
  max-height: 60%;
  margin-left: 50%;
  margin-top: 40px;
  transform: translateX(-50%);
}
.catepage_title_block {
  width: 45%;
  height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 5%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: justify;
  float: left;
  cursor: pointer;
}
.faqs_mainpage_question_list {
  width: 530px;
  min-height: auto;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.faqs_catepage_question_list {
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.faqs_catepage_question_list .faq_question_expand {
  margin-left: 5px;
  margin-top: 5px;
}
.faqs_catepage_question_list li {
  width: 80%;
  float: left;
}
.faq_question {
  margin-left: 5px;
  margin-top: 5px;
  width: 85%;
  padding: 5px;
  font-family: Roboto;
  font-size: 16px;
  color: #505050;
  display: inline-block;
}
.faq_question div:hover {
  box-shadow: 0px 4px 59px 0 rgba(0, 0, 0, 0.13);
}
.faq_question .title {
  cursor: pointer;
}
.faq_question_expand {
  display: none;
  width: 85%;
  margin-top: 5px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.57;
  text-align: justify;
  color: #777777;
  padding: 4px;
}
.faq_question_expand p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.faq_question_expand.expanding {
  display: inline-block;
}
.category_block_info {
  width: 530px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}
.catepage_block_info {
  width: 100%;
  margin: 30px 5% 30px 5%;
  float: left;
}
.category_title_block {
  width: 90%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: justify;
  float: left;
  cursor: pointer;
}
.faqs_sidebar_label {
  width: 100%;
  height: 40px;
  border-radius: 3px 3px 0 0;
  background-color: #fbc02d;
  box-shadow: 0px 11px 24px 0 rgba(0, 0, 0, 0.11);
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  color: #ffffff;
}
.faqs_sidebar_label div {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
}
.faqs_sidebar_menu {
  width: 100%;
  opacity: 0.88;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 4px 59px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 50px;
  font-family: Roboto;
}
.faqs_sidebar_data {
  margin: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.faqs_sidebar_data ul {
  list-style: none;
  padding: 0;
}
.faqs_sidebar_data ul > li {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 1.3em;
  margin-left: 20px;
}
.faqs_sidebar_data ul > li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  vertical-align: top;
  width: 1.3em;
}
.faqs_sidebar_data ul > li.category_li:before {
  content: "";
}
.faqs_sidebar_data ul > li.expanding:before {
  content: "\f0d7";
}
.faqs_sidebar_item {
  font-family: Roboto;
  font-size: 16px;
  color: #505050;
  display: inline-block;
  cursor: pointer;
}
.faqs_sidebar_item:hover {
  box-shadow: 0px 4px 59px 0 rgba(0, 0, 0, 0.13);
}
.faqs_sidebar_item_expand {
  display: none;
  margin-left: 40px;
  margin-right: 23px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #6f6f6f;
}
.faqs_sidebar_item_expand:before {
  width: 20px;
  height: 1px;
  background-color: #212b40;
  content: "";
  display: inline-block;
  margin-top: 5px;
  margin-left: -44px;
  margin-right: 20px;
  vertical-align: top;
}
.faqs_sidebar_item_expand.expanding {
  display: inline-block;
}
.faq-spinner {
  margin-left: 50%;
  margin-top: 20px;
}
.faqs_mainpage_question_block {
  width: 100%;
  float: left;
}
.faq_question_main_block {
  overflow: hidden;
}
.faqs_mainpage_question_image {
  width: 27%;
  height: 10%;
  border-radius: 3px;
  background-color: #fbc02d;
  box-shadow: 0px 5px 24px 0 rgba(251, 192, 45, 0.55);
  float: left;
}
.faqs_mainpage_question_image img {
  max-width: 90%;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.question_block_info {
  width: 70%;
  float: right;
}
.question_title_block {
  margin: 15px 0 15px 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #666666;
}
.question_questioner_block {
  float: left;
  margin-right: 10px;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #666666;
}
.question_questioner_block span {
  font-weight: bold;
}
.question_time_block {
  float: left;
  margin-left: 10px;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #666666;
}
.question_answer_block {
  float: left;
  margin-top: 35px;
  width: 100%;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #777777;
}
.faq_searchbar_block {
  width: 50%;
  margin-bottom: 30px;
  float: right;
}
.faqs_sidebar_tag_list {
  margin: 27px;
  height: auto;
  overflow: hidden;
}
.faqs_sidebar_tag {
  padding: 3px 10px 3px 10px;
  margin-right: 13px;
  margin-bottom: 16px;
  float: left;
  border-radius: 2px;
  background-color: #eeeeee;
  border: solid 1px #9e9e9e;
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: justify;
  cursor: pointer;
}
#faq_search_textfield {
  width: 50%;
  float: right;
  height: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
}
.faq_search_submit {
  all: unset;
  width: 70px;
  height: 35px;
  background-color: #2f4860;
  color: #ffffff;
  float: right;
  text-align: center;
  box-shadow: none !important;
}
.faq_search_submit:hover {
  all: unset;
  background-color: #405971;
  width: 70px;
  height: 35px;
  color: #ffffff;
  float: right;
  text-align: center;
}
.faq_sort_order {
  width: 100%;
  display: inline-block;
}
.faq_sort_order select {
  float: right;
}
.faq_vote_block {
  width: 70%;
  float: right;
  margin-top: 30px;
}
.vote_block_label {
  float: left;
  margin-right: 20px;
}
.vote_block_label div {
  margin-top: 10px;
  font-family: Roboto;
  font-size: 16px;
}
.like_state .like {
  background-color: #1b95e0;
}
.like_state .like div {
  color: #ffffff !important;
}
.unlike_state .unlike {
  background-color: #ef5350;
}
.unlike_state .unlike div {
  color: #ffffff !important;
}
.vote_button {
  width: auto;
  height: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.vote_button div {
  margin: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
}
.vote_button span:after {
  content: ")";
}
.vote_button span:before {
  content: " (";
}
.vote_button.like {
  border: solid 1px #1b95e0;
}
.vote_button.like div {
  color: #1b95e0;
}
.vote_button.like.active {
  background-color: #1b95e0;
}
.vote_button.unlike {
  border: solid 1px #e74c3c;
}
.vote_button.unlike div {
  color: #ef5350;
}
.vote_button.unlike.active {
  background-color: #ef5350;
}
.vote_button.active div {
  color: #ffffff !important;
}
[tooltip]:before {
  content: attr(tooltip);
  position: absolute;
  opacity: 0;
  padding: 10px;
  color: #111111;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}
[tooltip]:hover:before {
  opacity: 1;
  background: #ffffff;
  margin-top: -50px;
  margin-left: 20px;
}
.faq_vote_notify {
  float: right;
  width: 70%;
  font-size: 16px;
}
.faq_vote_notify#helpful {
  color: #006400;
}
.faq_vote_notify#helpful:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.faq_vote_notify#unhelpful {
  color: #006400;
}
.faq_vote_notify#unhelpful:before {
  content: "\f12a";
  font-family: FontAwesome;
}
.faq_vote_notify#warning {
  color: #ff0000;
}
.faq_vote_notify#warning:before {
  content: "\f071";
  font-family: FontAwesome;
}
.faq_tag_block {
  width: 40%;
  margin-left: 30%;
  float: left;
  margin-top: 30px;
  overflow: hidden;
}
.tag_block_label {
  float: left;
  margin-right: 20px;
}
.tag_block_label div {
  margin-top: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
}
.faqs_tag {
  height: 25px;
  opacity: 0.8;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #9d9d9d;
  float: left;
  margin-right: 13px;
  cursor: pointer;
}
.faqs_tag div {
  margin: 6px 4px 6px 4px;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  color: #666666;
}
.faq_social_share {
  width: 30%;
  float: right;
  margin-top: 30px;
}
.faq_share_button {
  float: right;
  margin-left: 5px;
}
.faq_message_block {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #666666;
}
.faq_message_block p {
  margin-left: 15px;
}
.faq_tag_list ul {
  margin-top: 15px !important;
}
.faq_back_button_block {
  width: 300px;
  height: 38px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #9e9e9e;
}
.faq_back_button_block div {
  margin-top: 10px;
  text-align: center;
}
.closeable_tag {
  display: inline;
  color: #888888;
  background-color: #eeeeee;
  border: solid 1px #999999;
  margin-left: 7px;
  padding: 4px 5px 4px 5px;
}
.closeable_tag .close {
  display: inline;
  margin-left: 4px;
}
.closeable_tag .close:hover {
  color: #ffffff;
}
.product_faq_tab {
  width: 95%;
}
.faq_ask_button {
  border-radius: 2px;
  background-color: #ef5350;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.faq_ask_button div {
  margin: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.faq_ask_button.active {
  background-color: #ffffff;
  border: solid 1px #ef5350;
}
.faq_ask_button.active div {
  color: #ef5350;
}
.faq_ask_field {
  width: 100%;
  display: none;
  overflow: hidden;
}
.faq_ask_label {
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
}
.faq_product_submit {
  border-radius: 2px;
  background-color: #ef5350;
  margin-right: 20px;
  cursor: pointer;
  width: 70px;
  height: 20px;
  padding: 10px;
}
.faq_product_submit div {
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.faq_product_textfield {
  display: inline-block;
  width: 70%;
}
.faq_product_textfield input {
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 38px;
}
.faq_product_textfield textarea {
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product_faq_list {
  margin-top: 20px;
}
.product_faq_title {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.product_faq_li {
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  cursor: pointer;
}
.product_faq_li i {
  margin-left: 50%;
}
.product_faq_label {
  margin-left: 14px;
  font-family: Roboto;
  font-size: 16px;
  text-align: justify;
  color: #505050;
  display: inline-block;
  float: left;
  cursor: pointer;
  max-width: 90%;
}
.product_faq_content {
  margin-left: 35px;
  margin-top: 20px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: justify;
  color: #505050;
  display: none;
}
.faq_ask_field_notify {
  display: none;
  color: #ff0000;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: .5em .6em;
  color: #ffffff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover {
  color: #ffffff;
}
.jssocials-share-link:focus {
  color: #ffffff;
}
.jssocials-share-link:active {
  color: #ffffff;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent #dcdcdc transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444444;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
/**
 * 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_FastOrder
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/* Layered Features */
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.panel.wrapper {
  display: block;
}
.permission-fast-order {
  text-align: center;
}
.hidden,
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
.block-bundle-summary .title,
.block-bundle-summary .bundle-summary,
.block-bundle-summary .product-addto-links,
.block-bundle-summary .price-box {
  display: none;
}
.bss-fastorder-row-edit,
.bss-fastorder-row-delete {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10px;
}
.bss-fastorder-row-edit button,
.bss-fastorder-row-delete button {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
  padding: 1px 8px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0 2px;
  display: none;
}
.bss-fastorder-row-delete button {
  background-position: -18px 0px;
}
.bss-fastorder-row-delete button:hover {
  background-color: transparent !important;
}
#bss-content-option-product {
  max-width: 490px;
  width: 90%;
  max-height: 567px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  box-shadow: none;
}
#bss-content-option-product .bss-box-button {
  margin-top: 0;
  padding-top: 5px;
}
#bss-content-option-product .bss-swatch-attribute {
  text-align: left;
}
#bss-content-option-product .bss-swatch-attribute .bss-swatch-attribute-label:after {
  content: '*';
  color: #f00;
  position: relative;
  font-weight: bold;
  font-size: 1em;
}
#bss-content-option-product .bss-swatch-attribute.size .bss-swatch-attribute-label:before,
#bss-content-option-product .bss-swatch-attribute.color .bss-swatch-attribute-label:before {
  display: none;
}
#bss-content-option-product .price-box .final-price .price {
  color: #ff0000;
  font-size: 2rem;
  font-weight: 600;
}
#bss-content-option-product .price-box .price-including-tax .price {
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: 600;
}
#bss-content-option-product .price-box .excluding-tax .price {
  font-weight: 600;
}
#bss-content-option-product .product-name {
  color: #111;
  font-size: 2rem;
}
#bss-content-option-product .photo {
  max-height: 150px;
  min-height: 141px;
}
#bss-content-option-product .next-previous-button .next-previous {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#bss-content-option-product .next-previous-button .next-previous.next {
  background-position: -42px 30px;
}
#bss-content-option-product .next-previous-button .next-previous.previous {
  background-position: -22px 30px;
}
.configu-table .content-config {
  max-height: 200px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail {
  max-height: 50px;
  overflow: scroll;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail .content-detail-qty {
  padding-bottom: 0;
  margin-bottom: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail #qty-selected-detail-table td {
  padding: 0 15px;
}
.bss-configurable-grid-view-popup .configu-table {
  padding-top: 15px;
}
.bss-configurable-grid-view-popup .configurable-product-table .price-box {
  margin: 0 !important;
}
.bss-configurable-grid-view-popup .configurable-product-table thead tr th {
  z-index: 999;
  text-align: center;
}
.bss-configurable-grid-view-popup .reset-configurablegridview {
  z-index: 999;
  right: 20px;
}
.b-mini-fastorder {
  padding-right: 40rem;
}
.content-search-fastorder ul li span {
  display: block;
  font-size: 13px;
  color: #333;
}
.bss-configurable-grid-view-popup.bss-content-option-product {
  max-width: 490px;
  width: 90%;
  max-height: 567px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  box-shadow: none;
}
.cms-fast-order .loading-mask {
  background: #d1d1d18f;
}
.cms-fast-order button.main-color:hover {
  padding: 13px 28px!important;
}
.cms-fast-order button:hover {
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.cms-fast-order .messages {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
}
.cms-fast-order .bss-fastorder-button {
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
  background: #f2f2f2;
  margin-right: 5px;
}
.cms-fast-order #qty-selected-detail-table {
  border-bottom: 1px solid #eee!important;
}
.cms-fast-order #qty-selected-detail-table td {
  padding: 0 40px;
  box-sizing: border-box;
}
.cms-fast-order #bss-total-check-show .qty-total {
  padding-top: 20px;
}
.cms-fast-order .cart.table-wrapper .cart > .item {
  position: inherit;
}
.cms-fast-order .page-main {
  max-width: 100%;
  padding: 0;
  font-weight: 500;
}
.cms-fast-order .page-main .page-title-wrapper {
  text-align: center;
}
.cms-fast-order .page-main .page-title-wrapper .page-title {
  color: #111111;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cms-fast-order .page-main .bss-height-tr {
  position: relative;
}
.cms-fast-order .page-main .toolbar {
  max-width: 1146px;
  margin: 23px auto;
  padding: 0px 20px;
}
.cms-fast-order .page-main .toolbar #sorter {
  background: transparent;
  border: none;
  padding: 0 10px 0 0px;
  box-shadow: none;
  color: #111;
  font-weight: 600;
}
.cms-fast-order .page-main .toolbar .toolbar-sorter {
  margin-top: 11px;
}
.cms-fast-order .page-main .toolbar .icon-down {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
  padding: 0px 5px;
  background-position: 33px 0px;
  position: absolute;
  top: 13px;
  right: 14px;
}
.cms-fast-order .page-main .toolbar .text-toolber {
  border: 2px solid #f2f2f2;
  padding: 5px 15px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
}
.cms-fast-order .page-main .toolbar .text-toolber .sorter-label {
  color: #787878;
  font-weight: normal;
  font-size: 1.5rem;
}
.cms-fast-order .page-main .toolbar .sort-desc:before {
  content: "";
  padding: 10px 6px;
  background-position: 22px 0!important;
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
}
.cms-fast-order .page-main .toolbar .sort-asc:before {
  content: "";
  padding: 10px 6px;
  background-position: 11px 0;
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
}
.cms-fast-order .page-main .panel-content-table {
  max-width: 1146px;
  margin: auto;
  padding: 0 20px;
}
.cms-fast-order .page-main .panel-content-table .background-full {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: -1;
  left: 0;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-bottom: none;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-img,
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-row-name,
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-row-edit-delete {
  border-right: none;
  border-left: none;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.bss-fastorder-row-edit-delete {
  display: table-cell;
  width: 9%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.add-to-line {
  width: 27%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.fill-line {
  width: 40%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.total-qty-fastorder {
  width: 15%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.subtotal-fastorder {
  width: 16%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tfoot td.subtotal-fastorder .bss-number-sub-total {
  color: #ff0000;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tfoot td.subtotal-fastorder .bss-number-sub-total .total-price-tax {
  color: #111;
}
.cms-fast-order .bss-grouped-popup {
  max-height: 658px !important;
  box-sizing: border-box;
  padding: 0 !important;
  max-width: 422px !important;
  height: 100%;
}
.cms-fast-order .bss-grouped-popup .bss-box-button {
  border-top: 1px solid #f9f9f9;
}
.cms-fast-order .bss-grouped-popup .product-name {
  padding-bottom: 15px;
}
.cms-fast-order .bss-grouped-popup .price-box .price-including-tax .price {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.cms-fast-order .bss-grouped-popup .table-wrapper.grouped {
  margin-bottom: 10px;
  max-height: 324px;
  overflow: auto;
  border-top: none !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cms-fast-order .bss-grouped-popup table.grouped .item {
  padding: 13px 10px 13px 30px;
  text-align: left;
}
.cms-fast-order .bss-grouped-popup table.grouped .qty {
  padding-right: 30px;
  text-align: left;
}
.cms-fast-order .bss-grouped-popup table.grouped thead {
  background: #f9f9f9;
}
.cms-fast-order .bss-grouped-popup table.grouped thead tr th {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
}
.cms-fast-order .bss-grouped-popup table.grouped tr th,
.cms-fast-order .bss-grouped-popup table.grouped tr td {
  border-top: 1px solid #f9f9f9;
  border-bottom: none !important;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td {
  display: table-cell !important;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td .product-item-name {
  font-size: 1.5rem;
  color: #787878;
  margin: 0;
  font-weight: 600;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td.qty {
  margin-top: 7px;
}
.cms-fast-order .swatch-option {
  width: 46px;
  height: 46px;
  padding: 12px 5px!important;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.cms-fast-order .swatch-attribute-label,
.cms-fast-order .swatch-attribute-selected-option {
  display: none;
}
.cms-fast-order .configurable-product-table thead tr th {
  background: #f9f9f9 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  padding: 15px 10px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  z-index: 99;
}
.cms-fast-order .configurable-product-table thead tr th:first-child {
  padding-left: 40px;
}
.cms-fast-order .configurable-product-table thead tr th:last-child {
  padding-right: 40px;
}
.cms-fast-order .configurable-product-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.cms-fast-order .configurable-product-table tbody tr td:first-child {
  padding-left: 40px;
}
.cms-fast-order .configurable-product-table tbody tr td:last-child {
  padding-right: 40px;
}
.cms-fast-order .configurable-product-table tbody tr td.qty {
  font-size: 1.5rem;
  border: 1px solid #f2f2f2;
  color: #787878;
}
.links.nav-fastorder-toggle .mini-fast-order {
  cursor: pointer;
}
.links.nav-fastorder-toggle .table-wrapper {
  margin-bottom: 0;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  z-index: 99;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 12px rgba(146, 145, 145, 0.35);
  width: 40rem;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table th {
  padding: 10px 30px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle .panel-content-table .bss-fastorder-multiple-form tbody {
  max-height: 330px;
  overflow-y: auto;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  line-height: 20px;
  cursor: pointer;
  z-index: 999;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table thead .bss-fastorder-row {
  display: table-row;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td {
  padding: 12px 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
  margin: 0 auto;
  padding: 3px 0;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-edit,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-delete {
  top: 0px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-edit-remove {
  width: 2%;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-qty {
  width: 4%;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-search-input {
  padding: 20px 22px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-up,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-down {
  padding: 0px 0px 10px 0px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot .foot1,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 .foot1 {
  font-size: 14px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot .foot1 td,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 .foot1 td {
  padding: 10px 15px 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button {
  font-size: 12px;
  padding: 10px 12px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button:hover,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button:hover {
  padding: 10px 12px!important;
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot tr td.all-add-button button {
  margin-bottom: 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .btn-add-more {
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-bottom: 14px;
  margin-right: 5px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .btn-add-more:hover {
  padding: 10px 15px;
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorde-bottom tr td {
  padding: 15px 10px 0px 10px !important;
  text-align: center;
}
.cms-page-view .swatch-option-tooltip {
  z-index: 9999;
}
#bss-fastorder-form .bss-search-bar {
  width: 45%;
  float: left;
  max-width: 362px;
}
#bss-fastorder-form .bss-search-bar .icon-search-mobile {
  display: none;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder {
  position: relative;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder:after {
  content: "";
  padding: 10px;
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon.png');
  position: absolute;
  top: 20px;
  right: 25px;
  background-position: -2px 22px;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder input {
  background: #f9f9f9;
  border: 2px solid #f2f2f2;
  padding: 27px 30px;
}
#bss-fastorder-form .bss-search-input {
  max-width: 362px;
  background: #f2f2f2;
  border: none;
  padding: 23px 22px;
  border-radius: 30px;
  color: #787878;
  font-size: 1.5rem;
  position: relative;
}
#bss-fastorder-form .bss-search-input:focus {
  z-index: 2;
}
#bss-fastorder-form .bss-search-input.template-search2 {
  opacity: 1;
  background: #f2f2f25c !important;
}
#bss-fastorder-form .bss-fastorder-autocomplete {
  position: relative;
  top: -20px;
}
#bss-fastorder-form .bss-search-input2 {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/icon-search.png');
  background-position: 92% center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 7px;
  border: 2px solid #f2f2f2;
  z-index: 4;
}
#bss-fastorder-form .bss-search-input2:focus {
  z-index: 4;
}
#bss-fastorder-form .bss-loading {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/Bss_FastOrder/images/loading.gif') !important;
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
#bss-fastorder-form table thead .bss-fastorder-row {
  display: table;
  width: 99.5%;
}
#bss-fastorder-form table th {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px;
}
#bss-fastorder-form table th.bss-fastorder-row-name {
  text-align: center;
}
#bss-fastorder-form table td {
  vertical-align: middle;
  text-align: left;
  padding: 20px 10px;
}
#bss-fastorder-form table td.bss-fastorder-row-price {
  color: #ff0000;
  font-size: 1.5rem;
}
#bss-fastorder-form table td.bss-fastorder-row-price p {
  color: #111;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
  background: #f2f2f2;
  max-width: 91px;
  border-radius: 30px;
  padding: 7px 0;
  text-align: center;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #d7d7d7;
  font-size: 2rem;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button:hover {
  background-color: transparent !important;
  color: #d7d7d7 !important;
}
#bss-fastorder-form table .bss-fastorder-row-ref {
  width: 27%;
}
#bss-fastorder-form table .bss-fastorder-row-qty {
  width: 13%;
}
#bss-fastorder-form table .bss-fastorder-row-image {
  width: 10%;
}
#bss-fastorder-form table .bss-fastorder-row-price {
  width: 20%;
}
#bss-fastorder-form table .bss-fastorder-row-name {
  width: 21%;
}
#bss-fastorder-form table .bss-fastorder-row-edit-remove {
  width: 9%;
}
#bss-fastorder-form table .bss-fastorder-row-name {
  text-align: left;
}
#bss-fastorder-form table .bss-fastorder-row-name .bss-product-name-select .name {
  color: #111111;
  font-size: 1.5rem;
}
#bss-fastorder-form table .bss-fastorder-row-name .bss-product-baseprice {
  margin-top: 4px;
}
#bss-fastorder-form table .bss-fastorder-row-name ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#bss-fastorder-form table .bss-fastorder-row-name ul .final-price .price {
  color: #ff0000;
}
#bss-fastorder-form table .bss-fastorder-row-name ul .bss-price {
  color: #ff0000;
}
#bss-fastorder-form table .bss-fastorder-row-name ul span.label {
  font-weight: bold;
  position: relative;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
  max-height: 567px;
  overflow: auto;
  position: absolute;
  background-color: #ffffff;
  width: 98.7%;
  max-width: 360px;
  text-align: -webkit-auto;
  z-index: 1;
  margin-left: 0px;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 20px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul {
  max-height: 430px;
  overflow: auto;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #f9f9f9;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li.bss-product-selected {
  background: #f9f9f9;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li a {
  text-decoration: none;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li a .bss-product-name {
  color: #111;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li img {
  max-width: 65px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price {
  text-align: left;
  margin-top: 5px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .bss-price {
  font-weight: 500;
  color: #ff0000;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .bss-price:after {
  clear: both;
  content: '';
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .fastorder-tax {
  color: #787878;
  font-weight: 400;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-stock .bss-stock-status {
  font-weight: 500;
  color: #ff0000;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku {
  color: #000000;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku strong {
  font-weight: 100;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku .type:after {
  content: '#:';
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku .bss-ref-part {
  color: #787878;
  font-weight: 100;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info {
  display: table;
  width: 100%;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-highlight {
  color: #ff0000;
  font-weight: bold;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-info-left {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-info-right {
  width: 80%;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .content-search-fastorder {
  width: 98.7%;
  margin-top: 0;
  z-index: 3;
  max-width: 368px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 {
  text-align: right;
  background: #f9f9f9;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  padding-right: 28px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 button {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 .message {
  color: #ff0000;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li {
  padding: 15px 28px 15px 17px!important;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku {
  position: relative;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: -20px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new input[type=checkbox] {
  visibility: hidden;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new .label-check {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #ffffff;
  border: 2px solid #eee;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new .label-check:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #1979c3;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#bss-fastorder-form .bss-fastorder-row-image img {
  cursor: pointer;
  max-width: 70px;
}
#bss-fastorder-form .bss-fastorder-row-qty .qty {
  text-align: center;
  width: 40px;
  border: none;
  background: transparent;
  color: #787878;
  font-size: 1.5rem;
  padding: 0 !important;
}
#bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-up {
  padding: 2px 0px 5px 0px;
  text-align: center;
}
#bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-down {
  padding: 0px 0px 5px 0px;
  text-align: center;
}
#bss-fastorder-form tr td.bss-hide-border {
  border-top: 0;
}
#bss-fastorder-form tr.bss-row-error {
  border: 2px solid #ff0000;
  width: calc(100% - 2px);
}
#bss-fastorder-form tr.bss-row-error td {
  border-top: 0;
}
#bss-fastorder-form tr.bss-row-error td:first-child {
  border-left: 1px solid #f00;
}
#bss-fastorder-form tr.bss-row-error td.bss-fastorder-row-price {
  border-right: 1px solid #f00;
}
#bss-fastorder-form .bss-fastorder-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(53, 53, 53, 0.639216);
}
#bss-fastorder-form .bss-fastorder-lightbox img {
  max-width: 85%;
  max-height: 85%;
  z-index: 1000;
  margin: 4% auto;
  display: block;
}
#bss-fastorder-form .bss-file-upload {
  margin: 10px 10px 10px 0;
  float: left;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-file-upload:hover {
  padding: 11px 28px;
}
#bss-fastorder-form .bss-sample-csv {
  display: inline-block;
  padding: inherit;
  font-size: 1.5rem;
  color: #1979c3;
  font-style: italic;
  line-height: 10px;
  padding-left: 5px;
}
#bss-fastorder-form tfoot tr td.all-add-button button {
  margin-bottom: 20px;
}
#bss-fastorder-form tfoot,
#bss-fastorder-form .foot1 {
  background: transparent;
}
#bss-fastorder-form tfoot .foot1,
#bss-fastorder-form .foot1 .foot1 {
  background: #f9f9f9 !important;
  color: #111;
}
#bss-fastorder-form tfoot .foot1 td,
#bss-fastorder-form .foot1 .foot1 td {
  padding: 25px 30px 15px;
  vertical-align: top;
}
#bss-fastorder-form tfoot .foot1 td.add-to-line,
#bss-fastorder-form .foot1 .foot1 td.add-to-line {
  vertical-align: top;
}
#bss-fastorder-form tfoot button,
#bss-fastorder-form .foot1 button {
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
}
#bss-fastorder-form tfoot button.bss-addline,
#bss-fastorder-form .foot1 button.bss-addline {
  color: #111;
  position: relative;
  top: -13px;
}
#bss-fastorder-form tfoot button.tocart,
#bss-fastorder-form .foot1 button.tocart {
  color: #ffffff;
  display: inherit;
}
.bss-fastorde-bottom {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.bss-fastorde-bottom tr td {
  vertical-align: top !important;
  border: none;
  width: 50%;
  padding: 29px 0 13px 30px !important;
}
.bss-fastorde-bottom tr td button {
  margin: 0 3px;
}
.bss-fastorde-bottom tr td .multiple-wishlist {
  max-height: 165px;
  overflow: hidden;
  border: 2px solid #f2f2f2;
  border-radius: 25px;
  max-width: 474px;
  position: relative;
}
.bss-fastorde-bottom tr td .multiple-wishlist textarea {
  max-height: 130px;
  border: none;
  position: relative;
  top: 0px;
  display: none;
}
.bss-fastorde-bottom tr td .multiple-wishlist textarea:focus {
  outline: 0 none;
}
.bss-fastorde-bottom tr td .multiple-wishlist .multi-show {
  display: table-cell;
  vertical-align: top;
  width: 57%;
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
}
.bss-fastorde-bottom tr td .multiple-wishlist .multi-show .show-input {
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
  color: #bdbdbd;
  font-weight: normal;
}
.bss-fastorde-bottom tr td .multiple-wishlist #bss-access-multiple {
  margin: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 11.5px 30px;
}
.bss-fastorder-hidden {
  display: none !important;
}
.bss-mage-error[generated] {
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
}
#bss-content-option-product {
  position: fixed;
  width: 380px;
  min-height: 100px;
  max-height: 420px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px -5px #999999;
  overflow-y: auto !important;
  z-index: 9999;
  border: 1px solid #e6e6e6 !important;
}
#bss-content-option-product #pagePopup {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 1.5rem;
  color: #111;
  font-weight: 600;
}
#bss-content-option-product .bss-product-info {
  position: relative;
  padding: 20px 20px 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options {
  display: inline-table;
  vertical-align: middle;
  margin-top: 0;
  width: 80%;
  text-align: left;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option {
  width: 48px;
  height: 48px;
  padding: 13px 0px 0px!important;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  margin-right: 1px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute {
  border-top: 1px solid #f9f9f9;
  padding: 20px 30px 17px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute.color {
  border-bottom: 1px solid #f9f9f9;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-label {
  display: inline-table;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 15%;
  padding-right: 5px;
}
#bss-content-option-product #bss-fastorder-form-option .control ul {
  padding: 0;
  margin-bottom: 0;
}
#bss-content-option-product #bss-fastorder-form-option .control ul li {
  list-style: none;
}
#bss-content-option-product #bss-fastorder-form-option #bss_configurablegridview {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option {
  position: relative;
  padding-top: 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-fastorder-swatch {
  max-height: 190px;
  overflow: auto;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .reset-configurablegridview {
  position: absolute;
  top: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field > .label {
  font-weight: 600;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .field.required .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-options-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-options-info .legend {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button {
  text-align: center;
  width: 100%;
  padding-bottom: 19px;
  margin-top: -2px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button .fieldset {
  margin: 0 0 20px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option {
  background: #1979c3;
  color: #fff;
}
#bss-content-option-product #bss-fastorder-form-option .total-area {
  margin-top: 10px;
  padding-bottom: 10px;
}
#bss-content-option-product #bss-fastorder-form-option .total-area .qty-total,
#bss-content-option-product #bss-fastorder-form-option .total-area .price-total {
  display: inline-block;
}
#bss-content-option-product #bss-fastorder-form-option .total-area .price-total {
  display: inline-block;
  padding-left: 15px;
}
#bss-content-option-product #bss-links-advice-container {
  display: none;
}
#bss-content-option-product #bss-validation-message-box {
  display: none;
}
#bss-content-option-product.bss-configurable-grid-view-popup {
  width: 90% !important;
  padding: 0;
  max-height: 450px;
  box-sizing: border-box;
  max-width: 658px;
}
#bss-content-option-product.bss-configurable-grid-view-popup #bss-fastorder-form-option .bss-product-option {
  padding-top: 25px;
}
#bss-content-option-product.bss-configurable-grid-view-popup .photo {
  max-height: 135px;
}
#bss-content-option-product .product-name {
  font-weight: bold;
}
#bss-content-option-product .price-box {
  margin: 7px 0;
}
#bss-content-option-product .actions button.primary {
  width: auto;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0 10px;
  font-size: 1.4rem;
}
#bss-content-option-product .next-previous {
  text-decoration: none;
  display: inline-block;
  padding: 8px 9px;
  position: absolute;
}
#bss-content-option-product .previous {
  top: 40%;
  left: 5%;
}
#bss-content-option-product .next {
  top: 40%;
  right: 5%;
}
#bss-content-option-product #closePopup {
  position: absolute;
  right: 35px;
  cursor: pointer;
  font-size: 2rem;
  color: #bfbfbf;
}
td.bss-fastorder-row-name ul li {
  margin: 0;
}
.bss-swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.bss-swatch-attribute-label.required {
  padding-right: 10px;
}
.bss-swatch-attribute-label[data-required="1"]:before {
  content: '*';
  color: #ff0000;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.bss-swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
  display: none;
}
.bss-swatch-attribute-options {
  margin-top: 10px;
}
.bss-swatch-attribute-options .bss-swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.bss-swatch-option {
  display: inline-block;
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bss-swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333333;
}
.bss-swatch-option.text {
  background: #F2F2F2;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.bss-swatch-option.selected {
  outline: 2px solid #FF5100;
  border: 1px solid #fff;
  color: #333333;
}
.bss-swatch-option.text.selected {
  background-color: #ffffff !important;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.bss-swatch-attribute.size .bss-swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.bss-swatch-attribute.size .bss-swatch-option.selected {
  color: #000000;
  background: #fff;
  border: 1px solid #fff;
}
.bss-swatch-attribute.manufacturer .bss-swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.bss-swatch-attribute.manufacturer .bss-swatch-option.selected {
  color: #000000;
  background: #fff;
  border: 1px solid #fff;
}
.bss-swatch-option.image:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff;
}
.total-price-tax {
  font-style: italic;
}
.bss-swatch-option.color:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff;
}
.bss-swatch-option.disabled {
  cursor: default;
}
.bss-swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.bss-swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
}
.bss-swatch-option-tooltip .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.bss-swatch-option-tooltip .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.bss-swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
.bss-swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.bss-swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.bss-swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.bss-swatch-opt {
  margin: 20px 0;
}
.bss-swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.bss-swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.bss-swatch-option-link-layered:hover > .bss-swatch-option-tooltip-layered {
  display: block;
}
.bss-swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.bss-swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.bss-swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
.bss-swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.bss-fastorder-multiple-form .action.tocart {
  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_FreeShippingBar
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.free-shipping-bar.hide {
  display: none;
}
.free-shipping-bar .free-shipping-bar-btn-close {
  float: right;
  display: inline-block;
  margin-top: 2px;
}
/**
 * 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_OrderAmount
 * @author     Extension Team
 * @copyright  Copyright (c) 2015-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.messages {
  word-wrap: break-word;
}
.aw-sarp2-hyva-edit-payment {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.aw-sarp2-hyva-edit-payment .column.main {
  width: 100% !important;
}
.aw-sarp2-hyva-edit-payment .aw-sarp2__actions > button {
  border-radius: 0.5rem;
  background-color: #6b7280;
  padding: 8px 24px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.aw-sarp2-hyva-edit-payment .aw-sarp2__actions > button:hover {
  background-color: #4b5563;
}
.aw-sarp2-hyva-edit-payment .page-title {
  color: #111827;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.aw-sarp2-hyva-edit-payment #profile_save_payment_button {
  border-radius: 0.5rem;
  background-color: #1d4ed8;
  padding: 8px 24px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.aw-sarp2-hyva-edit-payment #profile_save_payment_button:hover {
  background-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.aw-sarp2-hyva-edit-payment .aw-sarp2__payment-list {
  border-radius: 0.125rem;
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#force_verify_email_modal .force-verify-content .force-verify-text {
  font-size: 14px;
}
#force_verify_email_modal .force-verify-content .force-verify-form .force-verify-field {
  margin-bottom: 10px;
}
#force_verify_email_modal .force-verify-content .force-verify-form .force-verify-field .force-verify-email-input {
  padding: 20px 0;
}
#force_verify_email_modal .force-verify-content .force-verify-form .force-verify-field #force_verify_email::placeholder {
  color: lightgrey;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RewardPoints
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.payment-cart-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.reward-points-payment-content .reward-rate {
  text-align: left;
  margin: 10px 0;
}
.reward-points-payment-content .reward-rate .content {
  margin-left: 10px;
}
.reward-points-payment-content .range-slider {
  max-width: 285px;
  margin: 10px;
}
.reward-points-payment-content .extra-controls {
  margin-left: 50px;
}
.reward-points-payment-content strong {
  font-weight: 600;
}
.reward-points-payment-content .mp-spent {
  width: 58px;
  text-align: center;
}
.payment-checkout-content {
  width: 80%;
  margin-left: 10px;
}
.mp-reward-points {
  line-height: 20px;
  margin: 10px 5px 10px 5px;
}
.mp-reward-points img,
.mp-reward-points .mp-point-label {
  float: left;
}
.mp-reward-points .mp-point-label {
  margin: 0 0 0 5px;
  font-weight: 600;
}
.mp-reward-points .clr {
  clear: both;
}
.mp-reward-points.mp-product {
  padding: 1rem 0;
}
.mp-reward-points .register {
  font-size: 1.4rem;
  font-weight: 600;
}
.mp-reward-cart {
  margin-left: 15px;
}
.reward-information .box {
  margin-bottom: 3rem;
}
.item-balance {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}
.item-balance .box-balance {
  border-radius: 5px;
  height: 90px;
  box-shadow: 3px 3px 5px #D9D9D9;
}
.item-balance .box-balance > span {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
.item-balance .box-balance .label {
  font-size: 1.8rem;
}
.item-balance .available {
  background: #39E070;
}
.item-balance .holding {
  background: #25B9F6;
}
.item-balance .earned {
  background: #0249D3;
}
.item-balance .paid {
  background: #5865F2;
}
.item-balance .label {
  padding-top: 5px;
}
.form-rewards-setting .actions-toolbar {
  clear: both;
}
table.data.table {
  word-break: break-all;
}
body.cms-fast-order main.page-main {
  max-width: unset;
}
body.cms-fast-order .page-main-header {
  background-image: url("../../frontend/ISClinical/affiliate/frontend/ISClinical/wholesale/en_US/images/category-banner.jpg");
}
body.cms-fast-order .messages {
  display: inherit;
  max-width: 1190px;
  margin-bottom: -40px !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 12;
}
body.cms-fast-order .message.error > *:first-child:before {
  font-weight: 800;
}
body.cms-fast-order .bss-fastorde-table .multi-wishlist-bottom h4 {
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.cms-fast-order .bss-fastorde-table .multi-wishlist-bottom .order-csv-description {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}
body.cms-fast-order .bss-fastorde-table .multi-wishlist-bottom button.bss-file-upload:hover {
  padding: 7px 15px !important;
  border: 1px solid #272d9a !important;
}
body.cms-fast-order #bss-fastorder-form .bss-fastorde-table .multi-wishlist-bottom {
  padding-left: 0;
  padding-bottom: 45px;
}
body.cms-fast-order #bss-fastorder-form table th.bss-fastorder-row-qty {
  width: 10%;
}
body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-qty {
  width: 10%;
}
body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
  background: none;
  max-width: unset;
  display: flex;
  align-items: center;
}
body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button {
  border: 1px solid #ccc;
  padding: 7px 10px;
  background: #f2f2f2;
  color: #333;
  font-size: 1rem;
}
body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button:hover {
  background: #f2f2f2 !important;
  color: #333 !important;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-name .bss-product-name-select .name {
  color: #000B8BFF;
  text-transform: uppercase;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-name .bss-product-option-select ul li {
  font-weight: 300;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-edit button {
  background-image: none;
  padding: 0;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-edit button .button__inner {
  font-size: 0;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-edit button:before {
  background-image: none;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: "\e601";
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
  overflow: hidden;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-edit button:hover {
  background-color: unset !important;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-delete button {
  background-image: none;
  padding: 0;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-delete button .button__inner {
  font-size: 0;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-delete button:before {
  content: '\e604';
  background-image: none;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
  overflow: hidden;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-delete button:hover {
  background-color: unset !important;
}
body.cms-fast-order #bss-fastorder-form .bss-fastorder-row-qty .qty {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-fast-order #bss-fastorder-form .bss-search-input.template-search2 {
  background: none !important;
  padding: 0;
  color: #333;
}
body.cms-fast-order #bss-fastorder-form .bss-file-upload {
  margin: 0 0 5px 0;
  float: none !important;
}
body.cms-fast-order #bss-fastorder-form .bss-sample-csv {
  color: #000C8B;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #272d9a;
  line-height: 16px;
  border-radius: 3px;
  margin-bottom: 5px;
}
body.cms-fast-order #bss-fastorder-form .bss-sample-csv:hover {
  text-decoration: none;
  background: #000b8b;
  color: #fff;
}
body.cms-fast-order #bss-fastorder-form #bss-clear-product-list {
  float: right;
  display: none;
}
body.cms-fast-order #bss-fastorder-form table .bss-fastorder-row-ref {
  text-align: left;
}
body.cms-fast-order #bss-fastorder-form table th {
  text-align: left;
  padding: 7px 15px;
}
body.cms-fast-order #bss-fastorder-form table th.bss-fastorder-row-name {
  text-align: left;
}
body.cms-fast-order #bss-fastorder-form tfoot .foot1 td {
  padding: 10px 30px 10px;
}
body.cms-fast-order #bss-fastorder-form tfoot .foot1 td.add-to-line {
  width: 12%;
}
body.cms-fast-order #bss-fastorder-form tfoot .foot1 .bss-number-product,
body.cms-fast-order #bss-fastorder-form tfoot .foot1 .bss-number-total-qty {
  font-weight: 300;
}
body.cms-fast-order #bss-fastorder-form tfoot .action.tocart {
  padding: 7px 15px;
  border-radius: 3px;
  border: 1px solid #272d9a;
  width: auto;
}
body.cms-fast-order #bss-fastorder-form tfoot .action.tocart:hover {
  padding: 7px 15px !important;
  border: 1px solid #272d9a !important;
}
body.cms-fast-order #bss-fastorder-form tfoot .bss-action-add {
  color: #000C8B;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #272d9a;
  line-height: 16px;
  border-radius: 3px;
}
body.cms-fast-order #bss-fastorder-form tfoot .bss-action-add:hover {
  text-decoration: none;
  background: #000b8b !important;
  color: #fff !important;
}
body.cms-fast-order .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).bss-fastorder-multiple-form,
body.cms-fast-order .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).bss-fastorde-bottom {
  display: none;
}
body.cms-fast-order .panel-content-table .bss-fastorde-bottom {
  display: none;
}
.bss-fastorder-multiple-form .action.tocart {
  display: none;
}
body.dashboard .wholesales-navigation .block-collapsible-nav,
body.purchase .wholesales-navigation .block-collapsible-nav {
  margin-bottom: 20px;
}
body.dashboard .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content,
body.purchase .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content {
  border-bottom: 1px solid;
  padding: unset;
  background: unset;
}
body.dashboard .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items,
body.purchase .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items {
  display: flex;
  justify-content: start;
}
body.dashboard .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items .nav.item:first-child a,
body.purchase .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items .nav.item:first-child a {
  padding-left: 0px;
}
body.dashboard .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .item.current,
body.purchase .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .item.current {
  margin-top: 3px;
}
body.dashboard .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .item.current strong,
body.purchase .wholesales-navigation .block-collapsible-nav .block-collapsible-nav-content .item.current strong {
  border: 0;
  border-bottom: 5px solid #001e46;
  color: #000000;
}
body.dashboard .wholesales-navigation .page-title-wrapper,
body.purchase .wholesales-navigation .page-title-wrapper {
  border-bottom: 1px solid;
}
body.dashboard .wholesales-navigation .page-title-wrapper h1.page-title,
body.purchase .wholesales-navigation .page-title-wrapper h1.page-title {
  margin-bottom: 20px;
  font-weight: 300;
}
body.dashboard .customer-navigation .block-collapsible-nav .title:after,
body.purchase .customer-navigation .block-collapsible-nav .title:after {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 5px;
}
body.dashboard .customer-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items,
body.purchase .customer-navigation .block-collapsible-nav .block-collapsible-nav-content .nav.items {
  flex-direction: column;
  background: #ffffff;
  margin-top: 40px;
  padding-bottom: 15px;
}
body.dashboard .block-collapsible-nav .title,
body.purchase .block-collapsible-nav .title {
  border-top: none;
}
body.dashboard .account-dashboard .left-box h3.title,
body.purchase .account-dashboard .left-box h3.title,
body.dashboard .account-dashboard .right-box h3.title,
body.purchase .account-dashboard .right-box h3.title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
body.dashboard .account-dashboard .left-box .header.header-custom,
body.purchase .account-dashboard .left-box .header.header-custom,
body.dashboard .account-dashboard .right-box .header.header-custom,
body.purchase .account-dashboard .right-box .header.header-custom {
  background: #e9eaf4;
  margin: -15px -15px 15px -15px;
  padding: 15px;
}
body.dashboard .account-dashboard .left-box .header.header-custom .header-title,
body.purchase .account-dashboard .left-box .header.header-custom .header-title,
body.dashboard .account-dashboard .right-box .header.header-custom .header-title,
body.purchase .account-dashboard .right-box .header.header-custom .header-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
body.dashboard .account-dashboard .left-box .table,
body.purchase .account-dashboard .left-box .table,
body.dashboard .account-dashboard .right-box .table,
body.purchase .account-dashboard .right-box .table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
body.dashboard .account-dashboard .left-box .table.table-recent-orders thead tr th:nth-child(3),
body.purchase .account-dashboard .left-box .table.table-recent-orders thead tr th:nth-child(3),
body.dashboard .account-dashboard .right-box .table.table-recent-orders thead tr th:nth-child(3),
body.purchase .account-dashboard .right-box .table.table-recent-orders thead tr th:nth-child(3) {
  text-align: right;
}
body.dashboard .account-dashboard .left-box .table.table-recent-orders tbody tr td,
body.purchase .account-dashboard .left-box .table.table-recent-orders tbody tr td,
body.dashboard .account-dashboard .right-box .table.table-recent-orders tbody tr td,
body.purchase .account-dashboard .right-box .table.table-recent-orders tbody tr td {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
body.dashboard .account-dashboard .left-box .table.table-recent-orders tbody tr td:first-child,
body.purchase .account-dashboard .left-box .table.table-recent-orders tbody tr td:first-child,
body.dashboard .account-dashboard .right-box .table.table-recent-orders tbody tr td:first-child,
body.purchase .account-dashboard .right-box .table.table-recent-orders tbody tr td:first-child {
  color: #000b8b;
}
body.dashboard .account-dashboard .left-box .table.table-recent-orders tbody tr td .order-recent-real-order-id span,
body.purchase .account-dashboard .left-box .table.table-recent-orders tbody tr td .order-recent-real-order-id span,
body.dashboard .account-dashboard .right-box .table.table-recent-orders tbody tr td .order-recent-real-order-id span,
body.purchase .account-dashboard .right-box .table.table-recent-orders tbody tr td .order-recent-real-order-id span {
  font-weight: 700;
}
body.dashboard .account-dashboard .left-box .button-white-border-blue,
body.purchase .account-dashboard .left-box .button-white-border-blue,
body.dashboard .account-dashboard .right-box .button-white-border-blue,
body.purchase .account-dashboard .right-box .button-white-border-blue {
  display: inline-block;
  padding: 4px 8px 5px 8px;
  font-size: 14px;
  color: #000b8b;
  font-weight: 600;
  border: 1px solid #000b8b;
  border-radius: 5px;
}
body.dashboard .account-dashboard .left-box .button-blue-arrow-right,
body.purchase .account-dashboard .left-box .button-blue-arrow-right,
body.dashboard .account-dashboard .right-box .button-blue-arrow-right,
body.purchase .account-dashboard .right-box .button-blue-arrow-right {
  font-size: 14px;
  color: #000b8b;
  font-weight: 600;
}
body.dashboard .account-dashboard .left-box .button-blue-arrow-right:after,
body.purchase .account-dashboard .left-box .button-blue-arrow-right:after,
body.dashboard .account-dashboard .right-box .button-blue-arrow-right:after,
body.purchase .account-dashboard .right-box .button-blue-arrow-right:after {
  content: '\2192';
  color: #000b8b;
  margin-left: 3px;
}
body.dashboard .account-dashboard .left-box .current-tier,
body.purchase .account-dashboard .left-box .current-tier {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier {
  width: 50%;
  text-align: center;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .current-tier-img,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .current-tier-img {
  max-width: 50px;
  margin-top: 12px;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .badge-img,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .badge-img {
  max-width: 22%;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .layer-mask,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .layer-mask {
  filter: opacity(0.2);
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .layer-mask:hover,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .body-tier .certifications .layer-mask:hover {
  cursor: pointer;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .rewards-point,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .rewards-point {
  width: 50%;
  text-align: center;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .rewards-point .point-current,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .rewards-point .point-current {
  display: inline-block;
  background: #e9eaf4;
  font-size: 20px;
  font-weight: 700;
  color: #000b8b;
  padding: 10px 20px;
  margin-bottom: 11px;
  border-radius: 32px;
}
body.dashboard .account-dashboard .left-box .current-tier .body .body-tier-wrapper .title,
body.purchase .account-dashboard .left-box .current-tier .body .body-tier-wrapper .title {
  font-size: 16px;
}
body.dashboard .account-dashboard .left-box .current-tier .body .redeem-points,
body.purchase .account-dashboard .left-box .current-tier .body .redeem-points {
  text-align: center;
}
body.dashboard .account-dashboard .left-box .current-tier .body .redeem-points:hover,
body.purchase .account-dashboard .left-box .current-tier .body .redeem-points:hover {
  cursor: pointer;
}
body.dashboard .account-dashboard .left-box .sales-status,
body.purchase .account-dashboard .left-box .sales-status,
body.dashboard .account-dashboard .left-box .recent-orders,
body.purchase .account-dashboard .left-box .recent-orders,
body.dashboard .account-dashboard .left-box .marketing-library,
body.purchase .account-dashboard .left-box .marketing-library,
body.dashboard .account-dashboard .left-box .tbm-details,
body.purchase .account-dashboard .left-box .tbm-details {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow-y: hidden;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #75767a;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress .progress-current,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress .progress-current {
  background: #000b8b;
  width: 67%;
  min-height: 30px;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress .progress-next,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress .progress-next {
  width: 33%;
  min-height: 30px;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress .current,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress .current {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 7px;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress .current.max-tier,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress .current.max-tier {
  left: 37%;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-status-progress .next,
body.purchase .account-dashboard .left-box .sales-status .sales-status-progress .next {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 7px;
}
body.dashboard .account-dashboard .left-box .sales-status .sales-total-status,
body.purchase .account-dashboard .left-box .sales-status .sales-total-status {
  font-weight: 400;
  font-size: 12px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list {
  margin-bottom: 15px;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item:first-child,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item:first-child {
  border-top: 1px solid #000;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-image,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-image {
  max-width: 205px;
  margin-right: 10px;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-image img,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-image img {
  object-fit: cover;
}
body.dashboard .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-body h5,
body.purchase .account-dashboard .left-box .marketing-library .marketing-library-list .marketing-library-item .item-body h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 20px;
}
body.dashboard .account-dashboard .right-box .introducing,
body.purchase .account-dashboard .right-box .introducing {
  margin-bottom: 50px;
}
body.dashboard .account-dashboard .right-box .introducing.introducing-promo,
body.purchase .account-dashboard .right-box .introducing.introducing-promo {
  padding: 15px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header,
body.purchase .account-dashboard .right-box .introducing .introducing-header {
  position: relative;
  background: #808185;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header .title-main,
body.purchase .account-dashboard .right-box .introducing .introducing-header .title-main {
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header .caption,
body.purchase .account-dashboard .right-box .introducing .introducing-header .caption {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header .button-close,
body.purchase .account-dashboard .right-box .introducing .introducing-header .button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 8px;
  margin: 0;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header .button-close:after,
body.purchase .account-dashboard .right-box .introducing .introducing-header .button-close:after {
  content: '\00d7';
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-top: 1px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-header .button-close:hover,
body.purchase .account-dashboard .right-box .introducing .introducing-header .button-close:hover {
  cursor: pointer;
  text-decoration: none;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body,
body.purchase .account-dashboard .right-box .introducing .introducing-body {
  display: flex;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-center,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-center,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right {
  width: 33.33%;
  text-align: center;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  padding: 10px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left img,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left img,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right img,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right img {
  max-width: 230px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left h4.caption,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left h4.caption,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right h4.caption,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right h4.caption {
  color: #333;
  font-weight: 200;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 15px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left .description,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left .description,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right .description,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right .description {
  max-width: 220px;
  margin: 0 auto;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left .open-partner,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left .open-partner,
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right .open-partner,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right .open-partner {
  font-size: 10px;
  font-weight: 400;
  margin-top: auto;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-center img,
body.purchase .account-dashboard .right-box .introducing .introducing-body .body-center img {
  display: block;
  object-fit: cover;
  max-height: 220px;
}
body.dashboard .account-dashboard .right-box .introducing .introducing-footer,
body.purchase .account-dashboard .right-box .introducing .introducing-footer {
  padding: 10px 20px;
}
body.dashboard .account-dashboard .right-box .purchase-again,
body.purchase .account-dashboard .right-box .purchase-again {
  position: relative;
  margin-bottom: 50px;
}
body.dashboard .account-dashboard .right-box .purchase-again h3.title,
body.purchase .account-dashboard .right-box .purchase-again h3.title {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
body.dashboard .account-dashboard .right-box .purchase-again .purchase-order-view-all,
body.purchase .account-dashboard .right-box .purchase-again .purchase-order-view-all {
  position: absolute;
  right: 0;
  top: 0;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product:first-child,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product:first-child {
  border-top: 1px solid #000;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product img,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product img {
  max-width: 126px;
  object-fit: cover;
  margin-right: 5px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info {
  width: 50%;
  margin-right: 5px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info .product-name,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info .product-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info .product-name .sku,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-info .product-name .sku {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options {
  display: flex;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option {
  background: #e9eaf4;
  padding: 8px 8px 4px 8px;
  color: #7b7b7d;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option:last-child,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option:last-child {
  margin-right: 0;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option.active,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-options .product-option.active {
  background: #fff;
  color: #000b8b;
  border: 1px solid #000b8b;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price {
  width: 15%;
  margin-right: 5px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price .price,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price .price {
  font-size: 16px;
  color: #000b8b;
  font-weight: 600;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price .msrp,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-price .msrp {
  font-size: 14px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity {
  display: flex;
  align-items: center;
  width: calc(100% - 65% - 141px);
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity .quantity,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity .quantity {
  width: 50px;
  border-radius: 5px;
  margin-right: 5px;
}
body.dashboard .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity .button-blue,
body.purchase .account-dashboard .right-box .purchase-again .recent-buy-products .recent-buy-product .product-quantity .button-blue {
  padding: 6px 8px 6px 8px;
  font-size: 14px;
}
body.dashboard .account-dashboard .right-box .upcoming-events,
body.purchase .account-dashboard .right-box .upcoming-events {
  margin-bottom: 50px;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > th,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > th,
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > th,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > th {
  padding-left: 0;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > td,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > td,
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > td,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > td {
  padding-left: 0;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > td .button-text-blue,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > thead > tr > td .button-text-blue,
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > td .button-text-blue,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events > tbody > tr > td .button-text-blue {
  font-weight: 600;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td,
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td {
  font-weight: 300;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(1),
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(1),
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(4),
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(4) {
  width: 20%;
}
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(2),
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(2),
body.dashboard .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(3),
body.purchase .account-dashboard .right-box .upcoming-events .table-upcoming-events tbody tr td:nth-child(3) {
  width: 30%;
}
body.dashboard .account-dashboard .right-box .latest-blog-post,
body.purchase .account-dashboard .right-box .latest-blog-post {
  margin-bottom: 50px;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blog-post-header,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blog-post-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blog-post-header .view-more-posts,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blog-post-header .view-more-posts {
  font-weight: 600;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blogs .blog,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blogs .blog {
  display: flex;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-image,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-image {
  width: 50%;
  max-width: 500px;
  margin-right: 30px;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body {
  width: 50%;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body .blog-date,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body .blog-date {
  font-weight: 400;
  margin-bottom: 15px;
}
body.dashboard .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body .blog-description,
body.purchase .account-dashboard .right-box .latest-blog-post .latest-blogs .blog .blog-body .blog-description {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
body.dashboard .account-dashboard,
body.purchase .account-dashboard {
  display: flex;
  padding-top: 40px;
  flex-direction: column-reverse;
}
body.dashboard .account-dashboard .left-box,
body.purchase .account-dashboard .left-box {
  width: 100%;
}
body.dashboard .account-dashboard .right-box,
body.purchase .account-dashboard .right-box {
  width: 100%;
}
body.dashboard .account-dashboard .dismiss,
body.purchase .account-dashboard .dismiss {
  display: none;
}
.gift-card-notification {
  background-color: white;
  color: white;
  text-decoration: none;
  padding: 0;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.gift-card-notification .badge {
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 1px 8px;
  border-radius: 50%;
  background-color: #000b8c;
  color: white;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  body.dashboard .account-dashboard .right-box .introducing .introducing-body,
  body.purchase .account-dashboard .right-box .introducing .introducing-body {
    flex-direction: column;
  }
  body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left,
  body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left,
  body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right,
  body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right {
    width: calc(100% - 20px);
  }
  body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-left img,
  body.purchase .account-dashboard .right-box .introducing .introducing-body .body-left img,
  body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-right img,
  body.purchase .account-dashboard .right-box .introducing .introducing-body .body-right img {
    margin: 0 auto;
  }
  body.dashboard .account-dashboard .right-box .introducing .introducing-body .body-center,
  body.purchase .account-dashboard .right-box .introducing .introducing-body .body-center {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .dashboard .product-item-info .product.name.product-item-name,
  .purchase .product-item-info .product.name.product-item-name {
    width: 45%;
    padding-right: 0;
  }
  .dashboard .product-item-info .swatch-attribute,
  .purchase .product-item-info .swatch-attribute {
    margin-top: 67px;
  }
  .isc-partner-custom:not(.simple) {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .dashboard .product-item-info .product.name.product-item-name span,
  .purchase .product-item-info .product.name.product-item-name span {
    display: block;
  }
}
.dashboard .product-item-info .product.name.product-item-name .product-item-link,
.purchase .product-item-info .product.name.product-item-name .product-item-link {
  font-size: 16px;
  font-weight: 500 !important;
}
.dashboard .product-item-info .product-item-inner .actions-primary .input-text.qty,
.purchase .product-item-info .product-item-inner .actions-primary .input-text.qty {
  padding-bottom: 18px;
  padding-top: 15px;
  margin-right: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .dashboard .has-image-photo-hover .product-item-info:hover .product-image-container + .product-image-container,
  .purchase .has-image-photo-hover .product-item-info:hover .product-image-container + .product-image-container {
    left: -6px;
    max-width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .dashboard .product-item-info .product-image-container,
  .purchase .product-item-info .product-image-container {
    max-width: 75px;
  }
  .dashboard .product-item-info .product.details.product-item-details,
  .purchase .product-item-info .product.details.product-item-details {
    padding-top: 16px;
  }
  .dashboard .product-item-info .product.details.product-item-details .product-item-details-wrapper [class^="swatch-opt-"],
  .purchase .product-item-info .product.details.product-item-details .product-item-details-wrapper [class^="swatch-opt-"] {
    display: unset;
  }
  .dashboard .product-item-info .product.name.product-item-name,
  .purchase .product-item-info .product.name.product-item-name {
    width: 52%;
    float: none;
    padding-right: 55px;
  }
  .dashboard .product-item-info .price-box.price-final_price,
  .purchase .product-item-info .price-box.price-final_price {
    float: left;
    width: 17%;
    margin: 0;
  }
  .dashboard .product-item-info .swatch-attribute,
  .purchase .product-item-info .swatch-attribute {
    margin-top: 42px;
  }
  .dashboard .product-item-info .swatch-attribute .swatch-option.text,
  .purchase .product-item-info .swatch-attribute .swatch-option.text {
    min-width: auto;
  }
  .dashboard .price-box .old-price,
  .purchase .price-box .old-price {
    display: block;
    padding-left: 0px;
  }
  .quickorder.products .product-item {
    border-bottom: 1px solid #010c8b;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
body:not(.is-shop) .quiz-program-start-quiz-button .button-blue {
  margin-top: 40px;
}
.quiz-program-start-question-container {
  background-color: #f6f6f6;
  padding: 30px 20px;
  /* HIDE RADIO */
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* Span STYLES */
  /* Span STYLES */
}
.quiz-program-start-question-container .quiz-question-title {
  text-align: center;
  font-size: 28px;
  color: #000b8b;
}
.quiz-program-start-question-container [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.quiz-program-start-question-container [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.quiz-program-start-question-container [type=radio] + img {
  cursor: pointer;
}
.quiz-program-start-question-container [type=radio] + span {
  cursor: pointer;
}
.quiz-program-start-question-container [type=checkbox] + span {
  cursor: pointer;
}
.quiz-program-start-question-container .answers-container {
  margin-top: 20px;
}
.quiz-program-start-question-container .answers-container .answers-type {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.quiz-program-start-question-container .answers-container .answers-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.quiz-program-start-question-container .answers-container .answers-not-img label {
  margin: 5px;
  cursor: pointer;
}
.quiz-program-start-question-container .answers-container .answers-not-img label span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  margin-bottom: 10px;
  margin-right: 5px;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
}
.quiz-program-start-question-container .answers-container .answers-not-img label span:hover {
  background-color: #249DD4;
  color: #fff;
}
.quiz-program-start-question-container .answers-container .answers-not-img label [type=checkbox]:checked + span,
.quiz-program-start-question-container .answers-container .answers-not-img label [type=radio]:checked + span {
  outline: none;
  background-color: #249DD4 !important;
  color: #fff !important;
}
.quiz-program-start-question-container .answers-container .answers-img label {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
.quiz-program-start-question-container .answers-container .answers-img label span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
}
.quiz-program-start-question-container .answers-container .answers-img label span:hover {
  background-color: #000b8b;
  color: #fff;
}
.quiz-program-start-question-container .answers-container .answers-img label [type=checkbox]:checked + span,
.quiz-program-start-question-container .answers-container .answers-img label [type=radio]:checked + span {
  outline: none;
  background-color: #249DD4 !important;
  color: #fff !important;
}
.quiz-program-start-question-container button:disabled {
  display: none;
}
.quiz-program-start-question-container #circle-container {
  margin: 20px auto;
  width: 200px;
}
.quiz-program-start-question-container .quiz-question {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f6f6f6;
  border: none;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 auto;
  overflow: hidden;
}
.quiz-program-start-question-container .quiz-question legend {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f6f6f6;
  box-sizing: border-box;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.quiz-program-start-question-container .quiz-question input[type="radio"] + label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  text-align: center;
  width: 50%;
}
.quiz-program-start-question-container .quiz-question input[type="radio"] + label span {
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  display: block;
  margin-bottom: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 80%;
}
.quiz-program-start-question-container .quiz-question input[type="radio"] + label span:hover {
  background-color: #dceefa;
  color: #000000;
}
.quiz-program-start-question-container .quiz-question input[type="radio"] {
  left: -9999px;
  position: absolute;
}
.quiz-program-start-question-container .quiz-question input[type="radio"]:checked + label span {
  background-color: #249dd4;
  color: #ffffff;
}
.quiz-program-start-question-container .quiz-question .button-space {
  clear: both;
  height: 27px;
  padding-top: 20px;
}
.quiz-program-start-question-container .quiz-question .next,
.quiz-program-start-question-container .quiz-question .back {
  -webkit-border-radius: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px 15px 15px 15px;
  border: solid 2px #249dd4;
  color: #249dd4;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 25px;
  text-transform: uppercase;
}
.quiz-program-start-question-container .disabled {
  display: none;
}
.quiz-program-start-question-container .end {
  color: #047e3c;
  font-family: Helvetica, arial, sans-serif;
  font-size: 50px;
  text-align: center;
}
.action-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-container .button-blue {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.action-container .button-blue:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.action-container .button-blue .text.back:before {
  content: '\00AB';
  margin-right: 5px;
}
.action-container .button-blue .text.next:after {
  content: '\00BB';
  margin-left: 5px;
}
.quiz-program-start-quiz-button .button-blue {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8b;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.quiz-program-start-quiz-button .button-blue:hover {
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.quiz-program-start-quiz-button .button-blue .text.back:before {
  content: '\00AB';
  margin-right: 5px;
}
.quiz-program-start-quiz-button .button-blue .text.next:after {
  content: '\00BB';
  margin-left: 5px;
}
.quiz-result-button {
  margin-bottom: 40px;
}
.quiz-register-container .quiz-responses,
.quiz-result-container .quiz-responses {
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 40px;
}
.quiz-register-container .quiz-responses .quiz-program-register #content,
.quiz-result-container .quiz-responses .quiz-program-register #content,
.quiz-register-container .quiz-responses .quiz-program-result #content,
.quiz-result-container .quiz-responses .quiz-program-result #content {
  display: flex;
  justify-content: space-between;
}
.quiz-register-container .quiz-responses .quiz-program-register #content #question-box,
.quiz-result-container .quiz-responses .quiz-program-register #content #question-box,
.quiz-register-container .quiz-responses .quiz-program-result #content #question-box,
.quiz-result-container .quiz-responses .quiz-program-result #content #question-box {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000b8b;
  font-weight: 500;
  margin-bottom: 10px;
}
.quiz-register-container .quiz-responses .quiz-program-register #content #answer-box ul,
.quiz-result-container .quiz-responses .quiz-program-register #content #answer-box ul,
.quiz-register-container .quiz-responses .quiz-program-result #content #answer-box ul,
.quiz-result-container .quiz-responses .quiz-program-result #content #answer-box ul {
  padding-left: 15px;
  list-style: none;
}
.quiz-register-container .quiz-responses .quiz-program-register #content #answer-box ul .answer,
.quiz-result-container .quiz-responses .quiz-program-register #content #answer-box ul .answer,
.quiz-register-container .quiz-responses .quiz-program-result #content #answer-box ul .answer,
.quiz-result-container .quiz-responses .quiz-program-result #content #answer-box ul .answer {
  text-align: right;
  margin-bottom: 5px;
}
.quiz-register-container .quiz-responses .quiz-program-register #content #answer-box ul .answer .fa-hand-o-right,
.quiz-result-container .quiz-responses .quiz-program-register #content #answer-box ul .answer .fa-hand-o-right,
.quiz-register-container .quiz-responses .quiz-program-result #content #answer-box ul .answer .fa-hand-o-right,
.quiz-result-container .quiz-responses .quiz-program-result #content #answer-box ul .answer .fa-hand-o-right {
  color: #000b8b;
  margin-right: 10px;
}
.quiz-register-container .login-container .block-customer-login,
.quiz-result-container .login-container .block-customer-login,
.quiz-register-container .login-container .block-new-customer,
.quiz-result-container .login-container .block-new-customer {
  padding: 25px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
}
.quiz-skincare-regimens-box {
  margin-bottom: 35px;
}
.quiz-skincare-regimens-box .quiz-skincare-regimen-title {
  background: #000b8b;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 10px 15px;
}
.quiz-skincare-regimens-box .quiz-skincare-regimen-title h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen {
  background: #e0ebf1;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen:nth-child(2n+1) {
  background: #f3f8fb;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen .skincare-time {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000b8b;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen .skincare-time h4 {
  font-size: 16px;
  font-family: 'Helvetica Neue LT Pro';
  margin: 0;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen .skincare-content {
  padding: 10px 15px;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen .skincare-content p {
  font-size: 18px;
}
.quiz-skincare-regimens-box .quiz-skincare-regimens .skincare-regimen .skincare-content a {
  color: #000b8b;
  font-size: 18px;
}
.quiz-skincare-regimens-box .quiz-skincare-pro-tip {
  background: #000b8b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.quiz-professional-box {
  margin-bottom: 35px;
}
.quiz-professional-box .quiz-professional-title h3 {
  font-family: 'Helvetica Neue LT Pro';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #000b8b;
  margin-bottom: 30px;
}
.quiz-professional-box .quiz-professional-content .content-body .title {
  font-size: 20px;
  color: #292c64;
  font-weight: 700;
}
.quiz-professional-box .quiz-professional-content .content-body .body {
  font-size: 16px;
  color: #000b8b;
  margin-bottom: 15px;
}
.quiz-professional-box .quiz-professional-content .content-body .buttons .btn-border-blue {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.quiz-professional-box .quiz-professional-content .content-body .buttons .btn-border-blue:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.title-quiz {
  color: #000b8b;
}
.suggested-button {
  padding: 35px 0;
}
.suggested-button .btn-border-blue {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.suggested-button .btn-border-blue:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.quiz-skincare-regimens-box {
  display: none;
}
.quiz-result-product-collection .product-item-info .product-attribute {
  visibility: visible !important;
}
body.is-concierge .order-search-frontend,
body.store-professional_store_view .order-search-frontend {
  padding-bottom: 10px;
}
body.is-concierge .order-search-frontend .order-search-container .form.form-orders-search,
body.store-professional_store_view .order-search-frontend .order-search-container .form.form-orders-search {
  display: flex;
  margin-top: 5px;
}
body.is-concierge .order-search-frontend .order-search-container .form.form-orders-search .find-by-ship-to,
body.store-professional_store_view .order-search-frontend .order-search-container .form.form-orders-search .find-by-ship-to,
body.is-concierge .order-search-frontend .order-search-container .form.form-orders-search .find-by-product-sku,
body.store-professional_store_view .order-search-frontend .order-search-container .form.form-orders-search .find-by-product-sku {
  margin-bottom: 10px;
}
body.is-concierge .order-search-frontend .order-search-container .form.form-orders-search .fieldset,
body.store-professional_store_view .order-search-frontend .order-search-container .form.form-orders-search .fieldset {
  margin: 0;
}
body.is-concierge .order-search-frontend .order-search-container .form.form-orders-search .actions-toolbar,
body.store-professional_store_view .order-search-frontend .order-search-container .form.form-orders-search .actions-toolbar {
  margin-top: 25px;
  padding-left: 20px;
}
body.employees .filter-add-container {
  display: flex;
  justify-content: space-between;
}
body.employees .filter-add-container .filter-employee-container .employee-search-frontend {
  padding-bottom: 10px;
}
body.employees .filter-add-container .filter-employee-container .employee-search-frontend .employee-search-container .form.form-employee-search {
  display: flex;
}
body.employees .filter-add-container .filter-employee-container .employee-search-frontend .employee-search-container .form.form-employee-search .find-by-email {
  margin-bottom: 10px;
}
body.employees .filter-add-container .filter-employee-container .employee-search-frontend .employee-search-container .form.form-employee-search .fieldset {
  margin: 0;
}
body.employees .filter-add-container .filter-employee-container .employee-search-frontend .employee-search-container .form.form-employee-search .actions-toolbar {
  padding-left: 20px;
}
#shipping-method-buttons-container button.continue {
  float: right;
}
.iwd-address-validation-popup.modal-popup .action-close {
  display: none !important;
}
.iwd-address-validation-popup.modal-popup .modal-inner-wrap {
  margin-left: -200px !important;
  width: 400px !important;
  left: 50% !important;
}
.iwd-address-validation-popup.modal-popup .modal-header {
  background-color: #e8e7e3;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #343030;
  font-weight: bold;
}
.iwd-address-validation-popup.modal-popup .modal-header h1 {
  font-weight: bold;
  margin: 0;
  border: none;
  padding: 10px 18px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-footer {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-content {
  margin: 0 5px;
  padding: 20px 20px 0;
}
.iwd-address-validation-popup.modal-popup .modal-content p {
  color: #343030;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-content .suggestion {
  text-align: center;
  margin-bottom: 20px;
}
.iwd-address-validation-popup.modal-popup .modal-content ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li {
  list-style: none;
  cursor: pointer;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li input[type="radio"] {
  display: inline-block;
  float: left;
  width: 20px;
  height: 32px;
  margin: 2px 5px 0 0;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li input[type="radio"]:focus {
  border: none !important;
  box-shadow: none;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li label {
  display: inline-block;
  float: left;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.iwd-address-validation-popup.modal-popup .modal-footer button {
  text-transform: uppercase;
  cursor: pointer;
}
.iwd-address-validation-popup.modal-popup .mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .iwd-address-validation-popup.modal-popup .modal-inner-wrap {
    margin-left: -160px !important;
    width: 320px !important;
    left: 50% !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.mpinstagramfeed .silder {
  width: 78% !important;
  margin-left: 15% !important;
  margin-right: auto !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RewardPointsUltimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-rw-social {
  float: left;
  margin: 5px;
}
.mp-reward-vertical .mp-reward-progress {
  margin-left: 40%;
  width: 150px;
}
.mp-reward-vertical .mp-reward-progress-step {
  height: 150px;
}
.mp-reward-vertical .mp-reward-progress-step:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  margin: auto 5px auto 0;
  bottom: 100px;
  left: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mp-reward-vertical .mp-reward-step-end:after {
  display: none;
}
.mp-reward-vertical .mp-reward-step-range {
  position: absolute;
  height: 100%;
  width: 16px;
  bottom: 100px;
  left: 22px;
  z-index: 1;
}
.mp-reward-vertical .mp-reward-tier-name {
  position: absolute;
  top: 15px;
  left: -110px;
  width: 100px;
  text-align: right;
}
.mp-reward-vertical .mp-reward-tier-min-point {
  position: absolute;
  top: 15px;
  left: 70px;
  width: 100px;
  text-align: left;
}
.mp-reward-vertical .reward-milestone-tier {
  width: 70%;
}
.mp-reward-horizontal .mp-reward-progress {
  display: flex;
  height: 200px;
  margin-top: 40px;
}
.mp-reward-progress-step {
  position: relative;
}
.mp-reward-horizontal .mp-reward-progress-step {
  width: 28%;
}
.mp-reward-step-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  overflow: hidden;
}
.mp-reward-step-image img {
  margin: 15px;
  width: 25px;
  height: 25px;
}
.mp-reward-horizontal .mp-reward-step-range {
  width: 65%;
  z-index: 1;
  position: absolute;
  top: 42%;
  left: 32%;
  height: 3px;
}
#mp-reward-milestone-tier .mp-reward-step-image .mp-step-border-circle {
  width: 73px;
  height: 73px;
  background-color: #c4c4c4;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  margin: 3px;
}
#mp-reward-milestone-tier .mp-reward-step-image .mp-step-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  background: #FFFFFF;
  margin: 9px 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#mp-reward-milestone-tier.mp-reward-horizontal .mp-reward-step-end {
  width: 5%;
}
.mp-reward-horizontal .mp-reward-progress-step:after {
  content: '';
  position: absolute;
  width: 65%;
  margin: 85px 0 0 92px;
}
.mp-reward-horizontal .mp-reward-step-end:after {
  display: none;
}
.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-name {
  position: absolute;
  width: 200px;
  text-align: justify;
  margin: -41px 50px;
}
.mp-reward-horizontal .mp-reward-tier-info i {
  position: absolute;
  margin: -40px 30px;
}
.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-min-point {
  position: absolute;
  top: 140px;
  left: 15px;
  width: 50px;
  text-align: center;
}
.reward-milestone-tier .block-content .box-milestone-tier .box-image {
  height: 75px;
  margin-right: 10px;
}
.reward-milestone-tier .block-content .box-milestone-tier {
  display: flex;
  width: 100%;
}
.mp-reward-tier-description {
  position: absolute;
  margin: -13px 37px;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 600px) {
  .mp-reward-horizontal .mp-reward-progress-step {
    width: 30%;
  }
  .mp-reward-vertical {
    display: flex;
  }
  .mp-reward-vertical .mp-reward-progress {
    margin-left: 100px;
  }
  #mp-reward-milestone-tier.mp-reward-vertical .box-milestone-tier {
    width: 100%;
  }
  .mp-reward-tier-description {
    width: 130px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .mp-reward-horizontal .mp-reward-progress-step {
    width: 31%;
  }
  .mp-reward-vertical {
    display: flex;
  }
  .mp-reward-vertical .mp-reward-progress {
    margin-left: 100px;
  }
}
.mp-reward-tier-info {
  font-size: 2rem;
  font-weight: 400;
}
.mp-reward-slide {
  position: relative;
  padding-top: 3rem;
  height: 330px;
}
.mp-reward-slide .reward-milestone-tier {
  position: relative;
  margin: 0;
  width: 100%;
}
.mp-reward-container {
  position: absolute;
  height: 280px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
#mp-reward-milestone-tier .mp-reward-step-image {
  top: 45px;
}
.mp-reward-tier-description p {
  font-size: 1rem;
  margin: 5px 0;
}
.mp-reward-slide .mp-reward-tier-description {
  background-color: white;
}
.mp-reward-slide .mp-reward-tier-min-point {
  top: 95px;
  left: 15px;
  position: absolute;
  color: #333333;
  font-weight: 700;
  width: 50px;
}
.mp-reward-step-progress {
  position: relative;
  top: 35%;
  left: 0;
  width: 75%;
  right: 0;
  margin: auto;
}
.mp-tier {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color: inherit;
  width: 80px;
  height: 80px;
  z-index: 2;
  font-size: 1.4em;
}
.mp-reward-slide .mp-tier img {
  width: 25px;
  height: 25px;
  margin-top: 25px;
}
.progress {
  width: 25%;
  position: absolute;
  top: 40px;
}
.bar {
  height: 100%;
  width: 0;
  transform: skew(-30deg);
}
.mp-reward-control div {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 75%;
  font-size: 3rem;
  text-align: center;
  opacity: 0.25;
}
.mp-reward-control div:hover {
  opacity: 1;
}
.mp-next-bar {
  right: 0;
}
.mp-next-bar:before {
  cursor: pointer;
  content: '\e608';
  font-family: 'luma-icons';
}
.mp-back-bar {
  left: 0;
}
.mp-back-bar:before {
  cursor: pointer;
  content: '\e617';
  font-family: 'luma-icons';
}
.mp-reward-slide .mp-reward-tier-name {
  position: absolute;
  text-align: justify;
  width: 200px;
  font-weight: 700;
  color: #333333;
  margin: -7.9rem 3.2rem;
}
.mp-reward-slide .mp-reward-tier-description {
  position: absolute;
  width: 120%;
  height: 45px;
  left: 3%;
  display: block;
  top: -45%;
  font-size: 1.4rem;
  text-align: justify;
}
.block-reward-dashboard .box-milestone-tier .box-image img {
  height: 75px;
}
/** Style on category page **/
.action.to_cart_by_points {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 12px 0 5px;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.action.to_cart_by_points img {
  width: 20px;
  height: 20px;
}
.mst_fb_marketing__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000000;
  width: 30rem;
}
.mst_fb_marketing__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #4686f3;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body {
  max-height: 400px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 5px;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track {
  padding: 10px;
  margin: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track > strong {
  font-style: normal;
  background: #4685f3;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: -5px;
  color: #ffffff;
  font-weight: normal;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track > i {
  font-style: normal;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track > span {
  margin-left: 5px;
  color: #8a8a8a;
  text-decoration: underline;
  float: right;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track._active {
  background: #4685f3;
  color: #ffffff;
}
.mst_fb_marketing__toolbar .mst_fb_marketing__toolbar-body .mst_fb_marketing__toolbar-track._active > span {
  display: none;
}
.mst_fb_marketing__toolbar-extra {
  position: fixed;
  bottom: 1rem;
  left: 32.5rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000001;
  width: 47rem;
  background: #ffffff;
  padding: 1rem;
}
.mst_fb_marketing__toolbar-extra > pre {
  background: #ffffff;
  border: none;
  margin: 0;
  overflow: scroll;
  font-size: 11px;
  height: 35em;
  width: 45rem;
}
.mst-gtm__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000000;
  width: 30rem;
}
.mst-gtm__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #4686f3;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body {
  max-height: 40rem;
  overflow-y: scroll;
  background: #ffffff;
  padding: .5rem;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event {
  padding: 1rem;
  margin: .5rem;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > strong {
  font-style: normal;
  background: #4685f3;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: -5px;
  color: #ffffff;
  font-weight: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > i {
  font-style: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > span {
  margin-left: 5px;
  color: #8a8a8a;
  text-decoration: underline;
  float: right;
}
.mst-gtm__toolbar-extra {
  position: fixed;
  bottom: 1rem;
  left: 32.5rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000001;
  width: 47rem;
  background: #ffffff;
  padding: 1rem;
}
.mst-gtm__toolbar-extra > pre {
  background: #ffffff;
  border: none;
  margin: 0;
  overflow: scroll;
  font-size: 11px;
  height: 35em;
  width: 45rem;
}
.aw-sarp2__payment-edit-form #payment-method-braintree-paypal .actions-toolbar {
  display: block;
}
.aw-sarp2__payment-edit-form .braintree-paypal-actions + .actions-toolbar {
  display: block;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 200;
}
.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: 200;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 200;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/ISClinical/affiliate/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/ISClinical/affiliate/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.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: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), 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%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/ISClinical/affiliate/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  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: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #d1d1d1;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.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 {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.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-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.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-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 200;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.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;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 200;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000b8b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000b8b;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #272d9a;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  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.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 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 {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.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: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  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;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 200;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.cart-discount {
  border-bottom: 1px solid #d1d1d1;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #000b8b;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.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;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.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.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.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;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  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: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000b8b;
  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 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #757575;
  content: '\e606';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.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 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 200;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  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;
}
.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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.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;
  padding: 0 0 20px 22px;
}
.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: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.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._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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 {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000b8b;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.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 .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.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;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.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: 32px;
  line-height: 32px;
  padding: 0 9px;
  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%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #000b8b;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #000b8b;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #272d9a;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.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 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #000b8b;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #000b8b;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 200;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  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 10px 10px 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: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 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: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 200;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  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: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.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: #000b8b;
  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: #000b8b;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #272d9a;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
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: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .action.toggle {
  padding: 4px 5px;
  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: 12px;
  line-height: 22px;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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: 12px;
  line-height: 22px;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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: #e8e8e8;
  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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #000b8b;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #000b8b;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  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;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #000b8b;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 200;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.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 .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 200;
}
.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 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #000b8b;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.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: 10px;
}
.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: #e02b27;
}
.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: 10px;
}
.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 {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.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: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.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,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.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: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 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 .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'luma-icons';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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;
}
.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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'luma-icons';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  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 .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.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: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #000b8b;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #000b8b;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #272d9a;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 20px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: 600;
  padding: 0 20px;
}
.order-links .item a {
  background: #f0f0f0;
  color: #7d7d7d;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: 600;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #fcfcfc;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #d1d1d1;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 200;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #d1d1d1;
}
.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;
}
.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;
}
.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 .col.name {
  padding-top: 16px;
}
.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: 'luma-icons';
  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.8rem;
}
.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: 1px solid #d1d1d1;
}
.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;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  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 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000b8b;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #272d9a;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 5px 10px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000b8b;
}
.message.global.demo a:hover {
  color: #272d9a;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #000b8b;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #ffffff;
  font-weight: normal;
}
.footer.content .links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer.content .links a:visited {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #ffffff;
  text-decoration: underline;
}
.copyright {
  background-color: transparent;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.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: #000b8b;
  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: #000b8b;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #272d9a;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #000b8b;
  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: #000b8b;
  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: #000b8b;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #272d9a;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #000b8b;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.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: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 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;
}
.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: 'luma-icons';
  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: 200;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 200;
}
.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: 200;
}
.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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 200;
  margin: 10px 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: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  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: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  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;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  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: 7px;
}
.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: 4px;
  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: 18px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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: 10px 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: 12px;
  line-height: 22px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  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;
}
/*
Best practices for using font-weights:
-----
100: Extra Light or Ultra Light
200: Light or Thin
300: Book or Demi
400: Normal or Regular
500: Medium
600: Semibold, Demibold
700: Bold
800: Black, Extra Bold or Heavy
900: Extra Black, Fat, Poster or Ultra Black
*/
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Roman.svg#AmericanaBT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Italic.svg#AmericanaBT-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-Bold.svg#AmericanaBT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AmericanaBT-ExtraBold.svg#AmericanaBT-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-LightOblique.svg#Avenir-LightOblique') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BookOblique.svg#Avenir-BookOblique') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Oblique.svg#Avenir-Oblique') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-HeavyOblique.svg#Avenir-HeavyOblique') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Italic.svg#AvenirNext-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLight.svg#AvenirNextCondensed-UltraLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-UltraLightItalic.svg#AvenirNextCondensed-UltraLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Italic.svg#AvenirNextCondensed-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-MediumItalic.svg#AvenirNextCondensed-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-DemiBoldItalic.svg#AvenirNextCondensed-DemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-BoldItalic.svg#AvenirNextCondensed-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-Heavy.svg#AvenirNextCondensed-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/AvenirNextCondensed-HeavyItalic.svg#AvenirNextCondensed-HeavyItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Roman.svg#Egyptian505BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Light.svg#Egyptian505BT-Light') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Bold.svg#Egyptian505BT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/Egyptian505BT-Medium.svg#Egyptian505BT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-MdIt.svg#HelveticaNeueLTPro-MdIt') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.svg#HelveticaNeueLTPro-MdExO') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.svg#HelveticaNeueLTPro-ThEx') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Th.svg#HelveticaNeueLTPro-Th') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLtIt.svg#HelveticaNeueLTPro-UltLtIt') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ThIt.svg#HelveticaNeueLTPro-ThIt') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-UltLt.svg#HelveticaNeueLTPro-UltLt') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.svg#HelveticaNeueLTPro-LtCn') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.svg#HelveticaNeueLTPro-LtExO') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.svg#HelveticaNeueLTPro-MdCnO') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.svg#HelveticaNeueLTPro-UltLtCn') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.svg#HelveticaNeueLTPro-LtCnO') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.svg#HelveticaNeueLTPro-ThCnO') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.svg#HelveticaNeueLTPro-ThCn') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.svg#HelveticaNeueLTPro-MdEx') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.svg#HelveticaNeueLTPro-UltLtEx') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-LtIt.svg#HelveticaNeueLTPro-LtIt') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.svg#HelveticaNeueLTPro-UltLtExO') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.svg#HelveticaNeueLTPro-ThExO') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.svg#HelveticaNeueLTPro-UltLtCnO') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.svg#HelveticaNeueLTPro-LtEx') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdIt.svg#HelveticaNeueLTPro-BdIt') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.svg#HelveticaNeueLTPro-BlkExO') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCn.svg#HelveticaNeueLTPro-BdCn') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.svg#HelveticaNeueLTPro-BlkCnO') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BlkIt.svg#HelveticaNeueLTPro-BlkIt') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-ExO.svg#HelveticaNeueLTPro-ExO') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.svg#HelveticaNeueLTPro-HvExO') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.svg#HelveticaNeueLTPro-BlkCn') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-It.svg#HelveticaNeueLTPro-It') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.svg#HelveticaNeueLTPro-BdExO') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.svg#HelveticaNeueLTPro-BlkEx') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Hv.svg#HelveticaNeueLTPro-Hv') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdOu.svg#HelveticaNeueLTPro-BdOu') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-BdCnO.svg#HelveticaNeueLTPro-BdCnO') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Ex.svg#HelveticaNeueLTPro-Ex') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.svg#HelveticaNeueLTPro-BdEx') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.svg#HelveticaNeueLTPro-HvCn') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-CnO.svg#HelveticaNeueLTPro-CnO') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.svg#HelveticaNeueLTPro-HvCnO') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-Blk.svg#HelveticaNeueLTPro-Blk') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/fonts/HelveticaNeueLTPro-HvIt.svg#HelveticaNeueLTPro-HvIt') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/css/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.svg#HelveticaNeueLTPro-HvEx') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AGaramondPro-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AGaramondPro-Italic.otf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AGaramondPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/AGaramondPro-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/ProximaNova-Light.ttf');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/ProximaNova-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/ProximaNova-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: 'KeplerStd';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/KeplerStd-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KeplerStd';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/KeplerStd-BoldIt.otf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayThin.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayThinItalic.otf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayExtraLight.otf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayExtraLightItalic.otf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayLight.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayLightItalic.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayRegular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayRegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplaySemiBold.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplaySemiBoldItalic.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayBold.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/fonts/Rework-DisplayBoldItalic.otf');
  font-weight: 700;
  font-style: italic;
}
.container-fluid,
.container {
  max-width: 1276px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.container-fluid:before,
.container:before,
.clearfix:after,
.container-fluid:after,
.container:after {
  content: '';
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after {
  clear: both;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper {
  overflow-x: hidden;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.is-hidden-friendly {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
@keyframes isc-pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 11, 139, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 11, 139, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 11, 139, 0.5);
  }
  70% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -moz-box-shadow: 0 0 0 10px rgba(0, 11, 139, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 11, 139, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 11, 139, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 11, 139, 0);
    box-shadow: 0 0 0 0 rgba(0, 11, 139, 0);
  }
}
@keyframes isc-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.animation {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-layout-fullwidth .page-main {
  max-width: 100%;
  padding: 0;
}
.page-layout-fullwidth .columns .column.main {
  padding-bottom: 0;
}
.section {
  padding-top: 20px;
  padding-bottom: 20px;
  /*&.background-gradient_lightest-blue {
            background-image: linear-gradient(0, rgb(255, 255, 255) 50%, rgb(179, 249, 254) 100%);
        }*/
}
.section > .container-fluid,
.section > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.background_blue {
  background-color: #000b8b;
}
.section.background_light-blue {
  background-color: #222675;
}
.section.background_lighter-blue {
  background-color: #272d9a;
}
.section.background_lightest-blue {
  background-color: #95d2fb;
}
.section.background_dark-blue {
  background-color: #001e46;
}
.section.background_white-smoke {
  background-color: #f5f5f5;
}
.section.background-gradient_lightblue-black-lightblue {
  position: relative;
  color: #ffffff;
  background-color: #040707;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section.background-gradient_lightblue-black-lightblue::before,
.section.background-gradient_lightblue-black-lightblue::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 120px;
}
.section.background-gradient_lightblue-black-lightblue .container-fluid {
  position: relative;
  z-index: 3;
}
.section.background-gradient_blue {
  background-image: linear-gradient(0, #8ef5fe 0%, #53a5e6 48%, #242baf 80%, #000b8b 100%);
}
.section.background-gradient_blue,
.section.background-gradient_blue a {
  color: #ffffff;
}
.section.background-gradient_blue .amxnotif-block label {
  color: inherit;
}
.section.background-gradient_lighter-blue {
  background-image: linear-gradient(to bottom, #95b5ff 0%, #caf8ff 100%);
}
.section.background-gradient_lightest-blue {
  background-image: linear-gradient(0, #ffffff 80%, #d8faff 100%);
}
.section .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.section .section-header h2,
.section .section-header h3 {
  margin: 0;
  font-weight: 700;
}
.section .section-footer {
  text-align: center;
}
.isc-brand,
.product.name,
.product-item-name,
.product-info-main .page-title,
.amcart-message-box .added-item {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}
.isc-brand a,
.product.name a,
.product-item-name a,
.product-info-main .page-title a,
.amcart-message-box .added-item a {
  font-weight: inherit;
}
.product-item-name,
.product-info-main .page-title,
.amcart-message-box .added-item {
  text-transform: uppercase;
}
.columns-flex {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: -15px;
  padding: 0;
  box-sizing: border-box;
}
.columns-flex .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 15px;
  box-sizing: inherit;
}
.columns-flex.is-xs-indent {
  margin: -5px;
}
.columns-flex.is-xs-indent .column {
  padding: 5px;
}
.columns-flex.is-s-indent {
  margin: -10px;
}
.columns-flex.is-s-indent .column {
  padding: 10px;
}
.columns-flex.is-l-indent {
  margin: -20px;
}
.columns-flex.is-l-indent .column {
  padding: 20px;
}
.scroll-element {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .scroll-element {
    right: 50px;
  }
}
.scroll-element a {
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #000b8b;
  border-radius: 30px;
  box-sizing: border-box;
  -moz-animation: isc-pulse 2s infinite;
  -webkit-animation: isc-pulse 2s infinite;
  animation: isc-pulse 2s infinite;
}
.scroll-element a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../../frontend/ISClinical/affiliate/en_US/images/arrow-down.png") no-repeat 50% 50%;
  background-size: cover;
}
.scroll-element a:hover {
  background-color: #ffffff;
}
.page-main-header {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  background-color: #000b8b;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-main-header .page-main-header-container {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-main-header .page-title-wrapper {
  max-width: 850px;
}
.page-main-header .page-title {
  margin-bottom: 0;
  color: inherit;
  text-transform: uppercase;
}
.page-main-header .category-description {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.page-main-header .category-description a,
.page-main-header .category-description .alink {
  color: inherit;
}
.page-main-header .category-description p:last-child {
  margin-bottom: 0;
}
.page-main-header .category-description .columns-flex .column .description-inner {
  /*display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        flex-flow: column nowrap;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        justify-content: center;
                        height: 100%;*/
}
.page-main-header .category-description .columns-flex .column .featured-product .product-name {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-main-header .category-description .columns-flex .column.featured-content {
    flex: none !important;
    width: 33.33333333%;
    max-width: 320px;
  }
}
.page-main-header .category-actions {
  margin-top: 2rem;
}
.page-main-header .action-border,
.page-main-header .action-border-primary {
  color: #ffffff;
  background: #000b8b;
  border-color: #ffffff;
}
.page-main-header .action-border:hover,
.page-main-header .action-border-primary:hover {
  color: #000b8b;
  background: #ffffff;
  border-color: #ffffff;
}
.page-main-header .category-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-main-header .category-image img {
  display: none;
  visibility: hidden;
  margin: auto;
}
.page-products .page-main-header {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/category-banner.jpg");
}
.page-main {
  padding-top: 20px;
}
.page-main h1 {
  text-transform: uppercase;
}
.page-wrapper .free-shipping-bar.empty,
.page-wrapper .free-shipping-bar:empty,
.page-wrapper .free-shipping-bar:blank {
  padding: 0 !important;
  background: transparent !important;
}
.image-comparison {
  position: relative;
}
.image-comparison .label-before,
.image-comparison .label-after {
  display: inline-block;
  position: absolute;
  top: calc(50% + 45px);
  z-index: 3;
  padding: 0 15px;
  color: #000b8b;
  font-size: 1.5rem;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.image-comparison .label-before {
  left: 0;
}
.image-comparison .label-after {
  right: 0;
}
.product.data.items.tabs-in-bottom {
  position: relative;
  padding: 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .product.data.items.tabs-in-bottom .item.title > .switch {
    padding: 5px;
    line-height: 1;
  }
  .product.data.items.tabs-in-bottom .item.title > .switch::after {
    content: '';
  }
}
.tabs-in-bottom .title-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  box-sizing: border-box;
}
.tabs-in-bottom .title-wrapper .title {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: inherit;
}
.tabs-in-bottom .title-wrapper .title:first-child {
  padding-left: 0;
}
.tabs-in-bottom .title-wrapper .title:last-child {
  padding-right: 0;
}
.tabs-in-bottom .title-wrapper .title a {
  display: block;
  height: calc(100% - 10px);
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #000b8b;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs-in-bottom .title-wrapper .title.active a,
.tabs-in-bottom .title-wrapper .title a:hover {
  color: #ffffff;
  background: #000b8b;
}
.tabs-in-bottom .content-wrapper .content:not(:first-child) {
  display: none;
}
.tabs-in-bottom .twentytwenty-container {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.retinol-before-and-after-container {
  max-width: 1276px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .type {
  display: block;
  margin-bottom: 30px;
}
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .title-before-after {
  margin-bottom: 20px;
  margin-top: 20px;
}
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .image-comparison .label-before,
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .image-comparison .label-after {
  top: 50% !important;
}
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .twentytwenty-container .image-before,
.retinol-before-and-after-container .product-more-info-wrapper .product.attribute.before_and_after .twentytwenty-container .image-after {
  border-radius: 4px;
}
.custom-overlay-media,
.custom-overlay-media-1,
.custom-overlay-media-2,
.custom-overlay-media-3,
.custom-overlay-media-4,
.custom-overlay-media-5,
.custom-overlay-media-6 {
  position: relative;
}
.custom-overlay-media .info,
.custom-overlay-media-1 .info,
.custom-overlay-media-2 .info,
.custom-overlay-media-3 .info,
.custom-overlay-media-4 .info,
.custom-overlay-media-5 .info,
.custom-overlay-media-6 .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  max-width: 800px;
  text-align: center;
  z-index: 1;
}
.custom-overlay-media .info.center,
.custom-overlay-media-1 .info.center,
.custom-overlay-media-2 .info.center,
.custom-overlay-media-3 .info.center,
.custom-overlay-media-4 .info.center,
.custom-overlay-media-5 .info.center,
.custom-overlay-media-6 .info.center {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.custom-overlay-media .info.top-left,
.custom-overlay-media-1 .info.top-left,
.custom-overlay-media-2 .info.top-left,
.custom-overlay-media-3 .info.top-left,
.custom-overlay-media-4 .info.top-left,
.custom-overlay-media-5 .info.top-left,
.custom-overlay-media-6 .info.top-left {
  top: 0;
  left: 0;
  margin-left: unset;
}
.custom-overlay-media .info.top-center,
.custom-overlay-media-1 .info.top-center,
.custom-overlay-media-2 .info.top-center,
.custom-overlay-media-3 .info.top-center,
.custom-overlay-media-4 .info.top-center,
.custom-overlay-media-5 .info.top-center,
.custom-overlay-media-6 .info.top-center {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom-overlay-media .info.top-right,
.custom-overlay-media-1 .info.top-right,
.custom-overlay-media-2 .info.top-right,
.custom-overlay-media-3 .info.top-right,
.custom-overlay-media-4 .info.top-right,
.custom-overlay-media-5 .info.top-right,
.custom-overlay-media-6 .info.top-right {
  top: 0;
  right: 0;
  margin-right: unset;
}
.custom-overlay-media .info.bottom-left,
.custom-overlay-media-1 .info.bottom-left,
.custom-overlay-media-2 .info.bottom-left,
.custom-overlay-media-3 .info.bottom-left,
.custom-overlay-media-4 .info.bottom-left,
.custom-overlay-media-5 .info.bottom-left,
.custom-overlay-media-6 .info.bottom-left {
  bottom: 0;
  left: 0;
  margin-left: unset;
}
.custom-overlay-media .info.bottom-center,
.custom-overlay-media-1 .info.bottom-center,
.custom-overlay-media-2 .info.bottom-center,
.custom-overlay-media-3 .info.bottom-center,
.custom-overlay-media-4 .info.bottom-center,
.custom-overlay-media-5 .info.bottom-center,
.custom-overlay-media-6 .info.bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom-overlay-media .info.bottom-right,
.custom-overlay-media-1 .info.bottom-right,
.custom-overlay-media-2 .info.bottom-right,
.custom-overlay-media-3 .info.bottom-right,
.custom-overlay-media-4 .info.bottom-right,
.custom-overlay-media-5 .info.bottom-right,
.custom-overlay-media-6 .info.bottom-right {
  bottom: 0;
  right: 0;
  margin-right: unset;
}
.custom-overlay-media .info.full-width,
.custom-overlay-media-1 .info.full-width,
.custom-overlay-media-2 .info.full-width,
.custom-overlay-media-3 .info.full-width,
.custom-overlay-media-4 .info.full-width,
.custom-overlay-media-5 .info.full-width,
.custom-overlay-media-6 .info.full-width {
  width: 100%;
  max-width: unset;
}
.custom-overlay-media .info.bg-dark,
.custom-overlay-media-1 .info.bg-dark,
.custom-overlay-media-2 .info.bg-dark,
.custom-overlay-media-3 .info.bg-dark,
.custom-overlay-media-4 .info.bg-dark,
.custom-overlay-media-5 .info.bg-dark,
.custom-overlay-media-6 .info.bg-dark {
  background: #000000 !important;
}
.custom-overlay-media .info.bg-dark .info-title,
.custom-overlay-media-1 .info.bg-dark .info-title,
.custom-overlay-media-2 .info.bg-dark .info-title,
.custom-overlay-media-3 .info.bg-dark .info-title,
.custom-overlay-media-4 .info.bg-dark .info-title,
.custom-overlay-media-5 .info.bg-dark .info-title,
.custom-overlay-media-6 .info.bg-dark .info-title,
.custom-overlay-media .info.bg-dark .info-name,
.custom-overlay-media-1 .info.bg-dark .info-name,
.custom-overlay-media-2 .info.bg-dark .info-name,
.custom-overlay-media-3 .info.bg-dark .info-name,
.custom-overlay-media-4 .info.bg-dark .info-name,
.custom-overlay-media-5 .info.bg-dark .info-name,
.custom-overlay-media-6 .info.bg-dark .info-name {
  color: #ffffff;
}
.custom-overlay-media .info.bg-white,
.custom-overlay-media-1 .info.bg-white,
.custom-overlay-media-2 .info.bg-white,
.custom-overlay-media-3 .info.bg-white,
.custom-overlay-media-4 .info.bg-white,
.custom-overlay-media-5 .info.bg-white,
.custom-overlay-media-6 .info.bg-white {
  background: #ffffff !important;
}
.custom-overlay-media .info.bg-white .info-title,
.custom-overlay-media-1 .info.bg-white .info-title,
.custom-overlay-media-2 .info.bg-white .info-title,
.custom-overlay-media-3 .info.bg-white .info-title,
.custom-overlay-media-4 .info.bg-white .info-title,
.custom-overlay-media-5 .info.bg-white .info-title,
.custom-overlay-media-6 .info.bg-white .info-title,
.custom-overlay-media .info.bg-white .info-name,
.custom-overlay-media-1 .info.bg-white .info-name,
.custom-overlay-media-2 .info.bg-white .info-name,
.custom-overlay-media-3 .info.bg-white .info-name,
.custom-overlay-media-4 .info.bg-white .info-name,
.custom-overlay-media-5 .info.bg-white .info-name,
.custom-overlay-media-6 .info.bg-white .info-name {
  color: #000000;
}
.custom-overlay-media .info.opacity-100,
.custom-overlay-media-1 .info.opacity-100,
.custom-overlay-media-2 .info.opacity-100,
.custom-overlay-media-3 .info.opacity-100,
.custom-overlay-media-4 .info.opacity-100,
.custom-overlay-media-5 .info.opacity-100,
.custom-overlay-media-6 .info.opacity-100 {
  background: #ffffff;
}
.custom-overlay-media .info.opacity-90,
.custom-overlay-media-1 .info.opacity-90,
.custom-overlay-media-2 .info.opacity-90,
.custom-overlay-media-3 .info.opacity-90,
.custom-overlay-media-4 .info.opacity-90,
.custom-overlay-media-5 .info.opacity-90,
.custom-overlay-media-6 .info.opacity-90 {
  background: rgba(255, 255, 255, 0.9);
}
.custom-overlay-media .info.opacity-80,
.custom-overlay-media-1 .info.opacity-80,
.custom-overlay-media-2 .info.opacity-80,
.custom-overlay-media-3 .info.opacity-80,
.custom-overlay-media-4 .info.opacity-80,
.custom-overlay-media-5 .info.opacity-80,
.custom-overlay-media-6 .info.opacity-80 {
  background: rgba(255, 255, 255, 0.8);
}
.custom-overlay-media .info.opacity-70,
.custom-overlay-media-1 .info.opacity-70,
.custom-overlay-media-2 .info.opacity-70,
.custom-overlay-media-3 .info.opacity-70,
.custom-overlay-media-4 .info.opacity-70,
.custom-overlay-media-5 .info.opacity-70,
.custom-overlay-media-6 .info.opacity-70 {
  background: rgba(255, 255, 255, 0.7);
}
.custom-overlay-media .info.opacity-60,
.custom-overlay-media-1 .info.opacity-60,
.custom-overlay-media-2 .info.opacity-60,
.custom-overlay-media-3 .info.opacity-60,
.custom-overlay-media-4 .info.opacity-60,
.custom-overlay-media-5 .info.opacity-60,
.custom-overlay-media-6 .info.opacity-60 {
  background: rgba(255, 255, 255, 0.6);
}
.custom-overlay-media .info.opacity-50,
.custom-overlay-media-1 .info.opacity-50,
.custom-overlay-media-2 .info.opacity-50,
.custom-overlay-media-3 .info.opacity-50,
.custom-overlay-media-4 .info.opacity-50,
.custom-overlay-media-5 .info.opacity-50,
.custom-overlay-media-6 .info.opacity-50 {
  background: rgba(255, 255, 255, 0.5);
}
.custom-overlay-media .info.opacity-40,
.custom-overlay-media-1 .info.opacity-40,
.custom-overlay-media-2 .info.opacity-40,
.custom-overlay-media-3 .info.opacity-40,
.custom-overlay-media-4 .info.opacity-40,
.custom-overlay-media-5 .info.opacity-40,
.custom-overlay-media-6 .info.opacity-40 {
  background: rgba(255, 255, 255, 0.4);
}
.custom-overlay-media .info.opacity-30,
.custom-overlay-media-1 .info.opacity-30,
.custom-overlay-media-2 .info.opacity-30,
.custom-overlay-media-3 .info.opacity-30,
.custom-overlay-media-4 .info.opacity-30,
.custom-overlay-media-5 .info.opacity-30,
.custom-overlay-media-6 .info.opacity-30 {
  background: rgba(255, 255, 255, 0.3);
}
.custom-overlay-media .info.opacity-20,
.custom-overlay-media-1 .info.opacity-20,
.custom-overlay-media-2 .info.opacity-20,
.custom-overlay-media-3 .info.opacity-20,
.custom-overlay-media-4 .info.opacity-20,
.custom-overlay-media-5 .info.opacity-20,
.custom-overlay-media-6 .info.opacity-20 {
  background: rgba(255, 255, 255, 0.2);
}
.custom-overlay-media .info.opacity-10,
.custom-overlay-media-1 .info.opacity-10,
.custom-overlay-media-2 .info.opacity-10,
.custom-overlay-media-3 .info.opacity-10,
.custom-overlay-media-4 .info.opacity-10,
.custom-overlay-media-5 .info.opacity-10,
.custom-overlay-media-6 .info.opacity-10 {
  background: rgba(255, 255, 255, 0.1);
}
.custom-overlay-media .info .info-title,
.custom-overlay-media-1 .info .info-title,
.custom-overlay-media-2 .info .info-title,
.custom-overlay-media-3 .info .info-title,
.custom-overlay-media-4 .info .info-title,
.custom-overlay-media-5 .info .info-title,
.custom-overlay-media-6 .info .info-title {
  font-family: 'KeplerStd';
  color: #ffffff;
  font-size: 96px;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.custom-overlay-media .info .info-name,
.custom-overlay-media-1 .info .info-name,
.custom-overlay-media-2 .info .info-name,
.custom-overlay-media-3 .info .info-name,
.custom-overlay-media-4 .info .info-name,
.custom-overlay-media-5 .info .info-name,
.custom-overlay-media-6 .info .info-name {
  font-family: 'Proxima Nova';
  color: #ffffff;
  font-size: 29px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.custom-overlay-media .info .button-container,
.custom-overlay-media-1 .info .button-container,
.custom-overlay-media-2 .info .button-container,
.custom-overlay-media-3 .info .button-container,
.custom-overlay-media-4 .info .button-container,
.custom-overlay-media-5 .info .button-container,
.custom-overlay-media-6 .info .button-container {
  padding: 30px;
}
.field.search,
.field.newsletter {
  display: initial;
}
body.checkout-cart-index .cart-container .cart-summary #block-shipping .field {
  display: inherit;
  padding: 8px 0;
}
body.quick-order .quick-order-configurable-table .option-container-swatches.mw-options {
  max-width: 180px;
}
.stock-content-quick-order .amstockstatus-stockalert .product.stock.link-stock-alert {
  margin-top: 5px;
}
body.page-products #mp_rw_socials_earning {
  height: unset;
}
body.is-shop.catalog-category-view .page-main,
body.is-shop.catalog-product-view .page-main,
body.is-shop.cms-index-index .page-main {
  padding-top: 0;
}
body.is-affiliate a,
body.is-affiliate .alink {
  color: #333333;
  text-decoration: none;
}
body.is-affiliate a:visited,
body.is-affiliate .alink:visited {
  color: #333333;
  text-decoration: none;
}
body.is-affiliate a:hover,
body.is-affiliate .alink:hover {
  color: #000000;
  text-decoration: underline;
}
body.is-affiliate a:active,
body.is-affiliate .alink:active {
  color: #333333;
  text-decoration: underline;
}
body.is-affiliate .page-main-header {
  background-color: #333333;
}
.cart.table-wrapper .product-item-photo {
  padding-right: 15px !important;
}
.order-increment-qty-product-list {
  width: calc(100% - 10px);
  display: block;
  margin-bottom: 10px;
  min-height: 22px;
  text-align: center;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute {
  /* Accordion styles */
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute input {
  opacity: 0;
  z-index: -1;
  display: none;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .row {
  display: flex;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .row .col {
  flex: 1;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .row .col:last-child {
  margin-left: 1em;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tabs {
  overflow: hidden;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab {
  width: 100%;
  overflow: hidden;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-label {
  display: flex;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
  color: #000b8b;
  padding: 1.563rem 2.5rem 1.563rem 1.25rem;
  max-width: 300px;
  margin: 0 auto;
  /* Icon */
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content .faqs-list .faq-item .faq-question h3 {
  font-family: 'KeplerStd';
  font-style: italic;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content .faqs-list .faq-item .faq-answer .columns-flex .column {
  text-align: left;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #000b8b;
  cursor: pointer;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-close:hover {
  background: #000758;
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute input:checked + .tab-label::after {
  content: "\F106";
}
.container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute input:checked ~ .tab-content {
  height: auto;
  opacity: 1;
  padding: 1em;
}
body.catalog-product-view.product-retinol-emulsion-3 .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-label,
body.catalog-product-view.product-retinol-emulsion-1 .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-label,
body.catalog-product-view.illuminating-eyes .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-label {
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.catalog-product-view.product-retinol-emulsion-3 .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content,
body.catalog-product-view.product-retinol-emulsion-1 .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content,
body.catalog-product-view.illuminating-eyes .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content {
  font-family: 'Proxima Nova';
  font-size: 1.9rem;
  font-weight: 200;
}
body.product-layout_retinol .featured-content {
  position: relative;
}
body.product-layout_retinol .featured-content .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  text-align: center;
  z-index: 1;
}
body.product-layout_retinol .featured-content .info:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.01);
}
body.product-layout_retinol .featured-content .info .info-title {
  font-family: 'KeplerStd';
  color: #ffffff;
  font-size: 96px;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
body.product-layout_retinol .featured-content .info .info-name {
  font-family: 'Proxima Nova';
  color: #ffffff;
  font-size: 29px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
body.product-layout_retinol .section.background-gradient_lightest-blue {
  background: #ffffff;
}
body.product-layout_retinol .section-product-isc_special_section_1 {
  padding-top: inherit;
  padding-bottom: inherit;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 46, 149, 0) 0%, rgba(0, 46, 149, 0) 0%, #002e95 5%, #002e95 10%);
  color: #ffffff;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .image {
  display: flex;
  width: 60%;
  margin-right: 15px;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .image img {
  width: 100%;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content {
  font-family: 'Proxima Nova';
  font-size: 19px;
  max-width: 382px;
  margin: 0 auto;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content .header {
  font-family: 'KeplerStd';
  font-style: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content .description {
  font-size: 20px;
  margin-bottom: 15px;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content .description br {
  margin-bottom: 15px;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content .add-to-cart {
  display: inline-block;
  background: #ffffff;
  padding: 20px 70px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ffffff;
}
body.product-layout_retinol .section-product-isc_special_section_1 .special-section-content .content .add-to-cart:hover {
  background: #000b8b;
  color: #ffffff;
  cursor: pointer;
}
body.product-layout_retinol .section-product-isc_special_section_2 {
  padding-top: inherit;
  padding-bottom: inherit;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content {
  display: flex;
  align-items: center;
  background: #e2e7f5;
  color: #012f96;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .image {
  display: flex;
  width: 55%;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .image img {
  width: 100%;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .content {
  font-family: 'Proxima Nova';
  font-size: 19px;
  max-width: 440px;
  margin: 0 auto;
  padding: 40px;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .content .header {
  font-family: 'KeplerStd';
  font-style: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .content .description {
  font-size: 20px;
  margin-bottom: 15px;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .content .add-to-cart-section-2 {
  display: inline-block;
  background: #000b8b;
  padding: 20px 70px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #000b8b;
}
body.product-layout_retinol .section-product-isc_special_section_2 .special-section-content .content .add-to-cart-section-2:hover {
  background: #ffffff;
  color: #000b8b;
  cursor: pointer;
}
body.product-layout_retinol .section-product-isc_special_section_3 {
  text-align: center;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .title-visible-results-container .title h2 {
  font-family: 'KeplerStd';
  font-style: normal;
  font-size: 28px !important;
  margin-bottom: 20px;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .title-visible-results-container .title-content {
  font-family: 'Proxima Nova';
  font-size: 19px;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container {
  padding-top: 25px;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content {
  padding: 30px;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content .visible-results .component-media {
  position: relative;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content .visible-results .component-media .component-image {
  transform: translate(0px, 55px);
  transition: transform 0.1s ease 0s;
  will-change: transform;
  top: -10px;
  left: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content .visible-results .component-media .component-background {
  display: block;
  z-index: 1;
  padding: 100% 0 0;
  background-color: #e2ecff;
  transform: translate(0px, 1px);
  transition: transform 0.1s ease 0s;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content .visible-results .description-visible-result {
  padding-top: 40px;
}
body.product-layout_retinol .section-product-isc_special_section_3 .results-section-content .visible-results-container .content .visible-results .description-visible-result .title {
  color: #000b8b;
  font-size: 1.9rem;
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.product-layout_b2b .section-hero {
  position: relative;
  min-height: calc(100vw * 471 / 393);
}
body.product-layout_b2b .section-hero .image-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.product-layout_b2b .section-hero .image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.product-layout_b2b .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb {
  background: #fff;
}
body.product-layout_b2b .fotorama__stage__frame.fotorama__active {
  background: #fff;
}
body.product-layout_b2b .product-info-main {
  padding-left: 22px;
  padding-right: 22px;
}
body.product-layout_b2b .product-info-main .page-title {
  font-family: 'The Seasons' !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
body.product-layout_b2b .product-info-main .product.attribute {
  font-family: 'Rework';
  font-size: 14px;
  font-style: normal;
  font-weight: 275;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
body.product-layout_b2b .product-info-main .box-tocart .has-change-qty {
  font-family: Rework;
  font-size: 14px;
}
body.product-layout_b2b .product-info-main .box-tocart .has-change-qty input {
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
  height: 33px;
  padding: 7px 14px;
  border-radius: 5px;
}
body.product-layout_b2b .box-tocart .action.tocart,
body.product-layout_b2b .box-tocart .action.tocart-viewlaunchoffers {
  padding: 12px 79px;
  font-family: 'Rework';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
}
body.product-layout_b2b .box-tocart .action.tocart.custom-button,
body.product-layout_b2b .box-tocart .action.tocart-viewlaunchoffers.custom-button {
  padding: 12px 70px;
  text-align: center;
}
body.product-layout_b2b .section.background-gradient_blue .price-container span.price {
  font-family: "Proxima Nova";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
body.product-layout_b2b .section.background-gradient_blue .swatch-option.text {
  text-align: center;
  font-family: 'Rework';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1.2px;
  padding: 8px 41px;
  border-radius: 5px;
  border: 1px solid #FFF;
  min-width: unset;
  width: unset;
}
body.product-layout_b2b .section.background-gradient_blue .action.primary.tocart,
body.product-layout_b2b .section.background-gradient_blue .action.primary.tocart-viewlaunchoffers,
body.product-layout_b2b .section.background-gradient_blue .amshopby-button.tocart,
body.product-layout_b2b .section.background-gradient_blue .amshopby-button.tocart-viewlaunchoffers,
body.product-layout_b2b .section.background-gradient_blue .am-filter-go.tocart,
body.product-layout_b2b .section.background-gradient_blue .am-filter-go.tocart-viewlaunchoffers {
  width: calc(100vw - 40px);
  margin-left: -22px;
  margin-right: -22px;
}
body.product-layout_b2b .section.background-gradient_blue .columns-flex.key-features .feature-info {
  max-width: unset;
}
body.product-layout_b2b .section.background-gradient_blue .columns-flex.key-features .column h3 {
  color: #fff;
  text-align: center;
  font-family: "The Seasons";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
body.product-layout_b2b .section.background-gradient_blue .columns-flex.key-features .feature-description {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
body.product-layout_b2b .section.background-gradient_blue .product-main-after {
  color: #fff;
}
body.product-layout_b2b .section div.attribute.ingredients {
  background: transparent;
}
body.product-layout_b2b .section div.attribute.ingredients .type {
  display: inline-block;
  font-family: "The Seasons";
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body.product-layout_b2b .section div.attribute.ingredients .caption {
  display: none;
}
body.product-layout_b2b .section div.attribute.ingredients .ingredients-wrapper {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
}
body.product-layout_b2b .section div.attribute.ingredients .ingredients-wrapper .item .images {
  display: none;
}
body.product-layout_b2b .product.attribute.clinical-results .clinical-results-wrapper {
  display: none;
  margin-bottom: 20px;
}
body.product-layout_b2b .product.attribute.clinical-results .type {
  display: inline-block;
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.product-layout_b2b .product.attribute.before_and_after {
  padding-bottom: 40px;
}
body.product-layout_b2b section.section-product-info {
  position: relative;
  padding-bottom: 0;
  margin-bottom: -20px;
}
body.product-layout_b2b section.section-product-info:before {
  content: '';
  display: inline-block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 17.67%, #00447b 153.66%);
  width: 100%;
  height: 194px;
  position: absolute;
  top: 0;
}
body.product-layout_b2b section.section-product-info .product.attribute {
  margin-bottom: 20px;
}
body.product-layout_b2b section.section-product-info .product.attribute .type {
  display: inline-block;
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body.product-layout_b2b section.section-product-info .product.attribute .value {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.24px;
}
body.product-layout_b2b section.section-product-info .product.attribute .value strong {
  font-family: 'Rework';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body.product-layout_b2b section.section-product-info .product.attribute .value .type {
  margin-top: 35px;
}
body.product-layout_b2b section .attribute.key-quote .value {
  color: #fff;
}
body.product-layout_b2b section .attribute.key-quote .value p {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
body.product-layout_b2b section .attribute.key-quote .value > p:not(:last-child) {
  font-family: 'The Seasons';
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0.42px;
}
body.product-layout_b2b section.section-product-isc_special_section_1 {
  color: #fff;
  text-align: center;
  background: linear-gradient(62deg, #4a65d6 100%, #506bdb 46.4%);
  padding-top: 40px;
  padding-bottom: 0;
}
body.product-layout_b2b section.section-product-isc_special_section_1 .type {
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
}
body.product-layout_b2b section.section-product-isc_special_section_1 .caption {
  font-family: 'Rework';
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.product-layout_b2b section.section-product-isc_special_section_1 .section-images {
  position: relative;
  min-height: calc(100vw * 600 / 393);
  margin-top: 30px;
}
body.product-layout_b2b section.section-product-isc_special_section_1 .section-images .image-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.product-layout_b2b section.section-product-isc_special_section_1 .section-images .image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.product-layout_b2b section.section-product-isc_special_section_2 {
  padding-bottom: 50px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 .type {
  text-align: center;
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  display: inline-block;
  width: 100%;
}
body.product-layout_b2b section.section-product-isc_special_section_2 .caption {
  text-align: center;
  font-family: 'Rework';
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 .description {
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-bottom: 180px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table {
  text-align: center;
  font-family: 'Rework';
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table td,
body.product-layout_b2b section.section-product-isc_special_section_2 table th {
  border: 1px solid #000b8b;
  vertical-align: middle;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table tr:first-child td {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table tr td:first-child {
  border-left: 1px solid transparent;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table tr td:last-child {
  border-right: 1px solid transparent;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table tr:last-child td {
  border-bottom: 1px solid transparent;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table .ideal {
  background: #000b8b;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table .product-recent {
  margin-top: -103px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table .product-recent .long-title {
  margin-top: -24px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table .product-recent .title {
  text-align: center;
  font-family: 'Rework';
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.product-layout_b2b section.section-product-isc_special_section_2 table .product-recent .shop {
  display: inline-block;
  border-radius: 4px;
  border: 0.75px solid #000B8B;
  background: #FFF;
  padding: 8px 15px;
  font-family: 'Rework';
  font-size: 6px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
body.product-layout_b2b section.section-product-isc_special_section_3 {
  padding-bottom: 50px;
}
body.product-layout_b2b section.section-product-isc_special_section_3 .results-section-content {
  text-align: center;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
}
body.product-layout_b2b section.section-product-isc_special_section_3 .results-section-content .find-a-professional {
  background: #000B8B;
  color: #FFF;
  text-align: center;
  font-family: 'Rework';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px;
  width: calc(100% - 40px);
  max-width: 691px;
  margin-top: 40px;
}
body.product-layout_b2b .bottle_size b {
  font-family: "The Seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body.product-layout_b2b .section-product-main {
  background: linear-gradient(180deg, #08090e 0%, #0a4ca8 100%);
}
body.product-layout_b2b .section-product-main .columns-flex .feature-name,
body.product-layout_b2b .section-product-main .columns-flex .feature-description {
  color: #fff;
}
body.product-layout_b2b .product-options-bottom .field.qty {
  align-items: center;
}
body.product-layout_b2b .product-options-bottom .field.qty label.label {
  font-family: "The Seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 15px;
}
body.product-layout_b2b .image-comparison-wrapper {
  display: grid;
  grid-template-columns: calc(50% - 2px) calc(50% - 1px);
  grid-gap: 5px;
}
body.product-layout_b2b .image-comparison .cms-top {
  text-align: center;
  font-style: normal;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
}
body.product-layout_b2b .image-comparison .cms-top h3 {
  font-family: 'Rework';
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
body.product-layout_b2b .image-comparison .cms-top h2 {
  font-family: "The Seasons";
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0.42px;
  margin-top: 0;
  margin-bottom: 5px;
}
body.product-layout_b2b .image-comparison .cms-top .info {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 25px;
}
body.product-layout_b2b .image-comparison .cms-top .info div:first-child {
  border-right: 1px solid #000B8B;
}
body.product-layout_b2b .image-comparison .cms-top .info div div {
  padding: 0 10px 10px;
}
body.product-layout_b2b .image-comparison strong.label-before,
body.product-layout_b2b .image-comparison strong.label-after {
  position: static;
  display: block;
  margin-top: -30px;
  font-family: 'Rework';
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
}
body.product-layout_b2b .image-comparison strong.label-before {
  margin-left: 15px;
}
body.product-layout_b2b .image-comparison strong.label-after {
  text-align: right;
  margin-right: 15px;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-content {
  border: none;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute label.tab-label {
  font-family: "The Seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.36px;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faqs-list .faq-item {
  background: #000b8b;
  border: none;
  color: #fff;
  margin-bottom: 8px;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faqs-list .faq-item div.faq-question h3 {
  font-family: 'Rework' !important;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: #fff;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faqs-list .faq-item div.faq-question:after {
  color: #fff;
}
body.product-layout_b2b .container-fluid.product-isc_frequently_asked_questions-wrapper .faqs-list .faq-item .faq-answer {
  font-family: 'Rework';
  font-weight: 300;
}
body.product-layout_b2b .section-product-isc_frequently_asked_questions {
  padding-bottom: 50px;
}
body.product-layout_b2b .cms-bottom {
  font-family: "Proxima Nova";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.15px;
  margin-top: 20px;
}
body.product-layout_b2b .attribute.overview {
  padding: 70px 20px 47px 20px;
  text-align: center;
  font-family: "The Seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.27px;
}
body.product-layout_b2b .attribute.overview p:last-child {
  margin-bottom: 0;
}
body.product-layout_b2b .attribute.overview strong {
  font-family: 'Rework';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 .caption {
  text-align: center;
  font-family: 'Rework';
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 .description {
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-bottom: 180px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table {
  text-align: center;
  font-family: 'Rework';
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table td,
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table th {
  border: 1px solid #000b8b;
  vertical-align: middle;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table tr:first-child td {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table tr td:first-child {
  border-left: 1px solid transparent;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table tr td:last-child {
  border-right: 1px solid transparent;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table tr:last-child td {
  border-bottom: 1px solid transparent;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table .ideal {
  background: #000b8b;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table .product-recent {
  margin-top: -103px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table .product-recent .long-title {
  margin-top: -24px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table .product-recent .title {
  text-align: center;
  font-family: 'Rework';
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.store-professional_store_view.catalog-product-view section.section-product-isc_special_section_2 table .product-recent .shop {
  display: inline-block;
  border-radius: 4px;
  border: 0.75px solid #000B8B;
  background: #FFF;
  padding: 8px 15px;
  font-family: 'Rework';
  font-size: 6px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
body.store-professional_store_view.catalog-product-view .comparison-chart {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body.store-professional_store_view.catalog-product-view .comparison-chart:hover {
  color: #ffff00;
}
#checkout div.opc-wrapper {
  width: 66%;
}
#checkout div.opc-wrapper .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: inherit;
}
#checkout div.opc-wrapper .shipping-address-item {
  font-size: 16px;
}
#checkout div.opc-wrapper .shipping-address-item.selected-item {
  border-color: #cccccc;
}
#checkout div.opc-wrapper .shipping-address-item.selected-item:after {
  background: #cccccc;
}
#checkout div.opc-wrapper .table-checkout-shipping-method tbody td:first-child {
  width: inherit;
}
body.page-layout-checkout .page-header .header.content .action.nav-toggle {
  display: none;
}
body.page-layout-checkout .checkout-container ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #000b8b;
  border-color: #000b8b;
}
body.page-layout-checkout .checkout-container ul.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #000b8b;
  border-color: #000b8b;
}
body.page-layout-checkout .checkout-container ul.opc-progress-bar .opc-progress-bar-item._active > span:after {
  border-color: #000b8b;
}
body.page-layout-checkout .checkout-container .opc-block-shipping-information {
  padding: inherit;
}
body.page-layout-checkout .checkout-container #shipping-method-buttons-container div.primary {
  float: left;
}
body.page-layout-checkout .checkout-container #shipping-method-buttons-container div.primary .button.continue {
  padding: 14px 85px;
}
body.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar div.primary {
  float: left;
}
body.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar div.primary .action.primary.checkout,
body.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar div.primary .amshopby-button.checkout,
body.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar div.primary .am-filter-go.checkout {
  padding: 14px 85px;
}
.find-a-professional-container .find-a-professional-button {
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  cursor: pointer;
  padding: 18px 120px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.find-a-professional-container .find-a-professional-button:hover {
  text-decoration: none;
}
body.amgcard-account-index .page-title-giftcard {
  font-weight: 700;
  font-size: 18px;
}
body.amgcard-account-index .amcard-codes-list {
  display: inherit !important;
  margin-top: 0px !important;
}
body.amgcard-account-index .amcard-codes-list .table-wrapper {
  margin-top: 0px;
}
body.amgcard-account-index .coupon-list-rule-container {
  margin-top: 20px;
}
body.amgcard-account-index .coupon-list-rule-container .table-wrapper-giftcard {
  margin-bottom: 0px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
  margin-top: 20px;
}
body.amgcard-account-index .coupon-list-rule-container .table-wrapper-giftcard thead {
  border-bottom: 1px solid #dddddd;
}
.fa-pinterest,
.fa-youtube {
  background: inherit !important;
  color: inherit !important;
}
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .action.clear {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 1440px) {
  body.product-layout_retinol .featured-content .info .info-title {
    font-size: 75px;
  }
}
@media screen and (min-width: 769px) {
  body.product-layout_b2b.page-layout-1column div.product-info-main {
    width: 40%;
    padding-right: 0;
    padding-left: 0;
  }
  body.product-layout_b2b.page-layout-1column .product.media {
    width: 58%;
  }
  body.product-layout_b2b .section-product-info .container-fluid .product.attribute.description,
  body.product-layout_b2b .section-product-info .container-fluid .product.attribute.isc_application {
    width: calc(50% - 15px);
    max-width: 528px;
    margin-bottom: 0;
  }
  body.product-layout_b2b .section-product-info .container-fluid .product.attribute.benefits,
  body.product-layout_b2b .section-product-info .container-fluid .product.attribute.awards {
    width: calc(50% - 15px);
    max-width: 545px;
    margin-bottom: 35px;
  }
  body.product-layout_b2b .section.background-gradient_blue .action.primary.tocart,
  body.product-layout_b2b .section.background-gradient_blue .action.primary.tocart-viewlaunchoffers,
  body.product-layout_b2b .section.background-gradient_blue .amshopby-button.tocart,
  body.product-layout_b2b .section.background-gradient_blue .amshopby-button.tocart-viewlaunchoffers,
  body.product-layout_b2b .section.background-gradient_blue .am-filter-go.tocart,
  body.product-layout_b2b .section.background-gradient_blue .am-filter-go.tocart-viewlaunchoffers {
    width: 100%;
    margin: auto;
    max-width: 333px;
  }
  body.product-layout_b2b .section-product-info .container-fluid .product.attribute.awards {
    display: inline;
    width: calc(50% - 15px);
    order: 1;
    margin-bottom: 20px;
  }
  body.product-layout_b2b .key-features .column:not(:last-child) .feature::after {
    background: #fff;
  }
  body.store-professional_store_view.catalog-product-view .comparison-chart {
    text-align: left;
  }
}
.page-header .panel.wrapper {
  display: none;
  height: 0;
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .page-header .header.content {
    flex-wrap: nowrap;
  }
}
.page-header .logo {
  z-index: 3;
}
.page-header .minicart-wrapper .action.showcart {
  line-height: 1;
  border: 1px solid #000b8b;
  border-radius: 30px;
}
.page-header .minicart-wrapper .action.showcart::before,
.page-header .minicart-wrapper .action.showcart.active::before {
  font-family: 'Font Awesome 5 Pro';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  content: '\f290';
  min-width: 30px;
  height: 30px;
  padding-top: 5px;
  color: #ffffff !important;
  font-size: 1.8rem;
  text-align: center;
  background: #000b8b;
  border-radius: 30px;
  box-sizing: border-box;
}
.page-header .minicart-wrapper .action.showcart:hover::before,
.page-header .minicart-wrapper .action.showcart.active::before {
  background-color: #272d9a;
}
.page-header .minicart-wrapper .action.showcart .counter-number {
  color: #000b8b;
  text-shadow: none;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  margin-left: -3px;
  padding-left: 0;
  font-weight: 600;
  background: transparent !important;
}
.page-header .header-links-dropdown,
.page-header .header-links-switch-store-dropdown {
  display: inline;
  position: relative;
  float: right;
  margin-left: 10px;
}
.page-header .header-links-dropdown .account-icon,
.page-header .header-links-switch-store-dropdown .account-icon,
.page-header .header-links-dropdown .switch-store-icon,
.page-header .header-links-switch-store-dropdown .switch-store-icon {
  display: block;
  min-width: 32px;
  min-height: 32px;
  padding: 3px;
  color: #ffffff;
  text-align: center;
  background: #000b8b;
  background-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  transition: .3s;
}
.page-header .header-links-dropdown .account-icon:hover,
.page-header .header-links-switch-store-dropdown .account-icon:hover,
.page-header .header-links-dropdown .switch-store-icon:hover,
.page-header .header-links-switch-store-dropdown .switch-store-icon:hover {
  background-color: #272d9a;
}
.page-header .header-links-dropdown .account-icon .icon,
.page-header .header-links-switch-store-dropdown .account-icon .icon,
.page-header .header-links-dropdown .switch-store-icon .icon,
.page-header .header-links-switch-store-dropdown .switch-store-icon .icon {
  font-size: 1.8rem;
}
.page-header .header-links-dropdown .account-icon .icon::before,
.page-header .header-links-switch-store-dropdown .account-icon .icon::before,
.page-header .header-links-dropdown .switch-store-icon .icon::before,
.page-header .header-links-switch-store-dropdown .switch-store-icon .icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: '\f007';
}
.page-header .header-links-dropdown .account-icon .store-icon,
.page-header .header-links-switch-store-dropdown .account-icon .store-icon,
.page-header .header-links-dropdown .switch-store-icon .store-icon,
.page-header .header-links-switch-store-dropdown .switch-store-icon .store-icon {
  font-size: 1.8rem;
}
.page-header .header-links-dropdown .account-icon .store-icon::before,
.page-header .header-links-switch-store-dropdown .account-icon .store-icon::before,
.page-header .header-links-dropdown .switch-store-icon .store-icon::before,
.page-header .header-links-switch-store-dropdown .switch-store-icon .store-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: '\f54e';
}
.page-header .header-links-dropdown .account-icon .text,
.page-header .header-links-switch-store-dropdown .account-icon .text,
.page-header .header-links-dropdown .switch-store-icon .text,
.page-header .header-links-switch-store-dropdown .switch-store-icon .text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.page-header .header-links-dropdown .account-dropdown,
.page-header .header-links-switch-store-dropdown .account-dropdown,
.page-header .header-links-dropdown .switch-store-dropdown,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown {
  display: none;
}
.page-header .header-links-dropdown .account-dropdown ul,
.page-header .header-links-switch-store-dropdown .account-dropdown ul,
.page-header .header-links-dropdown .switch-store-dropdown ul,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 101;
  width: auto;
  min-width: 200px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  white-space: nowrap;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .header-links-dropdown .account-dropdown ul::before,
.page-header .header-links-switch-store-dropdown .account-dropdown ul::before,
.page-header .header-links-dropdown .switch-store-dropdown ul::before,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul::before,
.page-header .header-links-dropdown .account-dropdown ul::after,
.page-header .header-links-switch-store-dropdown .account-dropdown ul::after,
.page-header .header-links-dropdown .switch-store-dropdown ul::after,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom-style: solid;
}
.page-header .header-links-dropdown .account-dropdown ul::before,
.page-header .header-links-switch-store-dropdown .account-dropdown ul::before,
.page-header .header-links-dropdown .switch-store-dropdown ul::before,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul::before {
  right: 10px;
  top: -12px;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .header-links-dropdown .account-dropdown ul::after,
.page-header .header-links-switch-store-dropdown .account-dropdown ul::after,
.page-header .header-links-dropdown .switch-store-dropdown ul::after,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul::after {
  right: 9px;
  top: -14px;
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .header-links-dropdown .account-dropdown ul li,
.page-header .header-links-switch-store-dropdown .account-dropdown ul li,
.page-header .header-links-dropdown .switch-store-dropdown ul li,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li {
  margin: 0;
  padding: 0;
}
.page-header .header-links-dropdown .account-dropdown ul li:hover,
.page-header .header-links-switch-store-dropdown .account-dropdown ul li:hover,
.page-header .header-links-dropdown .switch-store-dropdown ul li:hover,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li:hover {
  background-color: #ebebeb;
}
.page-header .header-links-dropdown .account-dropdown ul li.greet.welcome,
.page-header .header-links-switch-store-dropdown .account-dropdown ul li.greet.welcome,
.page-header .header-links-dropdown .switch-store-dropdown ul li.greet.welcome,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li.greet.welcome {
  padding: 8px;
  border-bottom: 1px solid #c4c4c4;
}
.page-header .header-links-dropdown .account-dropdown ul li > a,
.page-header .header-links-switch-store-dropdown .account-dropdown ul li > a,
.page-header .header-links-dropdown .switch-store-dropdown ul li > a,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li > a {
  display: block;
  padding: 8px;
  line-height: 1.4;
}
.page-header .header-links-dropdown .account-dropdown ul li > a:hover,
.page-header .header-links-switch-store-dropdown .account-dropdown ul li > a:hover,
.page-header .header-links-dropdown .switch-store-dropdown ul li > a:hover,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li > a:hover {
  text-decoration: none;
}
.page-header .header-links-dropdown .switch-store-dropdown ul li.switcher-option,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li.switcher-option {
  padding: 8px;
}
.page-header .header-links-dropdown .switch-store-dropdown ul li.current-store-view,
.page-header .header-links-switch-store-dropdown .switch-store-dropdown ul li.current-store-view {
  border-bottom: 1px solid #c4c4c4;
}
.page-header .header-links-dropdown.active .account-icon,
.page-header .header-links-switch-store-dropdown.active .account-icon {
  background-color: #272d9a;
}
.page-header .header-links-dropdown.active .account-dropdown,
.page-header .header-links-switch-store-dropdown.active .account-dropdown,
.page-header .header-links-dropdown.active .switch-store-dropdown,
.page-header .header-links-switch-store-dropdown.active .switch-store-dropdown {
  display: block;
}
.customer-logged-out .page-header .header.links li.my-account {
  display: none;
}
body.is-affiliate .page-header .block-search .block-title {
  background-color: #333333;
}
body.is-affiliate .page-header .block-search .block-title:hover {
  background-color: #000000;
}
body.is-affiliate .page-header .block-search .block-content {
  background-color: #333333;
}
body.is-affiliate .page-header .header-links-dropdown .account-icon {
  background-color: #333333;
}
body.is-affiliate .page-header .header-links-dropdown .account-icon:hover {
  background-color: #000000;
}
body.is-affiliate .page-header .minicart-wrapper .action.showcart {
  border: 1px solid #333333;
}
body.is-affiliate .page-header .minicart-wrapper .action.showcart::before,
body.is-affiliate .page-header .minicart-wrapper .action.showcart.active::before {
  background-color: #333333;
}
body.is-affiliate .page-header .minicart-wrapper .action.showcart:hover::before,
body.is-affiliate .page-header .minicart-wrapper .action.showcart.active::before {
  background-color: #000000;
}
body.is-affiliate .page-header .minicart-wrapper .action.showcart .counter-number {
  color: #333333;
}
body.is-affiliate .amgdprjs-bar-template {
  position: fixed;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    white-space: nowrap;
  }
  .page-wrapper .ammenu-header-container .header.content .minicart-wrapper {
    max-height: 32px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .page-wrapper .ammenu-menu-wrapper.-desktop {
    float: none;
  }
  .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-nav-sections.-topmenu .ammenu-items.-root {
    margin-bottom: 25px;
  }
  .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding: 8px 10px 15px;
  }
}
.page-footer {
  background: #000b8b;
}
.page-footer .footer-logo {
  padding-bottom: 30px;
}
.page-footer .footer-logo img {
  max-height: 40px;
}
.page-footer .footer-top {
  background-color: #272d9a;
}
.page-footer .footer-top .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-footer .footer-middle {
  text-align: left;
}
.page-footer .footer-middle .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-footer .footer.content {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}
.page-footer .footer.content .block {
  float: none;
}
.page-footer .footer.content .block .title {
  display: block;
  font-size: 30px;
}
.page-footer .footer.content .block .title strong {
  color: #ffffff;
  font-size: inherit;
}
.page-footer .footer.content .block.newsletter {
  max-width: 100%;
  margin: 0 auto;
}
.page-footer .footer.content .block.newsletter .form.subscribe > .field,
.page-footer .footer.content .block.newsletter .form.subscribe > .actions {
  float: none;
}
.page-footer .footer.content .block.newsletter .field.newsletter {
  max-width: unset;
}
.footer p {
  margin-bottom: 15px;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer,
.footer a {
  color: rgba(255, 255, 255, 0.75);
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer a:visited {
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer-title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-title > span > * {
  vertical-align: middle;
}
.footer .footer-links {
  padding-right: 0 !important;
}
.footer .footer-links li {
  letter-spacing: .1rem;
}
.footer .footer-links li:not(:last-child) {
  padding-bottom: 10px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.75);
}
.social-networks {
  padding-right: 0 !important;
}
.social-networks li {
  display: inline-block;
}
.social-networks li:not(:first-child) {
  padding-left: 5px;
}
.social-networks li:not(:last-child) {
  padding-right: 5px;
  padding-bottom: 10px;
}
.social-networks li .fa,
.social-networks li .fab {
  font-size: 30px;
}
.social-networks li a {
  display: inline-block;
  min-width: 45px;
  min-height: 45px;
  padding: 8px 5px 5px 5px;
  color: #ffffff;
  text-align: center;
  background-color: #3c43ce;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-networks li a:hover {
  color: #000b8b;
  background-color: #ffffff;
}
.footer-widgets {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: -15px -10px;
  padding: 0;
  box-sizing: border-box;
}
.footer-widgets .footer-widget {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 15px 10px;
  box-sizing: inherit;
}
.modal-popup.sites-confirm-modal .modal-inner-wrap {
  max-width: 750px;
}
.modal-popup.sites-confirm-modal._show .modal-inner-wrap {
  top: 50%;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-popup.sites-confirm-modal .sites-confirm {
  overflow: hidden;
  display: none;
  padding: 20px 0;
}
.modal-popup.sites-confirm-modal .sites-confirm .site-confirm {
  text-align: center;
}
.modal-popup.sites-confirm-modal .sites-confirm .site-confirm .site-brand img {
  max-height: 60px;
}
.modal-popup.sites-confirm-modal .sites-confirm .site-confirm .actions {
  margin-top: 20px;
}
.modal-popup.sites-confirm-modal .sites-confirm .site-confirm .actions .action {
  font-size: 2rem;
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .modal-popup.sites-confirm-modal .sites-confirm .columns-sites-confirm .column + .column {
    position: relative;
  }
  .modal-popup.sites-confirm-modal .sites-confirm .columns-sites-confirm .column + .column::before {
    content: '';
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #000b8b;
  }
}
.is-subscribed .page-footer .footer-top,
.is-subscribed-guest .page-footer .footer-top {
  display: none;
}
body.is-affiliate .page-footer {
  background: #333333;
}
body.is-affiliate .page-footer .footer-top {
  background-color: #444444;
}
body.is-affiliate .footer,
body.is-affiliate .footer a {
  color: rgba(255, 255, 255, 0.75);
}
body.is-affiliate .footer a:hover {
  color: #ffffff;
}
body.is-affiliate .footer a:visited {
  color: rgba(255, 255, 255, 0.75);
}
body.is-affiliate .social-networks li a {
  background-color: rgba(255, 255, 255, 0.15);
}
body.is-affiliate .social-networks li a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.store-concierge_store_view .footer-widgets .footer-widget.footer_block_social .footer-caption,
body.store-benefits_store_view .footer-widgets .footer-widget.footer_block_social .footer-caption {
  font-size: 14px;
  font-weight: 500;
}
.login-container .block-b2b .actions-toolbar {
  margin-top: 25px;
}
.sidebar .block-reorder .actions-toolbar .secondary .action.view {
  display: none;
}
.form-edit-account .fieldset.user-defined .step-title {
  display: none;
}
.customer-account-index .orders-recent .table-order-items th.col.date,
.sales-order-history .orders-recent .table-order-items th.col.date,
.customer-account-index .orders-history .table-order-items th.col.date,
.sales-order-history .orders-history .table-order-items th.col.date,
.customer-account-index .orders-recent .table-order-items th.col.total,
.sales-order-history .orders-recent .table-order-items th.col.total,
.customer-account-index .orders-history .table-order-items th.col.total,
.sales-order-history .orders-history .table-order-items th.col.total {
  text-align: right;
}
.customer-account-index .orders-recent .table-order-items td.col.date,
.sales-order-history .orders-recent .table-order-items td.col.date,
.customer-account-index .orders-history .table-order-items td.col.date,
.sales-order-history .orders-history .table-order-items td.col.date,
.customer-account-index .orders-recent .table-order-items td.col.total,
.sales-order-history .orders-recent .table-order-items td.col.total,
.customer-account-index .orders-history .table-order-items td.col.total,
.sales-order-history .orders-history .table-order-items td.col.total {
  text-align: right;
}
div.aw-sarp2-customer-subscriptions .col.next-payment-date {
  white-space: unset;
}
.banner-item.banner-slider {
  margin-bottom: 15px;
}
.cms-professional-home-page .banner-item.banner-slider {
  margin-bottom: 0;
}
.amsearch-products .amsearch-highlight {
  color: inherit;
  background-color: #def4ff;
}
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 2px solid #000b8b;
  color: #000b8b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 8px 14px 6px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:hover,
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:active,
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:focus {
  text-decoration: none;
}
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:focus,
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:active {
  background: #272d9a;
  border: 2px solid #272d9a;
  color: #ffffff;
}
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link:hover {
  background: #272d9a;
  border: 2px solid #272d9a;
  color: #ffffff;
}
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link.disabled,
.amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link[disabled],
fieldset[disabled] .amsearch-form-container .amsearch-results .amsearch-more-results .amsearch-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amsearch-form-container .search-autocomplete {
  box-shadow: 0 1px 3px 0px #707070;
}
.amsearch-form-container .search-autocomplete .amsearch-results {
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
}
.amsearch-form-container .search-autocomplete .amsearch-results .price-box .normal-price .price-wrapper::before {
  content: 'from ';
  color: #000b8b;
  text-transform: none;
}
.page-header section.amsearch-wrapper-block {
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}
.page-header section.amsearch-wrapper-block:before {
  display: none;
}
.page-header section.amsearch-wrapper-block .amsearch-form-block {
  display: block;
}
.page-header section.amsearch-wrapper-block .amsearch-form-block.-opened {
  width: 100% !important;
}
.page-header section.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-wrapper-input {
  position: relative;
}
.page-header section.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
  display: none;
}
.page-header section.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  display: block;
}
.page-header .amsearch-result-section {
  background: #f5f5f5;
}
.page-header .amsearch-items-section {
  background: #ffffff;
  padding-top: 20px;
}
.page-header .amsearch-items-section .amsearch-block-header .amsearch-title {
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222675;
  text-transform: uppercase;
}
.page-header .amsearch-items-section .amsearch-tab-items .amsearch-item .amsearch-link {
  color: #333333;
  text-decoration: underline;
}
.page-header .amsearch-items-section .amsearch-tab-items .amsearch-item .amsearch-link .amsearch-highlight {
  color: inherit;
  background-color: #def4ff;
}
.page-header .amsearch-products-section {
  padding: 20px 0 40px 0;
}
.page-header .amsearch-products-section .amsearch-block-header {
  padding: 0 15px 10px;
}
.page-header .amsearch-products-section .amsearch-block-header .amsearch-title {
  color: #000b8b;
  font-weight: 400;
  text-transform: uppercase;
}
.page-header .amsearch-products-section .amsearch-product-list {
  width: 100%;
}
.page-header .amsearch-products-section .amsearch-product-list .amsearch-item {
  width: 100%;
  flex-wrap: unset;
  max-width: unset;
  padding: 15px;
  margin: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.page-header .amsearch-products-section .amsearch-product-list .amsearch-item:hover {
  border: 1px solid #000b8b;
}
.page-header .amsearch-products-section .amsearch-product-list .amsearch-item .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
.page-header .amsearch-products-section .amsearch-more-results {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.page-header .amsearch-products-section .amsearch-more-results .amsearch-link {
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #272d9a;
  color: #272d9a;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 8px 14px 6px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.page-header .amsearch-products-section .amsearch-more-results .amsearch-link:hover {
  background: #272d9a;
  border: 2px solid #272d9a;
  color: #ffffff;
}
.page-header .amsearch-products-section .product-item-link {
  color: #000b8b;
  text-transform: uppercase;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.page-header .amsearch-products-section .product-item-link .amsearch-highlight {
  color: inherit;
  background-color: #def4ff;
  font-weight: inherit;
}
.page-header .amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 0;
  margin-right: 15px;
  max-width: 102px;
}
body.is-shop .amasty-xsearch-block-header {
  color: #000b8b;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    width: calc(100% - 150px) !important;
  }
}
.link-stock-alert {
  margin-bottom: 10px;
}
.amxnotif-block,
.amxnotif-block.label {
  margin-bottom: 10px !important;
}
.amxnotif-block .amxnotif_guest_action {
  min-width: 90px;
}
.amstockstatus-stockalert .product.alert.link-stock-alert {
  display: block !important;
}
.amstockstatus-stockalert .amxnotif-container,
.amstockstatus-stockalert .amxnotif-block {
  display: block !important;
}
.product.alert.stock {
  display: none !important;
}
.amxnotif-container,
.amxnotif-block {
  display: none !important;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 5px;
  margin-left: 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content::before,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content::after {
  top: 100%;
  margin-top: auto;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content::before {
  right: 3px;
  margin-bottom: -6px;
  border-top-color: #bbb;
  border-right-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content::after {
  right: 4px;
  margin-bottom: -5px;
  border-top-color: #fff;
  border-right-color: transparent;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 22px;
  border: 2px solid #d9dbef;
  border-radius: 3px;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button.selected {
  border-color: #000b8b;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding: 10px;
  cursor: pointer;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button .subscribe-and-save .title {
  display: none;
}
.aw-sarp2-subscription__dropdown-switcher .choice-button .subscribe-and-save .tooltip {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 640px) {
  .aw-sarp2-subscription__dropdown-switcher {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: -5px;
    padding: 0;
    box-sizing: border-box;
  }
  .aw-sarp2-subscription__dropdown-switcher .field.choice {
    width: calc(50% - 10px);
    margin: 5px;
    box-sizing: inherit;
  }
}
.section.background_blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from,
.section.background_dark-blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from,
.section.background-gradient_blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from {
  color: inherit;
}
@media only screen and (min-width: 1440px) {
  .section.background_blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from,
  .section.background_dark-blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from,
  .section.background-gradient_blue .aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list .starting-from {
    white-space: nowrap;
  }
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button {
  border-color: rgba(255, 255, 255, 0.5);
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button.selected,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button.selected,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button.selected,
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button:hover,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button:hover,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button:hover {
  border-color: #ffffff;
  background-color: #487af0;
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button label,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button label,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button label {
  font-size: 16px;
  font-weight: 700;
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list {
  color: #ffffff;
  font-weight: 700;
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list option,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list option,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button select.aw-sarp2-subscription__options-list option {
  color: #000000;
}
.section.background_blue .aw-sarp2-subscription__dropdown-switcher .choice-button .subscribe-and-save .icon,
.section.background_dark-blue .aw-sarp2-subscription__dropdown-switcher .choice-button .subscribe-and-save .icon,
.section.background-gradient_blue .aw-sarp2-subscription__dropdown-switcher .choice-button .subscribe-and-save .icon {
  color: #ffffff;
}
.aw-sarp2-customer-subscriptions table.data.table {
  word-break: inherit;
}
.edit-payment-subscription-title {
  position: relative;
}
.edit-payment-subscription-title .aw-sarp2__actions {
  position: absolute;
  right: 0;
  top: 0;
}
body.is-affiliate .aw-sarp2-subscription__dropdown-switcher .choice-button.selected {
  border-color: #333333;
}
.page-wrapper .nav-sections .customer-welcome .header.links > li.authorization-link {
  display: none;
}
.page-wrapper .ammenu-button.-hamburger {
  margin-right: 5px;
}
.page-wrapper .ammenu-menu-wrapper {
  float: right;
  margin-bottom: 0;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product {
  height: 100%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product-image,
.page-wrapper .ammenu-menu-wrapper .megamenu-product-name {
  display: block;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product-image {
  position: relative;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product-image img {
  vertical-align: middle;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product-name {
  padding-top: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > div {
  display: block;
  height: calc(100% - 15px);
  padding: 0 0 15px;
  text-align: center;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a .megamenu-product-image {
  background-color: #ffffff;
  box-shadow: 3px 3px 4px 0px rgba(207, 208, 224, 0.5);
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a .megamenu-product-image::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 5px solid #000b8b;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a:hover,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.is-hover,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.is-active {
  text-decoration: none;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a:hover .megamenu-product-image::before,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.is-hover .megamenu-product-image::before,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.is-active .megamenu-product-image::before {
  display: block;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink {
  color: #ffffff !important;
  background-color: #000b8b;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink:hover,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink.is-hover,
.page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink.is-active {
  background-color: #272d9a;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps {
  display: block;
  position: relative;
  height: 100%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .isc-brand {
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 0;
  width: 40%;
  height: 55%;
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/isc-logo-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step {
  display: inline-block;
  position: absolute;
  color: #000b8b;
  font-size: 16px;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step > * {
  vertical-align: middle;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step .icon {
  overflow: hidden;
  display: block;
  background-color: #c5c6c8;
  height: 0;
  padding: 100% 0 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step .icon::before {
  content: attr(data-number);
  display: inline-block;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step .text {
  position: absolute;
  top: 50%;
  left: 115%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step:hover .icon,
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-hover .icon,
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-active .icon {
  background-color: #000b8b;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-cleanse {
  top: 0;
  left: 40%;
  width: 12%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-treat {
  top: 17%;
  left: 46%;
  width: 15%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-hydrate {
  top: 40%;
  left: 50%;
  width: 18%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-hydrate .icon {
  font-size: 24px;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-protect {
  top: 63%;
  left: 32%;
  width: 25%;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .step.is-protect .icon {
  font-size: 30px;
}
.page-wrapper .ammenu-menu-wrapper .megamenu-product .is-4steps .placeholder {
  visibility: hidden;
}
.page-wrapper .ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: none;
}
.page-wrapper .ammenu-header-container .header.content .block-search {
  order: 1;
  position: static;
  margin-left: auto;
}
.page-wrapper .ammenu-header-container .header.content .header-links-dropdown,
.page-wrapper .ammenu-header-container .header.content .header-links-switch-store-dropdown {
  margin-top: 0;
  order: 2;
}
.page-wrapper .ammenu-header-container .header.content .minicart-wrapper {
  order: 3;
}
.page-wrapper .ammenu-nav-sections.-sidebar.-opened {
  background: #eeeef3 !important;
}
.page-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-current {
  color: #292c64 !important;
}
.page-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link:before {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  min-width: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 12px;
  content: '';
  vertical-align: top;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion section.ammenu-menu-title {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-tabs-list {
  margin: 0;
  padding: 0;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-tabs-list .ammenu-item .ammenu-button {
  padding: 15px 10px;
  text-transform: uppercase;
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-tabs-list .ammenu-item .ammenu-button:not(.-active) {
  background: #ffffff !important;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  color: #292C64 !important;
  min-height: unset;
  padding: 10px 0 10px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link .ammenu-counter {
  display: none;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  font-size: 16px;
  text-transform: uppercase;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root .ammenu-link {
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root .ammenu-link[title="Go to Help & Settings"] {
  display: none;
}
.page-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
  order: 1;
  margin: 0;
  padding: 0;
}
.page-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content .ammenu-text {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link,
body.is-affiliate .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main .ammenu-link,
body.is-affiliate .ammenu-nav-sections .ammenu-title > .ammenu-link {
  color: #333333 !important;
}
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  color: #000000 !important;
}
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-submenu-container .ammenu-link,
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-submenu-container,
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-product-list .product-item-info *:not(.-nocolor):not(.swatch-option),
body.is-affiliate .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container,
body.is-affiliate .ammenu-nav-sections.-hamburger .ammenu-submenu-container,
body.is-affiliate .ammenu-menu-wrapper.-mobile .ammenu-link,
body.is-affiliate .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content,
body.is-affiliate .ammenu-nav-sections .header.links li > a {
  color: #333333 !important;
}
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-link:hover > .ammenu-wrapper,
body.is-affiliate .ammenu-menu-wrapper.-desktop .ammenu-link.-hovered > .ammenu-wrapper,
body.is-affiliate .ammenu-menu-wrapper.-mobile .ammenu-link.-level2:hover,
body.is-affiliate .ammenu-menu-wrapper.-hamburger-top .ammenu-item:hover .ammenu-link,
body.is-affiliate .ammenu-nav-sections.-accordion .ammenu-item:hover > .ammenu-link,
body.is-affiliate .ammenu-nav-sections.-hamburger .ammenu-link:hover .ammenu-wrapper {
  color: #000000 !important;
}
body.is-affiliate .ammenu-category-columns {
  padding: 25px;
  display: block;
}
body.is-affiliate .ammenu-category-columns .ammenu-column {
  padding-bottom: 10px;
}
body.is-affiliate .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  font-size: 1.4rem;
  color: #333333 !important;
  text-transform: uppercase;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper .megamenu-product > a {
  background-color: #ffffff;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper .megamenu-product > a:hover {
  color: #ffffff !important;
  background-color: #333333;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink {
  color: #ffffff !important;
  background-color: #333333;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper .megamenu-product > a.alink:hover {
  background-color: #333333;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  color: #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link.-current {
  color: #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link.-current::before {
  background: #333333;
}
body.is-affiliate .page-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  border-bottom: 1px solid #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-current {
  color: #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  color: #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-tabs-list .ammenu-item .ammenu-button {
  color: #333333 !important;
}
body.is-affiliate .page-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  color: #333333 !important;
}
@media screen and (width: 1024px) {
  .page-wrapper .ammenu-header-container .header.content {
    display: flex;
  }
  .page-wrapper .ammenu-header-container .header.content .ammenu-button.-hamburger {
    margin-top: 10px;
  }
  .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-item > a.ammenu-link:hover::before,
  .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-item > a.ammenu-link.-current::before {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .page-wrapper .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  body.is-concierge.customer-logged-out .ammenu-tabs-container .ammenu-title[aria-controls="store.menu"] {
    display: none;
  }
  body.is-concierge.customer-logged-out .ammenu-tabs-container .ammenu-title[aria-controls="store.links"] {
    background: #eeeef3 !important;
    border-bottom-width: 0;
    font-weight: 600;
  }
  body.is-concierge.customer-logged-out .ammenu-tabs-container #store\.links {
    display: block !important;
    margin: 0;
  }
  body.is-concierge.customer-logged-out .ammenu-tabs-container #store\.menu {
    display: none;
  }
  body.is-concierge .ammenu-header-container .header.content .ammenu-logo {
    margin: 0 auto 0 10px;
  }
}
.page-layout-1column .amshopby-filter-current .amshopby-remove {
  margin-top: -6px;
}
.page-layout-1column .block.filter.filter-in-column {
  border-radius: 3px;
  padding: 15px;
  border: 2px solid #000b8b;
}
.page-layout-1column .block.filter.filter-in-column .block-title {
  text-transform: none;
}
.page-layout-1column .block.filter.filter-in-column .block-title .collapsible-action {
  cursor: pointer;
}
.page-layout-1column .block.filter.filter-in-column .block-title strong {
  float: left;
  padding-top: 8px;
  color: #000b8b;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-layout-1column .block.filter.filter-in-column .block-title .collapsible-filters {
  border-radius: 3px;
  display: inline-block;
  float: right;
  padding: 6px 6px 3px;
  color: #000b8b;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  border: 1px solid #000b8b;
}
.page-layout-1column .block.filter.filter-in-column .block-title .collapsible-filters::before {
  content: 'Show ';
}
.page-layout-1column .block.filter.filter-in-column .block-title .collapsible-filters::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-left: 5px;
}
.page-layout-1column .block.filter.filter-in-column .block-title .collapsible-filters:hover {
  text-decoration: none;
}
.page-layout-1column .block.filter.filter-in-column .block-title .filter-state-container {
  display: inline;
  padding-left: 20px;
}
.page-layout-1column .block.filter.filter-in-column .filter-current .filter-current-subtitle {
  display: none;
}
.page-layout-1column .block.filter.filter-in-column .filter-current .items {
  display: inline;
}
.page-layout-1column .block.filter.filter-in-column .filter-current .items li {
  font-size: 16px;
}
.page-layout-1column .block.filter.filter-in-column .filter-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #000b8b;
}
.page-layout-1column .block.filter.filter-in-column .filter-options-title {
  color: #000b8b;
  text-transform: none;
}
.page-layout-1column .block.filter.filter-in-column .filter-options-title::after {
  display: none;
}
.page-layout-1column .block.filter.filter-in-column .filter-options-content {
  display: block !important;
  visibility: visible;
  position: static;
  background: transparent;
  border: none;
  box-shadow: none;
}
.page-layout-1column .block.filter.filter-in-column:not(.active) .filter-content {
  display: none;
}
.page-layout-1column .block.filter.filter-in-column.active .block-title .collapsible-filters::before {
  content: 'Hide ';
}
.page-layout-1column .block.filter.filter-in-column.active .block-title .collapsible-filters::after {
  content: '\e621';
}
.page-layout-1column .block.filter.filter-in-column.active .filter-subtitle {
  height: auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-layout-1column .block.filter.filter-in-column .filter-current {
    margin-left: 0;
    margin-right: 0;
  }
  .page-layout-1column .block.filter.filter-in-column .block-title .filter-current {
    margin-top: 20px;
    border-color: #000b8b;
    border-bottom: none;
  }
  .page-layout-1column .block.filter.filter-in-column .block-title .filter-current .filter-current-subtitle {
    pointer-events: none;
  }
  .page-layout-1column .block.filter.filter-in-column .block-title .filter-current .filter-current-subtitle::before {
    display: none;
  }
  .page-layout-1column .block.filter.filter-in-column .block-title .filter-current .items {
    display: block;
  }
  .page-layout-1column .block.filter.filter-in-column .block-title .filter-current + .filter-actions {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-layout-1column .block.filter.filter-in-column.active .filter-subtitle,
  .page-layout-1column .block.filter.filter-in-column.active .filter-options {
    position: static;
  }
}
.page-layout-1column .filter-actions {
  font-size: 16px;
}
.isc-filter-block {
  margin-bottom: 40px;
}
.isc-filter-block .filter-content:before,
.isc-filter-block .filter-content:after {
  content: '';
  display: table;
}
.isc-filter-block .filter-content:after {
  clear: both;
}
.isc-filter-block .isc-filter-content .filter-actions,
.isc-filter-block .isc-filter-options,
.isc-filter-block .isc-filter-options-item,
.isc-filter-block .isc-filter-options-title,
.isc-filter-block .isc-filter-options-content,
.isc-filter-block .isc-filter-options-content form,
.isc-filter-block .isc-filter-options-content .am-ranges,
.isc-filter-block .isc-filter-options-content ul,
.isc-filter-block .isc-filter-options-content ol,
.isc-filter-block .isc-filter-options-content li {
  display: inline;
}
.isc-filter-block .isc-filter-options-title {
  color: #000b8b;
  font-weight: 700;
}
.isc-filter-block .isc-filter-options-content {
  padding-left: 10px;
}
.isc-filter-block .isc-filter-options-content .item input[type=checkbox],
.isc-filter-block .isc-filter-options-content .item input[type=radio],
.isc-filter-block .isc-filter-options-content .item .count {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.isc-filter-block .isc-filter-options-content .item a {
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0;
  padding: 5px 6px;
  color: #7e7f95;
  font-weight: 700;
  background: #ecedf6;
  border: 1px solid #d9dbef;
}
.isc-filter-block .isc-filter-options-content .item a:hover,
.isc-filter-block .isc-filter-options-content .item a.selected,
.isc-filter-block .isc-filter-options-content .item a.am_shopby_link_selected,
.isc-filter-block .isc-filter-options-content .item a.amshopby-link-selected {
  color: #000b8b;
  background-color: #ffffff;
  text-decoration: none;
  border-color: #000b8b;
}
.product-item .tocart,
.product-item tocart-viewlaunchoffers {
  border-radius: 3px;
}
.action-border {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 8px 14px 6px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-border:hover,
.action-border:active,
.action-border:focus {
  text-decoration: none;
}
.action-border:focus,
.action-border:active {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.action-border:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.action-border.disabled,
.action-border[disabled],
fieldset[disabled] .action-border {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action-border-primary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 2px solid #000b8b;
  color: #000b8b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 8px 14px 6px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-border-primary:hover,
.action-border-primary:active,
.action-border-primary:focus {
  text-decoration: none;
}
.action-border-primary:focus,
.action-border-primary:active {
  background: #272d9a;
  border: 2px solid #272d9a;
  color: #ffffff;
}
.action-border-primary:hover {
  background: #272d9a;
  border: 2px solid #272d9a;
  color: #ffffff;
}
.action-border-primary.disabled,
.action-border-primary[disabled],
fieldset[disabled] .action-border-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.is-shop button,
body.is-shop a.action.primary,
body.is-shop a.action-secondary,
body.is-shop a.action-primary,
body.is-shop a.amshopby-button,
body.is-shop a.am-filter-go {
  border-radius: 3px;
}
body.is-shop a.action.primary,
body.is-shop a.action-primary,
body.is-shop a.amshopby-button,
body.is-shop a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
body.is-shop a.action.primary:hover,
body.is-shop a.action-primary:hover,
body.is-shop a.action.primary:active,
body.is-shop a.action-primary:active,
body.is-shop a.action.primary:focus,
body.is-shop a.action-primary:focus,
body.is-shop a.amshopby-button:hover,
body.is-shop a.amshopby-button:active,
body.is-shop a.amshopby-button:focus,
body.is-shop a.am-filter-go:hover,
body.is-shop a.am-filter-go:active,
body.is-shop a.am-filter-go:focus {
  text-decoration: none;
}
body.is-shop .action.primary,
body.is-shop .action-primary,
body.is-shop .amshopby-button,
body.is-shop .am-filter-go {
  background-image: none;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 9px 15px 7px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
body.is-shop .action.primary:focus,
body.is-shop .action-primary:focus,
body.is-shop .action.primary:active,
body.is-shop .action-primary:active,
body.is-shop .amshopby-button:focus,
body.is-shop .amshopby-button:active,
body.is-shop .am-filter-go:focus,
body.is-shop .am-filter-go:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
body.is-shop .action.primary:hover,
body.is-shop .action-primary:hover,
body.is-shop .amshopby-button:hover,
body.is-shop .am-filter-go:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
body.is-shop .action.primary.disabled,
body.is-shop .action-primary.disabled,
body.is-shop .action.primary[disabled],
body.is-shop .action-primary[disabled],
fieldset[disabled] body.is-shop .action.primary,
fieldset[disabled] body.is-shop .action-primary,
body.is-shop .amshopby-button.disabled,
body.is-shop .amshopby-button[disabled],
fieldset[disabled] body.is-shop .amshopby-button,
body.is-shop .am-filter-go.disabled,
body.is-shop .am-filter-go[disabled],
fieldset[disabled] body.is-shop .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.is-shop .box-tocart .action.tocart,
body.is-shop .box-tocart .action.tocart-viewlaunchoffers {
  line-height: 2.2rem;
  padding: 18px 17px 14px;
  font-size: 1.8rem;
}
body.is-affiliate button,
body.is-affiliate a.action.primary,
body.is-affiliate a.action-secondary,
body.is-affiliate a.action-primary,
body.is-affiliate a.amshopby-button,
body.is-affiliate a.am-filter-go {
  border-radius: 3px;
}
body.is-affiliate a.action.primary,
body.is-affiliate a.action-primary,
body.is-affiliate a.amshopby-button,
body.is-affiliate a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
body.is-affiliate a.action.primary:hover,
body.is-affiliate a.action-primary:hover,
body.is-affiliate a.action.primary:active,
body.is-affiliate a.action-primary:active,
body.is-affiliate a.action.primary:focus,
body.is-affiliate a.action-primary:focus,
body.is-affiliate a.amshopby-button:hover,
body.is-affiliate a.amshopby-button:active,
body.is-affiliate a.amshopby-button:focus,
body.is-affiliate a.am-filter-go:hover,
body.is-affiliate a.am-filter-go:active,
body.is-affiliate a.am-filter-go:focus {
  text-decoration: none;
}
body.is-affiliate .action.primary,
body.is-affiliate .action-primary,
body.is-affiliate .amshopby-button,
body.is-affiliate .am-filter-go {
  background-image: none;
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
body.is-affiliate .action.primary:focus,
body.is-affiliate .action-primary:focus,
body.is-affiliate .action.primary:active,
body.is-affiliate .action-primary:active,
body.is-affiliate .amshopby-button:focus,
body.is-affiliate .amshopby-button:active,
body.is-affiliate .am-filter-go:focus,
body.is-affiliate .am-filter-go:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
body.is-affiliate .action.primary:hover,
body.is-affiliate .action-primary:hover,
body.is-affiliate .amshopby-button:hover,
body.is-affiliate .am-filter-go:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
body.is-affiliate .action.primary.disabled,
body.is-affiliate .action-primary.disabled,
body.is-affiliate .action.primary[disabled],
body.is-affiliate .action-primary[disabled],
fieldset[disabled] body.is-affiliate .action.primary,
fieldset[disabled] body.is-affiliate .action-primary,
body.is-affiliate .amshopby-button.disabled,
body.is-affiliate .amshopby-button[disabled],
fieldset[disabled] body.is-affiliate .amshopby-button,
body.is-affiliate .am-filter-go.disabled,
body.is-affiliate .am-filter-go[disabled],
fieldset[disabled] body.is-affiliate .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .box-tocart .has-change-qty {
  display: inline-block;
  position: relative;
}
.product-info-main .box-tocart .has-change-qty .input-text.qty {
  width: 90px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}
.product-info-main .box-tocart .has-change-qty .input-text.qty.mage-error {
  width: 100%;
}
.product-info-main .box-tocart .has-change-qty div.mage-error[generated] {
  border-radius: 3px;
  position: relative;
  padding: 3px 8px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  border: 1px solid #e02b27;
}
.product-info-main .box-tocart .has-change-qty div.mage-error[generated]::before,
.product-info-main .box-tocart .has-change-qty div.mage-error[generated]::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.product-info-main .box-tocart .has-change-qty div.mage-error[generated]::before {
  z-index: 3;
  left: 6px;
  top: -10px;
  border: 5px solid;
  border-color: transparent transparent #ffffff transparent;
}
.product-info-main .box-tocart .has-change-qty div.mage-error[generated]::after {
  left: 5px;
  top: -12px;
  z-index: 2;
  border: 6px solid;
  border-color: transparent transparent #e02b27 transparent;
}
.product-info-main .box-tocart .has-change-qty a {
  position: absolute;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  min-width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 6px;
  padding-right: 6px;
  color: #000b8b;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.product-info-main .box-tocart .has-change-qty a:hover {
  color: #ffffff;
  background: #000b8b;
  cursor: pointer;
  text-decoration: none;
}
.product-info-main .box-tocart .has-change-qty .decrease-qty {
  left: 1px;
}
.product-info-main .box-tocart .has-change-qty .increase-qty {
  right: 1px;
}
.product-info-main .product.attribute.resolutions .type::after {
  content: ':';
}
.product-info-main .product.attribute.resolutions .value {
  display: inline;
}
.ampromo-items-content .ampromo-item-image {
  object-fit: contain;
}
.checkout-cart-index .cart-summary._sticky {
  z-index: 1;
}
.checkout-payment-method .checkout-billing-address .action-cancel {
  padding: 5px 13px;
  font-weight: 700;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  text-decoration: none;
}
body.is-shop .checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding-left: 0;
}
.cart-summary tr.totals .title.-enabled:after,
.totals.discount .title.-enabled:after {
  display: none;
}
.cart-summary tr.total-rules,
.table-totals tr.total-rules {
  display: none;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  border-radius: 3px;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background-color: #0014ff;
  border: 1px solid #0014ff;
}
.vitcnotification {
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #ededed;
  text-align: center;
}
.amcard-giftcards {
  display: inline-block;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  max-width: 80%;
}
.checkout-index-index .page-header div.minicart-wrapper {
  display: block;
}
.checkout-index-index .page-header div.minicart-wrapper .block-minicart {
  display: none !important;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: initial;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #000b8b;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:visited {
  color: #000b8b;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:hover {
  color: #272d9a;
  text-decoration: underline;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:active {
  color: #ff5501;
  text-decoration: underline;
}
.checkout-index-index .additional-options .checkout-agreements label.label {
  display: flex;
}
.checkout-index-index .amcard-field-container {
  padding-bottom: 20px;
}
.checkout-index-index .amcard-field-container button.amcard-check:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show) {
  padding: 7px 15px;
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  color: #000000;
}
.checkout-index-index .amcard-field-container button.amcard-check:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):hover {
  text-decoration: none;
}
.checkout-index-index #checkout-step-shipping_method td.col.shipping-method-comment {
  display: block;
  padding: 0px;
  border-top: 0px;
}
.checkout-index-index #checkout-step-shipping_method .row.amcheckout-method,
.checkout-index-index #checkout-step-shipping_method .row.default-checkout-method {
  margin-right: 0;
  margin-left: 0;
}
.checkout-index-index #checkout-step-shipping_method .row.amcheckout-method .col.col-comment,
.checkout-index-index #checkout-step-shipping_method .row.default-checkout-method .col.col-comment {
  display: table-cell;
}
.checkout-index-index #checkout-step-shipping_method .row.amcheckout-method td.col.shipping-method-comment,
.checkout-index-index #checkout-step-shipping_method .row.default-checkout-method td.col.shipping-method-comment {
  display: none;
}
.checkout-index-index #checkout-step-shipping_method .row.amcheckout-method.-selected .col.col-comment,
.checkout-index-index #checkout-step-shipping_method .row.default-checkout-method.-selected .col.col-comment {
  display: none;
}
.checkout-index-index #checkout-step-shipping_method .row.amcheckout-method.-selected td.col.shipping-method-comment,
.checkout-index-index #checkout-step-shipping_method .row.default-checkout-method.-selected td.col.shipping-method-comment {
  display: block;
  font-size: 14px;
  padding-bottom: 20px;
  flex-basis: 100%;
}
.checkout-index-index .form.form-shipping-address #shipping-new-address-form div[name="shippingAddress.vat_id"] {
  display: none;
}
.checkout-index-index .payment-method-billing-address .billing-address-form div[name="billingAddressbraintree.vat_id"],
.checkout-index-index .payment-method-billing-address .billing-address-form div[name="billingAddressbraintree_googlepay.vat_id"],
.checkout-index-index .payment-method-billing-address .billing-address-form div[name="billingAddressbraintree_cc_vault.vat_id"] {
  display: none;
}
.checkout-index-index .amcheckout-main-container .amcheckout-additional-options.additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes {
  width: auto;
}
.checkout-index-index .amcheckout-main-container .amcheckout-additional-options.additional-options .field.amcheckout-comment {
  width: 100%;
}
.checkout-cart-index .amcard-field-container {
  padding: 15px;
}
.checkout-cart-index .amcard-field-container button.amcard-check:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show) {
  padding: 7px 15px;
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  color: #000000;
}
.checkout-cart-index .amcard-field-container button.amcard-check:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):hover {
  text-decoration: none;
}
.checkout-cart-index .cart-container .form.form-cart .cart .item-actions .action.action-edit {
  display: none;
}
.checkout-cart-index .amcard-giftcards .amcard-codes-list {
  padding: 5px 15px 10px 15px;
}
.checkout-index-index .reward-points-payment-content .extra-controls,
.checkout-cart-index .reward-points-payment-content .extra-controls {
  margin-left: 0;
}
.checkout-index-index .point-spent-wrapper,
.checkout-cart-index .point-spent-wrapper {
  display: flex;
  align-items: center;
}
.checkout-index-index .mp-spent,
.checkout-cart-index .mp-spent {
  margin-left: 5px;
}
.checkout-index-index .apply-point-spent,
.checkout-cart-index .apply-point-spent {
  margin-left: 5px;
  border-radius: 3px;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-index-index .apply-point-spent:hover,
.checkout-cart-index .apply-point-spent:hover {
  cursor: pointer;
  background: #272d9a;
  border: 1px solid #272d9a;
}
.checkout-index-index .spend-points-available,
.checkout-cart-index .spend-points-available {
  margin-left: 10px;
}
.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):not(.action-show),
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  border-radius: 3px;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):focus,
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):focus,
.amcheckout-step-container .primary .action.checkout:focus,
.amcheckout-step-container .action.checkout.amasty:focus,
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):active,
.amcheckout-step-container .primary .action.checkout:active,
.amcheckout-step-container .action.checkout.amasty:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):hover,
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
body.is-shop .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
body.is-shop .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show),
body.is-shop .amcheckout-step-container .primary .action.checkout,
body.is-shop .amcheckout-step-container .action.checkout.amasty {
  border-radius: 3px;
  background: #000b8b;
  border: 1px solid #000b8b;
  color: #ffffff;
}
body.is-shop .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):focus,
body.is-shop .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):focus,
body.is-shop .amcheckout-step-container .primary .action.checkout:focus,
body.is-shop .amcheckout-step-container .action.checkout.amasty:focus,
body.is-shop .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
body.is-shop .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):active,
body.is-shop .amcheckout-step-container .primary .action.checkout:active,
body.is-shop .amcheckout-step-container .action.checkout.amasty:active {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
body.is-shop .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
body.is-shop .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):hover,
body.is-shop .amcheckout-step-container .primary .action.checkout:hover,
body.is-shop .amcheckout-step-container .action.checkout.amasty:hover {
  background: #272d9a;
  border: 1px solid #272d9a;
  color: #ffffff;
}
body.is-affiliate .checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #333333;
  text-decoration: none;
}
body.is-affiliate .checkout-index-index .additional-options .checkout-agreements .action-show:visited {
  color: #333333;
  text-decoration: none;
}
body.is-affiliate .checkout-index-index .additional-options .checkout-agreements .action-show:hover {
  color: #000000;
  text-decoration: underline;
}
body.is-affiliate .checkout-index-index .additional-options .checkout-agreements .action-show:active {
  color: #333333;
  text-decoration: underline;
}
body.is-affiliate .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
body.is-affiliate .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show),
body.is-affiliate .amcheckout-step-container .primary .action.checkout,
body.is-affiliate .amcheckout-step-container .action.checkout.amasty {
  border-radius: 3px;
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
body.is-affiliate .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):focus,
body.is-affiliate .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):focus,
body.is-affiliate .amcheckout-step-container .primary .action.checkout:focus,
body.is-affiliate .amcheckout-step-container .action.checkout.amasty:focus,
body.is-affiliate .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
body.is-affiliate .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):active,
body.is-affiliate .amcheckout-step-container .primary .action.checkout:active,
body.is-affiliate .amcheckout-step-container .action.checkout.amasty:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
body.is-affiliate .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
body.is-affiliate .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.action-show):hover,
body.is-affiliate .amcheckout-step-container .primary .action.checkout:hover,
body.is-affiliate .amcheckout-step-container .action.checkout.amasty:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
body.is-concierge .checkout-shipping-address fieldset select {
  appearance: auto;
}
button.amcard-check.am-checkout-button {
  padding: 7px 15px;
}
.component-image-content .component-item {
  padding-top: 25px;
  padding-bottom: 25px;
}
.component-image-content .component-item:nth-child(2n+1) .component-media .component-image {
  top: -40px;
  left: 40px;
}
.component-image-content .component-item:nth-child(2n+2) .component-media .component-image {
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .component-image-content .component-item:nth-child(2n+1) .component-media {
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .component-image-content .component-item:nth-child(2n+2) .component-media {
    margin-left: 40px;
    margin-bottom: 60px;
  }
}
.component-image-content .component-media {
  position: relative;
}
.component-image-content .component-image {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.component-image-content .component-image img {
  width: 100%;
  vertical-align: middle;
}
.component-image-content .component-background {
  display: block;
  z-index: 1;
  height: 0;
  padding: 100% 0 0;
  background-color: #e2ecff;
}
.component-image-content .component-content h2:first-child,
.component-image-content .component-content h3:first-child,
.component-image-content .component-content .component-title:first-child {
  margin-top: 0;
}
.component-image-content .component-content p {
  margin-bottom: 20px;
}
.component-image-content .component-content p:last-child {
  margin-bottom: 0;
}
.component-image-content .component-title,
.component-image-content .component .component-content h2,
.component-image-content .component .component-content h3 {
  font-size: 26px;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .component-image-content .component-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .component-image-content .component-item:nth-child(2n+1) .component-media {
    margin-top: 40px;
  }
  .component-image-content .component-item:nth-child(2n+2) .component-media {
    order: 1;
    margin-bottom: 40px;
  }
  .component-image-content .component-media {
    width: calc(50% - 60px);
  }
  .component-image-content .component-content {
    width: calc(50% - 20px);
  }
  .component-image-content .component-title,
  .component-image-content .component .component-content h2,
  .component-image-content .component .component-content h3 {
    font-size: 36px;
  }
}
.component-image-content.paroller-initialized .component-item:nth-child(2n+1) .component-media .component-image {
  top: -10px;
}
.component-image-content.paroller-initialized .component-item:nth-child(2n+2) .component-media .component-image {
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .component-image-content.paroller-initialized .component-item:nth-child(2n+1) .component-media {
    margin-top: 10px;
  }
  .component-image-content.paroller-initialized .component-item:nth-child(2n+2) .component-media {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .component-image-content.paroller-initialized .component-item:nth-child(2n+1) .component-media {
    margin-top: 10px;
  }
  .component-image-content.paroller-initialized .component-item:nth-child(2n+2) .component-media {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .component-image-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cms-index-index .section .section-header .section-description,
.cms-home .section .section-header .section-description,
.cms-home-page-user-logged-in .section .section-header .section-description,
.cms-home-page-user-not-logged-in .section .section-header .section-description,
.ingredient-index-index .section .section-header .section-description,
.ingredient-view-index .section .section-header .section-description,
.cms-index-index .section .section-header .description,
.cms-home .section .section-header .description,
.cms-home-page-user-logged-in .section .section-header .description,
.cms-home-page-user-not-logged-in .section .section-header .description,
.ingredient-index-index .section .section-header .description,
.ingredient-view-index .section .section-header .description {
  max-width: 550px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .cms-index-index .section .section-header .section-title,
  .cms-home .section .section-header .section-title,
  .cms-home-page-user-logged-in .section .section-header .section-title,
  .cms-home-page-user-not-logged-in .section .section-header .section-title,
  .ingredient-index-index .section .section-header .section-title,
  .ingredient-view-index .section .section-header .section-title {
    font-size: 44px;
  }
  .cms-index-index .section .section-header .section-description,
  .cms-home .section .section-header .section-description,
  .cms-home-page-user-logged-in .section .section-header .section-description,
  .cms-home-page-user-not-logged-in .section .section-header .section-description,
  .ingredient-index-index .section .section-header .section-description,
  .ingredient-view-index .section .section-header .section-description,
  .cms-index-index .section .section-header .description,
  .cms-home .section .section-header .description,
  .cms-home-page-user-logged-in .section .section-header .description,
  .cms-home-page-user-not-logged-in .section .section-header .description,
  .ingredient-index-index .section .section-header .description,
  .ingredient-view-index .section .section-header .description {
    margin-top: 30px;
  }
}
.cms-index-index .section .section-footer,
.cms-home .section .section-footer,
.cms-home-page-user-logged-in .section .section-footer,
.cms-home-page-user-not-logged-in .section .section-footer,
.ingredient-index-index .section .section-footer,
.ingredient-view-index .section .section-footer {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2ecff;
}
.cms-index-index .section.section-instagram .section-footer,
.cms-home .section.section-instagram .section-footer,
.cms-home-page-user-logged-in .section.section-instagram .section-footer,
.cms-home-page-user-not-logged-in .section.section-instagram .section-footer,
.ingredient-index-index .section.section-instagram .section-footer,
.ingredient-view-index .section.section-instagram .section-footer {
  padding-top: 0;
  border-top: none;
}
.is-shop.cms-index-index .section:not(.background-gradient_blue):not(.background-gradient_lightblue-black-lightblue),
.is-shop.cms-home .section:not(.background-gradient_blue):not(.background-gradient_lightblue-black-lightblue),
.is-shop.ingredient-index-index .section:not(.background-gradient_blue):not(.background-gradient_lightblue-black-lightblue),
.is-shop.ingredient-view-index .section:not(.background-gradient_blue):not(.background-gradient_lightblue-black-lightblue) {
  color: #000b8b;
}
.is-shop.cms-index-index .section.section-professional-services .container-fluid .section-body,
.is-shop.cms-home .section.section-professional-services .container-fluid .section-body,
.is-shop.ingredient-index-index .section.section-professional-services .container-fluid .section-body,
.is-shop.ingredient-view-index .section.section-professional-services .container-fluid .section-body {
  text-align: center;
}
.is-shop.cms-index-index .section.section-professional-services .container-fluid .section-footer,
.is-shop.cms-home .section.section-professional-services .container-fluid .section-footer,
.is-shop.ingredient-index-index .section.section-professional-services .container-fluid .section-footer,
.is-shop.ingredient-view-index .section.section-professional-services .container-fluid .section-footer {
  padding-top: 40px;
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .is-shop.cms-index-index .section.section-professional-services,
  .is-shop.cms-home .section.section-professional-services,
  .is-shop.ingredient-index-index .section.section-professional-services,
  .is-shop.ingredient-view-index .section.section-professional-services {
    background-image: url("../../frontend/ISClinical/affiliate/en_US/images/home-bg-fire-ice.jpg");
    background-position: 50% 43%;
  }
  .is-shop.cms-index-index .section.section-professional-services .container-fluid,
  .is-shop.cms-home .section.section-professional-services .container-fluid,
  .is-shop.ingredient-index-index .section.section-professional-services .container-fluid,
  .is-shop.ingredient-view-index .section.section-professional-services .container-fluid {
    display: flex;
    justify-content: flex-end;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .is-shop.cms-index-index .section.section-professional-services .container-fluid .container-inner,
  .is-shop.cms-home .section.section-professional-services .container-fluid .container-inner,
  .is-shop.ingredient-index-index .section.section-professional-services .container-fluid .container-inner,
  .is-shop.ingredient-view-index .section.section-professional-services .container-fluid .container-inner {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .is-shop.cms-index-index .section,
  .is-shop.cms-home .section,
  .is-shop.ingredient-index-index .section,
  .is-shop.ingredient-view-index .section {
    font-size: 1.9rem;
  }
}
.faq_main_block .catepage_title_block,
.faq_main_block .catepage_block_info {
  float: none;
  width: auto;
}
.faq_main_block .catepage_title_block:before,
.faq_main_block .catepage_block_info:before,
.faq_main_block .catepage_title_block:after,
.faq_main_block .catepage_block_info:after {
  content: '';
  display: table;
}
.faq_main_block .catepage_title_block:after,
.faq_main_block .catepage_block_info:after {
  clear: both;
}
.faq_main_block .catepage_block_info .faqs_catepage_question_list li {
  float: none;
  width: auto;
}
.faq_main_block .catepage_block_info .faq_question {
  width: calc(100% - 25px);
}
.faq_main_block .catepage_block_info .faq_question div:hover {
  box-shadow: none;
}
.faq_main_block .catepage_block_info .faq_question_expand {
  width: auto;
}
.faq_main_block .catepage_block_info .faq_question_expand,
.faq_main_block .catepage_block_info .faq_question_expand p {
  font-size: inherit;
}
.faqs_sidebar_data.categories ul > li.category_li:before {
  content: '\f0da';
}
.bss_faqs-index-index .faq_main_block {
  display: none;
}
.category-faqs-block {
  display: none;
  position: relative;
  padding: 25px 0;
}
.category-faqs-block .category-faqs-inner {
  position: relative;
  padding-top: 30px;
}
.category-faqs-block .faqs-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  color: #7e7f95;
  border: 1px solid #d9dbef;
  border-radius: 30px;
  outline: none;
}
.category-faqs-block .faqs-close:hover {
  color: #000b8b;
  border-color: #000b8b;
}
.faqs-title h2,
.faqs-title h3 {
  color: #000b8b;
}
.faqs-list {
  border-top: 2px solid #000b8b;
}
.faqs-list .faq-item {
  background-color: #f8f9ff;
  border-bottom: 2px solid #d9dbef;
}
.faqs-list .faq-item .columns-flex .column-image {
  flex: none;
  max-width: 275px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.faqs-list .faq-item .columns-flex .column-image img {
  vertical-align: middle;
  -webkit-box-shadow: 25px 20px 0 0 #e2ecff;
  box-shadow: 25px 20px 0 0 #e2ecff;
}
.faqs-list .faq-item.active,
.faqs-list .faq-item:hover {
  background-color: #ffffff;
}
.faqs-list .faq-item.active .faq-question::after {
  content: "\F106";
}
.faqs-list .faq-question {
  position: relative;
  padding: 25px 40px 25px 20px;
  color: #000b8b;
  cursor: pointer;
}
.faqs-list .faq-question::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\F107";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 2rem;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faqs-list .faq-question h3,
.faqs-list .faq-question h4 {
  margin: 0;
  color: inherit;
  font-style: normal;
}
.faqs-list .faq-answer {
  display: none;
  padding: 0 20px 25px;
}
.faqs-list .faq-answer h3,
.faqs-list .faq-answer h4,
.faqs-list .faq-answer h5,
.faqs-list .faq-answer h6 {
  color: #000b8b;
}
.fotorama .fotorama__caption {
  bottom: 5px;
}
.fotorama .fotorama__caption__wrap {
  background-color: rgba(255, 255, 255, 0.75);
}
.fotorama .fotorama__arr,
.fotorama .fotorama__thumb__arr {
  background: none;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  z-index: 4;
}
.fotorama .fotorama__stage__frame .fotorama_vertical_ratio.fotorama__loaded--img .fotorama__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb-border {
  background: none;
  border-color: #000b8b;
}
.fotorama .fotorama__nav-wrap .fotorama__nav__shaft {
  background: none;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb {
  background: none;
}
.fotorama .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  border-radius: 3px;
}
.fotorama .fotorama__nav-wrap--vertical .fotorama__thumb-border::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fotorama .fotorama__nav-wrap--vertical .fotorama__thumb {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
}
.fotorama .fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img .fotorama__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.is-shop .gallery-placeholder._block-content-loading,
body.store-professional_store_view .gallery-placeholder._block-content-loading {
  background: rgba(59, 75, 247, 0.25);
  background: linear-gradient(to bottom, rgba(59, 75, 247, 0.25) 0%, rgba(123, 238, 239, 0.25) 75%, rgba(194, 247, 255, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4bf7', endColorstr='#c2f7ff', GradientType=0);
}
body.is-shop .fotorama .fotorama__stage,
body.store-professional_store_view .fotorama .fotorama__stage {
  background: -webkit-linear-gradient(271deg, #fcfcfc 0%, #e6e7e9 100%);
  background: -o-linear-gradient(271deg, #fcfcfc 0%, #e6e7e9 100%);
  background: -ms-linear-gradient(271deg, #fcfcfc 0%, #e6e7e9 100%);
  background: -moz-linear-gradient(271deg, #fcfcfc 0%, #e6e7e9 100%);
  background: linear-gradient(179deg, #fcfcfc 0%, #e6e7e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4bf7', endColorstr='#c2f7ff', GradientType=0);
}
body.is-shop .fotorama .fotorama__stage__shaft,
body.store-professional_store_view .fotorama .fotorama__stage__shaft {
  z-index: 3;
}
body.is-shop .fotorama .fotorama__stage::after,
body.store-professional_store_view .fotorama .fotorama__stage::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  background: -moz-linear-gradient(0deg, #4f4f4f 0%, #4f4f4f 100%);
  background: -webkit-linear-gradient(0deg, #4f4f4f 0%, #4f4f4f 100%);
  background: linear-gradient(0deg, #4f4f4f 0%, #4f4f4f 100%);
  opacity: 0.1;
}
body.is-shop .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb-border,
body.store-professional_store_view .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  border-color: #ffffff;
}
body.is-affiliate .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  border-color: #333333;
}
body.is-shop.ingredient-view-index .page-main .page-title-wrapper .page-title {
  color: #000b8b;
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.ingredient .page-main-header {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/page_header_ingredient.jpg");
}
.ingredient .page-main-header .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.ingredient .page-main-header .page-title-wrapper .page-title {
  margin: 0;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .ingredient .page-main-header .page-title-wrapper {
    padding: 25px;
  }
  .ingredient .page-main-header .page-title-wrapper .page-title {
    font-size: 40px;
  }
}
.ingredient-index-index .page-main .page-title-wrapper {
  padding-top: 20px;
  text-align: center;
}
.no-ingredient-exist {
  margin: 30px 0;
  font-size: 1.8rem;
  text-align: center;
}
.ingredients-by-alphabet {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.ingredients-by-alphabet li {
  display: inline;
  position: relative;
  padding: 3px 3px 3px 4px;
  margin: 0;
  vertical-align: middle;
}
.ingredients-by-alphabet li h3 {
  display: inline;
  margin: 0;
  font-size: 2.4rem;
  font-style: normal;
}
.ingredients-by-alphabet li:not(:first-child)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: #000b8b;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ingredients-by-alphabet li a {
  display: inline-block;
  padding: 3px 5px;
}
.ingredient-columns {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ingredient-columns .column.is-current {
  border-radius: 3px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.15), 0 5px 8px rgba(0, 0, 0, 0.05);
}
.ingredient-columns .ingredient-letter {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.4rem !important;
  font-style: normal;
  border-bottom: 1px solid #ecedf6;
}
.ingredient-columns .ingredients {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ingredient-columns .ingredients:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ingredient-columns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
  }
}
.ingredient-details .page-title {
  margin-bottom: 15px;
}
.ingredient-details .short-description {
  margin-top: 15px;
}
.ingredient-details .description {
  margin-top: 15px;
}
.section.section-ingredients .columns-flex .column,
.section.section-ingredient-info .columns-flex .column {
  text-align: left;
}
.section-ingredients {
  padding-top: 0 !important;
}
.section-ingredients .container-fluid {
  padding-top: 0 !important;
}
.ingredient-view-index .section.section-ingredient-info {
  color: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ingredient-columns.columns-flex .column {
    flex: none;
    width: 33.33333333%;
  }
}
/* Start Price Style */
.old-price,
.old.price {
  color: #666666;
}
.price-container .price {
  color: #000b8b;
  font-size: inherit;
}
.price-container .price-label {
  font-size: 1.4rem;
}
.price-container .normal-price,
.price-container .minicart-price {
  font-weight: 700;
}
.price-container .old-price .price,
.price-container .old.price .price {
  color: inherit;
}
.price-box .normal-price {
  font-size: 1.8rem;
}
.price-box .normal-price .price {
  font-size: inherit;
}
.price-box .normal-price .price-label {
  display: none !important;
}
.price-box .special-price {
  font-size: 1.8rem;
}
.price-box .special-price .price {
  font-size: inherit;
}
.price-box .old-price,
.price-box .old.price {
  padding-left: 5px;
}
.price-box .old-price .price,
.price-box .old.price .price {
  color: inherit;
}
.minicart-items .price-container .old-price {
  padding-left: 5px;
}
.price-including-tax .cart-tax-total .price,
.price-excluding-tax .cart-tax-total .price,
.price-including-tax .cart-price .price,
.price-excluding-tax .cart-price .price {
  color: #000b8b;
}
.price-including-tax .old-price .price,
.price-excluding-tax .old-price .price {
  font-weight: 400 !important;
}
.price-including-tax .old-price .price,
.price-excluding-tax .old-price .price,
.price-including-tax .old-price .price-label,
.price-excluding-tax .old-price .price-label {
  font-size: 1.4rem;
}
.cart.table-wrapper .col.price .price-including-tax .old-price,
.cart.table-wrapper .col.price .price-excluding-tax .old-price {
  display: block;
  margin-top: 5px;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  color: #000b8b;
}
.product-info-main .product-info-price .price-box .normal-price .price-container .price-label {
  display: none;
}
/* End Price Style */
.product-item .price-box {
  margin-bottom: 10px;
}
.page-products .product-item-info {
  width: 100%;
}
.page-wrapper .product-item-info {
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .product-item-info {
    max-width: 280px;
  }
}
.product-item-info {
  position: relative;
}
.has-image-photo-hover .product-item-info .product-image-container {
  display: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.has-image-photo-hover .product-item-info .product-image-container:first-child {
  display: block;
}
.has-image-photo-hover .product-item-info .product-image-container + .product-image-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .has-image-photo-hover .product-item-info:hover .product-image-container {
    top: 9px;
    left: 9px;
    opacity: 1;
    display: block;
  }
  .has-image-photo-hover .product-item-info:hover .product-image-container:first-child {
    opacity: 0;
    top: auto;
    left: auto;
    max-width: unset;
    display: none;
  }
  .has-image-photo-hover .product-item-info:hover .product-image-container + .product-image-container {
    top: 9px;
    left: 9px;
    opacity: 1;
    max-width: calc(100% - 18px);
  }
}
.products-grid .product-item-info .product-additional-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
  height: 100%;
  color: #000b8b;
  font-size: 18px;
}
.products-grid .product-item-info .product-additional-inner .product-item-actions {
  margin-top: auto;
}
.products-grid .product-item-info .product-additional-inner .product-item-actions .actions-primary,
.products-grid .product-item-info .product-additional-inner .product-item-actions .actions-primary .action {
  width: 100%;
}
.products-grid .product-item-info .product-additional-inner .product-item-actions .actions-primary .stock.unavailable {
  padding-top: 8px;
}
.products-grid .product-item-info .product-additional-inner .product-item-actions .actions-secondary,
.products-grid .product-item-info .product-additional-inner .product-item-actions .actions-secondary .action {
  display: none;
}
.products-grid .product-item-info .product-item-description {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  margin: 0 0 10px;
  line-height: 1.42857143;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .products-grid .product-item-info .product-item-description {
    max-height: 105px;
  }
}
@media only screen and (min-width: 640px) {
  .products-grid .product-item-info .product-item-description {
    padding: 10px;
  }
}
.products-grid .product-item-info .product-item-description p {
  font-weight: 500;
}
.products-grid .product-item-info .product-item-description ul,
.products-grid .product-item-info .product-item-description ol {
  margin-bottom: 10px;
  padding-left: 18px;
}
.products-grid .product-item-info .product-item-description ul {
  list-style-type: disc;
}
.products-grid .product-item-info .product-attribute {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  color: #000b8b;
  font-size: 16px;
  font-weight: 500;
}
.products-grid .product-item-info .product-attribute.short_benefits {
  margin-bottom: 20px;
}
.products-grid .product-item-info .product-attribute li {
  display: inline-block;
  margin-bottom: 0;
}
.products-grid .product-item-info .product-attribute li:not(:last-child) {
  padding-right: 3px;
}
.products-grid .product-item-info .product-attribute li:not(:last-child):not(.attribute-label)::after {
  content: ',';
}
.products-grid .product-item-info .product-attribute li:not(:last-child).attribute-label::after {
  content: ':';
}
.widget .products-grid .product-item-info .time-of-use {
  display: none;
}
.category-cms .widget .products-grid .product-item-info .time-of-use {
  display: block;
}
.products-grid .product-item .amasty-hide-price-container {
  margin-bottom: 20px;
  text-align: center;
}
.products-grid .product-item-info .product-item-actions .actions-primary,
.products-grid .product-item-info .product-item-actions .actions-primary .action {
  width: 100%;
}
.products-grid .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  padding-top: 8px;
}
.products-grid .product-item-info .product-item-actions .actions-secondary,
.products-grid .product-item-info .product-item-actions .actions-secondary .action {
  display: none;
}
.products-grid .product-items .product-item-name {
  font-size: 18px;
}
.products-grid .product-items .product-item-name > a {
  color: #000b8b;
}
@media only screen and (min-width: 768px) {
  .products-grid .product-items .product-item-name {
    font-size: 21px;
  }
}
.block.related .product-item-details,
.block.upsell .product-item-details,
.block.crosssell .product-item-details {
  position: static;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .products-show-description-its-side .products-grid .product-items:not(.slick-slider) .product-item:nth-child(2n + 2) .product-item-info .product-item-inner {
    left: auto;
    right: 100%;
    border-right: none;
    border-left: 1px solid #bbbbbb;
    box-shadow: -3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .products-show-description-its-side .products-grid .product-items:not(.slick-slider) .product-item:nth-child(3n + 3) .product-item-info .product-item-inner {
    left: auto;
    right: 100%;
    border-right: none;
    border-left: 1px solid #bbbbbb;
    box-shadow: -3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1024px) {
  .products-show-description-its-side .products-grid .product-items:not(.slick-slider) .product-item:nth-child(4n + 4) .product-item-info .product-item-inner {
    left: auto;
    right: 100%;
    border-right: none;
    border-left: 1px solid #bbbbbb;
    box-shadow: -3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 640px) {
  .products-show-description-its-side .products-grid .product-items.slick-slider .slick-active.slick-active-last .product-item-info .product-item-inner {
    left: auto;
    right: 100%;
    border-right: none;
    border-left: 1px solid #bbbbbb;
    box-shadow: -3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.products-show-description-its-side .block-category-products .block-title {
  position: relative;
  margin-bottom: 20px;
  color: #000b8b;
  font-size: 24px;
  font-weight: 300 !important;
}
@media only screen and (min-width: 768px) {
  .products-show-description-its-side .block-category-products .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.products-show-description-its-side .block-category-products .block-title::after {
  content: '';
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #dddddd;
}
.products-show-description-its-side .block-category-products .block-title strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.products-show-description-its-side .block-category-products .block-title strong::after {
  content: '';
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #000b8b;
}
@media only screen and (min-width: 640px) {
  .products-show-description-its-side .block.widget .products-grid .product-item .product-item-inner,
  .products-show-description-its-side.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .products-show-description-its-side.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    margin: 0;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.block-category-products .products-slider .product-item span.product-image-wrapper {
  text-align: center;
}
.category-view {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background-color: #ebebeb;
}
.category-view .category-cms {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .category-view .category-cms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-main .category-view .block-products-list {
  margin-bottom: 0 !important;
}
.category-kits .products-grid .product-item-info .product-attribute.short_benefits {
  display: none;
}
body.is-shop .products-grid .product-item-info .product-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
body.is-shop .products-grid .product-item-info .product-item-actions .actions-secondary,
body.is-shop .products-grid .product-item-info .product-item-actions .actions-secondary .towishlist {
  display: inline-block;
}
body.is-shop .products-grid .product-item-info .product-item-actions .actions-secondary .towishlist {
  margin-left: 5px;
}
body.is-affiliate .price-container .price {
  color: #333333;
}
body.is-affiliate .price-including-tax .cart-tax-total .price,
body.is-affiliate .price-excluding-tax .cart-tax-total .price,
body.is-affiliate .price-including-tax .cart-price .price,
body.is-affiliate .price-excluding-tax .cart-price .price {
  color: #333333;
}
body.is-affiliate .cart-totals .amount,
body.is-affiliate .opc-block-summary .table-totals .amount {
  color: #333333;
}
.products-grid body.is-affiliate .product-item-info .product-attribute {
  color: #333333;
}
body.is-affiliate .products-grid .product-items .product-item-name > a {
  color: #333333;
}
.isclinical .mfp-bg {
  background: #ffffff;
  opacity: 0.9;
}
.isclinical .mfp-preloader {
  color: #000b8b;
}
.isclinical .mfp-preloader a {
  color: #000b8b;
}
.isclinical .mfp-preloader a:hover {
  color: #272d9a;
}
.isclinical .mfp-close {
  color: #000b8b;
}
.isclinical .mfp-arrow::before {
  opacity: 1;
}
.isclinical .mfp-arrow-left::before {
  border-right-color: #000b8b;
}
.isclinical .mfp-arrow-right::before {
  border-left-color: #000b8b;
}
.isclinical .mfp-close-btn-in .mfp-close,
.isclinical .mfp-image-holder .mfp-close,
.isclinical .mfp-iframe-holder .mfp-close {
  color: #000b8b;
}
.isclinical .mfp-image-holder .mfp-close,
.isclinical .mfp-iframe-holder .mfp-close {
  width: auto;
  min-width: 32px;
  height: 32px;
  font-weight: 100;
  line-height: 32px;
  border: 1px solid #000b8b;
  border-radius: 30px;
}
.isclinical .mfp-title,
.isclinical .mfp-counter {
  color: #000b8b;
  font-weight: 500;
}
.isclinical .mfp-figure::after {
  background: #f5f5f5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.isclinical .mfp-figure small {
  color: #000b8b;
}
.messages {
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}
.messages:not(.page) {
  display: inline-block;
}
.messages.page {
  max-width: 100%;
}
.checkout-cart-index .amcard-codes-list .messages {
  width: 100%;
}
.message {
  /*&-info, &.info {
          border-right-color: @color-blue;

          &:before {
            background-color: @color-blue;
          }
        }*/
}
.message-info,
.message.info,
.message-notice,
.message.notice,
.message-success,
.message.success,
.message-warning,
.message.warning,
.message-error,
.message.error {
  padding-left: 42px;
  border: 1px solid #f2f2f2;
  border-left: none;
  border-right: 2px solid #000b8b;
}
.message-info:before,
.message.info:before,
.message-notice:before,
.message.notice:before,
.message-success:before,
.message.success:before,
.message-warning:before,
.message.warning:before,
.message-error:before,
.message.error:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  z-index: 0;
  min-width: 32px;
  background-color: #000b8b;
}
.message-notice,
.message.notice {
  border-right-color: #000b8b;
}
.message-notice:before,
.message.notice:before {
  background-color: #000b8b;
}
.message-success,
.message.success {
  border-right-color: #000b8b;
}
.message-success:before,
.message.success:before {
  background-color: #000b8b;
}
.message-warning,
.message.warning {
  border-right-color: #df8312;
}
.message-warning:before,
.message.warning:before {
  background-color: #df8312;
}
.message-error,
.message.error {
  border-right-color: #bc2828;
}
.message-error:before,
.message.error:before {
  background-color: #bc2828;
}
.message a:hover {
  text-decoration: underline;
}
body.is-shop .message-info,
body.is-shop .message.info,
body.is-shop .message-notice,
body.is-shop .message.notice,
body.is-shop .message-success,
body.is-shop .message.success,
body.is-shop .message-warning,
body.is-shop .message.warning,
body.is-shop .message-error,
body.is-shop .message.error {
  font-size: 15px;
}
.minicart-wrapper .block-minicart {
  padding-bottom: 0;
}
.block-minicart .block-content > .actions + .actions > .secondary {
  margin-bottom: 15px;
}
.block-minicart .block-content .minicart-items-wrapper .product-item-details .product.actions .action.edit {
  display: none;
}
.block-minicart .subtitle.empty {
  padding-bottom: 45px;
}
.home-promo-cms-block-page {
  position: fixed;
  top: 150px;
  right: 20px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  padding: 25px;
  max-width: 410px;
  z-index: 99;
  opacity: 0;
}
.home-promo-cms-block-page.is-show {
  opacity: 1;
}
.home-promo-cms-block-page .content {
  position: relative;
  border: 1px solid #bc2828;
  padding: 30px;
}
.home-promo-cms-block-page .content .close-button {
  position: absolute;
  top: 0;
  right: 8px;
  color: #858585;
  font-size: 18px;
  font-weight: 700;
}
.home-promo-cms-block-page .content .close-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.home-promo-cms-block-page .content .home-promo {
  color: #000b8b;
  text-align: center;
}
.home-promo-cms-block-page .content .home-promo .title {
  color: #000b8b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.home-promo-cms-block-page .content .home-promo .body {
  margin-bottom: 25px;
}
.home-promo-cms-block-page .content .home-promo .button.button-orange {
  background: linear-gradient(180deg, #e87d2d 0%, #e25437 100%);
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.home-promo-cms-block-page .content .home-promo .button.button-orange:hover {
  text-decoration: none;
  cursor: pointer;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  max-width: none;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  text-align: center;
}
.carousel-container {
  position: relative;
}
.carousel-container .scroll-element {
  visibility: hidden;
  opacity: 0;
}
.carousel-container .owl-carousel.owl-loaded + .scroll-element {
  visibility: visible;
  opacity: 1;
}
.owl-carousel .owl-nav {
  margin-top: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/slider-next.png") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  border: 2px solid #000b8b !important;
  border-radius: 30px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  box-shadow: none !important;
}
.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
  background-color: #000b8b !important;
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/slider-next-white.png") !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-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%);
}
.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
.owl-carousel .owl-dots .owl-dot {
  box-shadow: none !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  background: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid #000b8b;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000b8b !important;
}
.owl-carousel .item-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.owl-carousel .item-image.has-background-image img {
  visibility: hidden;
  opacity: 0;
}
.cms-page-template {
  padding-top: 40px;
}
.cms-page-template *,
.cms-page-template :before,
.cms-page-template :after {
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-layout-fullwidth [data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  max-width: 100%;
  margin-bottom: -7px;
}
.col-12,
.col-md-3,
.col-md-4,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.toolbar .pages .items .item {
  font-size: 1.8rem;
}
.toolbar .pages .items .item strong.page {
  font-size: inherit;
  background: #f5f5f5;
  padding: 0 10px;
}
.toolbar .pages .action.next,
.toolbar .pages .action.previous {
  background: transparent;
  border: unset;
  color: #000b8b;
  box-shadow: unset;
  border-radius: unset;
  padding: unset;
}
.toolbar .pages .action.next:before,
.toolbar .pages .action.previous:before {
  font-size: 20px;
  color: #000b8b;
}
div#mp_rw_socials_earning {
  display: none;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
}
.reviews-accordion {
  border: 1px solid #000b8b;
  border-radius: 3px;
  padding: 14px;
}
.reviews-accordion .reviews-title {
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.reviews-accordion .reviews-title .icon {
  border: 1px solid #000b8b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  width: 28px;
  height: 28px;
  padding: 4px;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
}
.reviews-accordion .reviews-title .icon::before {
  content: '\f067';
}
.reviews-accordion .reviews-content {
  border-top: 1px solid #000b8b;
  margin-top: 15px;
  padding-top: 15px;
}
.reviews-accordion.active .reviews-title .icon::before {
  content: '\f068';
}
.page-header .block-search {
  width: auto;
  float: right;
  position: static;
  padding-left: 20px;
  z-index: 4;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .page-header .block-search {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .block-search {
    position: absolute;
    padding-left: unset;
    float: unset;
    right: 75px;
    top: 20px;
    margin-top: 0px;
  }
}
.page-header .block-search input {
  position: static;
  font-size: 2.4rem;
  height: 46px;
}
.page-header .block-search .control {
  border-top: none;
}
.page-header .block-search .action.search {
  display: none;
}
.page-header .block-search .block-title {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  background: #000b8b url("../../frontend/ISClinical/affiliate/en_US/images/search.svg") no-repeat 50% 50%;
  background-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;
}
.page-header .block-search .block-title:hover {
  background-color: #272d9a;
}
.page-header .block-search .block-title strong {
  display: none;
}
.page-header .block-search .block-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #000b8b;
}
@media only screen and (min-width: 768px) {
  .page-header .block-search .block-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .block-search .block-content {
    position: fixed;
  }
}
.page-header .block-search .block-content:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 139, 0.98);
  position: absolute;
  top: 0;
  right: -100%;
}
.page-header .block-search .block-content:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 139, 0.98);
  position: absolute;
  top: 0;
  left: -100%;
}
.page-header .block-search .block-content .search-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 11, 139, 0.9);
}
.page-header .block-search .control {
  background: transparent;
  position: relative;
  margin: 0 -15px -1px;
}
.page-header .block-search .control .search-for {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
}
.page-header .block-search .control .search-for .search-for_text {
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .page-header .block-search .control .search-for .search-for_text {
    display: none;
  }
}
.page-header .block-search .control .search-for .search-for_icon {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  background: transparent url("../../frontend/ISClinical/affiliate/en_US/images/isc-logo-icon-white.png") no-repeat 50% 50%;
  background-size: cover;
  vertical-align: middle;
}
.page-header .block-search .control .search-close {
  position: absolute;
  right: 40px;
  top: 23px;
  cursor: pointer;
  z-index: 9;
  display: inline-block;
  text-decoration: none;
}
.page-header .block-search .control .search-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #f5f5f5;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .block-search .control .search-close:hover:before {
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .page-header .block-search .control .search-for {
    left: 25px;
    top: -2px;
  }
  .page-header .block-search .control .search-close {
    top: 8px;
    right: 35px;
  }
}
.page-header .block-search .amsearch-wrapper-input {
  width: calc(100% - 150px) !important;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .page-header .block-search .amsearch-wrapper-input {
    width: calc(100% - 400px) !important;
  }
}
.search-autocomplete {
  left: 50% !important;
  min-width: 290px;
  -webkit-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  body.store-professional_store_view .page-header .block-search,
  body.store-concierge_store_view .page-header .block-search {
    right: 110px;
  }
}
@media only screen and (max-width: 480px) {
  body.store-professional_store_view.customer-logged-out .page-header .block-search,
  body.store-concierge_store_view.customer-logged-out .page-header .block-search {
    right: 75px;
  }
}
.page-wrapper .slick-slider {
  padding: 0;
}
.page-wrapper .slick-slider .slick-arrow {
  z-index: 1;
  width: 38px;
  height: 38px;
  background-color: #ffffff !important;
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/slider-next.png") !important;
  border: 2px solid #000b8b;
  border-radius: 25px;
}
.page-wrapper .slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.page-wrapper .slick-slider .slick-arrow.slick-prev {
  left: -10px;
}
.page-wrapper .slick-slider .slick-arrow:not(.disabled):hover {
  background-color: #000b8b !important;
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/slider-next-white.png") !important;
}
.page-wrapper .slick-slider .slick-dots li {
  margin: 0;
}
.page-wrapper .slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #000b8b;
  border-radius: 30px;
  box-shadow: none !important;
}
.page-wrapper .slick-slider .slick-dots li button:before {
  display: none;
  font-size: 20px;
}
.page-wrapper .slick-slider .slick-dots li button:focus,
.page-wrapper .slick-slider .slick-dots li button:hover {
  background-color: #000b8b;
}
.page-wrapper .slick-slider .slick-dots li button:focus:before,
.page-wrapper .slick-slider .slick-dots li button:hover:before {
  color: #000b8b;
}
.page-wrapper .slick-slider .slick-dots li.slick-active button {
  background-color: #000b8b;
}
.page-wrapper .slick-slider .slick-dots li.slick-active button:before {
  color: #000b8b;
  opacity: 1;
  font-size: 35px;
}
.page-wrapper .slick-slider.no-slick-arrow .slick-list {
  overflow: visible;
}
.page-wrapper .slick-slider.product-items > .slick-list {
  width: 100%;
  padding-bottom: 90px;
}
.page-wrapper .slick-slider.product-items > .slick-dots {
  bottom: -25px;
}
.page-wrapper .slick-slider.product-items .slick-slide .product-item {
  max-width: 270px;
}
.page-wrapper .slick-slider.product-items.slider-has-amxnotif > .slick-list {
  padding-bottom: 120px;
}
.page-wrapper .slick-slider.product-items.slider-align-left .slick-track {
  margin-left: 0;
}
.page-wrapper .slick-slider.product-items.slider-align-left .slick-slide .product-item {
  max-width: 285px;
}
.page-wrapper .slick-slider.product-items.slider-align-right .slick-track {
  margin-right: 0;
}
.page-wrapper .slick-slider.featured-press .slick-list {
  overflow: visible;
}
.page-wrapper .slick-slider.featured-press .slick-list .slick-slide:not(.slick-active) {
  opacity: 0.25;
}
.page-wrapper .slick-slider.featured-press .slick-list .feature {
  display: block !important;
  max-width: 270px;
  margin: auto !important;
}
.page-wrapper .slick-slider.featured-press .slick-list .feature-info {
  display: none;
}
.page-wrapper .home-sliders .splide__list.slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.page-wrapper .home-sliders .splide__list.slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.page-wrapper .home-sliders .splide__list .slick-dots {
  bottom: 8px;
}
.page-wrapper .mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 0;
}
.page-wrapper .mpinstagramfeed-container .slick-slider .slick-list {
  overflow: visible;
}
.page-wrapper .mpinstagramfeed-container .slick-slider .slick-list .slick-slide:not(.slick-active) {
  opacity: 0.25;
}
.page-wrapper .mpinstagramfeed-container .slick-slider .slick-list .slick-slide > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .slick-slider.product-items .slick-arrow {
    top: 35%;
  }
}
.swatch-option {
  border: 2px solid #d9dbef;
  border-radius: 3px;
}
.swatch-option,
.swatch-option.text {
  background: #ecedf6;
}
.swatch-option.text {
  min-width: calc(50% - 30px);
  font-size: 14px;
}
.swatch-option.selected,
.swatch-option.text.selected,
.swatch-option:not(.disabled):hover {
  color: #000b8b;
  background-color: #ffffff !important;
  border: 2px solid #000b8b;
  outline: none;
}
.swatch-option .swatch-option-price::before {
  content: '/ ';
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, #000b8c 49%, #000b8c 31%, #000b8c 0%, #000b8c 52%, #000b8c 48%, #000b8c 53%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
}
.products-grid .product-item-info .swatch-option.text {
  display: block;
  float: none;
  margin-right: 0;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .section.background_blue .swatch-attribute-options,
  .section.background_dark-blue .swatch-attribute-options,
  .section.background-gradient_blue .swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.section.background_blue .swatch-option,
.section.background_dark-blue .swatch-option,
.section.background-gradient_blue .swatch-option {
  border-color: rgba(255, 255, 255, 0.5);
}
.section.background_blue .swatch-option.selected,
.section.background_dark-blue .swatch-option.selected,
.section.background-gradient_blue .swatch-option.selected,
.section.background_blue .swatch-option:not(.disabled):hover,
.section.background_dark-blue .swatch-option:not(.disabled):hover,
.section.background-gradient_blue .swatch-option:not(.disabled):hover {
  border-color: #ffffff;
}
.section.background_blue .swatch-option.text,
.section.background_dark-blue .swatch-option.text,
.section.background-gradient_blue .swatch-option.text {
  padding: 12px 15px;
  color: #ffffff;
  font-size: 1.5rem;
  background-color: transparent !important;
  border-radius: 3px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .section.background_blue .swatch-option.text,
  .section.background_dark-blue .swatch-option.text,
  .section.background-gradient_blue .swatch-option.text {
    width: 40%;
    min-width: 165px;
  }
}
.section.background_blue .swatch-option.text.selected,
.section.background_dark-blue .swatch-option.text.selected,
.section.background-gradient_blue .swatch-option.text.selected,
.section.background_blue .swatch-option.text:not(.disabled):hover,
.section.background_dark-blue .swatch-option.text:not(.disabled):hover,
.section.background-gradient_blue .swatch-option.text:not(.disabled):hover {
  color: #ffffff;
  background-color: #487af0 !important;
}
body.is-affiliate .swatch-option.selected,
body.is-affiliate .swatch-option:not(.disabled):hover {
  color: #333333;
  border-color: #333333;
}
.page-main .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.page-main .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000b8b;
}
.page-main .swiper-container .swiper-scrollbar-drag {
  background: rgba(0, 11, 139, 0.5);
}
.page-main .swiper-container .swiper-slide {
  max-width: 270px;
}
.page-main .swiper-container .swiper-slide .feature-info {
  display: none;
}
.isclinical .twentytwenty-container {
  border-radius: 4px;
}
.isclinical .twentytwenty-container img {
  width: 100%;
}
.isclinical .twentytwenty-handle {
  background-color: #000b8b;
}
.page-wrapper .breadcrumbs {
  position: relative;
  max-width: 100%;
  background: #000b8b;
  box-sizing: border-box;
}
.page-wrapper .breadcrumbs .items {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 600;
}
.page-wrapper .breadcrumbs .items a {
  color: rgba(255, 255, 255, 0.75);
}
.page-wrapper .breadcrumbs .items a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-wrapper .breadcrumbs .items strong {
  color: #ffffff;
  font-weight: 600;
}
.page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  font-size: 11px;
  line-height: 19px;
  padding-left: 3px;
  padding-right: 3px;
}
.page-wrapper .breadcrumbs .items .item.product {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.page-wrapper .breadcrumbs .items .item.product strong {
  display: inline-block;
  padding-top: 3px;
  font-weight: inherit;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
}
.page-wrapper:not(.scrolling) .breadcrumbs {
  border-bottom: 1px solid #ffffff;
}
body.is-concierge .breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.is-concierge .breadcrumbs .breadcrumb-help-link a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
}
body.is-concierge .breadcrumbs .breadcrumb-help-link a:hover {
  color: #ffffff;
}
body.is-concierge.cms-concierge-faq .breadcrumbs .breadcrumb-help-link {
  display: none;
}
body.is-affiliate .page-wrapper .breadcrumbs {
  background-color: #333333;
}
.amblog-index-index .page-main,
.amblog-index-category .page-main,
.amblog-index-tag .page-main,
.amblog-index-search .page-main {
  background: #f4f4f4;
}
.amblog-index-index .page-title,
.amblog-index-category .page-title,
.amblog-index-tag .page-title,
.amblog-index-search .page-title {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-right: 0;
}
.amblog-index-index #amblog_sidebar_categories .amblog-list,
.amblog-index-category #amblog_sidebar_categories .amblog-list,
.amblog-index-tag #amblog_sidebar_categories .amblog-list,
.amblog-index-search #amblog_sidebar_categories .amblog-list {
  display: block !important;
}
.amblog-index-index #amblog_sidebar_categories .amblog-categories .amblog-link .amblog-category-count,
.amblog-index-category #amblog_sidebar_categories .amblog-categories .amblog-link .amblog-category-count,
.amblog-index-tag #amblog_sidebar_categories .amblog-categories .amblog-link .amblog-category-count,
.amblog-index-search #amblog_sidebar_categories .amblog-categories .amblog-link .amblog-category-count {
  display: none;
}
.amblog-index-index .sidebar .amblog-widget-container.-categories .amblog-list,
.amblog-index-category .sidebar .amblog-widget-container.-categories .amblog-list,
.amblog-index-tag .sidebar .amblog-widget-container.-categories .amblog-list,
.amblog-index-search .sidebar .amblog-widget-container.-categories .amblog-list {
  padding: 0 0 15px;
}
.amblog-index-index .sidebar .amblog-element-block h3.amblog-title,
.amblog-index-category .sidebar .amblog-element-block h3.amblog-title,
.amblog-index-tag .sidebar .amblog-element-block h3.amblog-title,
.amblog-index-search .sidebar .amblog-element-block h3.amblog-title,
.amblog-index-index .sidebar .amblog-widget-container h3.amblog-title,
.amblog-index-category .sidebar .amblog-widget-container h3.amblog-title,
.amblog-index-tag .sidebar .amblog-widget-container h3.amblog-title,
.amblog-index-search .sidebar .amblog-widget-container h3.amblog-title,
.amblog-index-index .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
.amblog-index-category .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
.amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
.amblog-index-search .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
.amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
.amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
.amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
.amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title {
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}
.amblog-index-index .amblog-container-list .amblog-post-container,
.amblog-index-category .amblog-container-list .amblog-post-container,
.amblog-index-tag .amblog-container-list .amblog-post-container,
.amblog-index-search .amblog-container-list .amblog-post-container,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
  padding-bottom: 0;
  background: #ffffff;
  border: none;
  overflow: hidden;
}
.amblog-index-index .amblog-container-list .amblog-post-container:hover .amblog-post .amblog-wrapper img,
.amblog-index-category .amblog-container-list .amblog-post-container:hover .amblog-post .amblog-wrapper img,
.amblog-index-tag .amblog-container-list .amblog-post-container:hover .amblog-post .amblog-wrapper img,
.amblog-index-search .amblog-container-list .amblog-post-container:hover .amblog-post .amblog-wrapper img,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:hover .amblog-post .amblog-wrapper img,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:hover .amblog-post .amblog-wrapper img,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:hover .amblog-post .amblog-wrapper img,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:hover .amblog-post .amblog-wrapper img {
  transform: scale(1.05);
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-image,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-image,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-image,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-image,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-image,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-image,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-image,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-wrapper a,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-wrapper a,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-wrapper a,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-wrapper a,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper a,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper a,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper a,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper a {
  height: 100%;
}
.amblog-index-index .amblog-container-list .amblog-post-container a,
.amblog-index-category .amblog-container-list .amblog-post-container a,
.amblog-index-tag .amblog-container-list .amblog-post-container a,
.amblog-index-search .amblog-container-list .amblog-post-container a,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a {
  display: flex;
  color: #111111;
}
.amblog-index-index .amblog-container-list .amblog-post-container a:hover,
.amblog-index-category .amblog-container-list .amblog-post-container a:hover,
.amblog-index-tag .amblog-container-list .amblog-post-container a:hover,
.amblog-index-search .amblog-container-list .amblog-post-container a:hover,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a:hover,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a:hover,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a:hover,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item a:hover {
  text-decoration: none;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body {
  padding: 15px 20px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 0;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category .amblog-ref,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-category .amblog-ref {
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: -1px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot {
  display: flex;
  align-items: center;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-orange-dot .orange-dot {
  display: inline-block;
  background-color: #f3ddcd;
  width: 5px;
  height: 5px;
  margin-top: -1px;
  margin-left: 5px;
  margin-right: 5px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-date,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-date,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-date,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-date,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-date,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-date,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-date,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-body-head .amblog-date,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-views,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-views,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-views,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-views,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-minread,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-minread,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-minread,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-body-head .amblog-minread {
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 0;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-content,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-content,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-content,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-content,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content {
  margin-top: 15px;
  padding: 0;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-body .amblog-content .amblog-title,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-body .amblog-content .amblog-title,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-body .amblog-content .amblog-title,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-body .amblog-content .amblog-title,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content .amblog-title,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content .amblog-title,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content .amblog-title,
.amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-body .amblog-content .amblog-title {
  font-size: 18px;
  font-family: 'Americana BT';
  line-height: 1.3;
  letter-spacing: .04rem;
  font-weight: 500;
}
.amblog-index-index .page-footer,
.amblog-index-category .page-footer,
.amblog-index-tag .page-footer,
.amblog-index-search .page-footer {
  margin-top: 0;
}
.amblog-index-category aside.left {
  display: none;
}
.amblog-index-post.page-layout-2columns-right .column.main {
  width: 100% !important;
}
.amblog-index-post .page-wrapper {
  background: #ffffff;
}
.amblog-index-post .amblog-post-container,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  box-shadow: none;
  border-radius: unset;
}
.amblog-index-post .amblog-element-block.widget,
.amblog-index-post .amblog-tags.amblog-widget-container,
.amblog-index-post .amblog-post-container .amblog-widget-container.widget,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  box-shadow: none;
  border-radius: unset;
}
.amblog-index-post .amblog-element-block.widget .amblog-list,
.amblog-index-post .amblog-tags.amblog-widget-container .amblog-list,
.amblog-index-post .amblog-post-container .amblog-widget-container.widget .amblog-list,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget .amblog-list {
  padding: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-slider {
  justify-content: inherit;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right {
  position: unset;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  background: #f4f4f4;
  box-shadow: unset;
  padding-bottom: 40px;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-title {
  font-family: 'Americana BT';
  font-size: 25px;
  text-transform: capitalize;
  color: #333333;
  padding-bottom: 0;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list {
  display: block !important;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post {
  flex-direction: column;
  border-bottom: none;
  background: #ffffff;
  overflow: hidden;
  margin: 30px 15px;
  padding: 0;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-recent-post-image-wrapper {
  margin-right: 0;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-recent-post-image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-recent-post-content-wrapper {
  padding: 20px;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-recent-post-content-wrapper .amblog-headline {
  font-size: 18px;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  letter-spacing: .04rem;
  font-weight: 500;
  margin-top: 15px;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-category a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-date,
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-views,
.amblog-index-post .mobile.mobile-blog .amblog-aside-right .amblog-list .amblog-recent-post .amblog-minread {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
.amblog-index-post .mobile.mobile-blog .amblog-close,
.amblog-index-post .mobile.mobile-blog .amblog-swipe {
  display: none;
}
.amblog-index-post .mobile.mobile-blog .amblog-element-block,
.amblog-index-post .mobile.mobile-blog .amblog-post-container .amblog-widget-container,
.amblog-index-post .mobile.mobile-blog .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  border-bottom: none;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products {
  border: none;
  border-radius: unset;
  margin-bottom: 20px;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products .amblog-title {
  font-family: 'Americana BT';
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 50px;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products .slick-dots li {
  width: 20px;
  height: 20px;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products .slick-dots li button {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #000b8b;
  border-radius: 30px;
}
.amblog-index-post .mobile.mobile-blog .mobile-block.amblog-item .amblog-related-wrapper.-related-products .slick-dots li.slick-active button {
  background-color: #000b8b;
}
.amblog-index-post .page-title-wrapper {
  display: none;
}
.amblog-index-post .column.main {
  padding-bottom: 0;
}
.amblog-index-post .amblog-body-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-index-post .amblog-body-head .amblog-category {
  display: flex;
  align-items: center;
  margin: 3px 10px 5px 0;
  font-size: 0;
}
.amblog-index-post .amblog-body-head .amblog-category .amblog-ref {
  display: inline-block;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.amblog-index-post .amblog-body-head .amblog-category:after {
  content: '';
  display: inline-block;
  background-color: #f3ddcd;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 0;
}
.amblog-index-post .amblog-body-head .amblog-tags .amblog-tag {
  color: #757575;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 0;
}
.amblog-index-post .amblog-main-content {
  padding-top: 20px;
}
.amblog-index-post .amblog-main-content .amblog-title {
  font-size: 28px;
  font-family: 'Americana BT';
  line-height: 1.3;
  letter-spacing: .04rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0;
}
.amblog-index-post .amblog-main-content .amblog-content-info {
  display: flex;
  align-items: center;
}
.amblog-index-post .amblog-main-content .amblog-content-info .amblog-info-author {
  margin-right: 10px;
}
.amblog-index-post .amblog-main-content .amblog-content-info .amblog-info-author .amblog-item.-author {
  font-size: 14px;
  font-weight: 500;
}
.amblog-index-post .amblog-main-content .amblog-content-info .amblog-info-author .amblog-item.-author .amblog-ref {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.amblog-index-post .amblog-main-content .amblog-content-info .amblog-info-date {
  text-transform: uppercase;
}
.amblog-index-post .amblog-main-content .amblog-socials .amblog-social-container {
  padding: 15px 0 10px 0;
}
.amblog-index-post .amblog-post-container,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  border: none;
  border-radius: unset;
}
.amblog-index-post .amblog-post-container .amblog-image,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 0;
}
.amblog-index-post .amblog-post-container .amblog-content,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
.amblog-index-post .amblog-post-container .amblog-content:first-letter,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content:first-letter {
  float: left;
  font-size: 53px;
  line-height: 55px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 5px;
}
.amblog-index-post .amblog-post-container .amblog-content a,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content a {
  display: inline;
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-image: linear-gradient(#3003ff, #3003ff);
}
.amblog-index-post .product-item .price-box .old-price .price {
  font-size: 14px;
}
.amblog-index-post .product-item .price-box .price {
  font-size: 18px;
}
.amblog-index-post .page-footer {
  margin-top: 0;
}
.amblog-related-grid .product-item-info {
  width: auto;
}
.blog .page-main-header .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.blog .page-main-header .page-title-wrapper .page-title {
  margin: 0;
  font-size: 26px;
}
.amblog-related-wrapper.-related-products .product-item-actions form.related-post-product-form {
  width: 100%;
}
.amblog-related-wrapper.-related-products .product-item-actions button.tocart {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  padding: 0 10px;
}
.amblog-related-wrapper.-related-products .slick-track {
  justify-content: unset;
  margin-left: 5px;
}
.item-balance .available {
  background: #000b8b;
}
.item-balance .earned {
  background: none;
}
.item-balance .paid {
  background: none;
}
#reward-balance-detail-row {
  border: 1px solid #000b8b;
}
#reward-balance-detail-row .item-balance .box-balance {
  height: auto;
}
#reward-balance-detail-row span {
  color: #000b8b;
  font-size: 16px;
  line-height: initial;
}
body.print .account .column.main .order-details-items {
  page-break-after: always;
}
body.print .account .column.main .order-details-items .table-order-items tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.print .account .column.main .order-details-items .table-order-items tbody td.col.name {
  width: 45%;
  padding-top: 10px;
}
body.print .account .column.main .order-details-items .table-order-items tbody td.col.name .product-item-name {
  font-size: 1.6rem;
  margin: 0 0 5px;
}
body.print .account .column.main .order-details-items .table tfoot > tr:first-child th,
body.print .account .column.main .order-details-items .table tfoot > tr:first-child td {
  padding-top: 10px;
}
@media print {
  .account .column.main .order-details-items {
    page-break-after: always;
  }
  .account .column.main .order-details-items .table-order-items {
    font-size: 13px;
  }
  .account .column.main .order-details-items .table-order-items .col.name {
    width: 43%;
  }
  .account .column.main .order-details-items .table-order-items .col.name .product-item-name {
    margin-bottom: 5px;
  }
  .account .column.main .order-details-items .table-order-items .col.name .item-options dt {
    float: left;
    padding-right: 10px;
  }
  .account .column.main .order-details-items .table-order-items .col.name .item-options dd {
    margin-bottom: 0;
  }
  .account .column.main .order-details-items .table-order-items .col.sku {
    width: 18%;
  }
  .account .column.main .order-details-items .table-order-items .col.qty {
    width: 15%;
  }
  .account .column.main .order-details-items .table-order-items .col.qty .items-qty .item {
    display: none;
  }
  .account .column.main .order-details-items .table-order-items .col.qty .items-qty .item:first-child {
    display: block;
  }
  .account .column.main .order-details-items .table-order-items .col.qty .items-qty .item:first-child .title {
    display: none;
  }
  .account .column.main .order-details-items .table-order-items thead th.col.qty {
    font-size: 0;
  }
  .account .column.main .order-details-items .table-order-items thead th.col.qty:before {
    content: 'Qty Ordered';
    font-size: 13px;
  }
  .account .column.main .order-details-items .table-order-items tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .account .column.main .order-details-items .table-order-items tbody td.col.name {
    padding-top: 5px;
    width: 45%;
  }
  .account .column.main .order-details-items .table-order-items tbody td.col.name .product-item-name {
    font-size: 1.1rem;
    margin: 0 0 5px;
  }
  .account .column.main .order-details-items .table-order-items tbody td.col.price .price-excluding-tax,
  .account .column.main .order-details-items .table-order-items tbody td.col.subtotal .price-excluding-tax {
    font-size: 1.2em;
  }
  .account .column.main .order-details-items .table tfoot {
    display: none;
  }
  .account .column.main .order-details-items .table tfoot:last-child {
    display: contents;
  }
  .account .column.main .order-details-items .table tfoot:last-child tr {
    white-space: nowrap;
  }
  .account .column.main .order-details-items .table tfoot:last-child tr th,
  .account .column.main .order-details-items .table tfoot:last-child tr td {
    white-space: nowrap;
  }
  .account .column.main .order-details-items .table tfoot > tr:first-child th,
  .account .column.main .order-details-items .table tfoot > tr:first-child td {
    padding-top: 10px;
  }
  body.is-shop ::-webkit-scrollbar {
    width: 0;
  }
  body.is-shop div.column.main {
    padding-top: 0;
  }
  body.is-shop .products {
    margin: 0;
  }
  body.is-shop .page-wrapper {
    padding-top: 0 !important;
  }
  body.is-shop .breadcrumbs {
    border-bottom: 1px solid #333;
  }
  body.is-shop .page-header .logo {
    margin: 0;
  }
  body.is-shop .page-header .ammenu-logo {
    display: block !important;
  }
  body.is-shop .page-main-header,
  body.is-shop .button-print,
  body.is-shop .button-send-mail {
    display: none;
    page-break-after: unset;
  }
  body.is-shop .products-grid .product-item-info .product-item-inner {
    display: none !important;
  }
  body.is-shop .products-grid .product-item-info .product-attribute {
    margin: 0;
  }
  body.is-shop .products-grid .product-item-info .product-attribute.short_benefits {
    font-size: 14px;
    margin-bottom: 0;
  }
  body.is-shop .products-grid .product-items .product-item-details {
    width: 100%;
    min-height: auto !important;
  }
  body.is-shop .products-grid .product-items .product-item-details > *:nth-child(2) {
    margin-top: unset;
  }
  body.is-shop .products-grid .product-items .product-item-details .swatch-wrapper > div {
    min-height: auto !important;
  }
  body.is-shop .products-grid .product-items .product-item-details .swatch-wrapper .swatch-attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body.is-shop .products-grid .product-items .product-item-details .swatch-wrapper .swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
  }
  body.is-shop .products-grid .product-items .product-item-details .swatch-wrapper .swatch-attribute-options .swatch-attribute-option {
    min-width: auto;
  }
  body.is-shop .products-grid .product-items .product-item-details .swatch-wrapper .swatch-attribute-options .swatch-option {
    margin: auto;
    margin-bottom: 3px;
    margin-left: 3px;
    min-width: unset;
    line-height: unset;
    height: auto;
  }
  body.is-shop .free-shipping-bar,
  body.is-shop .amgdprcookie-bar-template {
    display: none !important;
  }
  body.is-shop #amasty-shopby-product-list .quiz-professional-box {
    margin-bottom: 5px;
  }
  body.is-shop #amasty-shopby-product-list .quiz-professional-box:first-child {
    margin-top: -50px;
  }
  body.is-shop #amasty-shopby-product-list .quiz-professional-box.additional-products {
    page-break-before: always;
  }
  body.is-shop #amasty-shopby-product-list .quiz-professional-box h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-professional-box {
    display: block;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-professional-box .quiz-professional-title h3 {
    margin-bottom: 0;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 20px 20px;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items:not(.slick-slider) .product-item {
    width: 100%;
    margin-bottom: 0;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .product-item-name {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: unset !important;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .price-box {
    margin: 5px 0;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .price-box .normal-price {
    font-size: 14px;
    line-height: 14px;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .amxnotif-category-container {
    display: none !important;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .product-item-info {
    max-width: unset;
  }
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items .product-item-info .product-image-container {
    width: 80px !important;
  }
  body.is-shop .quiz-professional-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.is-shop .quiz-professional-content .content-image {
    display: flex;
    align-items: center;
    width: calc(40% - 30px);
    margin-right: 30px;
  }
  body.is-shop .quiz-professional-content .content-body {
    width: 60%;
  }
  body.is-shop .suggested-button {
    padding: 5px 0;
  }
}
@media print and (orientation: landscape) {
  body.store-professional_store_view .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items,
  body.store-wholesale_store_view .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items,
  body.is-shop .quiz-result-product-collection-wrapper .quiz-result-product-collection .product-items {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 0 20px;
  }
  body.store-professional_store_view .quiz-professional-content .content-image,
  body.store-wholesale_store_view .quiz-professional-content .content-image,
  body.is-shop .quiz-professional-content .content-image {
    width: calc(30% - 30px);
  }
}
body.is-affiliate .page-footer .footer .clearfix.footer-middle .footer-logo {
  display: none;
}
body.is-affiliate .page-footer .footer .clearfix.footer-middle .footer-widgets .footer_block_social {
  display: none;
}
body.is-affiliate .product.info.detailed .additional-attributes-wrapper table.data.table {
  word-break: normal;
}
body.is-concierge.page-with-filter .column.main {
  display: flex;
  flex-direction: column;
}
body.is-concierge .search-autocomplete .amsearch-results .amsearch-products .amsearch-item.product-item .product-item-details .amsearch-wrapper-inner .price-box.price-final_price {
  display: none;
}
body.is-concierge.customer-account-login .page-header .header.content,
body.is-concierge.customer-account-login .breadcrumbs {
  display: none;
}
body.is-concierge.customer-account-login .page-main {
  padding-top: 30px;
}
body.is-concierge.customer-account-login .page-main > .page-title-wrapper {
  display: none;
  text-align: center;
}
body.is-concierge.customer-account-login .page-main > .page-title-wrapper .page-title {
  margin-right: 0;
  text-transform: none;
}
body.is-concierge.customer-account-login .page-main > .page-title-wrapper .page-title::after {
  content: "";
  display: block;
  min-width: 220px;
  min-height: 60px;
  margin-top: 15px;
  background: url("../../frontend/ISClinical/affiliate/en_US/images/isc-logo-concierge.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome {
  text-align: center;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome .page-subtitle-wrapper {
  margin-bottom: 10px;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome .page-subtitle-wrapper .page-subtitle {
  margin-top: 0;
  font-size: 2.6rem;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome .page-subtitle-wrapper .branding img {
  max-height: 60px;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome .login-description {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}
body.is-concierge.customer-account-login .page-main .customer-login-welcome .login-note {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
body.is-concierge.customer-account-login .page-main .block .block-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: none !important;
}
body.is-concierge.customer-account-login .page-main .block form .field.note,
body.is-concierge.customer-account-login .page-main .block .form .field.note {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
body.is-concierge.customer-account-login .page-main .block.block-customer-login .block-title {
  display: none;
}
body.is-concierge.customer-account-login .page-main .block.block-customer-login form .field.note,
body.is-concierge.customer-account-login .page-main .block.block-customer-login .form .field.note {
  display: none;
}
body.is-concierge .ammenu-header-container {
  min-height: auto;
}
body.is-concierge .data.table.additional-attributes {
  word-break: normal;
}
body.is-concierge .quiz-program-start-quiz-button .button-blue:hover {
  background-color: #0014ff;
}
body.is-concierge .login-container {
  display: flex;
  flex-direction: column;
}
body.is-concierge .login-container .block.block-customer-intro {
  order: -1;
  margin-bottom: 50px;
}
body.is-concierge .login-container .block-customer-login-title {
  font-size: 14px;
  margin-bottom: 15px;
}
body.is-concierge .actions-toolbar .action.primary.checkout,
body.is-concierge .actions-toolbar .action.primary.login,
body.is-concierge .actions-toolbar .action.primary.create,
body.is-concierge .actions-toolbar .amshopby-button.checkout,
body.is-concierge .actions-toolbar .amshopby-button.login,
body.is-concierge .actions-toolbar .amshopby-button.create,
body.is-concierge .actions-toolbar .am-filter-go.checkout,
body.is-concierge .actions-toolbar .am-filter-go.login,
body.is-concierge .actions-toolbar .am-filter-go.create {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #ffffff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-concierge .actions-toolbar .action.primary.checkout:hover,
body.is-concierge .actions-toolbar .action.primary.login:hover,
body.is-concierge .actions-toolbar .action.primary.create:hover,
body.is-concierge .actions-toolbar .amshopby-button.checkout:hover,
body.is-concierge .actions-toolbar .amshopby-button.login:hover,
body.is-concierge .actions-toolbar .amshopby-button.create:hover,
body.is-concierge .actions-toolbar .am-filter-go.checkout:hover,
body.is-concierge .actions-toolbar .am-filter-go.login:hover,
body.is-concierge .actions-toolbar .am-filter-go.create:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
body.is-concierge .actions-toolbar .action.primary.checkout.amasty:hover,
body.is-concierge .actions-toolbar .action.primary.login.amasty:hover,
body.is-concierge .actions-toolbar .action.primary.create.amasty:hover,
body.is-concierge .actions-toolbar .amshopby-button.checkout.amasty:hover,
body.is-concierge .actions-toolbar .amshopby-button.login.amasty:hover,
body.is-concierge .actions-toolbar .amshopby-button.create.amasty:hover,
body.is-concierge .actions-toolbar .am-filter-go.checkout.amasty:hover,
body.is-concierge .actions-toolbar .am-filter-go.login.amasty:hover,
body.is-concierge .actions-toolbar .am-filter-go.create.amasty:hover {
  background-color: #0014ff;
}
body.is-concierge .action.primary.checkout,
body.is-concierge .amshopby-button.checkout,
body.is-concierge .am-filter-go.checkout {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-concierge .action.primary.checkout:hover,
body.is-concierge .amshopby-button.checkout:hover,
body.is-concierge .am-filter-go.checkout:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
body.is-concierge .product-item .tocart:hover,
body.is-concierge .product-add-form .tocart:hover {
  background-color: #0014ff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.is-concierge.customer-account-login .page-main .block.block-customer-intro {
    margin-top: -290px;
  }
}
body.is-shop {
  font-size: 16px;
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
body.is-shop h1,
body.is-shop h2,
body.is-shop h3,
body.is-shop h4,
body.is-shop h5,
body.is-shop h6 {
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.is-shop h1,
body.is-shop .page-title-wrapper .page-title {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body.is-shop .fa-print:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
}
body.is-shop .fa-print.button-print {
  position: absolute;
  right: 0;
  top: -5px;
}
body.is-shop .fa-print.button-print:before {
  margin-right: 5px;
}
body.is-shop .fa-print:hover {
  cursor: pointer;
}
body.is-shop .fa-envelope:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
}
body.is-shop .fa-envelope.button-send-mail {
  position: absolute;
  right: 65px;
  top: -5px;
}
body.is-shop .fa-envelope.button-send-mail:before {
  margin-right: 5px;
}
body.is-shop .fa-envelope:hover {
  cursor: pointer;
}
body.is-shop .quiz-result-form input[type="email"] {
  margin-bottom: 10px;
}
body.is-shop input[type="text"],
body.is-shop input[type="password"],
body.is-shop input[type="url"],
body.is-shop input[type="tel"],
body.is-shop input[type="search"],
body.is-shop input[type="number"],
body.is-shop input[type="datetime"],
body.is-shop input[type="email"],
body.is-shop select,
body.is-shop textarea {
  font-size: 16px;
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop small,
body.is-shop .small {
  font-size: 14px;
}
body.is-shop .product.attribute .type {
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.is-shop .product.attribute.ingredients .type {
  font-family: 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .block .title {
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.is-shop .block .title strong {
  font-family: inherit;
  font-weight: inherit;
}
body.is-shop .block .block-title {
  text-transform: uppercase;
  color: #000b8b;
  font-size: 21px;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
body.is-shop .block .block-title strong {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
@media only screen and (min-width: 1024px) {
  body.is-shop .block .block-title {
    font-size: 24px;
  }
}
body.is-shop .block.related .block-title strong,
body.is-shop .block.upsell .block-title strong {
  font-weight: inherit;
}
body.is-shop .block.related .block-title,
body.is-shop .block.upsell .block-title,
body.is-shop .block.amrelated-grid-wrapper .block-title {
  text-align: center;
  text-transform: none;
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.is-shop section .columns-flex.key-features,
body.is-shop .section .columns-flex.key-features {
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop section .key-quote .value > p:not(:last-child),
body.is-shop .section .key-quote .value > p:not(:last-child) {
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .quiz-professional-box {
  position: relative;
}
body.is-shop .cart-discount .fieldset.coupon .actions-toolbar .action.apply.primary {
  padding: 7px 15px;
}
body.is-shop .actions-toolbar .action.primary.checkout,
body.is-shop .actions-toolbar .action.primary.login,
body.is-shop .actions-toolbar .action.primary.create,
body.is-shop .actions-toolbar .amshopby-button.checkout,
body.is-shop .actions-toolbar .amshopby-button.login,
body.is-shop .actions-toolbar .amshopby-button.create,
body.is-shop .actions-toolbar .am-filter-go.checkout,
body.is-shop .actions-toolbar .am-filter-go.login,
body.is-shop .actions-toolbar .am-filter-go.create {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .actions-toolbar .action.primary.checkout:hover,
body.is-shop .actions-toolbar .action.primary.login:hover,
body.is-shop .actions-toolbar .action.primary.create:hover,
body.is-shop .actions-toolbar .amshopby-button.checkout:hover,
body.is-shop .actions-toolbar .amshopby-button.login:hover,
body.is-shop .actions-toolbar .amshopby-button.create:hover,
body.is-shop .actions-toolbar .am-filter-go.checkout:hover,
body.is-shop .actions-toolbar .am-filter-go.login:hover,
body.is-shop .actions-toolbar .am-filter-go.create:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
body.is-shop .actions-toolbar .action.primary.checkout.amasty:hover,
body.is-shop .actions-toolbar .action.primary.login.amasty:hover,
body.is-shop .actions-toolbar .action.primary.create.amasty:hover,
body.is-shop .actions-toolbar .amshopby-button.checkout.amasty:hover,
body.is-shop .actions-toolbar .amshopby-button.login.amasty:hover,
body.is-shop .actions-toolbar .amshopby-button.create.amasty:hover,
body.is-shop .actions-toolbar .am-filter-go.checkout.amasty:hover,
body.is-shop .actions-toolbar .am-filter-go.login.amasty:hover,
body.is-shop .actions-toolbar .am-filter-go.create.amasty:hover {
  background-color: #0014ff;
  border: 1px solid #0014ff;
}
body.is-shop .action.primary.checkout,
body.is-shop .amshopby-button.checkout,
body.is-shop .am-filter-go.checkout {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .action.primary.checkout:hover,
body.is-shop .amshopby-button.checkout:hover,
body.is-shop .am-filter-go.checkout:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
}
body.is-shop .amsearch-wrapper-content .product-item-link {
  text-transform: uppercase;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body.is-shop .amsearch-item-container .item-name {
  font-size: 14px;
}
body.is-shop .header-links-dropdown .account-dropdown .header.links {
  display: flex;
  flex-direction: column;
}
body.is-shop .header-links-dropdown .account-dropdown .header.links .pro-site-sign-in {
  order: 1;
}
body.is-shop .ammenu-nav-sections.nav-sections .header.links {
  display: flex;
}
body.is-shop .ammenu-nav-sections.nav-sections .header.links .pro-site-sign-in {
  order: 1;
}
body.is-shop .image-comparison .label-before,
body.is-shop .image-comparison .label-after {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .product-info-main .product-info-price {
  border-bottom: none;
}
body.is-shop .product-info-main .product-info-stock-sku {
  display: none;
}
body.is-shop .product-info-main .product.attribute.short-benefits {
  margin-bottom: 15px;
}
body.is-shop .product-info-main .swatch-opt .swatch-attribute-label::after {
  content: ':';
}
body.is-shop .related-posts-product.slick-initialized .slick-slide {
  float: left !important;
}
body.is-shop .related-posts-product.slick-initialized .slick-slide .amblog-recent-post .thumbnail {
  display: inline-block;
  background: #ffffff;
  margin-right: 5%;
}
body.is-shop .related-posts-product.slick-initialized .slick-slide .amblog-recent-post .thumbnail:hover {
  text-decoration: none;
}
body.is-shop .related-posts-product.slick-initialized .slick-slide .amblog-recent-post .amblog-recent-post-image-wrapper {
  margin-right: 0;
  color: #000000;
}
body.is-shop .related-posts-product.slick-initialized .slick-slide .amblog-recent-post .amblog-recent-post-info {
  padding: 0 10px 15px 10px;
}
body.is-shop .related-posts-product.slick-initialized .slick-slide .amblog-recent-post .amblog-recent-post-info .amblog-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
body.is-shop.store-b2c_store_view .quiz-program-start-quiz-button .button-blue:hover {
  background-color: #0014ff;
}
body.is-shop.store-b2c_store_view .product-item .tocart:hover,
body.is-shop.store-b2c_store_view .product-add-form .tocart:hover {
  background-color: #0014ff;
}
body.is-shop .cart-container .cart-summary .checkout-methods-items .item .googlepay-minicart-logo.minicart,
body.is-shop .cart-container .cart-summary .checkout-methods-items .item .braintree-applepay-minicart.minicart {
  display: none;
}
body.is-shop .minicart-wrapper .block-minicart .block-content .actions .primary .googlepay-minicart-logo.minicart,
body.is-shop .minicart-wrapper .block-minicart .block-content .actions .primary .braintree-applepay-minicart.minicart {
  display: none;
}
body.is-shop .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute .tab-label {
  font-size: 19px;
  font-weight: 700;
  font-family: 'Americana BT', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.is-shop .container-fluid.product-isc_frequently_asked_questions-wrapper .faq-attribute input:checked ~ .tab-content {
  font-size: 1.9rem;
  font-weight: 200;
}
.product-hero,
.product-featured-block {
  position: relative;
  background-color: #000b8b;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
  background-size: cover !important;
}
.product-hero .product-hero-image,
.product-featured-block .product-hero-image {
  visibility: hidden;
  opacity: 0;
}
.section.background-gradient_blue .price-container .price {
  color: inherit;
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .1rem;
}
.section.background-gradient_blue .product-info-main {
  font-size: 1.9rem;
}
.section.background-gradient_blue .product-info-main .price-box,
.section.background-gradient_blue .product-info-main .product-info-price {
  color: inherit;
}
.section.background-gradient_blue .product-info-main .swatch-attribute-selected-option {
  color: inherit;
}
.section.background-gradient_blue .product-info-main .product-add-form {
  padding-top: 0;
}
.section.background-gradient_blue .product-info-main .product-addto-links .action {
  color: inherit;
}
.section.background-gradient_blue .product-info-main .product-addto-links .action:hover {
  text-decoration: underline;
}
.section.background-gradient_blue .product-main-after {
  color: #000b8b;
}
.section.background-gradient_blue .product-main-after,
.section.background-gradient_blue .product-main-after .product.attribute {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.background-gradient_blue .product-main-after .product.attribute.key-quote {
  padding-top: 50px;
}
.section.background-gradient_blue .fieldset > .field .choice input,
.section.background-gradient_blue .fieldset > .fields > .field .choice input {
  margin-top: 0;
  vertical-align: middle;
}
.section.background-gradient_blue .action.primary,
.section.background-gradient_blue .amshopby-button,
.section.background-gradient_blue .am-filter-go {
  color: #000b8b;
  text-transform: uppercase;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.5);
}
.section.background-gradient_blue .action.primary:hover,
.section.background-gradient_blue .amshopby-button:hover,
.section.background-gradient_blue .am-filter-go:hover {
  color: #ffffff;
  background: #000b8b;
  border-color: #000b8b;
}
.section-product-hero {
  padding-top: 0;
  padding-bottom: 0;
}
.section-product-main {
  padding-top: 25px;
}
.section-product-info,
.section-product-info > .container-fluid {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section-product-info .product.attribute {
  font-size: 1.9rem;
}
.section-product-info .product.attribute .type {
  font-size: 1.6rem;
}
.section-product-info .product.attribute.benefits ul,
.section-product-info .product.attribute.awards ul {
  margin-bottom: 0;
  padding-left: 23px;
}
.section .columns-flex .column {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 200;
}
.section .columns-flex .column h3,
.section .columns-flex .column h4 {
  color: #000b8b;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: inherit;
}
.section .columns-flex.key-features .column h3,
.section .columns-flex.key-features .column h4 {
  font-size: 1.9rem;
  text-transform: uppercase;
}
.section .columns-flex.key-features .feature {
  height: 100%;
}
.section .columns-flex.key-features .feature-info {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section .columns-flex.proven-results .column .result-info {
  text-align: left;
}
.section .key-quote {
  font-size: 1.6rem;
}
.section .key-quote .value > p:first-child {
  font-size: 1.9rem;
}
.section .attribute.ingredients {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #efefef;
}
.section .attribute.ingredients .type::after {
  content: ':';
}
.section .attribute.ingredients .value {
  display: inline;
}
.section .attribute.ingredients .value p:first-child {
  display: inherit;
}
.fme_job_manager div.page_content_top h1 {
  color: #000b8c;
  text-align: center;
  font-size: 28px;
}
.fme_job_manager div.listing.full_page .block .title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fme_job_manager div.listing.full_page .block .title h2 {
  font-family: 'Helvetica Neue LT Pro', 'Egyptian505 BT', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000b8c;
  text-align: center;
  font-size: 26px;
}
.fme_job_manager div.listing.full_page .block div.callout_btns .apply_btn a {
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #ffffff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  text-transform: capitalize;
}
.fme_job_manager div.listing.full_page .block div.callout_btns .apply_btn a:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.fme_job_manager div.listing .block .title {
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fme_job_manager div.listing .block .title a {
  color: #000b8c;
  text-transform: capitalize;
}
.fme_job_manager div.listing .block .title a:hover {
  text-decoration: underline;
}
.fme_job_manager div.listing .block .footer_bar .right_side a.view {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #ffffff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.fme_job_manager div.listing .block .footer_bar .right_side a.view:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.fme_job_manager .popup_form form button {
  display: inline-block;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000b8c;
  color: #ffffff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  line-height: unset;
  font-weight: 700;
  text-transform: capitalize;
}
.fme_job_manager .popup_form form button:hover {
  background-color: #0014ff;
  box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
  text-decoration: none;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  body.is-shop .page-header {
    margin-bottom: 0;
  }
}
body.is-shop.page-products .breadcrumbs,
body.is-shop.catalog-category-view .breadcrumbs,
body.is-shop.catalog-product-view .breadcrumbs {
  margin-bottom: 0;
}
body.is-shop.catalog-product-view .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #000b8b;
}
body.is-shop.catalog-product-view .page-main .section .section-header h2,
body.is-shop.catalog-product-view .page-main .section .section-header h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  body.is-shop.catalog-product-view .page-main .columns {
    padding-top: 0;
  }
}
body.is-shop.product-retinol-emulsion-1 .product-info-main .page-title,
body.is-shop.product-retinol-emulsion-3 .product-info-main .page-title,
body.is-shop.illuminating-eyes .product-info-main .page-title {
  font-family: 'Proxima Nova' !important;
  font-weight: 200 !important;
}
body.is-shop.product-retinol-emulsion-1 .product-info-main .product.attribute.short-benefits,
body.is-shop.product-retinol-emulsion-3 .product-info-main .product.attribute.short-benefits,
body.is-shop.illuminating-eyes .product-info-main .product.attribute.short-benefits {
  font-family: 'Proxima Nova';
}
body.is-shop.product-retinol-emulsion-1 .section.section-product-blocks,
body.is-shop.product-retinol-emulsion-3 .section.section-product-blocks,
body.is-shop.illuminating-eyes .section.section-product-blocks {
  padding-top: 0;
}
body.is-shop.product-retinol-emulsion-1 .section.section-product-blocks > .container-fluid,
body.is-shop.product-retinol-emulsion-3 .section.section-product-blocks > .container-fluid,
body.is-shop.illuminating-eyes .section.section-product-blocks > .container-fluid {
  padding-top: 0;
}
body.is-shop.product-retinol-emulsion-1 .section.section-product-blocks .block-title,
body.is-shop.product-retinol-emulsion-3 .section.section-product-blocks .block-title,
body.is-shop.illuminating-eyes .section.section-product-blocks .block-title {
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.is-shop.product-retinol-emulsion-1 .section .columns-flex.key-features .column .feature-name,
body.is-shop.product-retinol-emulsion-3 .section .columns-flex.key-features .column .feature-name,
body.is-shop.illuminating-eyes .section .columns-flex.key-features .column .feature-name {
  font-family: 'KeplerStd';
  font-style: italic;
}
body.is-shop.product-retinol-emulsion-1 .section .columns-flex.key-features .column .feature-description,
body.is-shop.product-retinol-emulsion-3 .section .columns-flex.key-features .column .feature-description,
body.is-shop.illuminating-eyes .section .columns-flex.key-features .column .feature-description {
  font-family: 'Proxima Nova';
}
body.is-shop.product-retinol-emulsion-1 .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div,
body.is-shop.product-retinol-emulsion-3 .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div,
body.is-shop.illuminating-eyes .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div {
  font-family: 'Proxima Nova' !important;
}
body.is-shop.product-retinol-emulsion-1 .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div strong,
body.is-shop.product-retinol-emulsion-3 .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div strong,
body.is-shop.illuminating-eyes .section.background-gradient_blue .product-main-after .product.attribute.key-quote .value > div strong {
  font-family: 'KeplerStd' !important;
}
body.is-shop.product-retinol-emulsion-1 .section-product-info .product.attribute .type,
body.is-shop.product-retinol-emulsion-3 .section-product-info .product.attribute .type,
body.is-shop.illuminating-eyes .section-product-info .product.attribute .type {
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.is-shop.product-retinol-emulsion-1 .section-product-info .product.attribute .value,
body.is-shop.product-retinol-emulsion-3 .section-product-info .product.attribute .value,
body.is-shop.illuminating-eyes .section-product-info .product.attribute .value {
  font-family: 'Proxima Nova';
}
body.is-shop.product-retinol-emulsion-1 .section-product-info .product.attribute.ingredients .type,
body.is-shop.product-retinol-emulsion-3 .section-product-info .product.attribute.ingredients .type,
body.is-shop.illuminating-eyes .section-product-info .product.attribute.ingredients .type {
  font-family: 'Proxima Nova';
  font-weight: 700;
}
body.is-shop.product-retinol-emulsion-1 .section-product-info .product.attribute.ingredients .value,
body.is-shop.product-retinol-emulsion-3 .section-product-info .product.attribute.ingredients .value,
body.is-shop.illuminating-eyes .section-product-info .product.attribute.ingredients .value {
  font-family: 'Proxima Nova';
}
body.is-shop.product-retinol-emulsion-1 .page-main .section.section-product-key_ingredients .section-header .section-title,
body.is-shop.product-retinol-emulsion-3 .page-main .section.section-product-key_ingredients .section-header .section-title,
body.is-shop.illuminating-eyes .page-main .section.section-product-key_ingredients .section-header .section-title {
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.is-shop.product-retinol-emulsion-1 .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-name .ingredient-link,
body.is-shop.product-retinol-emulsion-3 .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-name .ingredient-link,
body.is-shop.illuminating-eyes .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-name .ingredient-link {
  font-family: 'KeplerStd';
  font-weight: 700;
  font-style: italic;
}
body.is-shop.product-retinol-emulsion-1 .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-description,
body.is-shop.product-retinol-emulsion-3 .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-description,
body.is-shop.illuminating-eyes .page-main .section.section-product-key_ingredients .key-ingredients .ingredient .ingredient-info .ingredient-description {
  font-family: 'Proxima Nova';
}
body.aw-sarp2 .aw-sarp2__actions .aw-change-next-shipment-date {
  float: left;
}
body.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
body.isclinical .message-error.message {
  display: inline-block;
  width: 100%;
}
@media screen and (width: 1024px) {
  section.section-product-main {
    padding-top: 50px;
  }
}
body.website-perks_website .login-container,
body.store-perks_store_view .login-container,
body.store-benefits_store_view .login-container,
body.website-benefits_website .login-container {
  display: flex;
  flex-direction: column;
}
body.website-perks_website .login-container .block-customer-intro,
body.store-perks_store_view .login-container .block-customer-intro,
body.store-benefits_store_view .login-container .block-customer-intro,
body.website-benefits_website .login-container .block-customer-intro {
  order: -1;
}
body.website-perks_website .price-box .old-price,
body.store-perks_store_view .price-box .old-price,
body.store-benefits_store_view .price-box .old-price,
body.website-benefits_website .price-box .old-price {
  display: none !important;
}
body.website-perks_website .fieldset.create.account,
body.store-perks_store_view .fieldset.create.account,
body.store-benefits_store_view .fieldset.create.account,
body.website-benefits_website .fieldset.create.account,
body.website-perks_website .benefits-customer-fine-print,
body.store-perks_store_view .benefits-customer-fine-print,
body.store-benefits_store_view .benefits-customer-fine-print,
body.website-benefits_website .benefits-customer-fine-print {
  margin-bottom: 20px;
}
body.where-to-buy .page-main-header .page-title-wrapper,
body.find-a-professional .page-main-header .page-title-wrapper,
body.amlocator-index-index .page-main-header .page-title-wrapper {
  text-align: center;
  max-width: unset;
}
body.where-to-buy .page-main-header .page-title-wrapper:last-child,
body.find-a-professional .page-main-header .page-title-wrapper:last-child,
body.amlocator-index-index .page-main-header .page-title-wrapper:last-child {
  display: none;
}
body.where-to-buy .page-main,
body.find-a-professional .page-main,
body.amlocator-index-index .page-main {
  max-width: unset;
}
body.where-to-buy .page-main .page-title-wrapper,
body.find-a-professional .page-main .page-title-wrapper,
body.amlocator-index-index .page-main .page-title-wrapper {
  display: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container {
  height: unset;
  max-height: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container {
  display: flex;
  width: auto;
  justify-content: space-between;
  border-radius: 5px;
  background: unset;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-right: 20px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-current-location,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-current-location,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-current-location {
  min-width: 307px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-select,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-select,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-select {
  min-width: 38px;
  flex: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-wrapper,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-wrapper,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-wrapper {
  padding: 0 15px;
  flex: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius .amlocator-title,
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius label,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius label,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius label {
  margin-bottom: unset;
  font-weight: bold;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby {
  margin-top: unset;
  border: 2px solid #4854a5;
  border-radius: 10px;
  color: #001785;
  font-size: 14px;
  font-weight: bold;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block {
  margin-bottom: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container {
  background: unset;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-title {
  border-radius: 5px;
  padding: 21px 15px;
  cursor: unset;
  white-space: nowrap;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #ffffff;
  min-width: 517px;
  border: 1px solid #ccc;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes {
  display: flex;
  flex-wrap: wrap;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .amlocator-attribute-wrapper:nth-of-type(even),
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .amlocator-attribute-wrapper:nth-of-type(even),
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .amlocator-attribute-wrapper:nth-of-type(even) {
  background: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice {
  cursor: pointer;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox {
  display: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox:checked + label.css-label.cb0,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox:checked + label.css-label.cb0,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox:checked + label.css-label.cb0 {
  background-position: 0 -30px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label.cb0,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label.cb0,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label.cb0 {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice label.css-label.cb0,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice label.css-label.cb0,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .attributes .attributes-choice label.css-label.cb0 {
  background-image: url("../../frontend/ISClinical/affiliate/en_US/images/attribute-filter-checkbox-30x60.png");
  user-select: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container {
  display: flex;
  width: 100%;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list {
  height: 100vh;
  max-height: 800px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .empty-location-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .empty-location-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .empty-location-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc.-active,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc.-active,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc.-active {
  color: unset;
  background: unset;
  border-left: 10px solid #a0c7fa;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc {
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  background: unset;
  position: relative;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information {
  width: 100%;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .partner-level,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .partner-level,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .partner-level {
  float: left;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-title {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance_number,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance_number,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance_number {
  font-weight: bold;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container {
  padding-top: 10px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container .certification-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container .certification-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container .certification-title {
  font-weight: bold;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  padding-left: unset;
  margin-bottom: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li {
  list-style: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image span,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image span,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image span {
  padding-left: 10px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image img,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image img,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-certifications-container ul li .amlocator-certified-image img {
  max-width: 20px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amasty_distance {
  position: absolute;
  top: 28px;
  right: 20px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map {
  height: 100vh;
  width: 77%;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container {
  padding-top: 10px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container .certification-title,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container .certification-title,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container .certification-title {
  font-weight: bold;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  padding-left: unset;
  margin-bottom: unset;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li {
  list-style: none;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image span,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image span,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image span {
  padding-left: 10px;
}
body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image img,
body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image img,
body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map .amlocator-certifications-container ul li .amlocator-certified-image img {
  max-width: 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f9ff;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Avenir', 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 'luma-icons';
    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;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 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: 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 {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    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: #ff5501;
    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: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    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: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    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(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .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: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .aw-sarp2-add-to-subscription-modal .modal-inner-wrap {
    width: 90%;
  }
  .change-payment-confirmation .one-subscription-only {
    width: 100%;
  }
  .change-payment-confirmation .all-subscriptions {
    width: 100%;
    margin-top: 10px;
  }
  .amreview-widget-container .slick-dots button {
    border: 1px solid #cccccc;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .amcard-field-container {
    padding: 0 1.5rem;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/ISClinical/affiliate/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: .2rem 2rem 0;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .faqs_mainpage_category_block {
    width: 100%;
  }
  .faqs_mainpage_category_image {
    margin-left: 2%;
    margin-right: 2%;
    width: 25%;
  }
  .category_block_info {
    width: 70%;
  }
  .product_faq_label {
    margin-left: 6px;
  }
  .b-mini-fastorder {
    padding-right: 0;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle {
    top: 60px;
    left: 0px;
    max-height: 500px;
    overflow: scroll;
    right: auto;
    width: 98%;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
    display: block;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button.tocart,
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button.tocart {
    display: inline-block;
  }
  #bss-fastorder-form table thead .bss-fastorder-row {
    display: table-row;
  }
  #bss-fastorder-form .bss-fastorde-bottom tr td {
    text-align: left !important;
  }
  #bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98%;
  }
  #bss-content-option-product {
    overflow-x: auto !important;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute {
    padding: 20px 0px;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options {
    width: 77%;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option {
    width: 42px;
    height: 42px;
    padding: 10px 0px 0px !important;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option .reset-configurablegridview {
    top: -10%;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-selected-option {
    padding-left: 0;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-box-button {
    padding-bottom: 9px;
  }
  .cms-fast-order .desktop-tfoot {
    display: none !important;
  }
  .cms-fast-order .bss-grouped-popup table.grouped .item {
    padding: 13px 10px 13px 10px!important;
  }
  .cms-fast-order #bss-content-option-product {
    max-height: 420px !important;
  }
  .cms-fast-order .bss-grouped-popup {
    max-height: 420px;
  }
  .bss-fastorde-bottom tr td {
    width: auto;
    padding: 20px 10px!important;
  }
  .bss-fastorde-bottom .bss-fastorder-row-qty .qty {
    width: 30px;
  }
  body.cms-fast-order #bss-fastorder-form table thead .bss-fastorder-row {
    display: table-row;
  }
  body.cms-fast-order #bss-fastorder-form table th {
    padding: 7px 10px;
  }
  body.cms-fast-order .panel-content-table .bss-fastorde-bottom {
    border: none;
  }
  .quiz-register-container .quiz-program-register #content,
  .quiz-result-container .quiz-program-register #content,
  .quiz-register-container .quiz-program-result #content,
  .quiz-result-container .quiz-program-result #content {
    display: unset !important;
    justify-content: unset !important;
  }
  .quiz-register-container .quiz-program-register #content #answer-box .answer,
  .quiz-result-container .quiz-program-register #content #answer-box .answer,
  .quiz-register-container .quiz-program-result #content #answer-box .answer,
  .quiz-result-container .quiz-program-result #content #answer-box .answer {
    text-align: unset !important;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .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;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #d1d1d1;
  }
  .cart.table-wrapper {
    border-top: 1px solid #d1d1d1;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .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;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    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 .filter-subtitle {
    font-size: 20px;
    font-weight: 200;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #d1d1d1;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    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 {
    color: #333333;
    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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #000b8b;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .columns-flex .column {
    flex: none !important;
    width: 100%;
  }
  .columns-flex.mobile-4-columns .column {
    flex: none;
    width: 25%;
  }
  .columns-flex.mobile-3-columns .column {
    flex: none;
    width: 33.33333333%;
  }
  .columns-flex.mobile-2-columns .column {
    flex: none;
    width: 50%;
  }
  #checkout div.opc-wrapper {
    width: inherit !important;
  }
  body.page-layout-checkout #checkout #shipping-method-buttons-container div.primary {
    float: inherit;
  }
  body.page-layout-checkout #checkout .payment-method-content .actions-toolbar div.primary {
    float: inherit;
  }
  body.customer-address-form .customer-navigation .page-title-wrapper .page-title {
    padding-top: 30px;
  }
  body.customer-address-form .form-address-edit .fieldset {
    width: 100%;
  }
  body.Safari.filter-active .page-wrapper {
    height: inherit;
    margin-top: initial;
  }
  body.Safari.filter-active .page-wrapper div.block.filter.animated.active .block-title.filter-title {
    background-color: #fff;
    height: 48px;
  }
  .find-a-professional-container .find-a-professional-button {
    padding: 15px 80px;
  }
  .cart-container .form-cart .actions.main .continue,
  .cart-container .form-cart .actions.main .action.clear {
    margin-bottom: 10px !important;
  }
  .page-header .header-links-dropdown,
  .page-header .header-links-switch-store-dropdown {
    margin-top: 10px;
  }
  .footer-widgets .footer-widget {
    flex: none !important;
    width: 50%;
  }
  body.is-shop .block.block-reorder {
    margin-top: 15px;
  }
  body.account .page-main {
    padding-top: 70px;
  }
  body.account .block-collapsible-nav {
    top: 0;
  }
  body.is-shop .ammenu-header-container .header.content .ammenu-logo {
    max-width: 256px;
  }
  .filter .filter-current .items {
    padding: 10px 10px 0 0;
  }
  .checkout-index-index .field-tooltip .field-tooltip-content {
    width: 230px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name {
    margin-top: 6px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block,
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .details-qty {
    flex-wrap: nowrap;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    margin: 0 15px 0 0;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .details-qty {
    margin-left: 5px;
    margin-top: 0;
  }
  .am-checkout.-modern .authentication-wrapper {
    margin-top: -50px;
  }
  .minicart-wrapper {
    margin-left: 10px;
  }
  aside.modal-popup.modal-slide {
    left: 20px;
    right: 20px;
  }
  aside.modal-popup.modal-slide.sites-confirm-modal._show .modal-inner-wrap {
    transform: translate(0, 25%);
    min-height: unset;
  }
  aside.modal-popup.modal-slide .modal-inner-wrap {
    margin-top: 50px;
    height: auto;
  }
  div.home-promo-cms-block-page {
    top: 5%;
    left: 10px;
    right: 10px;
    margin: 5% auto;
  }
  .page-header .block-search .form .search-autocomplete {
    top: 80px;
  }
  .page-header .block-search .label {
    display: none;
  }
  .page-header .block-search .minisearch .control .search-close {
    top: -30px;
  }
  .page-header .block-search .amsearch-close {
    top: 22px;
  }
  .breadcrumbs {
    display: none !important;
  }
  .amblog-index-index .amblog-aside-right .aside-title,
  .amblog-index-search .amblog-aside-right .aside-title,
  .amblog-index-category .amblog-aside-right .aside-title,
  .amblog-index-tag .amblog-aside-right .aside-title,
  .amblog-index-index .amblog-aside-left .aside-title,
  .amblog-index-search .amblog-aside-left .aside-title,
  .amblog-index-category .amblog-aside-left .aside-title,
  .amblog-index-tag .amblog-aside-left .aside-title {
    color: #000b8b;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-right .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-right .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container h3.amblog-title,
  .amblog-index-index .amblog-aside-left .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-left .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-left .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container h3.amblog-title,
  .amblog-index-index .amblog-aside-right .amblog-element-block h3.amblog-title,
  .amblog-index-search .amblog-aside-right .amblog-element-block h3.amblog-title,
  .amblog-index-category .amblog-aside-right .amblog-element-block h3.amblog-title,
  .amblog-index-tag .amblog-aside-right .amblog-element-block h3.amblog-title,
  .amblog-index-index .amblog-aside-left .amblog-element-block h3.amblog-title,
  .amblog-index-search .amblog-aside-left .amblog-element-block h3.amblog-title,
  .amblog-index-category .amblog-aside-left .amblog-element-block h3.amblog-title,
  .amblog-index-tag .amblog-aside-left .amblog-element-block h3.amblog-title,
  .amblog-index-index .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-index .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-index .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-index .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-search .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-category .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title {
    background: #000b8b;
    color: #ffffff;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-right .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-right .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-left .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-left .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-left .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-right .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-right .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-right .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-right .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-left .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-left .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-left .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-left .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-right .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-left .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before {
    transform: translateY(-49%) rotate(0) !important;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-right .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-right .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-left .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-left .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-left .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-right .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-right .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-right .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-right .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-left .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-left .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-left .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-left .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item {
    padding: 15px 25px 15px;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-right .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-right .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-left .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-left .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-left .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-right .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-right .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-right .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-right .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-left .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-left .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-left .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-left .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn {
    color: #000b8b;
    background: #ffffff;
    border: 1px solid #000b8b;
    border-radius: 10px;
    font-weight: 400;
    padding: 8px;
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    transform: unset;
    transition: none;
    margin-top: 10px;
    font-size: 16px;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-right .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-right .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container .amblog-categories,
  .amblog-index-index .amblog-aside-left .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-left .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-left .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container .amblog-categories,
  .amblog-index-index .amblog-aside-right .amblog-element-block .amblog-categories,
  .amblog-index-search .amblog-aside-right .amblog-element-block .amblog-categories,
  .amblog-index-category .amblog-aside-right .amblog-element-block .amblog-categories,
  .amblog-index-tag .amblog-aside-right .amblog-element-block .amblog-categories,
  .amblog-index-index .amblog-aside-left .amblog-element-block .amblog-categories,
  .amblog-index-search .amblog-aside-left .amblog-element-block .amblog-categories,
  .amblog-index-category .amblog-aside-left .amblog-element-block .amblog-categories,
  .amblog-index-tag .amblog-aside-left .amblog-element-block .amblog-categories,
  .amblog-index-index .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-right .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-index .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-left .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-index .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-index .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-search .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-category .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-tag .amblog-aside-left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
    padding: 15px 25px 0;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container .amblog-list,
  .amblog-index-search .amblog-aside-right .amblog-widget-container .amblog-list,
  .amblog-index-category .amblog-aside-right .amblog-widget-container .amblog-list,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container .amblog-list,
  .amblog-index-index .amblog-aside-left .amblog-widget-container .amblog-list,
  .amblog-index-search .amblog-aside-left .amblog-widget-container .amblog-list,
  .amblog-index-category .amblog-aside-left .amblog-widget-container .amblog-list,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container .amblog-list {
    padding: 0;
  }
  .amblog-index-index .amblog-aside-right .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-search .amblog-aside-right .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-category .amblog-aside-right .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-tag .amblog-aside-right .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-index .amblog-aside-left .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-search .amblog-aside-left .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-category .amblog-aside-left .amblog-widget-container .amblog-list .amblog-categories,
  .amblog-index-tag .amblog-aside-left .amblog-widget-container .amblog-list .amblog-categories {
    padding: 15px 25px;
  }
  .amblog-index-index .column.main,
  .amblog-index-search .column.main,
  .amblog-index-category .column.main,
  .amblog-index-tag .column.main {
    order: 2;
  }
  .amblog-index-index .sidebar.sidebar-additional,
  .amblog-index-search .sidebar.sidebar-additional,
  .amblog-index-category .sidebar.sidebar-additional,
  .amblog-index-tag .sidebar.sidebar-additional {
    order: 1;
  }
  .amblog-index-index .sidebar .amblog-widget-container h3.amblog-title,
  .amblog-index-search .sidebar .amblog-widget-container h3.amblog-title,
  .amblog-index-category .sidebar .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .sidebar .amblog-widget-container h3.amblog-title,
  .amblog-index-index .sidebar .amblog-element-block h3.amblog-title,
  .amblog-index-search .sidebar .amblog-element-block h3.amblog-title,
  .amblog-index-category .sidebar .amblog-element-block h3.amblog-title,
  .amblog-index-tag .sidebar .amblog-element-block h3.amblog-title,
  .amblog-index-index .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-search .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-category .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title,
  .amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title,
  .amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title {
    background: #000b8b;
    color: #ffffff;
  }
  .amblog-index-index .sidebar .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .sidebar .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .sidebar .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .sidebar .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .sidebar .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-search .sidebar .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-category .sidebar .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-tag .sidebar .amblog-element-block h3.amblog-title.-active:before,
  .amblog-index-index .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before,
  .amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container h3.amblog-title.-active:before {
    transform: translateY(-49%) rotate(0) !important;
  }
  .amblog-index-index .sidebar .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .sidebar .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .sidebar .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .sidebar .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .sidebar .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-search .sidebar .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-category .sidebar .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-tag .sidebar .amblog-element-block .amblog-form-search.amblog-item,
  .amblog-index-index .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item,
  .amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search.amblog-item {
    padding: 15px 25px;
  }
  .amblog-index-index .sidebar .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .sidebar .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .sidebar .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .sidebar .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .sidebar .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-search .sidebar .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-category .sidebar .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-tag .sidebar .amblog-element-block .amblog-form-search .amblog-btn,
  .amblog-index-index .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn,
  .amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-form-search .amblog-btn {
    color: #000b8b;
    background: #ffffff;
    border: 1px solid #000b8b;
    border-radius: 10px;
    font-weight: 400;
    padding: 8px;
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    transform: unset;
    transition: none;
    margin-top: 10px;
    font-size: 16px;
  }
  .amblog-index-index .sidebar .amblog-widget-container .amblog-categories,
  .amblog-index-search .sidebar .amblog-widget-container .amblog-categories,
  .amblog-index-category .sidebar .amblog-widget-container .amblog-categories,
  .amblog-index-tag .sidebar .amblog-widget-container .amblog-categories,
  .amblog-index-index .sidebar .amblog-element-block .amblog-categories,
  .amblog-index-search .sidebar .amblog-element-block .amblog-categories,
  .amblog-index-category .sidebar .amblog-element-block .amblog-categories,
  .amblog-index-tag .sidebar .amblog-element-block .amblog-categories,
  .amblog-index-index .sidebar .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-search .sidebar .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-category .sidebar .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-tag .sidebar .amblog-post-container .amblog-widget-container .amblog-categories,
  .amblog-index-index .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-search .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-category .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories,
  .amblog-index-tag .sidebar .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
    padding: 15px 25px 0;
  }
  body.where-to-buy .page-main-header .page-title-wrapper,
  body.find-a-professional .page-main-header .page-title-wrapper,
  body.amlocator-index-index .page-main-header .page-title-wrapper {
    text-align: center;
    max-width: unset;
  }
  body.where-to-buy .page-main,
  body.find-a-professional .page-main,
  body.amlocator-index-index .page-main {
    max-width: unset;
  }
  body.where-to-buy .page-main .page-title-wrapper,
  body.find-a-professional .page-main .page-title-wrapper,
  body.amlocator-index-index .page-main .page-title-wrapper {
    display: none;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container {
    height: unset !important;
    max-height: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container {
    display: unset !important;
    width: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container {
    display: block !important;
    width: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-search-radius {
    margin: 10px 0 !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block.-separator,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block.-separator,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-block.-separator {
    margin: 10px 0 !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-search-container .amlocator-button.-nearby {
    border: unset !important;
    color: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter {
    display: unset !important;
    margin-left: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container div.amlocator-title,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container div.amlocator-title,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container div.amlocator-title {
    width: unset !important;
    cursor: unset;
    padding: 5px 15px;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .search-container .amlocator-block.-filter .amlocator-filters-container .amlocator-hidden-filter {
    min-width: 343px !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container {
    display: flex;
    width: unset !important;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-store-list {
    height: 100vh;
    max-height: 800px;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container .amlocator-block.-map {
    height: unset !important;
    width: unset !important;
  }
  body.where-to-buy .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container div.amlocator-store-list,
  body.find-a-professional .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container div.amlocator-store-list,
  body.amlocator-index-index .page-main .amlocator-main-container .amlocator-map-container .store-list-map-container div.amlocator-store-list {
    height: auto;
    margin-top: 10px;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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 > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):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;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .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 {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #d1d1d1;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c1c1c1;
    flex-flow: wrap;
    position: relative;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td {
    background-color: transparent;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td:nth-child(1) {
    position: absolute;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td[data-th]:nth-child(n + 2) {
    width: 100%;
    margin-left: 25px;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > thead {
    display: none;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .faqs_mainpage_category_image {
    display: none;
    height: auto;
  }
  .faqs_mainpage_category_block,
  .faqs_mainpage_question_list {
    min-height: auto;
  }
  .faqs_mainpage_question_image {
    float: inherit;
    margin-left: 35%;
  }
  .vote_block_label,
  .faq_vote_block,
  .faq_tag_block,
  .faq_searchbar_block,
  .question_block_info,
  .faq_social_share {
    width: 100%;
  }
  .category_block_info {
    width: 100%;
    margin: 5px 0;
  }
  .category_title_block {
    width: 90%;
  }
  .faq_tag_block {
    margin-left: 0;
  }
  .faqs_catepage_question_list li {
    width: 80%;
  }
  .catepage_title_block {
    width: 80%;
  }
  .faqs_catepage_category_image {
    width: 90%;
    margin-top: 10px;
  }
  .faqs_mainpage_question_list,
  .faq_question_expand {
    width: 100%;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
    color: #000;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td {
    box-sizing: border-box;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty {
    display: table-cell;
    border-right: 0;
    border-left: 1px solid #eee;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
    margin: 0;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-edit-delete {
    width: 1%;
  }
  #bss-fastorder-form tr.bss-row-error td:first-child {
    border-left: none !important;
  }
  #bss-fastorder-form tr.bss-row-error td.bss-fastorder-row-price {
    border-right: none !important;
  }
  .cms-fast-order .bss-grouped-popup .grouped {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: unset !important;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead {
    display: table;
    width: 100%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th {
    display: inline-table !important;
    margin: 10px 1%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th.item {
    width: 69%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th.qty {
    width: 26%;
  }
  .cms-fast-order .bss-grouped-popup .grouped > tbody {
    border-bottom: none !important;
  }
  .cms-fast-order .bss-grouped-popup .bss-box-button .actions {
    margin-bottom: 10px;
  }
  .cms-fast-order .total-price-tax {
    display: inline-block;
  }
  .cms-fast-order .page-main .panel-content-table {
    padding: 0 10px;
  }
  .cms-fast-order .page-main .panel-content-table .background-full {
    display: none;
  }
  .cms-fast-order .page-main .toolbar {
    margin: 23px auto 5px;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter {
    float: left;
    margin-top: 0;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter .text-toolber {
    margin-left: 10px;
    padding: 5px 10px;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter.toolbar-sorter-template2 {
    float: right;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar {
    position: relative;
    width: 96% !important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-search-input2 {
    width: 50px;
    position: absolute !important;
    left: 10px;
    padding: 23px 22px 23px 25px!important;
    border: 2px solid #f2f2f2!important;
    background-color: #fff !important;
    background-position: 60% center!important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-search-input2:focus {
    width: 100%;
    background-position: 92% center!important;
    z-index: 2;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98%;
    max-width: 100%;
    top: 50px;
    left: 10px;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete2 .content-search-fastorder {
    width: 88.7% !important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete2 .content-search-fastorder .bss-product-name {
    padding-right: 27px;
  }
  .cms-fast-order .table-wrapper {
    border-top: none;
  }
  #bss-fastorder-form .foot1 button {
    padding: 15px 22px;
  }
  #bss-content-option-product {
    max-width: 278px;
  }
  #bss-content-option-product.bss-configurable-grid-view-popup {
    width: 100%;
    max-width: none;
  }
  #bss-fastorder-form .bss-search-input2 {
    margin-top: 0;
  }
  #bss-fastorder-form .bss-fastorder-row-qty .qty {
    width: 40px;
  }
  #bss-fastorder-form .bss-sample-csv {
    position: relative;
    top: 20px;
    padding: 0;
  }
  #bss-fastorder-form tfoot .foot1 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form tfoot .foot1 td:before {
    display: none;
  }
  #bss-fastorder-form tfoot .foot1 td.addtoline-template2 {
    display: none !important;
  }
  #bss-fastorder-form tfoot .foot1 td.totalqty-template2 {
    position: relative;
    vertical-align: top;
    padding: 20px 30px 15px;
    border-bottom: none;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line,
  #bss-fastorder-form tfoot .foot1 .total-qty-fastorder {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line button,
  #bss-fastorder-form tfoot .foot1 .total-qty-fastorder button {
    margin-bottom: 0;
  }
  #bss-fastorder-form tfoot .foot1 .fill-line,
  #bss-fastorder-form tfoot .foot1 .subtotal-fastorder {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
  }
  #bss-fastorder-form tfoot .foot1 .subtotal-template2 {
    width: 100% !important;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line,
  #bss-fastorder-form tfoot .foot1 .fill-line {
    padding: 20px 30px 0px;
    vertical-align: top;
    border-bottom: none;
  }
  #bss-fastorder-form .bss-search-input {
    max-width: 100%;
  }
  #bss-fastorder-form .bss-search-input2 {
    max-width: 90%;
  }
  #bss-fastorder-form table.bss-fastorde-bottom {
    border: none;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td .multiple-wishlist {
    position: relative;
    margin-bottom: 10px;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td .multiple-wishlist #bss-access-multiple {
    position: absolute;
    margin-top: 0;
    padding: 9.5px 30px;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom {
    padding: 0px 30px 65px 30px !important;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom .multi-show {
    padding: 0px 10px;
    width: 59%;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom .multi-show .show-input {
    font-size: 1.1rem;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.all-add-button {
    padding: 20px 30px 10px 30px !important;
    border-top: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-image {
    display: table-cell;
    width: 30%;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form table td {
    text-align: left;
    padding: 20px 30px 22px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-edit-delete {
    display: table-cell;
    width: 20%;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-edit-delete:before {
    display: none;
  }
  #bss-fastorder-form table td.bss-fastorder-row-qty {
    display: inline-block;
    width: 44.5%;
    border: none;
    box-sizing: border-box;
    border-right: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-price {
    display: inline-table;
    width: 50%;
    border: none;
    position: relative;
    top: 0px;
    margin-left: 4%;
  }
  #bss-fastorder-form table td.bss-fastorder-row-ref {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  #bss-fastorder-form table td:before {
    color: #1979c3;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    content: attr(data-th);
  }
  #bss-fastorder-form table td.bss-fastorder-row-name {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-name:before {
    display: none;
  }
  #bss-fastorder-form .bss-fastorder-row-image img {
    max-width: 100%;
  }
  #bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98.7%;
    max-width: 100%;
  }
  #bss-fastorder-form .desktop-tfoot {
    display: none;
  }
  .cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
  }
  .cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td {
    border: none;
  }
  body.cms-fast-order table.data.table {
    word-break: unset;
  }
  body.cms-fast-order #bss-fastorder-form table th {
    padding: 10px 5px;
  }
  body.cms-fast-order #bss-fastorder-form table th.bss-fastorder-row-ref {
    width: 20%;
    min-width: 70px;
  }
  body.cms-fast-order #bss-fastorder-form table th.bss-fastorder-row-image {
    width: 40%;
  }
  body.cms-fast-order #bss-fastorder-form table th.bss-fastorder-row-qty {
    width: 20%;
  }
  body.cms-fast-order #bss-fastorder-form table td {
    padding: 20px 10px;
  }
  body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-ref {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 5px;
  }
  body.cms-fast-order #bss-fastorder-form table td.bss-fastorder-row-qty {
    display: table-cell;
    border: 1px solid #eee;
  }
  body.cms-fast-order #bss-fastorder-form table td:before {
    display: none;
  }
  body.cms-fast-order #bss-fastorder-form tfoot {
    display: table-footer-group;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 {
    border-bottom: none;
    border-top: none;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 td {
    padding: 10px 5px;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 td.addtoline-template2 {
    display: table-cell !important;
    border-left: 1px solid #eee;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .add-to-line,
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .fill-line,
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .subtotal-fastorder {
    display: table-cell;
    padding: 10px 5px;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .add-to-line,
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .fill-line,
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .total-qty-fastorder {
    width: 100%;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .fill-line {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  body.cms-fast-order #bss-fastorder-form tfoot .foot1 .total-qty-fastorder {
    border-right: 1px solid #eee;
  }
  body.cms-fast-order #bss-fastorder-form .bss-sample-csv {
    position: unset;
  }
  .table-wrapper {
    border-top: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    display: table;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: table-cell;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: table-row-group;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: table-row;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: table-cell;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot {
    display: table-footer-group;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr {
    display: table-row;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr:after {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot td.add-to-line {
    width: 15%;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot td.fill-line {
    width: 40%;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot td.total-qty-fastorder {
    width: 21%;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: 22px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody > tr > td {
    padding: 8px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 22px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .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: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .page-header .header .logo {
    margin-top: 6px;
  }
  .page-header .header .logo img {
    height: auto;
  }
  .page-header .header .header-links-dropdown,
  .page-header .header .header-links-switch-store-dropdown {
    display: none;
  }
  body.store-professional_store_view .page-header .header .header-links-switch-store-dropdown,
  body.store-concierge_store_view .page-header .header .header-links-switch-store-dropdown {
    display: block;
  }
  body.store-professional_store_view.customer-logged-out .page-header .header .header-links-switch-store-dropdown,
  body.store-concierge_store_view.customer-logged-out .page-header .header .header-links-switch-store-dropdown {
    display: none;
  }
  .footer-widgets .footer-widget {
    flex: none !important;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-logo {
    text-align: center;
  }
  body.is-shop.sales-order-history table.data.table.table-order-items.history {
    word-break: unset;
  }
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 5px;
    border-bottom: none;
  }
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a,
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th.actions a {
    display: inline-block;
    margin-bottom: 10px;
  }
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a.action:after,
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th.actions a.action:after {
    display: none;
  }
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a:last-child,
  body.is-shop.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th.actions a:last-child {
    margin-bottom: 0;
  }
  body.rma div.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
    padding: 5px;
    border: none;
  }
  body.rma div.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: static;
  }
  body.rma div.amrma-table-container .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    border-top: 1px solid #ccc;
  }
  body.rma div.amrma-table-container .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image {
    width: 100%;
    height: auto;
  }
  body.rma table.data.table {
    word-break: unset;
  }
  .amcard-codes-list table.data.table {
    word-break: inherit;
  }
  .amcard-codes-list table.data.table tbody tr td:not(:last-child) {
    padding-right: 5px;
  }
  .amcard-codes-list .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead {
    border-bottom: 1px solid #dddddd;
  }
  .amcard-codes-list .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    padding-left: 0;
  }
  .amcard-codes-list .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 5px;
    padding-right: 5px;
  }
  .amcard-codes-list .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: none;
  }
  div.order-details-items thead {
    display: table-header-group;
  }
  div.order-details-items thead tr {
    display: table-row;
  }
  .table-wrapper.order-items .table:not(.totals):not(.cart):not(.table-comparison) {
    word-break: unset;
  }
  .table-wrapper.order-items .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td {
    padding: 5px;
  }
  .table-wrapper.order-items .table:not(.totals):not(.cart):not(.table-comparison) tfoot .mark,
  .table-wrapper.order-items .table:not(.totals):not(.cart):not(.table-comparison) tfoot .amount {
    float: unset;
    width: auto;
  }
  .page-products.page-layout-1column .products-grid .product-items:not(.slick-slider) .product-item {
    width: 100%;
    margin-left: 0;
  }
  aside.modal-popup.modal-slide .modal-inner-wrap {
    min-height: auto !important;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 10px;
  }
  .quiz-professional-box .quiz-professional-title h3 {
    margin-bottom: 10px;
  }
  body.is-shop .quiz-professional-box .fa-print.button-print,
  body.is-shop .quiz-professional-box .fa-envelope.button-send-mail {
    position: static;
    margin-right: 5px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .page-wrapper .ammenu-header-container .header.content .ammenu-logo {
    max-width: 50%;
  }
  body.store-professional_store_view div.minicart-wrapper,
  body.store-concierge_store_view div.minicart-wrapper {
    margin-left: 4px;
  }
  body.store-professional_store_view.customer-logged-out div.minicart-wrapper,
  body.store-concierge_store_view.customer-logged-out div.minicart-wrapper {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  #bss-fastorder-form table td {
    padding: 20px 10px 22px;
  }
  #bss-fastorder-form tfoot .add-to-line,
  #bss-fastorder-form tfoot .fill-line {
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .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-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .table > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .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%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .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%;
  }
  .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: #000b8b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #000b8b;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #272d9a;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .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: #000b8b;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .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 .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .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: 25%;
  }
  .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 .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;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  body.product-layout_b2b .section-hero {
    min-height: calc(100vw * 750 / 1728);
  }
  body.product-layout_b2b section.section-product-isc_special_section_1 .section-images {
    min-height: calc(100vw * 780 / 1728);
    margin-top: 0;
  }
  .page-header .amsearch-products-section .amsearch-product-list .amsearch-item {
    width: calc(50% - 20px);
  }
  .products-grid .product-item-info .product-attribute {
    visibility: hidden;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    z-index: 3;
  }
  .products-grid .product-item-info:hover .product-attribute,
  .products-grid .product-item-info.active .product-attribute {
    visibility: visible;
  }
  .block-products-list .products-grid .product-item-info .product-attribute {
    visibility: visible;
  }
  .products-grid .product-item-inner {
    top: 98%;
  }
  .products-grid .product-items .product-item-details {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -ms-flex-positive: 2;
    -webkit-box-flex: 2;
    flex-grow: 2;
  }
  .products-grid .product-items .product-item-name {
    margin-bottom: 10px;
  }
  .page-products.page-layout-1column .products-grid .product-items:not(.slick-slider) .product-item {
    width: calc((100% - 2%) / 2);
  }
  .products-show-description-its-side .products-grid .product-item-inner {
    background: #ecedf6;
    top: -1px;
    left: 100%;
    bottom: -1px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #bbbbbb;
    border-left: none;
  }
  .products-show-description-its-side .products-grid .product-item-inner::before {
    background-color: transparent !important;
  }
  .products-show-description-its-side .products-grid .product-item-inner .product-item-actions {
    margin-bottom: 24px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .amblog-index-post .mobile.mobile-blog .amblog-aside-right ul.amblog-list {
    display: grid !important;
    grid-template-columns: 50% 50%;
  }
  .amblog-index-post .mobile.mobile-blog .amblog-aside-right ul.amblog-list .amblog-recent-post {
    margin: 15px;
  }
}

@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

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

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

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

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

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

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

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

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

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

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

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

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

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

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

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

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

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

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

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

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

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

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.eot);src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.eot);src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.woff) format("woff"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.ttf) format("truetype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.eot);src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.eot);src:url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/ISClinical/affiliate/en_US/vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{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:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width: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;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.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-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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;backface-visibility:hidden}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.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";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-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)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-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}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-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}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-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}.fancybox-slide .fancybox-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}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-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}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-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}.fancybox-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}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-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}.fancybox-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}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-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}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-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}.fancybox-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}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-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)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-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}.fancybox-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}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-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}.fancybox-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.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-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}.fancybox-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)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* The issue with a blurred text was fixed */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Cart/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/ISClinical/affiliate/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/**
 * 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 .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 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.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 .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* 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 .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 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.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/ISClinical/affiliate/en_US/Mageplaza_Core/css/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%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/ISClinical/affiliate/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* 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;
    filter: alpha(opacity=80);
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    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: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/*
Best practices for using font-weights:
-----
100: Extra Light or Ultra Light
200: Light or Thin
300: Book or Demi
400: Normal or Regular
500: Medium
600: Semibold, Demibold
700: Bold
800: Black, Extra Bold or Heavy
900: Extra Black, Fat, Poster or Ultra Black
*/
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Roman.svg#AmericanaBT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Italic.svg#AmericanaBT-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-Bold.svg#AmericanaBT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Americana BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AmericanaBT-ExtraBold.svg#AmericanaBT-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-LightOblique.svg#Avenir-LightOblique') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BookOblique.svg#Avenir-BookOblique') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Oblique.svg#Avenir-Oblique') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-HeavyOblique.svg#Avenir-HeavyOblique') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Italic.svg#AvenirNext-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLight.svg#AvenirNextCondensed-UltraLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-UltraLightItalic.svg#AvenirNextCondensed-UltraLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Italic.svg#AvenirNextCondensed-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-MediumItalic.svg#AvenirNextCondensed-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-DemiBoldItalic.svg#AvenirNextCondensed-DemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-BoldItalic.svg#AvenirNextCondensed-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-Heavy.svg#AvenirNextCondensed-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AvenirNextCondensed-HeavyItalic.svg#AvenirNextCondensed-HeavyItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Roman.svg#Egyptian505BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Light.svg#Egyptian505BT-Light') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Bold.svg#Egyptian505BT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egyptian505 BT';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Egyptian505BT-Medium.svg#Egyptian505BT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-MdIt.svg#HelveticaNeueLTPro-MdIt') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdExO.svg#HelveticaNeueLTPro-MdExO') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThEx.svg#HelveticaNeueLTPro-ThEx') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Th.svg#HelveticaNeueLTPro-Th') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLtIt.svg#HelveticaNeueLTPro-UltLtIt') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ThIt.svg#HelveticaNeueLTPro-ThIt') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-UltLt.svg#HelveticaNeueLTPro-UltLt') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCn.svg#HelveticaNeueLTPro-LtCn') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtExO.svg#HelveticaNeueLTPro-LtExO') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCnO.svg#HelveticaNeueLTPro-MdCnO') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCn.svg#HelveticaNeueLTPro-UltLtCn') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtCnO.svg#HelveticaNeueLTPro-LtCnO') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCnO.svg#HelveticaNeueLTPro-ThCnO') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThCn.svg#HelveticaNeueLTPro-ThCn') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-MdEx.svg#HelveticaNeueLTPro-MdEx') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtEx.svg#HelveticaNeueLTPro-UltLtEx') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-LtIt.svg#HelveticaNeueLTPro-LtIt') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtExO.svg#HelveticaNeueLTPro-UltLtExO') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-ThExO.svg#HelveticaNeueLTPro-ThExO') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-UltLtCnO.svg#HelveticaNeueLTPro-UltLtCnO') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-LtEx.svg#HelveticaNeueLTPro-LtEx') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdIt.svg#HelveticaNeueLTPro-BdIt') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkExO.svg#HelveticaNeueLTPro-BlkExO') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCn.svg#HelveticaNeueLTPro-BdCn') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCnO.svg#HelveticaNeueLTPro-BlkCnO') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BlkIt.svg#HelveticaNeueLTPro-BlkIt') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-ExO.svg#HelveticaNeueLTPro-ExO') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvExO.svg#HelveticaNeueLTPro-HvExO') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkCn.svg#HelveticaNeueLTPro-BlkCn') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-It.svg#HelveticaNeueLTPro-It') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdExO.svg#HelveticaNeueLTPro-BdExO') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BlkEx.svg#HelveticaNeueLTPro-BlkEx') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Hv.svg#HelveticaNeueLTPro-Hv') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdOu.svg#HelveticaNeueLTPro-BdOu') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-BdCnO.svg#HelveticaNeueLTPro-BdCnO') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Ex.svg#HelveticaNeueLTPro-Ex') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-BdEx.svg#HelveticaNeueLTPro-BdEx') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCn.svg#HelveticaNeueLTPro-HvCn') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-CnO.svg#HelveticaNeueLTPro-CnO') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvCnO.svg#HelveticaNeueLTPro-HvCnO') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-Blk.svg#HelveticaNeueLTPro-Blk') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.eot');
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.eot?#iefix') format('embedded-opentype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.woff2') format('woff2'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.woff') format('woff'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.ttf') format('truetype'), url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/HelveticaNeueLTPro-HvIt.svg#HelveticaNeueLTPro-HvIt') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.eot');
    src: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.woff2') format('woff2'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.woff') format('woff'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.ttf') format('truetype'),
    url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/@{baseDir}fonts/HelveticaNeueLTPro-HvEx.svg#HelveticaNeueLTPro-HvEx') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AGaramondPro-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AGaramondPro-Italic.otf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AGaramondPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/AGaramondPro-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/ProximaNova-Light.ttf');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/ProximaNova-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/ProximaNova-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: 'The Seasons';
  src: url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: 'KeplerStd';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/KeplerStd-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KeplerStd';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/KeplerStd-BoldIt.otf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayThin.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayThinItalic.otf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayExtraLight.otf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayExtraLightItalic.otf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayLight.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayLightItalic.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayRegular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayRegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplaySemiBold.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplaySemiBoldItalic.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayBold.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rework';
  src: url('../../frontend/ISClinical/affiliate/en_US/mage/fonts/Rework-DisplayBoldItalic.otf');
  font-weight: 700;
  font-style: italic;
}
.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: #272d9a;
  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__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/ISClinical/affiliate/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .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: 0 0 3px 1px #68a8e0;
  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: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.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: 18px;
}
.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: #ff5501;
  border-color: #ff5501;
}
.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 {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.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;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  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: #ffffff;
  padding: 5px 10px;
}
@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: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -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: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.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: -80px -160px;
  height: 160px;
  width: 160px;
}
.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 -240px;
  height: 80px;
  width: 80px;
}
.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(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 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__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__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.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: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: 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;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.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: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.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;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.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__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/ISClinical/affiliate/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;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/ISClinical/affiliate/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}