/**
 * 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: #104470;
  font-family: 'Manrope', sans-serif, '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 #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #0c7394;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  color: #2f3132;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  color: #2f3132;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  line-height: 26px;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  color: #2f3132;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  line-height: 21px;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  color: #2f3132;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.2rem;
  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: #104470;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #104470;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #104470;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #104470;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #104470;
  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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #104470;
  font-family: 'Manrope', sans-serif, '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: #104470;
  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: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #104470;
  cursor: pointer;
  display: inline-block;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 #cccccc;
  color: #104470;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #104470;
}
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: 'Manrope', sans-serif, '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: #575757;
}
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: #575757;
}
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: #575757;
}
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 url('../../frontend/YesMed/default/en_AU/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Manrope', sans-serif, '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: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.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: #104470;
  border: 1px solid #104470;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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,
.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),
.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(204, 204, 204, 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,
.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(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #104470;
  cursor: pointer;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 #cccccc;
  color: #104470;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #104470;
}
.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: #104470;
  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: #104470;
  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: #104470;
  text-decoration: none;
}
.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: #104470;
  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: #104470;
  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,
.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,
.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: #eeeeee;
  border: 1px solid #cccccc;
  color: #104470;
}
.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,
.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,
.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 #cccccc;
  color: #104470;
}
.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,
.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,
.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: #e1e1e1;
  border: 1px solid #cccccc;
  color: #104470;
}
.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 {
  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 {
  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 #0c7394;
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  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: #104470;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #104470;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #104470;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #104470;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #104470;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #104470;
  text-decoration: none;
}
.abs-like-link:active {
  color: #104470;
  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;
}
.mgz__actions-switch-checkbox,
.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 {
  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: inherit;
  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;
}
.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: inherit;
  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;
}
.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: #104470;
  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 #cccccc;
  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: 300;
  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: 300;
}
.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 #7ab8ec;
  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 #cccccc;
  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: #f6f6f6;
}
.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 #cccccc;
}
.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 {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  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: #104470;
  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: #104470;
  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: #104470;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #104470;
  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: #104470;
  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% - 36px);
}
.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: #104470;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  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 #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.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 #cccccc;
  border-top: 1px solid #cccccc;
  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 #cccccc;
  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: #104470;
  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,
.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: 'Gotham-Bold';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamHTF-Medium';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadPro';
  src: url(../../frontend/YesMed/default/en_AU/fonts/MyriadPro-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'MyriadPro';
  src: url(../../frontend/YesMed/default/en_AU/fonts/MyriadPro-Semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../../frontend/YesMed/default/en_AU/fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: bold;
}
.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 #cccccc;
  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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #104470;
}
.message.info a:hover {
  color: #104470;
}
.message.info a:active {
  color: #104470;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #104470;
}
.message.error a:hover {
  color: #104470;
}
.message.error a:active {
  color: #104470;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #104470;
}
.message.warning a:hover {
  color: #104470;
}
.message.warning a:active {
  color: #104470;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #104470;
}
.message.notice a:hover {
  color: #104470;
}
.message.notice a:active {
  color: #104470;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #104470;
}
.message.success a:hover {
  color: #104470;
}
.message.success a:active {
  color: #104470;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.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;
}
@media (max-width: 1260px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    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 {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: '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 20px;
  }
  .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 20px;
  }
  .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: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    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: #e3e3e3;
    border: solid #d7d7d7;
    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: #f0f0f0;
    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: #104470;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #104470;
    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;
    color: #104470;
  }
  .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: #104470;
  }
  .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: #104470;
  }
  .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;
    color: #104470;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (min-width: 1261px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #104470;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #104470;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    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 .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #0c7394;
    color: #104470;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #104470;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.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: #104470;
  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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/YesMed/default/en_AU/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.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 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: 'Manrope', sans-serif, '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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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;
  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: #104470;
  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/YesMed/default/en_AU/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 {
  background: #104470;
  border: 1px solid #104470;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #104470;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #104470;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #104470;
  text-decoration: none;
}
.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 {
  color: #104470;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.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: 10px;
  top: 1px;
}
.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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #104470;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #104470;
}
.pages a.page:hover {
  color: #104470;
  text-decoration: none;
}
.pages a.page:active {
  color: #104470;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #104470;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  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(204, 204, 204, 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 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #104470;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #104470;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #104470;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #104470;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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: #0a2943;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  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;
}
/**
     * @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/YesMed/default/en_AU/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/YesMed/default/en_AU/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/YesMed/default/en_AU/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/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: #104470;
  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: #104470;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #104470;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #104470;
  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: #104470;
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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: #104470;
  border: 1px solid #104470;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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: #eeeeee;
  border: 1px solid #cccccc;
  color: #104470;
  cursor: pointer;
  display: inline-block;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 #cccccc;
  color: #104470;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #104470;
}
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: 100vw;
}
[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: 100vw;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #104470;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #104470;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #104470;
  text-decoration: none;
}
.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 {
  color: #104470;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.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: 300;
}
.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 #cccccc;
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .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 {
  margin-bottom: 0;
  font-size: 14px;
}
.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 {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 45%;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7px 10px;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
}
.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 {
  position: relative;
  bottom: 3px;
}
.am-cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.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;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.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 {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.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;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.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 {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  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);
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .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;
  margin: 10px 0 8px;
  font-weight: 600;
}
.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 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.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 {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 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: 10vw;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 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.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 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.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #cccccc;
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: 5px;
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.recurring-order-index #recurring-orders-table .col.actions {
  text-align: right;
}
.recurring-order-index #recurring-orders-table th.col.actions {
  padding-right: 20px;
}
.recurring-order-index #recurring-orders-table .col.status {
  text-align: center;
}
.recurring-order-index #recurring-orders-table thead th {
  border-bottom: 1px solid #104470;
}
.recurring-order-index #recurring-orders-table tbody td {
  border-bottom: 1px solid #ccc;
}
.recurring-order-index #recurring-orders-table tbody tr.inactive td.id,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.name,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.frequency,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.start_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.last_order_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.next_order_date,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.total,
.recurring-order-index #recurring-orders-table tbody tr.inactive td.status {
  color: #545453;
}
.recurring-order-index .block-recurring-list {
  margin: 50px;
}
@media (max-width: 1024px) {
  .recurring-order-index .block-recurring-list {
    margin: 50px 30px;
  }
  .recurring-order-index #recurring-orders-table .mobile-hidden {
    display: none;
  }
}
.recurring-order-form .form-recurring-edit {
  margin: 15px 0 0 50px;
  width: 60%;
}
@media (max-width: 1024px) {
  .recurring-order-form .form-recurring-edit {
    margin: 0;
    padding: 15px 30px;
    width: 100%;
  }
}
.recurring-order-index .status-main span,
.recurring-order-view .status-main span,
.recurring-order-edit .status-main span {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #545453;
  background-color: #f5f5f5;
  padding: 6px 15px 6px 30px;
  border-radius: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.recurring-order-index .status-main span:before,
.recurring-order-view .status-main span:before,
.recurring-order-edit .status-main span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.recurring-order-index .status-main.active span:before,
.recurring-order-view .status-main.active span:before,
.recurring-order-edit .status-main.active span:before {
  background-color: #15a33b;
}
.recurring-order-index .status-main.inactive span:before,
.recurring-order-view .status-main.inactive span:before,
.recurring-order-edit .status-main.inactive span:before {
  background-color: #fa7f0e;
}
.recurring-order-view .recurring-view-top {
  font-size: 14px;
  padding: 20px 50px;
  margin-bottom: 75px;
}
.recurring-order-view .recurring-view-top span.label {
  font-weight: bold;
}
.recurring-order-view .recurring-view-top table {
  border: 2px dashed #eee;
  margin-top: 20px;
}
.recurring-order-view .recurring-view-top table td {
  text-align: center;
  width: 20%;
}
@media (max-width: 1024px) {
  .recurring-order-view .recurring-view-top {
    margin-bottom: 50px;
  }
  .recurring-order-view .recurring-view-top table,
  .recurring-order-view .recurring-view-top tbody,
  .recurring-order-view .recurring-view-top tr,
  .recurring-order-view .recurring-view-top td {
    display: block;
  }
  .recurring-order-view .recurring-view-top table {
    padding: 20px;
  }
  .recurring-order-view .recurring-view-top table td {
    width: 100%;
    padding: 1px;
  }
}
.recurring-order-view #table-item-detail #amlist-table tr td.amlist-qty {
  width: 16% !important;
}
/* temporary styles until item actions are not added */
@media (min-width: 1600px) {
  .recurring-order-view #amlist-table thead .outer-carton-wrapper,
  .recurring-order-view #amlist-table tbody .outer-carton-wrapper,
  .recurring-order-view #amlist-table thead .incart-wrapper,
  .recurring-order-view #amlist-table tbody .incart-wrapper,
  .recurring-order-view #amlist-table thead .amlist-qty,
  .recurring-order-view #amlist-table tbody .amlist-qty {
    width: auto;
    max-width: unset;
  }
  .recurring-order-view #amlist-table tbody .amlist-qty {
    font-size: 16px !important;
  }
}
.pac-container {
  z-index: 9999 !important;
}
#add-new-address-error {
  padding: 9px 10px 10px 38px;
  background-color: #f0e6e6;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  color: #df0c0c;
  margin: 10px auto;
  position: relative;
}
#add-new-address-error span:before {
  position: absolute;
  content: '\f06a';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 16px;
  color: #df0c0c;
  width: auto;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
/**
 * 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_ProductAttachment
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.bss.tab.productattachment {
  display: none;
}
.attachments,
.bss_productattachment_attachments {
  list-style: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 9/28/23, 11:14 AM
 */
.columns .toolbar-products {
  display: none;
}
.page-with-filter .columns .toolbar-products {
  display: block;
}
.page-with-filter .filter-and-sort-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-with-filter .top-pagination .toolbar-products {
  margin: 20px 0 20px 20px;
}
.page-with-filter .top-pagination .toolbar-products .toolbar-amount,
.page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile {
  display: none;
}
.page-with-filter .top-pagination .toolbar-products .toolbar-sorter {
  position: relative;
  display: flex;
  z-index: 98;
  float: unset;
  justify-content: flex-end;
}
.page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-label {
  border: 1px solid #E2E2E2;
  border-radius: 30px;
  padding: 8.5px 115px 8.5px 15px;
  cursor: pointer;
  font: normal normal normal 14px/18px Manrope;
  position: relative;
}
.page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-label:after {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 10px;
  right: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-label.active:after {
  content: '\e621';
}
.page-with-filter .top-pagination .toolbar-products .toolbar-sorter.active .sorter-wrapper {
  display: block;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 20px;
  box-shadow: 6px 6px 24px #7f7f7f;
  border-radius: 5px;
  min-width: 175px;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper [data-role="direction-switcher"] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch {
  margin-bottom: 15px;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch > label.btn-direction-mode-switch-inner {
  margin: 0px;
  width: 140px;
  height: 30px;
  background: #F5F5F5;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
  cursor: pointer;
  font: normal normal normal 14px/18px Manrope;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch > label.btn-direction-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  top: 7px;
  right: 20px;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch > label.btn-direction-mode-switch-inner:after {
  content: attr(data-off);
  width: 70px;
  height: 26px;
  background: #67C5D3;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #67c5d3;
  padding: 5px 0px;
  color: #fff;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch input[type="checkbox"]:checked + label.btn-direction-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .direction-switch .btn-direction-mode-switch input[type="checkbox"]:checked + label.btn-direction-mode-switch-inner:after {
  content: attr(data-on);
  left: 68px;
  color: #fff;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items {
  max-height: fit-content;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items::-webkit-scrollbar-track {
  background-color: #fff;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items::-webkit-scrollbar {
  width: 5px;
  background-color: #E2E2E2;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items::-webkit-scrollbar-thumb {
  background-color: #E2E2E2;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  white-space: nowrap;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item:last-child {
  margin-bottom: 0;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] {
  margin: 0;
  opacity: 0;
  position: absolute;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] + label {
  position: relative;
  cursor: pointer;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] + label::before,
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] + label::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  border: 1px solid #E2E2E2;
  background: transparent;
  border-radius: 50%;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"] + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #67C5D3;
  opacity: 0;
  visibility: hidden;
}
.page-with-filter .top-pagination .toolbar-products .sorter-wrapper .items .item input[name="trigger-sorter"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.page-with-filter .block.filter,
.page-with-filter .top-pagination {
  margin-bottom: 0;
}
.page-with-filter .block.filter .filter-title,
.page-with-filter .top-pagination .filter-title,
.page-with-filter .block.filter .mobile-sort-by-title,
.page-with-filter .top-pagination .mobile-sort-by-title {
  display: none;
}
.page-with-filter .filter-content {
  display: flex;
  flex-wrap: wrap;
}
.page-with-filter .filter-content .top-filter-mobile {
  display: none;
}
.page-with-filter .filter-content .filter-option-wrapper {
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.title {
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 30px;
  padding: 8.5px 115px 8.5px 15px;
  cursor: pointer;
  position: relative;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.title .filter-options-title {
  letter-spacing: 0px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #434342;
  text-transform: none;
  position: static;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.title .filter-options-title:after {
  font-size: 12px;
  font-weight: 600;
  top: auto;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.title .active-counter {
  position: absolute;
  top: 8px;
  right: 40px;
  width: 18px;
  height: 18px;
  background: #67c5d3 0% 0% no-repeat padding-box;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 20px;
  box-shadow: 6px 6px 24px #7f7f7f;
  border-radius: 5px;
  min-width: 175px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .items {
  max-height: 175px;
  overflow-y: auto;
  white-space: nowrap;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .items::-webkit-scrollbar-track {
  background-color: #fff;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .items::-webkit-scrollbar {
  width: 5px;
  background-color: #E2E2E2;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .items::-webkit-scrollbar-thumb {
  background-color: #E2E2E2;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item {
  margin-bottom: 10px;
  margin-top: 0;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item:last-child {
  margin-bottom: 5px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item .container .checkmark {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item .container input:checked ~ .checkmark {
  border-color: transparent;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item .container input:checked ~ .checkmark:after {
  background: url('../../frontend/Astir/default/en_AU/Astir_LayeredNavigationCustom/images/checkbox-checked-navy.png');
  background-size: 23px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item .container a {
  display: none;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .item .container + .label {
  padding-left: 35px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper {
  display: none;
  flex-direction: column;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper .top input {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 120px;
  text-align: left;
  font: normal normal normal 14px/18px Manrope;
  letter-spacing: 0px;
  color: #434342;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper .top a.reset-filter-price {
  text-decoration: underline;
  font: normal normal normal 14px/18px Manrope;
  letter-spacing: 0px;
  color: #434342;
  opacity: 1;
  margin: 0 15px;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper .action.primary {
  width: 100%;
  font: normal normal normal 14px/18px Manrope;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: none;
  background-color: #104470;
}
.page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper:first-child {
  display: flex;
}
.page-with-filter .filter-content .filter-option-wrapper.has-selected .filter-option.title {
  background: #f5f5f5 0% 0% no-repeat padding-box;
}
.page-with-filter .filter-content .filter-actions {
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.page-with-filter .filter-content .filter-actions .action.clear {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
.page-with-filter .filter-content .filter-actions .action.clear span {
  display: none;
}
.page-with-filter .filter-content .filter-actions .action.clear:before {
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 4px;
}
@media (max-width: 767px) {
  .page-with-filter.active-filter-mobile .page-header {
    z-index: 0;
  }
  .page-with-filter .filter-and-sort-wrapper {
    flex-direction: column;
    margin-top: 25px;
  }
  .page-with-filter .block.filter {
    display: flex;
    margin-bottom: 5px;
  }
  .page-with-filter .block.filter .filter-title,
  .page-with-filter .block.filter .mobile-sort-by-title {
    display: inline-block;
    margin: 0;
    border: 1px solid #E2E2E2;
    border-radius: 35px;
    padding: 8.5px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: calc((100% - 20px) / 2);
    font-size: 16px;
  }
  .page-with-filter .block.filter .filter-title {
    margin-right: 10px;
  }
  .page-with-filter .block.filter .mobile-sort-by-title {
    margin-left: 10px;
  }
  .page-with-filter .filter-and-sort-wrapper .top-pagination {
    margin-bottom: 5px;
  }
  .page-with-filter .filter-and-sort-wrapper .top-pagination.no-custom-filter .mobile-sort-by-title {
    display: inline-block;
    margin: 0;
    border: 1px solid #E2E2E2;
    border-radius: 35px;
    padding: 8.5px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .page-with-filter .filter-and-sort-wrapper .top-pagination .mobile-sort-by-title {
    display: none !important;
  }
  .page-with-filter .filter-content,
  .page-with-filter .top-pagination .toolbar-products {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: -100%;
    left: 0;
    position: fixed;
    padding: 50px 40px;
    margin: 0;
    width: 100vw;
    z-index: 9999;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 28px #00000029;
    opacity: 1;
    flex-direction: column;
  }
  .page-with-filter .filter-content.active,
  .page-with-filter .top-pagination .toolbar-products.active {
    top: 0;
  }
  .page-with-filter .filter-content .top-filter-mobile,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile,
  .page-with-filter .filter-content .top-toolbar-mobile,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .page-with-filter .filter-content .top-filter-mobile .items-count,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .items-count,
  .page-with-filter .filter-content .top-toolbar-mobile .items-count,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .items-count,
  .page-with-filter .filter-content .top-filter-mobile .toolbar-amount,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .toolbar-amount,
  .page-with-filter .filter-content .top-toolbar-mobile .toolbar-amount,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .toolbar-amount {
    font: normal normal normal 14px/18px Manrope;
    letter-spacing: 0px;
    color: #434342;
    padding: 0;
    display: inline-block;
  }
  .page-with-filter .filter-content .top-filter-mobile .items-count .number,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .items-count .number,
  .page-with-filter .filter-content .top-toolbar-mobile .items-count .number,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .items-count .number,
  .page-with-filter .filter-content .top-filter-mobile .toolbar-amount .number,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .toolbar-amount .number,
  .page-with-filter .filter-content .top-toolbar-mobile .toolbar-amount .number,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .toolbar-amount .number {
    text-align: left;
    font: normal normal bold 14px/18px Manrope;
    letter-spacing: 0px;
    color: #104470;
  }
  .page-with-filter .filter-content .top-filter-mobile .close-filter,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .close-filter,
  .page-with-filter .filter-content .top-toolbar-mobile .close-filter,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .close-filter,
  .page-with-filter .filter-content .top-filter-mobile .close-toolbar,
  .page-with-filter .top-pagination .toolbar-products .top-filter-mobile .close-toolbar,
  .page-with-filter .filter-content .top-toolbar-mobile .close-toolbar,
  .page-with-filter .top-pagination .toolbar-products .top-toolbar-mobile .close-toolbar {
    text-decoration: underline;
    font: normal normal normal 14px/18px Manrope;
    letter-spacing: 0px;
    color: #434342;
    cursor: pointer;
  }
  .page-with-filter .filter-content .toolbar-sorter,
  .page-with-filter .top-pagination .toolbar-products .toolbar-sorter {
    flex-direction: column;
    margin-top: 25px;
  }
  .page-with-filter .filter-content .toolbar-sorter .sorter-label,
  .page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-label {
    padding: 11px 25px;
    text-align: center;
  }
  .page-with-filter .filter-content .toolbar-sorter .sorter-label:after,
  .page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-label:after {
    right: 25px;
    font-size: 14px;
  }
  .page-with-filter .filter-content .toolbar-sorter .sorter-wrapper,
  .page-with-filter .top-pagination .toolbar-products .toolbar-sorter .sorter-wrapper {
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 15px 30px;
  }
  .page-with-filter .filter-content .filter-option-wrapper,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper {
    margin-top: 15px;
    margin-right: 0;
    max-width: 100%;
  }
  .page-with-filter .filter-content .filter-option-wrapper.has-selected .filter-option.title,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper.has-selected .filter-option.title {
    background: #104470 0% 0% no-repeat padding-box;
    border: 1px solid #67C5D3;
    padding: 11px 25px;
  }
  .page-with-filter .filter-content .filter-option-wrapper.has-selected .filter-option.title:after,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper.has-selected .filter-option.title:after {
    color: #FFFFFF;
  }
  .page-with-filter .filter-content .filter-option-wrapper.has-selected .filter-option.title .filter-options-title,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper.has-selected .filter-option.title .filter-options-title {
    color: #FFFFFF;
  }
  .page-with-filter .filter-content .filter-option-wrapper .filter-option.title,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper .filter-option.title {
    padding: 11px 25px;
  }
  .page-with-filter .filter-content .filter-option-wrapper .filter-option.title .active-counter,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper .filter-option.title .active-counter {
    top: 7px;
    right: 55px;
    width: 25px;
    height: 25px;
    line-height: 26px;
  }
  .page-with-filter .filter-content .filter-option-wrapper .filter-option.title:after,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper .filter-option.title:after {
    right: 25px;
    font-size: 14px;
  }
  .page-with-filter .filter-content .filter-option-wrapper .filter-option.content,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper .filter-option.content {
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 15px;
  }
  .page-with-filter .filter-content .filter-option-wrapper .filter-option.content .price-filter-wrapper .top,
  .page-with-filter .top-pagination .toolbar-products .filter-option-wrapper .filter-option.content .price-filter-wrapper .top {
    justify-content: space-between;
  }
  .page-with-filter .filter-content .filter-actions,
  .page-with-filter .top-pagination .toolbar-products .filter-actions {
    margin: 15px 0 0;
  }
  .page-with-filter .filter-content .filter-actions .action.clear,
  .page-with-filter .top-pagination .toolbar-products .filter-actions .action.clear {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
  }
  .page-with-filter .filter-content .filter-actions .action.clear:before,
  .page-with-filter .top-pagination .toolbar-products .filter-actions .action.clear:before {
    display: none;
  }
  .page-with-filter .filter-content .filter-actions .action.clear span,
  .page-with-filter .top-pagination .toolbar-products .filter-actions .action.clear span {
    display: inline-block;
    text-decoration: underline;
    font: normal normal normal 12px/18px Manrope;
    letter-spacing: 0px;
    color: #434342;
  }
}
.account.favlist-page #favlist-nav-main-container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-container {
  flex-grow: 1;
  flex-shrink: 1;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-create-new {
  position: relative;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  width: 26px;
  height: 26px;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions {
  background-color: white;
  -webkit-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
  display: none;
  margin-left: -20px;
  padding: 25px;
  position: absolute;
  top: 50px;
  z-index: 3;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
  padding-left: 28px;
  position: relative;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .set-default,
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .unset-default {
  display: none;
  margin: 0;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions.is-default-0 .set-default {
  display: block;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions.is-default-1 .unset-default {
  display: block;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .remove {
  font-weight: bold;
}
.account.favlist-page button.btn-search-item {
  width: 50px;
  height: 50px;
}
.account.favlist-page button.btn-search-item:before {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
#favlist-nav {
  list-style-type: none;
}
#favlist-nav li {
  height: 50px;
  max-height: 50px;
}
.page-head-top .range-selector select {
  color: #29292a;
  padding: 11px 30px 11px 5px;
  border: 2px solid #f5f5f5;
  border-radius: 23px;
  font-weight: 600;
  font-size: 16px;
  min-width: 160px;
  height: 50px;
  display: block;
  text-align: center;
  background-position: 90% 56%;
}
@media (min-width: 992px) {
  .account.favlist-page #favlist-nav-main-container.scroll-active #favlist-nav-scroll-left,
  .account.favlist-page #favlist-nav-main-container.scroll-active #favlist-nav-scroll-right {
    display: block;
  }
  .account.favlist-page #favlist-nav-main-container .mobile {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-left,
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-right {
    cursor: pointer;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-right {
    margin-right: 50px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-container {
    overflow: hidden;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav {
    display: block;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li {
    border-radius: 20px;
    cursor: pointer;
    display: unset;
    font-size: 14px;
    line-height: 50px;
    margin: 0 3px;
    padding: 18px 30px 17px;
    position: relative;
    z-index: 1;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:before,
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:after {
    display: block;
    content: '';
    height: 50px;
    max-height: 50px;
    position: absolute;
    width: 64px;
    top: 4px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:before {
    left: -40px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:after {
    right: -40px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li.current {
    cursor: unset;
    background-color: white;
    padding-right: 40px;
    z-index: 3;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:not(.current):hover {
    z-index: 2;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li:not(.current) .show-actions {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li > * {
    vertical-align: middle;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li .show-actions {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 20px;
    z-index: 1;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li .show-lists-popup {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav li.ui-sortable-helper span:not(.show-actions) {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new {
    color: #104470;
    cursor: pointer;
    flex: 0 0 0;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 30px 17px 46px;
    position: relative;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
    left: 10px;
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action {
    font-size: 14px;
  }
  .account.favlist-page .list-search-form .range-selector select {
    max-width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  body .list-search-form {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 20px;
  }
  body .list-search-form .show-level,
  body .list-search-form .group-view,
  body .list-search-form .create-group,
  body .list-search-form .reset-qty,
  body .list-search-form .collapse-all {
    margin: 0;
  }
  body .list-search-form .show-level a,
  body .list-search-form .group-view a,
  body .list-search-form .create-group a,
  body .list-search-form .reset-qty a,
  body .list-search-form .collapse-all a {
    min-width: 150px;
  }
  body .list-search-form .range-selector {
    min-width: 150px;
    margin: 0;
    order: 6;
  }
  body .list-search-form .range-selector select {
    max-width: 150px;
  }
  body .list-search-form .show-level {
    order: 3;
  }
  body .list-search-form .group-view {
    order: 2;
  }
  body .list-search-form .create-group {
    order: 1;
  }
  body .list-search-form .reset-qty {
    order: 4;
  }
  body .list-search-form .collapse-all {
    order: 5;
  }
  body .list-search-form .form-search-favlist {
    width: 100%;
    max-width: 100%;
  }
  body .list-search-form.include-collapse-all .show-level a,
  body .list-search-form.include-collapse-all .group-view a,
  body .list-search-form.include-collapse-all .create-group a,
  body .list-search-form.include-collapse-all .reset-qty a,
  body .list-search-form.include-collapse-all .collapse-all a {
    min-width: 120px;
  }
  body .list-search-form.include-collapse-all .range-selector {
    min-width: 120px;
  }
}
@media (min-width: 1280px) {
  body .list-search-form.include-range-selector {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 20px;
  }
  body .list-search-form.include-range-selector .show-level,
  body .list-search-form.include-range-selector .group-view,
  body .list-search-form.include-range-selector .create-group,
  body .list-search-form.include-range-selector .reset-qty,
  body .list-search-form.include-range-selector .collapse-all {
    margin: 0;
  }
  body .list-search-form.include-range-selector .show-level a,
  body .list-search-form.include-range-selector .group-view a,
  body .list-search-form.include-range-selector .create-group a,
  body .list-search-form.include-range-selector .reset-qty a,
  body .list-search-form.include-range-selector .collapse-all a {
    min-width: 215px;
  }
  body .list-search-form.include-range-selector .range-selector {
    min-width: 215px;
    margin: 0;
    order: 6;
  }
  body .list-search-form.include-range-selector .show-level {
    order: 3;
  }
  body .list-search-form.include-range-selector .group-view {
    order: 2;
  }
  body .list-search-form.include-range-selector .create-group {
    order: 1;
  }
  body .list-search-form.include-range-selector .reset-qty {
    order: 4;
  }
  body .list-search-form.include-range-selector .collapse-all {
    order: 5;
  }
  body .list-search-form.include-range-selector .form-search-favlist {
    width: 100%;
    max-width: 100%;
  }
  body .list-search-form.include-collapse-all .show-level a,
  body .list-search-form.include-collapse-all .group-view a,
  body .list-search-form.include-collapse-all .create-group a,
  body .list-search-form.include-collapse-all .reset-qty a,
  body .list-search-form.include-collapse-all .collapse-all a {
    min-width: 170px;
  }
  body .list-search-form.include-collapse-all .range-selector {
    min-width: 170px;
  }
}
@media (max-width: 991px) {
  body .list-search-form .collapse-all {
    order: 5;
  }
  body .list-search-form .range-selector {
    order: 6;
    width: 49%;
    margin: 0;
  }
  .account.favlist-page #favlist-nav-main-container {
    flex-direction: row;
    margin: 0 15px;
  }
  .account.favlist-page #favlist-nav-main-container .desktop {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile {
    flex-grow: 1;
    flex-shrink: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.05);
    color: #104470;
    font-size: 12px;
    margin: 0;
    padding: 13px 20px;
    position: relative;
    white-space: nowrap;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile > * {
    vertical-align: middle;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile .show-actions {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    width: 20px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup {
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 9px 10px 10px 25px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup:before {
    display: block;
    content: '';
    width: 11px;
    height: 9px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50px;
    height: 50px;
    max-height: 50px;
    position: relative;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-create-new span {
    display: none;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions {
    left: 37px !important;
  }
  .account.favlist-page #favlist-nav-main-container #favlist-nav-actions .action {
    font-size: 12px;
  }
  .account.favlist-page button.btn-search-item {
    right: 3px;
  }
  .account.favlist-page .modal-mobile-lists .modal-inner-wrap {
    max-height: 60% !important;
  }
  .account.favlist-page #modal-mobile-lists {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .account.favlist-page #modal-mobile-lists .modal-title {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .account.favlist-page #modal-mobile-lists ul {
    flex-grow: 1;
    flex-shrink: 1;
    list-style-type: none;
    overflow-y: auto;
    padding: 0;
  }
  .account.favlist-page #modal-mobile-lists ul li {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin: 0;
    padding: 19px 0;
    text-align: left;
  }
  .account.favlist-page #modal-mobile-lists ul li:first-child {
    border-top: none;
  }
  .account.favlist-page #modal-mobile-lists ul li.current {
    color: #104470;
  }
}
@media (max-width: 480.98px) {
  .page-head-top .range-selector select {
    font-size: 12px;
  }
}
.googlepay-button-container button {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center center;
  background-size: contain;
  border: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/YesMed/default/en_AU/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'luma-icons';
  font-size: 14px;
  line-height: 1;
  color: #104470;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'luma-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 1em;
  padding: 30px 0;
}
.iass-spinner img,
.ias-noneleft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.infinitescroll .toolbar-bottom {
  display: none;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.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;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #104470;
  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: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * 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: 300;
}
.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 #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/YesMed/default/en_AU/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/YesMed/default/en_AU/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: none;
}
.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/YesMed/default/en_AU/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 #104470;
}
.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 15px 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: inherit;
  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: 3.2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.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 {
  color: #0c7394;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 4rem;
  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 {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  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 {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  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 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.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 #cccccc;
  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(204, 204, 204, 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: 5.5px 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: 5.5px 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: 300;
}
.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: 300;
}
.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: #104470;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #104470;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #104470;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #104470;
  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: #104470;
  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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
  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: 300;
  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 {
  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 {
  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 #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  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: #104470;
}
.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 #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  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 {
  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: #104470;
}
.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: #104470;
}
.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/YesMed/default/en_AU/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: #104470;
}
.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: 21px;
}
.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: #104470;
}
.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: 21px;
  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: #104470;
}
.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: #104470;
}
.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 {
  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: #104470;
  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: 10px;
  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: 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-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #104470;
}
.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 #cccccc;
  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: 300;
  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 #cccccc;
  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: 2.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.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: #104470;
  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: 14px;
  line-height: 16px;
  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;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #104470;
}
.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 {
  color: #2f3132;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  line-height: 26px;
  font-size: 2rem;
  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: #104470;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #104470;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #104470;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #104470;
  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: #104470;
}
.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: #104470;
}
.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: #104470;
  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: #104470;
}
.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: #104470;
}
.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 #cccccc;
}
.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 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  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: #104470;
}
.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: inherit;
  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(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  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 #cccccc;
  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 #cccccc;
  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: 300;
  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 #adadad;
  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: 16px;
}
.map-popup .popup-header .title {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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 {
  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: #104470;
  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: #104470;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #104470;
  text-decoration: none;
}
button.map-show-info:active {
  color: #104470;
  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: #104470;
  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 {
  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: inherit;
  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: #104470;
}
.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: inherit;
  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: #104470;
}
.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: #104470;
}
.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: #104470;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #104470;
}
.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 #adadad;
  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: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #104470;
}
.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: 300;
  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: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #104470;
}
.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: #104470;
}
.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 #cccccc;
  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: #7ab8ec;
}
.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: #575757;
  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: 88px;
  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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #eeeeee;
  border: 1px solid #cccccc;
  color: #104470;
  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 #cccccc;
  color: #104470;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #104470;
}
.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 {
  color: #2f3132;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.2rem;
  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 {
  color: #2f3132;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 2.8rem;
  margin-top: 2rem;
  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 {
  color: #2f3132;
  font-family: 'Gotham-Book', sans-serif;
  line-height: 32px;
  font-size: 2.8rem;
  margin-top: 2rem;
  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: #7ab8ec;
}
.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: #104470;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #104470;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #104470;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #104470;
  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: #104470;
  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: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.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 #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.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: #104470;
}
.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 #cccccc;
}
.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 #cccccc;
  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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #104470;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #104470;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #104470;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #104470;
}
.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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #104470;
}
.message.global.demo a:hover {
  color: #104470;
}
.message.global.demo a:active {
  color: #104470;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  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: #7ab8ec;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  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: #104470;
  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: #104470;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #104470;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #104470;
  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: #104470;
  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: #104470;
  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: #104470;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #104470;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #104470;
  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: #104470;
  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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 {
  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: #104470;
}
.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: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Manrope', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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: #104470;
  border: 1px solid #104470;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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: inherit;
  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: inherit;
  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;
}
.font-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
}
@font-face {
  font-family: 'revsglobal-pr-mod';
  src: url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.eot);
  src: url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.eot) format('embedded-opentype'), url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.woff2) format('woff2'), url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.ttf) format('truetype'), url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.woff) format('woff'), url(../../frontend/YesMed/default/en_AU/fonts/revsglobal-pr-mod/revsglobal-pr-mod.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ruk-icon-"],
[class*=" ruk-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'revsglobal-pr-mod' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ruk-icon-check:before {
  content: "\e903";
}
.ruk-icon-cross:before {
  content: "\e904";
}
.ruk-icon-edit:before {
  content: "\e914";
}
.ruk-icon-funnel:before {
  content: "\e912";
}
.ruk-icon-images:before {
  content: "\e905";
}
.ruk-icon-link:before {
  content: "\e915";
}
.ruk-icon-magnifying-glass:before {
  content: "\e913";
}
.ruk-icon-reviews-logo-01:before {
  content: "\e600";
}
.ruk-icon-full-star-01:before {
  content: "\e601";
}
.ruk-icon-empty-star-01:before {
  content: "\e602";
}
.ruk-icon-arrow-down-01:before {
  content: "\e603";
}
.ruk-icon-positive-1-01:before {
  content: "\e604";
}
.ruk-icon-negative-1-01:before {
  content: "\e605";
}
.ruk-icon-chart-lines-1-01:before {
  content: "\e606";
}
.ruk-icon-positive-2-01:before {
  content: "\e607";
}
.ruk-icon-email-1-01:before {
  content: "\e608";
}
.ruk-icon-phone-1-01:before {
  content: "\e609";
}
.ruk-icon-location-1-01:before {
  content: "\e60a";
}
.ruk-icon-author-1-01:before {
  content: "\e60b";
}
.ruk-icon-positive-3-01:before {
  content: "\e60c";
}
.ruk-icon-thumbs-up-1-01:before {
  content: "\e60d";
}
.ruk-icon-report-1-01:before {
  content: "\e60e";
}
.ruk-icon-arrow-down-thin-1-01:before {
  content: "\e60f";
}
.ruk-icon-arrow-up-thin-1-01:before {
  content: "\e610";
}
.ruk-icon-menu-1-01:before {
  content: "\e611";
}
.ruk-icon-key-1-01:before {
  content: "\e612";
}
.ruk-icon-dashboard-1-01:before {
  content: "\e613";
}
.ruk-icon-store-1-01:before {
  content: "\e614";
}
.ruk-icon-iphone-1-01:before {
  content: "\e615";
}
.ruk-icon-col-term-1-01:before {
  content: "\e616";
}
.ruk-icon-group-1-01:before {
  content: "\e617";
}
.ruk-icon-cog-1-01:before {
  content: "\e618";
}
.ruk-icon-power-1-01:before {
  content: "\e619";
}
.ruk-icon-ellipsis-1-01:before {
  content: "\e61a";
}
.ruk-icon-share-1-01:before {
  content: "\e61b";
}
.ruk-icon-tooltip-arrow-1-01:before {
  content: "\e61c";
}
.ruk-icon-chart-pie-1-01:before {
  content: "\e61d";
}
.ruk-icon-reply-arrow-1-01:before {
  content: "\e61e";
}
.ruk-icon-moderate-1-01:before {
  content: "\e61f";
}
.ruk-icon-google-plus-1-01:before {
  content: "\e620";
}
.ruk-icon-facebook-1-01:before {
  content: "\e621";
}
.ruk-icon-twitter-1-01:before {
  content: "\e622";
}
.ruk-icon-arrow-right-1-01:before {
  content: "\e623";
}
.ruk-icon-arrow-left-1-01:before {
  content: "\e624";
}
.ruk-icon-reviews-us-1-01:before {
  content: "\e625";
}
.ruk-icon-percentage-star-25-01:before {
  content: "\e626";
}
.ruk-icon-percentage-star-50-01:before {
  content: "\e627";
}
.ruk-icon-percentage-star-75-01:before {
  content: "\e628";
}
.ruk-icon-reviewio-logo-01:before {
  content: "\e629";
}
.ruk-icon-arrow-right-thin-1-01:before {
  content: "\e62a";
}
.ruk-icon-arrow-left-thin-1-01:before {
  content: "\e62b";
}
.ruk-icon-reviews-min-90deg-1-01:before {
  content: "\e62c";
}
.ruk-icon-reviews-plus-90deg-1-01:before {
  content: "\e62d";
}
.ruk-icon-reviews-0deg-1-01:before {
  content: "\e62e";
}
.ruk-icon-question-1-01:before {
  content: "\e62f";
}
.ruk-icon-answer-1-01:before {
  content: "\e630";
}
.ruk-icon-rev-star-xsmall-01:before {
  content: "\e631";
}
.ruk-icon-rev-logo-xsmall-01:before {
  content: "\e632";
}
.ruk-icon-rev-star-small-01:before {
  content: "\e633";
}
.ruk-icon-rev-logo-small-01:before {
  content: "\e634";
}
.ruk-icon-reviews-logo-2-01:before {
  content: "\e635";
}
.ruk-icon-reviews-min-90deg-1--german-01:before {
  content: "\e900";
}
.ruk-icon-reviews-plus-90deg-1--german-01:before {
  content: "\e901";
}
.ruk-icon-reviews-0deg-1--german-01:before {
  content: "\e902";
}
.ruk-icon-line-arrow--left:before {
  content: "\e906";
}
.ruk-icon-line-arrow--right:before {
  content: "\e907";
}
.ruk-icon-line-cross:before {
  content: "\e908";
}
.ruk-icon-line-email:before {
  content: "\e909";
}
.ruk-icon-line-facebook:before {
  content: "\e90a";
}
.ruk-icon-line-instagram:before {
  content: "\e90b";
}
.ruk-icon-line-pinterest:before {
  content: "\e90c";
}
.ruk-icon-percentage-star--0:before {
  content: "\e90d";
}
.ruk-icon-percentage-star--25:before {
  content: "\e90e";
}
.ruk-icon-percentage-star--50:before {
  content: "\e90f";
}
.ruk-icon-percentage-star--75:before {
  content: "\e910";
}
.ruk-icon-percentage-star--100:before {
  content: "\e911";
}
.ruk-icon-line-load-more:before {
  content: "\e916";
}
.ruk-icon-line-review-icon:before {
  content: "\e917";
}
.ruk-icon-reviewsio-logo-text-small:before {
  content: "\e918";
}
* {
  box-sizing: border-box;
}
body {
  color: #484b4e;
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}
h5 {
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
@font-face {
  font-family: 'Bebas Kai';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Bebas-Kai/BebasKai.ttf');
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../../frontend/YesMed/default/en_AU/fonts/Bebas-Neue/BebasNeue Regular.woff');
  font-display: 'swap';
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamHTF-Medium';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.eot');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Gotham-Font/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../../frontend/YesMed/default/en_AU/fonts/MyriadPro-Light.otf');
  font-weight: 300;
  font-display: 'swap';
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../../frontend/YesMed/default/en_AU/fonts/MyriadPro-Semibold.otf');
  font-weight: 600;
  font-display: 'swap';
}
@font-face {
  font-family: 'MMyriadConceptRoman';
  src: url('../../frontend/YesMed/default/en_AU/fonts/MyriadPro-Semibold.otf');
  font-weight: 600;
}
@font-face {
  font-family: 'Century-Gothic';
  src: url('../../frontend/YesMed/default/en_AU/fonts/century-gothic/Century-Gothic.ttf');
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Century-Gothic-Bold';
  src: url('../../frontend/YesMed/default/en_AU/fonts/century-gothic/gothicb.ttf');
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Myriad Concept Roman Italic';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman-Italic.eot');
  src: local('☺'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman-Italic.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman-Italic.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Myriad Concept Roman';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.ttf');
  src: url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.eot');
  src: local('☺'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/fonts/Myriad-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Montserrat/Montserrat-Bold.ttf');
  font-weight: bold;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraBold.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraBold.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraBold.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraBold.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Bold.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Bold.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Bold.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Bold.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-SemiBold.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-SemiBold.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-SemiBold.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-SemiBold.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Medium.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Medium.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Medium.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Medium.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Regular.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Regular.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Regular.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Regular.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Light.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Light.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Light.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-Light.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-display: 'swap';
}
@font-face {
  font-family: 'Manrope';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraLight.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraLight.eot') format('opentype'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraLight.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/fonts/Manrope/Manrope-ExtraLight.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-display: 'swap';
}
@font-face {
  font-family: 'Hind Madurai';
  src: url('../../frontend/YesMed/default/en_AU/fonts/HindMadurai/HindMadurai-Bold.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Hind Madurai';
  src: url('../../frontend/YesMed/default/en_AU/fonts/HindMadurai/HindMadurai-SemiBold.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-display: 'swap';
}
@font-face {
  font-family: 'Hind Madurai';
  src: url('../../frontend/YesMed/default/en_AU/fonts/HindMadurai/HindMadurai-Medium.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Thin.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Light.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Regular.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Medium.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Bold.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Roboto/Roboto-Black.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-display: 'swap';
}
@font-face {
  font-family: 'Lato';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Lato/Lato-Thin.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-display: 'swap';
}
@font-face {
  font-family: 'Lato';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Lato/Lato-Light.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-display: 'swap';
}
@font-face {
  font-family: 'Lato';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Lato/Lato-Regular.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Lato';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Lato/Lato-Bold.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Lato';
  src: url('../../frontend/YesMed/default/en_AU/fonts/Lato/Lato-Black.ttf') format('ttf');
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-display: 'swap';
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/YesMed/default/en_AU/fonts/NotoSans/NotoSans-Regular.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/NotoSans/NotoSans-Regular.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/YesMed/default/en_AU/fonts/NotoSans/NotoSans-Bold.ttf') format('ttf'), url('../../frontend/YesMed/default/en_AU/fonts/NotoSans/NotoSans-Bold.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Circular-Loom';
  src: url('../../frontend/YesMed/default/en_AU/fonts/CircularLoom/CircularLoom-Regular.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
}
@font-face {
  font-family: 'Circular-Loom';
  src: url('../../frontend/YesMed/default/en_AU/fonts/CircularLoom/CircularLoom-Medium.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-display: 'swap';
}
@font-face {
  font-family: 'Circular-Loom';
  src: url('../../frontend/YesMed/default/en_AU/fonts/CircularLoom/CircularLoom-Bold.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: 'swap';
}
@font-face {
  font-family: 'Circular-Loom';
  src: url('../../frontend/YesMed/default/en_AU/fonts/CircularLoom/CircularLoom-Black.woff2') format('woff2');
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-display: 'swap';
}
body address {
  max-width: 100%;
  overflow: hidden;
}
.relative {
  position: relative;
}
.page-wrapper {
  width: 100%;
}
.show_active_panel .top-panel ~ .page-wrapper .page-header {
  position: static;
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}
/* Hide 3rd street line until it is removed */
.customer-account-create .form-create-account input[name="street[2]"],
.customer-address-form .form-address-edit input[name="street[2]"],
.customer-address-index .form-address-edit input[name="street[2]"],
.checkout-index-index .form-shipping-address input[name="street[2]"],
.checkout-index-index .billing-address-form input[name="street[2]"] {
  display: none !important;
}
.checkout-cart-index .table-content-cart-items .cart.items {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.checkout-cart-index .table-content-cart-items .cart.items .product-item-photo,
.checkout-cart-index .table-content-cart-items .cart.items .product-item-name,
.checkout-cart-index .table-content-cart-items .cart.items .col.qty,
.checkout-cart-index .table-content-cart-items .cart.items .action {
  pointer-events: auto;
}
@media (max-width: 766px) {
  .breadcrumbs,
  .page-header .header.panel,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hide-mb {
    display: none;
  }
}
.breadcrumbs {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumbs .home img {
  margin-top: 2px;
}
.breadcrumbs li {
  font-size: 14px;
}
.breadcrumbs a {
  color: #525252 !important;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration-line: none;
  font-weight: bolder;
}
.breadcrumbs strong {
  color: #525252 !important;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs li::after {
  margin-top: 2px !important;
}
.catalog-product-view .breadcrumbs {
  display: block;
  overflow: unset;
  white-space: unset;
}
.catalog-product-view .breadcrumbs .home img {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 10px 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  text-align: left;
  margin: 0 0 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 16px;
}
.fieldset > .field > .label.choice,
.fieldset > .fields > .field > .label.choice {
  margin-bottom: 0;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  color: #6f6f6f;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'],
input.input-text {
  padding: 7px 16px;
  outline: none;
  height: 38px;
  border: 1px solid #c0bfbf;
  border-radius: 0;
  color: #bfbab1;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input.input-text::-moz-placeholder {
  color: #bfbab1;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder {
  color: #bfbab1;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input.input-text:-ms-input-placeholder {
  color: #bfbab1;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input.input-text:focus {
  box-shadow: none;
  color: #bfbab1;
  border: 1px solid #bfbab1;
  outline: none;
}
input[type='text'].mage-error,
input[type='password'].mage-error,
input[type='url'].mage-error,
input[type='tel'].mage-error,
input[type='search'].mage-error,
input[type='number'].mage-error,
input[type='datetime'].mage-error,
input[type='email'].mage-error,
input.input-text.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
input[type='text'].small,
input[type='password'].small,
input[type='url'].small,
input[type='tel'].small,
input[type='search'].small,
input[type='number'].small,
input[type='datetime'].small,
input[type='email'].small,
input.input-text.small {
  height: 38px;
  padding: 7px 16px;
}
input[type='text']:not([disable]):focus,
input[type='password']:not([disable]):focus,
input[type='url']:not([disable]):focus,
input[type='tel']:not([disable]):focus,
input[type='search']:not([disable]):focus,
input[type='number']:not([disable]):focus,
input[type='datetime']:not([disable]):focus,
input[type='email']:not([disable]):focus,
input.input-text:not([disable]):focus {
  box-shadow: none;
}
div.mage-error[generated] {
  color: #eb2027;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
div.field-error {
  color: #eb2027;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e4e4e4;
  height: 46px;
  line-height: 24px;
  text-transform: initial;
  overflow: hidden;
  padding: 0 30px 0 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  color: #bfbab1;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 0;
  background: url(../../frontend/YesMed/default/en_AU/images/down-blue.png) no-repeat;
  background-size: 12px;
  background-position: 98% 50%;
}
select:focus {
  box-shadow: none;
  color: #bfbab1;
  border: 1px solid #e4e4e4;
  outline: none;
}
select:not([disable]):focus {
  box-shadow: none;
}
select.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
textArea {
  color: #bfbab1;
  font-size: 18px;
  padding: 13px 13px;
  border: 1px solid #c0bfbf;
  line-height: normal;
  width: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
textArea::-moz-placeholder {
  color: #bfbab1;
}
textArea::-webkit-input-placeholder {
  color: #bfbab1;
}
textArea:-ms-input-placeholder {
  color: #bfbab1;
}
textArea:focus {
  box-shadow: none;
  color: #bfbab1;
  border: 1px solid #e4e4e4;
  outline: none;
}
textArea:not([disable]):focus {
  box-shadow: none;
}
textArea.mage-error {
  border-color: #eb2027;
}
.choice .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  width: auto;
  padding-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choice .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.choice .container input:checked ~ .checkmark {
  border: 0;
}
.choice .container input:checked ~ .checkmark:after {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/YesMed/default/en_AU/images/checkbox-checked.png') no-repeat;
  background-size: 25px;
}
.choice .checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
}
.choice .checkmark:after {
  content: '';
  display: none;
}
.choice.checkbox-wrapper .label {
  margin-left: 40px;
}
.input-box {
  position: relative;
}
.input-box .input-label,
.input-box input.input-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #5d5d5d;
}
.input-box input.input-text {
  background: #f8f8f8;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 22px 24px 7px;
  height: auto;
}
.input-box input.input-text.mage-error {
  border: 1px solid #e02b27;
}
.input-box input.input-text:active ~ .input-label,
.input-box input.input-text:focus ~ .input-label,
.input-box input.input-text:not(:placeholder-shown) ~ .input-label {
  color: #5d5d5d;
  top: 16px;
  font-size: 10px;
  transition: all .1s linear;
}
.input-box input.input-text:active ~ .input-clear::after,
.input-box input.input-text:focus ~ .input-clear::after,
.input-box input.input-text:not(:placeholder-shown) ~ .input-clear::after {
  width: 15px;
}
.input-box .input-label {
  position: absolute;
  left: 24px;
  top: 28px;
  transform: translate(0, -50%);
  transition: all .1s linear;
}
.input-box .input-clear {
  position: absolute;
  right: 16px;
  top: 28px;
  transform: translate(0, -50%);
  transition: all .1s linear;
}
.input-box .input-clear::after {
  color: #a0a0a0;
  content: '\f00d';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  line-height: 13px;
  overflow: auto;
  width: 0;
  height: 15px;
  cursor: pointer;
}
.input-box .mage-error,
.input-box .mage-error[generated] {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #e02b27;
}
.input-box .mage-error::before,
.input-box .mage-error[generated]::before {
  content: "\f06a";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  margin-right: 5px;
}
.pac-container:after {
  /* Don't show 'powered by Google' in Google Address Autocomplete */
  content: none !important;
}
@media (max-width: 767px) {
  .input-box .input-label,
  .input-box input.input-text {
    font-size: 12px;
  }
  .input-box input.input-text {
    padding: 20px 20px 5px;
  }
  .input-box input.input-text:active ~ .input-label,
  .input-box input.input-text:focus ~ .input-label,
  .input-box input.input-text:not(:placeholder-shown) ~ .input-label {
    top: 16px;
    font-size: 8px;
  }
  .input-box .input-label {
    top: 25px;
    left: 20px;
  }
}
a:visited,
.alink:visited,
a {
  color: #484740;
  text-decoration: none;
}
a:visited:hover,
.alink:visited:hover,
a:hover {
  color: #104470;
  text-decoration: none;
}
a:visited:focus,
.alink:visited:focus,
a:focus {
  text-decoration: none;
  color: #104470;
}
a,
button {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
button,
.action.primary,
.action-primary {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #ffffff;
  height: 48px;
  padding: 0 20px;
  border: 0;
  background-color: #0c7394;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
  transition: 0.3s;
  box-shadow: none;
  border-radius: 5px;
  text-transform: uppercase;
}
button:hover,
.action.primary:hover,
.action-primary:hover,
button:focus,
.action.primary:focus,
.action-primary:focus,
button:active,
.action.primary:active,
.action-primary:active {
  background-color: #104470;
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
a.action.primary {
  -webkit-appearance: none;
}
button:not(.primary) {
  box-shadow: none;
}
.action.secondary {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
  color: #525252;
  text-transform: capitalize;
  height: auto;
  padding: 10px 30px;
}
.products.list .action.tocart.primary,
.products.list .amasty-hide-price-container,
#instant-search-results-container .amasty-hide-price-container {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 40px;
  padding: 8px 13px;
  font-weight: 400;
  border: 0;
  background-color: #104470;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
}
.products.list .amasty-hide-price-container,
#instant-search-results-container .amasty-hide-price-container {
  font-size: 14px;
  font-family: 'Gotham-Bold', sans-serif;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s;
  box-shadow: none;
  cursor: pointer;
}
.products.list .action.tocart.primary:hover,
.products.list .amasty-hide-price-container:hover,
.products.list .action.tocart.primary:focus,
.products.list .amasty-hide-price-container:focus {
  border-color: transparent;
  background-color: #104470;
  color: #ffffff;
}
#instant-search-results-container .amasty-hide-price-container:hover,
#instant-search-results-container .amasty-hide-price-container:focus {
  border-color: transparent;
  background-color: #104470;
  color: #ffffff;
}
.multicheckout .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 {
  width: 100%;
  border-radius: 5px;
}
body .rating-summary .rating-result {
  width: 77px;
}
body .rating-summary .rating-result::before {
  font-family: FontAwesome;
  content: '\f006\f006\f006\f006\f006';
  color: #ffd200;
  font-size: 14px;
  letter-spacing: 2px;
}
body .rating-summary .rating-result > span::before {
  font-family: FontAwesome;
  content: '\f005\f005\f005\f005\f005';
  color: #ffd200;
  font-size: 14px;
  letter-spacing: 2px;
}
.message.info,
.message.notice {
  background-color: #f8f8f8;
  color: #999999;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  padding: 9px 10px 10px 16px;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  margin: 0 auto;
}
.message.info div:first-child:before,
.message.notice div:first-child:before {
  display: none;
}
.message.info > :first-child:before,
.message.notice > :first-child:before {
  display: none;
}
.message.info a,
.message.notice a {
  text-decoration: none;
  color: #50aea8;
  font-weight: 500;
}
.message.info a:hover,
.message.notice a:hover {
  color: #208780;
}
.messages {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
}
.messages .message {
  background-color: #f8f8f8;
  color: #999999;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  padding: 9px 10px 10px 38px;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  margin: 20px auto;
}
.messages .message div:first-child:before {
  display: none;
}
.messages .message a {
  text-decoration: none;
  color: #50aea8;
  font-weight: 500;
}
.messages .message a:hover {
  color: #208780;
}
.messages .message.info.empty {
  text-align: left;
}
.messages .message-success {
  border: 0;
  padding: 9px 10px 10px 38px;
  background-color: #ecf4ef;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  color: #27ae61;
}
.messages .message-success > div:first-child:before {
  content: '\f058';
  display: block;
  color: #27ae61;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 16px;
  width: auto;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.messages .message-success a {
  color: #50aea8;
}
.messages .message-success a:hover {
  color: #208780;
}
.messages .message-error {
  padding: 9px 10px 10px 38px;
  background-color: #f0e6e6;
  font-size: 15px;
  line-height: 23px;
  border-radius: 2px;
  color: #df0c0c;
  margin: 20px auto;
}
.messages .message-error > div:first-child:before {
  content: '\f06a';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 16px;
  color: #df0c0c;
  width: auto;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.messages .message-error a {
  color: #50aea8;
}
.messages .message-error a:hover {
  color: #208780;
}
.messages .message {
  float: none;
}
.favlist-page .modal-popup .modal-footer,
.catalog-category-view .modal-popup .modal-footer,
.catalog-product-view .modal-popup .modal-footer,
.catalog-product_compare-index .modal-popup .modal-footer {
  display: none;
}
.modal-popup .modal-header {
  padding: 80px 0 0;
}
.modal-popup .modal-footer {
  text-align: center;
}
.modal-popup .modal-footer button {
  font-size: 14px;
  line-height: calc(1.14285714);
  height: 34px;
  margin: 0 5px;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 763px;
  margin: 0 auto;
  width: 90%;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 30px 60px 80px;
  text-align: center;
}
.modal-popup.confirm .action-close {
  padding: 20px;
}
.modal-popup .action.primary {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  border: 1px solid #104470;
  background: #104470;
  color: #ffffff;
  text-transform: capitalize;
  height: auto;
  padding: 10px 80px;
}
.modal-popup .action.primary:hover {
  border: 1px solid #0c7394;
  background: #0c7394;
}
.modal-popup .action-box {
  margin-top: 28px;
  text-align: left;
}
.modal-popup .action-box button ~ button {
  margin-left: 12px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 10px;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  margin: 0;
  right: 10px;
  top: 10px;
}
.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
  font-size: 25px;
  line-height: 25px;
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  overflow: auto;
  color: #a0a0a0;
}
.modal-popup .modal-content .modal-title {
  text-align: left;
  border-bottom: none;
  color: #104470;
  letter-spacing: -0.32px;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 16px;
  margin: 0;
}
.modal-popup .modal-content .modal-subtitle {
  text-align: left;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal-popup {
    max-height: 100%;
    left: 0;
  }
  .modal-popup .modal-header {
    padding: 35px 0 0;
  }
  .modal-popup .action-close {
    right: 0;
    top: 0;
  }
  .modal-popup .action-close::before {
    font-size: 16px;
    line-height: 16px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 0;
    margin: auto;
    max-height: max-content;
    transform: translate(0, -50%);
    position: absolute;
  }
  .modal-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup .action-box {
    display: flex;
    margin-top: 14px;
  }
  .modal-popup .action.primary {
    padding: 10px;
    width: 100%;
  }
  .modal-popup .modal-content .modal-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .modal-popup .modal-content .modal-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .modal-popup .modal-inner-wrap {
    max-width: 100%;
  }
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 90%;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 0 25px 25px;
  }
  .modal-popup .action.secondary,
  .modal-popup .action.primary {
    font-size: 14px;
  }
}
.sales-order-history input,
.sales-order-history select {
  width: 97%;
  display: block;
  margin: auto;
}
.sales-order-history .my-account-toolbar-wrapper {
  max-width: 99%;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
  width: 33%;
  max-width: 33%;
  margin-right: 0;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper select {
  padding: 8px 35px 8px;
  margin-top: 3px;
  background-position-x: 94%;
}
.sales-order-history .my-account-toolbar-wrapper .filter-wrapper .filter-title {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper {
  width: 66%;
  max-width: 66%;
  display: flex;
  margin: 3px 0 0 0;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper input {
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container {
  width: 50%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 8px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container .field.search {
  position: relative;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container .actions button.search {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-order-id {
  width: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper button.hidden-icon {
  display: none;
}
.sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .account-clear-search {
  left: auto;
  right: 0;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section {
  margin-top: 15px;
  color: #434342;
  font-size: 14px;
  line-height: 18px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.freight-protection {
  margin-bottom: 15px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.astir-purchaseordernumber {
  margin-top: 30px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.paperwork-delivery,
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section.drop-shipping-delivery {
  margin-top: 9px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-title {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 8px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-content.input-text-container {
  border: 1px solid #9999991F;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .section-content.input-text-container input {
  width: 100%;
  font-size: 14px;
  color: #434342;
  opacity: 50%;
  height: 55px;
  padding: 7px 13px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .checkbox-wrapper i {
  color: #104470;
  font-size: 18px;
  margin-right: 5px;
}
.orders-history .table-order-items .order-detail .order-detail-wrapper .ordered-items tfoot .order-summary .order-view-totals-additional-section .checkbox-wrapper i.disabled {
  color: #ccc;
}
@media (max-width: 1199px) {
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper select {
    background-position-x: 96%;
  }
}
@media (max-width: 767px) {
  .sales-order-history .my-account-toolbar-wrapper {
    margin-top: 20px;
  }
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .sales-order-history .my-account-toolbar-wrapper {
    display: block;
  }
  .sales-order-history .my-account-toolbar-wrapper .filter-wrapper {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 7px auto;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 7px auto;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-sublogin-container {
    width: 100%;
    display: block;
  }
  .sales-order-history .my-account-toolbar-wrapper .search-bar-wrapper .search-by-order-id {
    width: 100%;
    display: block;
  }
}
@media (min-width: 1200px) {
  .sales-order-history .my-account-toolbar-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 1260px) {
  body .header.content .header-left .logo > img,
  body .header.content .header-wrapper-left .logo > img {
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  body .header.content .header-left .logo > img,
  body .header.content .header-wrapper-left .logo > img {
    max-width: 170px;
  }
}
@media (min-width: 1261px) {
  body .header.content .header-left .logo > img,
  body .header.content .header-wrapper-left .logo > img {
    width: 265px;
    max-width: 265px;
  }
}
.footer-bottom .img-footer img {
  width: 300px;
}
.home-stockup .owl-stage .product-image-wrapper {
  height: 100%;
}
.home-stockup .owl-stage .product-image-photo {
  position: unset;
}
/**
 * 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: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.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: 'Manrope', sans-serif, '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;
}
@media print {
  .favlist-page,
  .checkout-cart-index {
    display: none;
  }
}
.catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status,
.catalog-product_compare-index .productquickinfo .productquickinfo-bottom .stock-status,
.catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate,
.catalog-product_compare-index .productquickinfo .productquickinfo-bottom .shipping-date-estimate {
  width: 100%;
}
.catalog-product-view .productquickinfo-labels,
.catalog-product_compare-index .productquickinfo-labels {
  display: flex;
}
.catalog-product-view .video-popup.modal-popup._show .modal-inner-wrap,
.catalog-product_compare-index .video-popup.modal-popup._show .modal-inner-wrap {
  transform: translateY(-30%);
  top: 30%;
}
.catalog-product-view .video-popup .modal-header,
.catalog-product_compare-index .video-popup .modal-header {
  padding: 0;
}
.catalog-product-view .video-popup .modal-header .action-close,
.catalog-product_compare-index .video-popup .modal-header .action-close {
  height: 25px;
  width: 25px;
  position: absolute;
  max-width: none;
  right: -26px;
  top: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid;
}
.catalog-product-view .video-popup .modal-header .action-close:before,
.catalog-product_compare-index .video-popup .modal-header .action-close:before {
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
}
.catalog-product-view .video-popup .modal-header .action-close:hover:before,
.catalog-product_compare-index .video-popup .modal-header .action-close:hover:before {
  color: #ffffff;
}
.catalog-product-view .video-popup .modal-content,
.catalog-product_compare-index .video-popup .modal-content {
  padding: 0;
}
.catalog-product-view a.span-preferred-text,
.catalog-product_compare-index a.span-preferred-text,
.catalog-product-view a.span-eofy-text,
.catalog-product_compare-index a.span-eofy-text {
  margin-bottom: 20px;
  padding: 8px 30px;
  pointer-events: none;
  width: fit-content;
}
a.span-preferred-text,
a.span-eofy-text {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 12px;
  padding: 5px 6px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  z-index: 10;
}
a.span-preferred-text:hover,
a.span-eofy-text:hover,
a.span-preferred-text:focus,
a.span-eofy-text:focus,
a.span-preferred-text:active,
a.span-eofy-text:active {
  color: #fff;
}
a.span-preferred-text {
  background: #6EBD48;
}
a.span-eofy-text {
  background: #15a33b;
  margin-right: 8px;
}
.page-products a.span-preferred-text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-products a.span-preferred-text + .product-item-info {
  margin-top: -3px !important;
}
.page-products a.span-preferred-text + .product-item-info .product_view_brand {
  top: 10px;
}
.page-products .product-item:hover a.span-preferred-text {
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}
.page-products .product-item:hover .product-item-info {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
  margin: 0;
}
body.page-products .products .product-items .item.product.product-item {
  flex-direction: column;
  flex-wrap: unset;
}
.modal-popup.plush-popup .modal-header,
.modal-popup.plush-popup .modal-content {
  padding: 0;
}
.modal-popup.plush-popup .modal-inner-wrap {
  width: 30%;
}
.modal-popup.plush-popup .modal-footer {
  padding: 10px;
  text-align: right;
}
.modal-popup.plush-popup .modal-inner-content img {
  display: block;
}
@media (max-width: 767px) {
  .catalog-product-view .productquickinfo .productquickinfo-bottom,
  .catalog-product_compare-index .productquickinfo .productquickinfo-bottom {
    flex-wrap: wrap;
  }
  .catalog-product-view .productquickinfo-labels,
  .catalog-product_compare-index .productquickinfo-labels {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .modal-popup.plush-popup .modal-inner-wrap {
    width: 80%;
  }
}
.checkout-cart-index .cart-summary .free-shipping-bar {
  color: #484B4E;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.checkout-cart-index .cart-summary .free-shipping-bar .progress {
  margin-bottom: 6px;
}
.checkout-cart-index .cart-summary .free-shipping-bar .progress .bar {
  height: 10px;
}
@media (max-width: 767.98px) {
  .checkout-cart-index .cart-summary .free-shipping-bar p {
    font-size: 14px;
  }
}
.free-cookies-text {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.free-cookies-text img {
  max-width: 100px;
  margin-right: 12px;
}
.service-product-order-question-wrapper .fieldset {
  margin-bottom: 20px;
}
.service-product-order-question-wrapper .fieldset .field {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 30px;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  align-items: center;
  margin-top: 0;
}
.service-product-order-question-wrapper .fieldset .field .label {
  font-size: 16px;
  color: #231F20;
}
.service-product-order-question-wrapper .fieldset .field .control {
  display: flex;
  gap: 25px;
}
.service-product-order-question-wrapper .fieldset .field .input[type='radio'] + .label:before {
  margin: 0 6px 0 0;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.service-product-order-question-wrapper .fieldset .field .input[type='radio'] + .label {
  display: flex;
  align-items: center;
}
.service-product-order-question-wrapper .fieldset.delivery_date .field {
  position: relative;
  justify-content: space-between;
}
.service-product-order-question-wrapper .fieldset.delivery_date input._has-datepicker {
  text-align: right;
  border: none;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  color: #231F20;
  padding: 0 10px;
}
.service-product-order-question-wrapper .fieldset.delivery_date button.ui-datepicker-trigger {
  height: 28px;
}
.service-product-order-question-wrapper .fieldset.delivery_detail .field {
  display: block;
  padding: 0;
  background: transparent;
}
.service-product-order-question-wrapper .fieldset.delivery_detail .field .label {
  margin-bottom: 10px;
}
.table-cart-items thead tr th {
  text-align: left !important;
}
.ais-result-grid-container .call-to-login {
  border-top: 1px solid #d2cfcd;
  border-bottom: 1px solid #d2cfcd;
  padding: 10px 0 10px 17px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-left: 0;
  font-family: 'Manrope', sans-serif;
}
.ais-result-grid-container .call-to-login .text-login,
.ais-result-grid-container .call-to-login .text-register {
  color: #104470;
  font-weight: bold;
}
.ais-result-grid-container .product-label {
  position: absolute;
  left: -5px;
  margin: 0;
  top: 85px;
  z-index: 9;
  width: 60px;
}
.ais-result-grid-container .product-label .cls-4 {
  fill: #104470;
}
.ais-result-grid-container .product-label.span-eofysale {
  left: auto;
  right: 0;
}
.ais-result-grid-container .product-label.span-eofysale .cls-4 {
  fill: #15a33b;
}
.ais-result-grid-container .product-label.span-seller {
  width: 100px;
}
.ais-result-grid-container .span-seller-text + .span-sale-text .span-sale,
.ais-result-grid-container .span-sale-text + .span-new-text .span-new {
  top: 120px;
}
#instant-empty-results-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#instant-empty-results-container .no-results {
  padding: 0;
  margin-left: -350px;
}
#instant-empty-results-container .no-results div {
  font-size: 23px;
  display: inline-block;
}
#instant-empty-results-container .no-results > div:nth-child(1)::before {
  display: inline-block;
  content: " ";
  background: url(../../frontend/YesMed/default/en_AU/images/cart.png) no-repeat;
  width: 29px;
  height: 30px;
  position: relative;
  left: -20px;
  top: 8px;
}
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amexfee-block-content .title.amexfee-title {
  color: #434342;
  font-weight: 600;
  padding: 15px 0;
  border: none;
  display: flex;
}
.amexfee-block-content .title.amexfee-title::after {
  width: 14px;
  height: 14px;
}
.amexfee-block-content .title.amexfee-title > .label {
  width: 100%;
}
.amexfee-block-content .title.amexfee-title .fees-tooltip {
  margin-left: 15px;
  position: absolute;
  left: 110px;
}
.amexfee-block-content .title.amexfee-title .fees-tooltip .tooltip-toggle {
  font-size: 18px;
  color: #434342;
}
.amexfee-block-content .title.amexfee-title .fees-tooltip .tooltip-popup {
  position: absolute;
  visibility: hidden;
  border-radius: 6px;
  top: -60px;
  left: -15px;
  padding: 15px 15px 0;
  background: #ffffff;
  display: flex;
  width: 200px;
  height: auto;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.amexfee-block-content .title.amexfee-title .fees-tooltip .tooltip-popup:after {
  content: '';
  height: 12px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.amexfee-block-content .title.amexfee-title .fees-tooltip .tooltip-popup a {
  font-size: 14px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-bottom: 12px;
}
.amexfee-block-content .title.amexfee-title .fees-tooltip:hover .tooltip-popup,
.amexfee-block-content .title.amexfee-title .fees-tooltip:focus .tooltip-popup {
  visibility: visible;
}
.amexfee-block-content > .content {
  padding: 0 0 20px;
}
.amexfee-block-content > .content .amexfee-fieldset {
  margin: 0;
}
.amexfee-block-content .amexfee-item-element {
  margin: 0;
}
.amexfee-block-content .amexfee-item-element .label.amexfee-title {
  font-weight: bold;
  font-size: 16px;
  color: #22983c;
  padding: 0;
}
.amexfee-block-content .amexfee-item-element .label.amexfee-title a {
  color: inherit;
}
.amexfee-block-content .amexfee-item-element .label.amexfee-title a:hover {
  color: #104470;
}
.amexfee-block-content .amexfee-item-element .control p {
  font-size: 14px;
  color: #434342;
  width: 75%;
}
.amexfee-block-content .amexfee-item-element .control .amexfee-label {
  font-size: 14px;
  color: #434342;
}
.amexfee-block-content .amexfee-item-element .control .field.choice .amexfee-label {
  padding-left: 35px;
}
.amexfee-block-content.-checkout {
  border-bottom: 1px solid #434342;
}
.amexfee-block-content.-checkout .title.amexfee-title {
  font-weight: bold;
  padding: 15px 0;
  border: none;
  font-size: 16px;
  margin: 0;
}
.amexfee-block-content.-checkout .title.amexfee-title::after {
  width: 14px;
  height: 14px;
}
#amgroupcat-form {
  padding: 0px;
  width: 100%;
}
#amgroupcat-form .actions-toolbar {
  margin-top: 25px;
}
.top-links .amquote-cart-wrapper.minicart-wrapper {
  order: 5;
}
.top-links .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23104470' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center;
}
@media all and (min-width: 768px), print {
  .top-links .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23104470' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center;
  }
  .top-links .amquote-cart-wrapper.minicart-wrapper a.amquote-showcart > .text {
    margin-top: 0;
  }
  .product .amquote-action-wrap .action.tocart {
    width: auto;
    border-radius: 8px;
    border-color: #104470;
    height: 40px;
    color: #104470;
  }
  .product .amquote-action-wrap .amquote-addto-button {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23104470' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat 95% center;
    background-size: 10%;
  }
  .product .amquote-action-wrap .amquote-addto-button:active {
    background: #104470 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat 95% center;
    background-size: 10%;
    color: #fff;
  }
  .product .amquote-action-wrap .amquote-addto-button:hover {
    background: #104470 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat 95% center;
    background-size: 10%;
    color: #fff !important;
  }
  .product .amquote-action-wrap .amquote-addto-button:focus {
    background: #104470 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat 95% center;
    background-size: 10%;
    color: #fff;
  }
}
@media screen and (max-width: 1260px), print {
  .amquote-cart-wrapper.minicart-wrapper a.amquote-showcart > .text {
    display: none;
  }
}
.cart.table-wrapper .actions-toolbar {
  min-height: 30px;
}
#product-addtoquote {
  border-radius: 8px;
  border: 1px solid #104470;
  height: 56px;
  color: #104470;
  background: #fff;
  padding: 0px 20px;
}
#product-addtoquote .amquote-addto-button-text {
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23104470' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat 0px center;
  padding-left: 35px;
}
.amquote-summary-details textarea,
.amquote-summary-details select {
  background-color: white;
}
.header-wrapper-search .block-search-custom .ais-SearchBox {
  margin: 0;
}
.header-wrapper-search .block-search-custom .ais-SearchBox-input {
  border-radius: 25px;
  border: none;
  letter-spacing: -0.6px;
  padding: 0 50px 0 30px;
  max-width: 100%;
  background: #f4f4f4;
  color: #626262;
  font-weight: 400;
  height: 49px;
  font-size: 15px;
}
.header-wrapper-search .block-search-custom .ais-SearchBox-input::-webkit-input-placeholder {
  color: #626262;
}
.header-wrapper-search .block-search-custom .ais-SearchBox-input:-moz-placeholder {
  color: #626262;
}
.header-wrapper-search .block-search-custom .ais-SearchBox-input::-moz-placeholder {
  color: #626262;
}
.header-wrapper-search .block-search-custom .ais-SearchBox-input:-ms-input-placeholder {
  color: #626262;
}
.header-wrapper-search .ais-SearchBox-loadingIndicator {
  position: absolute;
  left: 10px;
  top: 15px;
}
.header-wrapper-search .ais-SearchBox-mobile-view-result {
  display: none;
}
@media screen and (max-width: 1260px) {
  body.ais-search-active .page-header .header.content {
    padding-bottom: 72px;
  }
  body.ais-search-active .page-header .header.content .header-wrapper-search {
    top: 62px;
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
  }
  .page-wrapper .page-header .header.content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-header .header.content .header-wrapper-left {
    float: none;
    height: 35px;
  }
  .page-header .header.content .header-wrapper-left .logo {
    top: 17px;
    transform: translate(-50%, 0);
  }
  .page-header .header.content .header-wrapper-left .nav-toggle {
    top: 17px;
    transform: none;
  }
  .page-header .header.content .header-wrapper-search {
    z-index: -1;
    left: 40px;
    right: 40px;
    width: auto;
  }
  .page-header .header.content .header-wrapper-search .ais-SearchBox-reset {
    right: 16px;
    top: 9px;
    line-height: 1;
  }
  .page-header .header.content .header-wrapper-search .ais-SearchBox-reset svg {
    width: 14px;
    height: 14px;
  }
  .page-header .header.content .header-wrapper-right {
    width: auto !important;
  }
  .page-header .header.content .header-wrapper-right .action.showcart {
    padding: 0;
  }
  .page-header .header.content .header-wrapper-right .call-us-mobile {
    display: none;
  }
  .page-header .header.content .search_icon_mobile {
    display: flex;
    margin: 2px 0 auto 0;
  }
  .page-header .header.content .search_icon_mobile::after {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url("../../frontend/YesMed/default/en_AU/images/search-icon.png");
    background-size: 22px;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .ais-SearchBox-mobile-view-result {
    letter-spacing: 0.24px;
    color: #434342;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 12px;
    text-decoration: underline;
  }
  .ais-SearchBox-mobile-view-result:hover,
  .ais-SearchBox-mobile-view-result:active,
  .ais-SearchBox-mobile-view-result:visited {
    text-decoration: none !important;
    color: #434342 !important;
  }
  body.algolia-view-index .ais-SearchBox-mobile-view-result {
    display: none !important;
  }
  body.ais-search-has-results .ais-SearchBox-mobile-view-result {
    display: block;
  }
}
@media screen and (min-width: 1261px) {
  .page-header .header.content .search_icon_mobile {
    display: none;
  }
  .header-wrapper-search .block-search-custom .ais-SearchBox-reset {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-wrapper-search .block-search-custom .ais-SearchBox-input {
    padding: 0 50px 0 30px;
  }
  .header-wrapper-search .block-search-custom .ais-SearchBox-form .ais-SearchBox-submit {
    display: inline-block !important;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../../frontend/YesMed/default/en_AU/images/search-icon.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-wrapper-search .block-search-custom .ais-SearchBox-form .ais-SearchBox-submit svg {
    display: none;
  }
  .header-wrapper-search .block-search-custom .ais-SearchBox-form .ais-SearchBox-submit:hover,
  .header-wrapper-search .block-search-custom .ais-SearchBox-form .ais-SearchBox-submit:focus {
    background: url("../../frontend/YesMed/default/en_AU/images/search-icon.png");
  }
}
.algolia-instant-selector-results {
  font-family: 'Manrope', sans-serif;
  color: #434342;
}
.algolia-instant-selector-results .add-to-fav-list-container {
  background-color: #eeeeee;
}
.algolia-instant-selector-results .add-to-fav-list-container.not-loaded:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/preloader_spinner.gif') !important;
}
.algolia-instant-selector-results {
  position: fixed;
  background: #eeeeee url('../../frontend/YesMed/default/en_AU/images/preloader_spinner.gif') no-repeat 50% 100px;
  background-size: 40px;
  z-index: 98;
  height: calc(100% - 174px);
  overflow: auto;
  padding: 0 10px 20px;
}
.algolia-instant-selector-results #algolia_instant_selector_container {
  padding: 0 10px 60px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.algolia-instant-selector-results #algolia_instant_selector_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.algolia-instant-selector-results #algolia_instant_selector_container::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 4px;
}
.ais-result-wrapper-container {
  background: #eeeeee;
}
.algolia-view-index .page-main {
  padding: 0 !important;
}
#instant-empty-results-container .no-results {
  color: transparent;
}
#instant-empty-results-container .no-results > * {
  display: none;
}
#instant-empty-results-container .no-results > div:first-child {
  display: block;
  color: #434342;
}
@media screen and (max-width: 992px) {
  body:not(.algolia-view-index) .algolia-instant-selector-results {
    height: calc(100% - 123px);
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.algolia-view-index) .algolia-instant-selector-results #algolia_instant_selector_container {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1260px) {
  body:not(.algolia-view-index):not(.ais-search-active) .algolia-instant-selector-results {
    display: none;
  }
  body:not(.algolia-view-index) .algolia-instant-selector-results {
    top: 123px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1261px) {
  .algolia-instant-selector-results {
    top: 163px;
    left: 20px;
    right: 20px;
  }
  body.algolia-view-index {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1500px) {
  body:not(.algolia-view-index) .algolia-instant-selector-results {
    top: 160px;
  }
}
.ais-result-filter-container #current-refinements {
  display: none;
}
.ais-result-filter-container #instant-search-facets-container .is-widget-container-categories,
.ais-result-filter-container #instant-search-facets-container .is-widget-container-categoryIds {
  display: none;
}
.ais-result-filter-container .ais-Panel .ais-Panel-header {
  letter-spacing: 0.32px;
  color: #104470;
  text-transform: uppercase;
  font-weight: 500;
  background: none;
  padding: 0;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body {
  background: none;
  padding: 0;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat {
  margin-top: 35px;
  margin-bottom: 10px;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body .ais-HierarchicalMenu-item.disabled {
  display: none !important;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected > label {
  color: #104470;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-list--child {
  display: block;
}
.ais-result-filter-container .ais-Panel .ais-Panel-body .ais-HierarchicalMenu-item .ais-HierarchicalMenu-list--child {
  display: none;
}
.ais-result-filter-container .ais-Panel .ais-RefinementList .ais-RefinementList-checkbox {
  display: inline-block;
  height: 18px;
  float: right;
  width: 18px;
  accent-color: #104470;
}
.ais-result-filter-container .ais-Panel .ais-RefinementList .ais-RefinementList-item {
  margin-bottom: 5px;
}
.ais-result-filter-container .ais-Panel .ais-RefinementList .ais-RefinementList-item .ais-RefinementList-label {
  font-size: 14px;
  line-height: 18px;
}
button.action.primary.ais-ClearRefinements-button {
  text-transform: unset;
  font-size: 16px;
  font-weight: normal;
  height: 37px;
  font-family: 'Manrope', sans-serif;
  background-color: #104470;
}
.ais-CurrentRefinements-list .ais-CurrentRefinements-item {
  border-radius: 0;
  display: block;
  white-space: initial;
}
.ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  display: block;
  white-space: nowrap;
}
.ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  display: block;
}
.ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
  height: auto;
  line-height: 1;
  color: #000000;
}
.ais-filter-title {
  color: #104470;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 992px) {
  .ais-result-wrapper-container #refine-toggle {
    font-size: 0;
    margin: 0;
    border: none;
  }
  .ais-result-wrapper-container #refine-toggle::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3Xu8XGV97/HPmpl9TUIgIVxCAiFiEBCBAIkSCBE2KrXay9H29KilR+3l9PTeKr2otfbYi562p6dabT3YU9ue9tTW1h6lVgbZ3CQKCZeGBqrcVCDkSkh2si8z85w/1qydtdesue65/J6Z7/N67VeYmTXvZ54L6/es2/OAkpKSkpKS0sClYLHAxMS2IOG4fH7SyZMnT548efLserlWMy5nnk2+l89PluTJkydPnjx5tr2WBgDlUUeWxMgDKMqTJ0+ePHny7HtNDwDKmefSMm/lVIY8efLkyZMnr/teUwOAcubDKZnPLaIw8uTJkydPnrwuetDEAKCc+UhK5rOLKIw8efLkyZMnr4teZDY0AJiY2JYBRlMyn2mxMPLkyZMnT5687nsBkAFc3QFAOfOxlMynW7mDUZ48efLkyZPXEy8gvIHQQZ1LALHM448blIDjiyjMOOHoQ548efLkyZPXHS/gRMyvPQAobxw/7RCUv3RsEYVZSuVIRp48efLkyZPXOS8gvIHQlf+g2iWAGjccHG1zYeTJkydPnjx5nfWGYw4A+fxk5QAgNlKIZ16i/SMZS5UjT548efLk9aM3SuLIP5+fLELiEkDsGkEy88Vcw7BeOfLkyZMnT14/emMxJ/p3fsbA5BmAtOkFF3P3ovXKkSdPnjx58vrRG4850b+FfOzRwVzsC2nBf8ZQYeTJkydPnjx5jXkQXr6PvIpJg3LlL8Qzrrpxk5lbrxx58uTJkyevX734kX/qpEHRGYBk5q3OVexT5ciTJ0+ePHn97k1Xi+fJewAcra9S5GvlyJMnT548ef3mlahzA38m8VrBX548efLkyfPfq/vo/vy0gK1kXCdz65UjT548efLkDayXvPmvq5nLkydPnjx58nrjtTwAsFgYefLkyZMnT15jqaUBgNXCyJMnT548efIaS00PACwXRp48efLkyZPXWGpqAGC9MPLkyZMnT568xlLDAwDrhZEnT548efLkNWwGDQ0ArBdGnjx58uTJk9eQFxDOAeQyDWY+3sbMrVeOPHny5MmT149eQLjqL1A5E2Ba5mOJ7SwVRp48efLkyZNX3wsIJ/+b96oOAMobj7Yxc+uVI0+ePHny5PWjFwDDSS+5GFB845E2Zm69cuTJkydPnrx+9YZjDgD5/GTlAKDKSKFEAwsL1MjceuXIkydPnjx5/eiNlo0o+Lt8frIIieWA064RlL9Uc0nBOplbrxx58uTJkyevH72xmBP9W4y2SZ4ByKZkPm2oMPLkyZMnT568+t54zIn+LeTzk/OXAXKxL6QF/xlDhZEnT548efLkNeZBePk+8mbjwR/KA4Dyqf94St24ycytV448efLkyZPXr178yH8mLZ5HZwCSmc8p+MuTJ0+ePHnee9PV4nnyHgAHFBX85cmTJ0+ePK+9EnVu4M8kXiv4y5MnT548ef57dR/dj84AuFYyrpO59cqRJ0+ePHnyBtZL3vzX1czlyZMnT548eb3xWh4AWCyMPHny5MmTJ6+x1NIAwGph5MmTJ0+ePHmNpaYHAJYLI0+ePHny5MlrLDU1ALBeGHny5MmTJ09eY6nhAYD1wsiTJ0+ePHnyGjaDhgYA1gsjT548efLkyWvICwjnAHKZBjMfb2Pm1itHnjx58uTJ60cvIFz1F6icCTAt87HEdpYKI0+ePHny5Mmr7wWEk//Ne1UHAOWNR9uYufXKkSdPnjx58vrRC4DhpJdcDCi+8UgbM7deOfLkyZMnT16/esMxB4B8frJyAFBlpFCigYUFamRuvXLkyZMnT568fvRGy0YU/F0+P1mExHLAadcIyl+quaRgncytV448efLkyZPXj95YzIn+LUbbJM8AZFMynzZUGHny5MmTJ09efW885kT/FvL5yfnLALnYF9KC/4yhwsiTJ0+ePHnyGvMgvHwfebPx4A/lAUD51H88pW7cZObWK0eePHny5MnrVy9+5D+TFs+jMwDJzOcU/OXJkydPnjzvvelq8Tx5D4ADigr+8uTJkydPntdeiTo38GcSrxX85cmTJ0+ePP+9uo/uR2cAXCsZ18nceuXIkydPnjx5A+slb/7rauby5MmTJ0+evN54LQ8ALBZGnjx58uTJk9dYamkAYLUw8uTJkydPnrzGUtMDAMuFkWfGWwdcBJwbBMH6XC63HjgVWOmcOxkYLxaLw865aIGKWWAGOAYcKP/tA54BngaeBB4FnjFaXnny5MnzzmtqAGC9MPJ64p0ObCn/bQIuBpYDBEFANpup4IrFEs65Zn8eQRAczuWyj2Yy2Z25XG77ihUnf+3881++t87vq5qM1J88efLkdd2DJgYA1gsjr2teDtgK3Fj+uyjN60Dwr+btcs79M3ArcA9QaMTro/aQJ0+evKbTxMS2oKEBgPXCyOu4lwFeC/wg8P3AylpeF4N/0tsPfA74G+BOTsyDvSD1QXvIkydPXqteQLhPd3UHAOXMxwlXCmxH5tYrR94JbzXwTuBdwNmNeD0M/sn0DHBL+e+56E3P20OePHnyFhv8s2Wj9gCgnPkYC5cJtlQYeR3w7rjj7guKxeIvEh7tZ1O/nJIMBf94KgB/D3x0YmLbg3jYHvLkyZPXBi/gxOR/JWoNAMobjxGeKoj2wpYKI6/N3vbtD1w9NTX1Xufc1mY9o8F/gZfL5e4aGxv93U2bLr93HjTcHvLkyZPXJi8AhsuGIxwAlFIHAOWNRzhx5J8pf2SlMPLa6N1//85Nx44df1+hUNhqJVh30guCYHJsbOxDmzZtvNNie8iTJ09em73oketS2Srl85PFigFAbKQQP/KHBhYWqJG59coZSG/Xrt1rDh489MFSqfgWq8G6g55zzv0V8MvAs416PrWvPHny5AGjJI788/nJAiRWA4xdI0hmruDfR96RI0eG7rln+y/s33/g/gEN/jjnAuDtwOPAe2jgXgdf2leePHnyYvfwJb1i9CKX+E42ZeNpQ4WRt0hvx46HLj16dOpjzrmLPQrWnfSWAB8B/iPh0w4PpXm+tK88efLklb3xmBP9W8jnJ+d3gNnYF7KcOOUf/YgZQ4WRtwjv6NGp5V//+o6bp6dn/gQ409Ng3UnvTODdhKPjeznxP40X7StPnjx5KV60HysBs/HgT5ThxImJAeIDgIqNW8g8SlYrZyC8Rx7ZdcGhQ4dvcc5tjjjPg3WnvbsILw9824f2lSdPnrwUb/6aP3A8LZ5H9wAkM1fw7xNv+/b733Tw4It3Kfg35W0FdmQymQmMt688efLk1fGmq8XzTOJ1xTWCNmRuvXL61rv77vveNz098zlgRcQZCK6+eKsymeBL99yz/acXgIbaV548efJqeNGRf1UvC7B+/brotH9Jwd9/74wzTh9+7LF//3SpVPrZE6ap4OqLlymVStd9+9vfOePkk5d/eXR05IiF9pUnT568Brypet78PQCtBP46mVuvnL70xsfHls/NFf7BOffaOGcwuPrm/Ytz7i3A0WY86/1Fnjx5g+sF9TboZOby2uuNjo6sLBaLX3KOK+KcB8HVF+8+wiWQDzfiWe8v8uTJG2yv5QGAxcIMsjcyMnxasVi6HXhlnPMouPriPQjcAByo5VnvL/LkyZPX0gDAamEG1RsdHVlZKBTvAC6Ocx4GV1+8ncB1VDkTYL2/yJMnTx5UPgXQ1czlLd4bHx9bXiwW/wUF/256G4FbCWcRXJCs9xd58uTJi1JTAwDrhRk0b9WqlSNzc4V/dI7L45znwdUX7yrgsyycTdN0f5EnT568eGp4AGC9MIPoHT780qecc9viXJ8EV1+8G4GPgx/9RZ48efJiZpBcDKgrmctbvHf33fe9r1Ry74hzfRZcffF+PAiCbwCfqgAN9Rd58uTJK3sB4cG/a3QJ1HEWni2wVJiB87Zvv/9Nc3NznzhhmgmGg+pdv3fv/vvOOmv1t+ZBQ/1Fnjx58speQOyyZc1LAOXMx1DwN+M98siuC6anZz7NfJuYC4aD6GWPHTv+Z48++thZGOsv8uTJk1f2AiAX96qeAShvHAX/oPxnqTAD5x09OrX8ySef+Vvg5RFnMBgOqjd+/PjxVznn/teOHQ8Vm/V86H/y5Mnz1guA4YSVfgmgvPEIC4M/i8jceuV44X396zveWyqVfijiDAfDAfWK5xw8eOg4cE8zni/9T548ed56I5w4iAdw+fxkKUjZOBopZDgxAAA4ZqgwA+ft2PHQpUeOHL0dyPkRDAfWmwOuBB5uxPOl/8mTJ89bb7RsOMIVAkv5/GQBEvcApF0jKH9Jwb+H3pEjR4aOHp36OAr+PnhDwP+ixuW1KPnS/+TJk+etN5bizV+izCS+k03ZuOZ6wnUyt145XngPP/zozzjnXulhMBxU7wrg52p5PvU/efLkeemNp3iFfGzl3yD2hSwnTvlHA4NZQ4UZSG/Xrt1r9u8/8AC4UU+D4aB6R4ENwPPJD3zqf/LkyfPWg/CUf3TUPxMP/hCe7o9O/ceTIwz+Te8tPaocL7yDBw990OPgfxjYDjwEPAk8BTwDHAGOAcdWrVqZWbp06aqZmdmls7OzS2dmZtbMzRXOmZmZOcs5dwmwGVjeod/XSW8p8DvATfE3fet/8uTJ89aLdlCOlOAP5QFASuZzCv699+6/f+eVpVLxLR4Ffwd8Ffg74Dbg3zjRCStS7BrVkfIfwL+zsP4ywIWES/C+BXhN4gc08/uaSm3w3gF8DLgf/Ot/8uTJ6wtvulo8T04F7ICigr8N79ix4+/3JPg/SxjoPgM814jXRP2VgF3lvz8AzgJ+GPgpYHWDv6/BUp5IbfIC4L8Br/ex/8mTJ89rr0Sde/gyidcK/ka87dsfuLpQKGw1Hvwfd869DTiX8HR3u4N/WnoW+G1gHeER9jeMBv8ovS6TyVyLZ/1Pnjx53nt1n96LBgAun59U8DfkTU1NvddA8KricbhYLP2Cc+5i4P8QPvveUGpj/c0Bf7lixSmvGhkZfh8EL8U5I8G/7GU/VAEa73/y5Mnrfy/1Wmq3MpeX7t1xx10XFoul+5r1uhH8gyC4PQiCd8zOzlbc3V4vdbL+du9+/Iy9e/d/0rnSNlvBP/SWLVt67eWXX/owHvQ/efLkDYaXvATQ1czlpXvFYukXmvW6EPzncrnsr1144fmvtxb8AS644Pw9W7Zs/t5isXSzc67QrNfp+puaOvbTeNL/5MmTNxheS2cArBamT7zVwNM0MJNclLoQ/I+Njo68/dWvvvLzHtRfCfgu4LOEE2HUTV26h6AQBJl1c3Nzzzbred6f5cmTZ9Rr+gyA5cL0ifdObAX/A0uWjL/Ro+APcCtwHXCgntfFGwhzc3NzP9Ks1wf9WZ48eUa9ps4AWC9MH3gZwslyzm7E68aR/5Il42+88sqNd3lSf8m0GfgKVc4E9ODpgaeAl5V/c91koP7kyZPXpx40cQbAemH6xHstdoL/3OjoyNs9Dv4AXwPeClTcE9CjRwfPBbY24hmpP3ny5PWhVzaDhk41Wy9MH3m/Alxez+tG8Mrlsh+46qrNt3hWf2npG8AM4UyCQM+Cf5SOA1+s5RmrP3ny5PWXF6xfvy5LAqyV+TgLr0tbKky/eDlgD7CyltetR/0uvPD81z/88K5i9W+mJ6PtERBOTXy9gUmD9hLOYJhat0brT548ef3hBYSx3AGu5gCgnPkYC5cJtlSYfvKuA26v5XVrkp9MJrhwdnauoVn94sl4e6wOgmB3Nps5qYfBP0pbgbuTbxqvP3ny5PntBZyY/r8EuKr3AJQ3Hm1j5tYrp9fejbW87h25Fj/Uh8GfiYlte4aHh/+7geAPKW3tQf3JkyfPXy8AhpNe6gCgvPFIGzO3XjkWvKoDgC7P7f9HzXpG6q+ud9FFr/hkEPBUxPVwxsA3pP2+CtBY/cmTJ89bLxnPyecnKwcAVUYKpUVmbr1yeu2dDlyU9kGXr1l/iCbm9Qcz9deQt2LFKbNDQ0Mf6XHwB7iU8r0ePtWfPHnyvPQqzuTn85NFSDwGGLtGkMy87qpCNTK3XjkWvC1pb/ZgSd/PNuMZqr+GvQ0bzvtssVh6vsdrBQTAFh/rT548eV55Yyne/A3IyTMA2ZSNa64nXCdz65VjxasYAPTgbvWP0ZtV/brqnXrqykPOuY8363WgPa5O+30Yrz958uR5442neIV8bNXfTOwLacF/2lBh+tnbFH/Rg+DvgM806hmsv2a9z5RfN5Q60R65XPY1NX5fU6kP2kOePHnt9+IH+A6YjQd/og3Kp/5JbDxjrDD97L0q+o8ePaf+VaChO/+N1l+z3reBrzfidao9nOOVNX5fw6lP2kOePHmd9WaSwR9OjBCSG1eMFBaZufXK6aW3DjgJehb8Af6uEc9o/bXq1b3focPtcfKuXbvX1Ph9dVOftYc8efI6401Xi+fJewAqrhG0IXPrldNr7yLoafCHcJa8mslw/bXq5Wt53WiPo0ePbqjx+2omA/UnT548216JOvfwJQcARQX/rnvn9jj4Hwb+rZZnvP5a9f4VOJL2QbfaY2rq2Bke1588efJse3Wf3oumBXStZFwnc+uVY8ILgmB9j+em306NG+Ks198ivBLhfQDXx9/s8mBsXbOeofqTJ0+e514GwhmBms24HZnL25bJ5XLrexj8AR6q9fswXn+L9HbGX/TgTMw5zXgG60+ePHkee8lLAF3NXB5LgVPjXA9mqHuyzu+zXn+L8Z6K/qNHl2FOa9QzWn/y5Mnz2GtpAGC1MJ56KyOuR9PTPpV8w7P6W4z3FPQs+EOdpZ+jZLj+5MmT57HX9ADAcmF89JxzJ/cw+AM8U+v3zYNG62+R3jM9vgGz7gDAeP3JkyfPYy9Xf5POZS4PgPEeL0wzfye8p/XXsjc0NDTlXKmC62J7jNfyrNefPHny/PWgiTMA1gvjq1csFod7vDDNsVq/D+P1txhv9eozKrguD8ZGav0+jNefPHny/PTKZtDQGQDrhfHZc84NN+u1+bT1MZ/rbzHeypUrjj/77PPzXA/OxKQOAHypP3ny5HnpBYQH/y5oYOMM4anKbJsyt1Y5C/bQPb4m3HVv1aqVo5dccvFIBdg/7VvVO3jw0PAjjzy611J7yJMnr3veRLgInhf7qzZ5AWEsd4CreQmgnPkYlasKWSlMWz3rnbUT3tKlS1dVgEbao9PeoUMvjltrD3ny5HXPw6P9VRu8gPC+v3mv6gCgvPFoGzM3XTk+dNZOeDMzs0sXgEbaoxvesWPHx6y1hzx58rrp+bO/WqQXAMNJL/UegPLGA3Na2J/O2n5vdnZ+AGCmPbrl7d9/IGutPeTJk9cLz/7+apFedK/ZfIXl85OVlwCqjBRKi8zcbOX42Vnb583MzAzskrTFYnFts55v7StPnrx6nh/7q0V4FWfy8/nJIiQuAaRdIyhnXndVoRqZm64c/zpre725ucI5GGqPLnvrm/F8bF958uTV8rzaX7XijaV4xehF8hJANmXjaUOF6YDnU2dtvzczM3OWrfboqnduo56v7StPnrzqHn7tr5r1oonGXOzfQj62+F8u9oW04D9jqDAd9ux31g55lzTr+dm+qd5ljXiet688efKqeJ7tr5r1ILx8H3mz+cTKv5nyFxacE0HBv+Hkc+cve5sZzBkhs8Cmel4ftK88efLa5Hm8/5tJBn84seNPblwxUlhk5oYrx07n6pG3HLiwEc/P9q3qXQwsq+X1SfvKkyevDZ7H+7/pavE8eeRXcY2gDZmbrhwrnavH3g31PF/bt4Y3Ucvrs/aVJ0/e4AX/EnC8lpccABQHKfgTzsXfLGe+s7bgvaWW53P71vDeWs0z0B7y5Mkz4hnZX7Xi1X16L7oJ0LWScZ3MrVeO5g04kV4DnAU8m/zAenu06J1Nlev/RtpDnjx5Bjwj+6uOeRkIZwRqNuN2ZO6bZ72zLsILgB9Ovmm9PRbhVZQVTLWHPHnyeuwZ2l91zAvqb9K5zI14DfUM6521Dd5zwDpgDvqqfZNpBHgGOD3+psH2kCdPXue91BhoaH/VUS95D0BXM/fFM9RZO+mtBn4Q7LfHIr0fQsFfnjx5VZKx/VVHvaYHAJYL0wnPemdts/eBFStOGcVweyzSGwE+EH/DeHvIkyevi56x/VXHvaYGANYLo+C/aO/lx44d+8UK0Eh7tMH7eeDc6IUH7SFPnrwueQb3Vx31SEBdzdyQl9pTrHfWDnovnX76qk0XXHD+HvqjfaN0FrCb8uQ/HrWHPHnyOucFYHJ/1VGvbAYNDQCsF2aRXkVvMdxZu+IFQXDHli2bvy+Xyx3pg/aF8ExXHngt+Nce8uTJ65gXGNxfddoLCPeJru4AILaqULZNmVurnAU9xnhn7aZ3s3PuI816BtsX4FeA3wKv20OePHntP+2fxd7+qpNeQBjLHeBq3gNQznyMhfcKWCqMrvl3zvsw8F3NeEbb903Ab4L37SFPnrw2e9jbX3XSCwgn/5v3qg4AyhuPtjFz05XjQ2ftspcDPksDK+aB2fZ9DfB/gWwftIc8efLa7pnaX3XSC4DhpJc6AChvPNLGzE1Xjj+dteveOHAr4ZLBVZPR9n018AVgrI/aQ548eR3xer6/6rSXjOfk85OVA4AqI4XSIjM3Wzl+dtaueiuBr1DlcoDR9n0TcDuwwkD9yZMnz7TX8/1Vp72KM/n5/GQREpcA0q4RlDOvu6pQjcxNV45/nbUn3jjweeC98S8bbN8M4Q1//wCMG6o/efLkmfRsxaMOeGMpXjF6kTwDkE3ZuOZ6wnUyt145S/3qrD31csDvArcBqw2271mEj/r9FrrmL0+evAY8zMWjtnrjKV4hvvhfJvaFtOA/bagwHfbsd1Yj3vVBEOy+++77fvXgwUMjC8DeTe/7y4ST/LwWzNefPHnyjHh241FbvPgBvgNm84mVf4PyF4LyxlEtBWkbN5m59coJACYn73nRl85qzQsCnhoaGvrIhg3nffbUU1ce6nL7DgP/CXg/sD7t98U5i/UnT568nntB+jfTk2fxzRHev1ciPJNfUYG58r/JzOcGIfhHnEed1ZTnHOfOzs5+4uGHd33AOfdx4M+B7zTqtdi+a4GbgP8KnFHr90Wc1fqTJ0+eP56f8W3+TH5qgXOJ1w4oDk7wx1npXJ57ZwL/jXDCna8Tzh+QB/6VcPRZkZpo3yxwMTABvBW4MvGdRn5fU2WVJ0+evHjyNL5FR/5VveQAYKCCP3DUQufqIy8gnDMgmjfgCPA14EHgqfLfM0NDQ1Pf+MYTrFy54jjAoUMvjh87dnxs//4D2WKxuJbwlP65wGWEExEtM1peefLk9bnncXyr+/Te/D0ArQT+OplbrxyfvA3Ao1QO2CqS9f+ZBsSbBS4EnuiT/idPnrw+9LIATz75dLP5tiVzeQ17B4DTqTMtr9FgOIjeHwF/3Uf9T548eX3oVVxL7Wbm8pryVgHfBE5K8wwHw0HzDgHnTUxse5H+6n/y5MnrMy9bf5POZS6vKe8Y4QxONyQ/MBwMB9H71YmJbXfS+/4iT548eTVT02cALBdmALwcsB24PHrDeDAcNG/7y1527jXnnntO2gxc/dD/5MmT10deppeZy2vaKwD/mfAmM+vBcNC86Vwu+y4Ff3ny5PngQROXAKwXZoC8vQBBEFxnOBgOovf+667bensF2Pv+Ik+ePHlpZtDQJQDrhRk0b+3as4b27Nmbd85tjXOGguGgeV/esmXzD46Ojsa/bKa/yJMnT17MCwjP/ru6z5WXM9dpTVveGPCuPXteuNM5VhsLhoPmPb127ZofU/CXJ0+eB15AeObfQZ17AGLBJr6dpcIMrHf++S/fNz4+fhMwaygYDpo3fdJJy27asOFlLy4ADfYXefLkDbwXEN5IPu9VHQCUNx5tY+bWK8c778orN369VCr+qGshenkQXK17bmxs9L9ceeXGhxeAhvuLPHnyBtYLCFdQXeClDgDKG4+0MXPrleOtVyq5zwA3N+N5EFzNeyMjw7981VWb/2EB6EF/kSdP3kB6yXhOPj/pKp4CiI0Uoj1mUM58ylBh5C30vkq4YM5V9Twfgqt1b3h46Pevueaq318A+tVf5MmTNzjeaMJy+fxkERKXANKuEZS/UHdVoRqZW6+cfvHeA3y8ludDcLXuDQ0N/fE111z1oQWgn/1Fnjx5/e+NpXjF6EXyEkA2ZeOa6wnXydx65fST54CfAj6a5vkQXK17w8NDH9269apfXQD621/kyZPX317a03uFfGzl32zsC1kWnvYHmDFUGHmNebeVt31t9IYPwdW6Nzw8/MFrrrkqPrjql/4iT568/vWiHV4JmI0HfygPAMqn/uN/pG3cQuZRslo5/erdCXwbuDEIgqz14GrcmxkdHf3Jq69+9S0LwP7qL/LkyetPz5X/ptPieXQJIJm5gr//3qczmczrstnsfsPB1br3wrJlS9+4Zcvmv10A2mhfefLkyWvESw3+UHkPQMU1gjZkbr1y+ta77rqtD65cueK6IAgeiThDwdW698Bpp5362k2bLn9gAWiofeXJkyevhleizj18WYD169dFp/5LCv795Z1++qrDJ5207K/27TswXigUr3TOBfW+n0weBOt2ei4Igv++ceMlP3HOOWe/tAA02L7y5MmTV8Wr++h+UAaCVgJ/ncytV84geq8H/jdwWqOe8WDdbm9PJpP5keuu23pfBehH+8qTJ09ew17TR4PtzFxeT7xTgd8DfrieZzxYt9v79MjIyM3XXPOa2QrQr/aVJ0+evIa8lgcAFgsjrynvOuCTwMvTPOPBup3e48CPT0xsu5v+al958uTJq5kqpgLuZubyeuo9BXwKmAKuJDZdpOFg3U7vEPDrwH+emNj2FL1vD3ny5Mnrqtf0AMByYeQ17RWAe4A/BYaAjUEQ5AwG63Z608AfAG8Fbp+Y2Oaw0x7y5MmT1zWvqUsA1gsjb3He0FBuXRBk3lsqlW4inEaSPgr+RwjPePzkvM4fAAAgAElEQVQB8B2w3x7y5MmT1ykPmhgAWC+MvPZ53/zmk6fs2fPCuwuF4o8Vi8VVngf/PcD/BD4BvBi96VN7yJMnT147vbIZNDQAsF4YeZ3xdu58ePbgwUPfDbwTeD2VE0elJgPBvwh8CbgF+AIwF//Q1/aQJ0+evDZ4AeG+vP6kMOXMx1l4v4ClwsjrjrcGeDvwfYQ3Dab2nR4Gfwd8Hfgc8JfAc2leH7WHPHny5DXrBYSx3FFvAFDOfIyFywRbKoy83nhnAd8DfDdwNbAMehL8XyK8ifH/AZ8Hnq/lGao/efLkyeu2FwC58ssStQYA5Y3HCE8VRHthS4WRZ8PLApcFQXBtLpfbCu5i51gXum0N/iXg6WKx+JBz7h7gLuAhwtP9dZPh+pMnT568TnsBMFw2HOH+tJQ6AChvPMKJI//o2q+Vwsgz7D377HNLnntuz4aXXjqy3jm3lvCMQfS3nHBgOcb8kwYcA46X/w4HQfDc0FDuhUwm83wmk/nO8PDwv51xxum716xZvc9ieeXJkyfPuDdcflkqW6V8frJYMQCIjRTiR/4AxwwVRp48efKseuuAi4BzgyBYn8vl1hNOwb3SOXcyMF4sFoedc9FOeRaYIRwIHyj/7QOeAZ4GngQeBZ4xWl55tr1REkf++fxkgUQm8WsEySP/mksK1snceuXIkydPXqve6cCW8t8m4GLCs1yduCfmcC6XfTSTye7M5XLbV6w4+Wvnn//yvXV+X9VkpP7kddYbK7+MjvyLQCFfXvwvOQDIsfDIPwCmDRVGnjx58nrp5YCtwI3lv4vSvC7eELvLOffPwK2EN8QWGvH6qD3kVfeiS6zzR/7AbD628m8Q+0KWE4E/OvKfNVQYefLkyeuFlwFeC/wg8P3AylpeDx+F3U/4GOzfAHcS7vArUh+0h7zGPFh45D8TD/5EGU6cmBggfuQ/m9y4ycytV448efLk1fJWE06C9S7g7EY8A5NgRekZwomwbiE2J4bn7SGvOS9+5H88LZ4HsS/Fj/wLCv7y5MkbRO+OO+6+oFgs/iLh0X7DC6YZCv7xVAD+HvjoxMS2B/GwPeS17EVH/lXv4UsOAAKgqOAvT568QfO2b3/g6qmpqfc657Y26xkN/gu8XC5319jY6O9u2nT5vfOg4faQt2ivSJ2n95IDgJKCvzx58gbJu//+nZuOHTv+vkKhsNVKsO6kFwTB5NjY2Ic2bdp4p8X2kNc9b/4egFYC/2IzlydPnrxeebt27V5z8OChD5ZKxbdYDdYd9Jxz7q+AXwaebdTzqX3l1feCeht0MnN58uTJ67Z35MiRoYcffvRnCoXCe8CNeRCsO+lNAb8B/D51ptX2pX3lNe61PACwWBh58uTJq+Xt2PHQpUePTn3MOXexh8G6k95OwqcdHkr70Jf2ldec1/Adrp3IXJ48efK64R09OrX861/fcfP09MyfAGd6Hqw74Z0JvJvwLMC9hPUN+NG+8lrzmj4DYLkw8uTJk5f0Hnlk1wWHDh2+xTm3OeI8D9ad9u4C3g5824f2lde6l+ll5vLkyZPXSW/79vvfdPDgi3cp+DflbQV2ZDKZCYy3r7zWPWjiEoD1wsiTJ09e3Lv77vveNzc39wnm50Q3EVx98ZZks5m3fec7zx87++w1X58HDbWvvMUF/4mJbUFDlwCsF0aePHnyonTGGacPHzx48H+VSu4dcc5QcPXKy2Yz//tVr3rlLyxfftJhC+0rb9FeQHj239UdAJQzH2fh2QJLhZEnT548AMbHx5bPzRX+wTn32jhnNbh65P2Lc+4twNFmPOv9ZQC9gDCWO+oNAMqZj5W/EG1rqTDy5MmTB8Do6MjKYrH4Jee4Is55EFx98e4jXAL5cCOe9f4ygF5AuJw1lFcJrDoAKG88xsJVAi0VRp48efIAGBkZPq1YLN0OvDLOeRRcffEeBG4ADtTyrPeXAfQCYLhsOMqrBGZqbDzSxsytV448efI89cIj/1IeBf9ueJcBXwaWV/Os95cB9ZLxnHx+0lUMAGIjhfjGpUVmbr1y5MmT56E3Pj62vFgs/gtwcZzzNLj64m0EbgWWJD+w3l8G1BtNevn8ZBES8wDErhEkM6+5pGCdzK1Xjjx58jz0Vq1aOTI3V/hH57g8znkeXH3xrgI+S+zmcOv9ZUC9sRRvfs2H5BmAbMrGxw0VRp48efKYmNiWOXz4pU8557bFuT4Jrr54NwIfBz/6ywB64yleIR9b+Tc+esty4ma/6EszhgojT548eUxMhJP8lEqln41zfRZcffGuCILg6Pr163ZVgIb6ywB7UYOWgNl48IfyAKB86j/+R9rGLWQeJauVI0+ePM+87dvvf1N5hr8g4owEw0H1rt+7d/99Z521+lvzoKH+MuCeK/9Np8Xz6BJAMnMFf3ny5JnzHnlk1wXT0zOfZn7fZS4YDqKXPXbs+J89+uhjZ2Gsv8irHvzhxKQA8Y2LCv7y5Mmz5h09OrX80KHDtwArIs5gMBxU79T9+w988qmnnrnuiSeeMtFf5FGizj18yZsAFfzlyZNn0nvooUd+Sav62fUKhcI1Tzzx1C816/nS/zz06j69F50BcK1kXCdz65UjT548T7wdOx66tFAovjfirAfDAfY+BPwz8HAjni/9r1+9oN4Gncxcnjx58up5R44cGdq585FJ59wrPQuGg+o9ALya2PPmacmX/tfPXrb+Jp3LXJ48efLqefff/+DPlUqlt3oaDAfRWw28RLh4UGryqf/1s9fSGQCrhZEnT15/ebt27V6zf/+BB8CNehoMB9U7CmwAnk9+4FP/63cv+RRAVzOXJ0+evFrewYOHPuhx8H+B8HT4I8BjwDPAc8Ah4Agw97KXnZtZsmT85MOHXzrp2LHjJ8/MzJw5N1dYMz09vc45dzFwJXBah35fJ72lwO8AN8Xf9K3/9bvX1BkA64WRJ09e/3j337/zyqmpqds8Cv5F4A7g88BtwOO1vCbq7xWES/B+D7CNKpduDQX/ExvDZuB+8K//9bsHTQwArBdGnjx5/eXdeee9/1QoFLZ6EPyfBD4JfIbwqL9uWkT9nUF4VP0TwLoGf18jP2lBaqP3ZeD1Pva/fvbKZtDQAMB6YeTJk9df3vbtD1w9NTX1BePB/9+cc78B/B3hpCsNpTbVXxb4AeDXgyA432jwByCTyWy77rqtD1aAhvtfn3sB4RxALtNg5mmrClkpjDx58vrMm5qaeq+F4JXucahYLP2kc+5VwN/S/eAP4eWGv1679qyLR0ZGfhGCw3HOSvAPveyHKkDj/a+PvYDYJaSaZwDKmY+xcJlgS4WRJ09en3l33HHXhcViqeojZNVSN4J/EARfDILg3bOzs3ua9TpZf7t3//vp+/bt+8NSqfQGW8E/9JYtW3rt5Zdf+jAe9L8+9gJO3PhfotYZgPLGo23M3HrlyJMnz4BXLJZ+oVmvC8F/LpfLvefaa7e82VrwB7jggg0vbN265QeLxdLPO+cKzXqdrr+pqWM/jSf9r0+9ABhOeqlnAMobj3DiyD8aKFgpjDx58vrTWw08TROTlHUh+B8eGxv9T5s3X/ElD+qvBEwQ3pewvBGvS/dMFIIgs25ubu7ZZj3P+7MVb7j8slS2Svn8ZLHiDECVkUJpkZlbrxx58uTZ8N6JreB/YOnSJW/0KPgD5IHrgAP1vC7eMJmbm5v7kWa9PujPFryKM/n5/GQREqsBxq4RJDOvu6pQjcytV448efJseBngXY163TjyX7p0yfdcccVl93lSf/G0E3gdcJgqqQePDr4r8WHN1Af92YI3luLNr9GQPAOQTdm45nrCdTK3Xjny5Mmz470WOLsRrxvX/MfGRv+Tp8E/SjuBtwIV9wT0aN6Ac4GtjXhG6s93L+3pvUI+PznfIJnYF9KC/7ShwsiTJ6+/vR9sxOtG8Mrlcr/q2Wn/auk24Ob4Gz2eNKhuGxurP5+9+AG+A2bjwZ8ow4kTEwNErRikbdxk5tYrR548eXa8HLAHWFnL69ajftdeu+XNntVfvfQF4I0GZgzcS7haYOpSwYbrz0fPEd6/VyI8k1/RINEIIZm5gr88efK66W3FQPAHDgVB8G4P669e+tEgCA4bmDHwNOCqtA+M15/P3nS1eJ68B6DiGkEbMrdeOfLkyeu9d2Mtr3tHrsVfs/icfxu8F0ZGhj/c4+AfpYq29qD+fPSiI/+qXnIAUFTwlydPXg+8qgOALs/t/6fNekbqr653ySWv/HQQ8M2I6+GMgW9I+30VoLH689Cr+/ReNC2gayXjOplbrxx58uTZ8E4HLkr7oMvXrH+DKtemqyUj9deQt2zZssLQ0PBHZmdn/rTH0wVfSni554BP9dePXlBvg05mLk+ePHnA9wN/n3yzB0v6vpzeLOzTNe/o0anM1772wE7n3LpmvTa3x/dMTGz7QvL3Ybz++s1LXgLoauby5MmTB2xJvtGDu9U/SZ8Hf8AtXbrksHPuT5r1OtAeV6f9PozXX795LQ0ArBZGnjx5Xnqb4i96EPyLwGca9QzWX7PeZ2hisNOJ9sjlsq+p8fuaSn3QHj3zmh4AWC6MPHnyvPReFf1Hj55TvwN4oRHPaP016z0H3NmI16n2cI5X1vh9Dac+aY+eeU0NAKwXRp48ed5564CToGfBH+DzjXhG669V75/qeR1uj5N37dq9psbvq5v6rD267kETAwDrhZEnT56X3kXQ0+AP4XS5NZPh+mvVq1nmbrTH0aNHN9T4fTWTgfrz2iubQa7+ZvYLI0+ePG+9c3sc/F8AHq/lGa+/Vr1Hgf3AqckPutUeU1PHzvC4/nz2AsKDf1f3DEA587RVhawURp48eZ56QRCs7/H0tA/U8qzX3yK9Hck3ujwYW9esZ6z+fPQCwlV/gTqXAMqZj1G5qpCVwsiTJ89jL5fLre9h8Ad4pNbvw3j9LdJ7KP6iB2dizmnGM1h/vnkB4eR/817VAUB549E2Zm69cuTJk9d9L3YKuifT0z5W5/dZr7/FePOXPnp0Gea0Rj2j9eeTFwDDSS/1HoDyxiNtzNx65ciTJ6833sqI69H0tM/U+X0nQJv1txjvW9Cz4A91Vn+MkuH688kbjjkA5POTlQOAKiOFEg0sLFAjc+uVI0+evB54zrmTexj8IXwmvurvmweN1t8ivWd7fANm3QGA8frzxRstG1EDuHx+sggnFgOKNq64RlD+Us0lBetkbr1y5MmT1ztvvMcL0xyq8/us11/L3vDw8IulUrGC62J7jNfyrNefJ95YzIn+nV/wKnkPQDYlcwV/efLkdcQrFovDPQz+AEdq/T6M199ivA0bXlbsYfCH8DJz1d+H8frzwEt7eq+Qz0/ON0gu9oW04D9jqDDy5MnrM885N5z+reqpzaet53yuv8V4y5Ytiy193JPLMKkDAF/qzwMPTqz54IDZePAnynDixMQAUSsGaRs3mbn1ygkAJifvebHH1yDlyZPXI+9lLzt36NxzzxnIeU6mpo5l779/5wFL7dEDL0j/ZnryqX3LTqn8dzwtnkeXAJKZD0TwjziPOqs8efLa6C1ZMn5yBWh6f9U+b2pqashae1j2fGvfmDddLZ4n7wGouEbQhsxNV46VziVPnrzue4cPv3TSAtD4/qqd3oEDB5dYaw+rno/ty4kj/6pecgBQHKTgT3gNslnOfGeVJ09eY96xY8dPngc92F+103vhhb2j1trDoudr+9LAo/vRTYCulYzrZG69clryrHdWefLkNe7NzMycCXwTI/uXbnqFQvHMZj3f2nexns/t24iXgXBGoGYzbkfmvnnWO6s8efKa8+bmCmswsn/pgXdOM56P7avgXzslLwF0NXOfPOudVZ48ec1709PT6yzsX3rknd+o52v7KvjXTi0NAKwWplOe9c4qT568lr2Lm/Ws76+a8C5txPO8fZv2+qh966ag/iady9yIV7OHWO+s8uTJW5S3Fzi9Uc/A/qpdXgDso858/H3QvnWJ+Is+at+GUlNnAKwXRkf+8uTJa9I7DXhFI571/VWT3itR8F+Q+qx9G0oNDwCsF0bBX548eS16N9TzrO+vWvBqlrnP2rduMtAeXfXKZtDQJQDrhVmkV9FbrHdWefLktdW7HZio5hnbX7XLmwSuTfvAQHt00wuMtEc3vYDw4N/VHQCUMx8nXCmwHZlbq5wFPcZ4Z5UnT177vSKwBtiT/MDg/qod3mrg26ScATbSHl3zJsJF8HrdHt30AsJY7gBX8xJAOfMxFnYUS4XRaX958uQt1ssCNyXftL6/WoR3Ewr+BOEJcAvt0S0vIJz8b96rOgAobzzaxsxNV44PnVWePHkd836C2FlO6/urRXg5wrIuSAbbo0tez9ujW14ADCe91AFAeeORNmZuunL86azy5MnrkLcO+AGwv79apPdDwNnxN4y2R5e9vmnfal4ynpPPT1YOAKqMFEqLzNxs5fjZWeXJk9cB7wNr1541hOH91SK9IeAD8TeMt4eCf3u8ijP5+fxkERKXANKuEZQzr7uqUI3MTVeOf51Vnjx5HfJesW/fgZ+uAA3trxbp/SRwXvTCg/ZQ8F+8N5biFaMXyTMA2ZSNa64nXCdz65Wz1K/OKk+evE56hULhA7t3/3s0M6DB/VXL3mrgQ9ELX9qj0x79075p3niKV8jHFv/LxL6QFvynDRWmw579zipPnryOe8v37dv3h5jfXzXlBcAtwEngXXt01OuT9q3mxQ/wHTCbT6z8myt/YcE5kWobN5m59cpR8JcnT16FVyqV3nD77Xe+0zn3P5r1jO7/fgl4A/jZHpY8o+1bzYsK6ICZtHgejRCSmSv4N5Csd1Z58uS17H0UuL4Zz+j+7w3Ab4P37dFzz2j7NuJNV4vnyXsAKq4RtCFz05VjpXPJkyfPlJcD/h7Y2IhndP93BfC3QLYP2qOnntH2reeVqHMPX3IAUByk4A8ctdC55MmTZ9JbDnyZOoMAo/u/K4B/AZb1UXv0xDPavo14dZ/ey0UbL2JFIV8rR/MGyJMnr563EvgK8BYgn/zQ6P7q9cBnUfBftGe0fdvmJW/+62rmRryGe4X1zipPnryOeQXgZuD3ozcM7v8Cwhv+fhud9m/UqxoDDbZv272WBwAWC9Oi11BPM9JZ5cmT11vvi8CPTkxsewFb+7/VhI/66W7/5rzUGNhH8a1mSt4D0NXMffEMdVZ58uT11ntjEAS777nnvl88cuTI0AKwd9P7/iywGwX/tnjW41E7vabPAFguTIte7eGh8c4qT5683nhBwDeHhoZ/91Wvuujvly5dcrgHq/r9EOHc/pret3VvQQw0EI+66jU1ALBemBa96heH7HVWefLk2fOeds79CfDnwPONei3ur1YDNxEu6atV/RbvzX/ZSDzqmkcC6mrmhrzUnmK0s8qTJ8+uVwLuBP4JuA14tJrXxP4qAF4J3AC8GbiGlEu3fVJ/vfACMBWPuuKVzaChAYD1wizSq+gthjurPHny/PH2AzuAh4DHgW8Bzw4PD7+4YcPLisuWLSsCTE1NDR04cHDJCy/sHS0UimcC5wDnA5cClxM+itiJ3ycPAmPxqBteQDiIdHUHALFVhbJtytx65ciTJ8+W9wpgFwv3QanJeLAZFK8AXAB8s0/6Xz95AeH/Rw5wFaeSUjIfo3JVISuFkSdPXv97jwGfqecZDYaD6N2Cgr9FLyC8eXTeq3oGoLxxFPyjXmGpMPLkyRscbzXhafSlaZ7hYDho3mFgw8TEtv30V//z3QuA4bLhCO9XKaWeUitvPMKJwB/9CCuFkSdP3mB5R8rbTCQ/MBwMB9H71YmJbXfQ+/4ib6E3womDeCCc/r/iEkBspBDPvLTIzK1Xjjx58ux7vwf8a/wN48Fw0Lwda9ee9THs9Bd5oTea9PL5ySIkHidJu0ZQzrzuqkI1MrdeOfLkyfPDmwPeRXiTmfVgOGjebDab/dHzz3/5WAXYP/3PRy+tPYrRi+QZgGzKxjXXE66TufXKkSdPnl/e/cCHjQfDQfQ+9NrXXvNEBdj7/jLI3niKV8jnJ+cbOBP7QlrwnzZUGHny5Mlj7dqzPpzLZb9qOBgOmveVLVs2f7wCNNJfBtiLH+A7YDYe/CE83R+d+qfexk1mbr1y5MmT56c3ViwW37137/47gVXGguGgec+deeYZPzY6Ohr/srX+Mqhe1CYOmEmL59EIIZm5gr88efLMehde+IrnliwZ/2Fwc4aC4aB5M8uWLXv7hReev38BaLC/DLg3XS2eJ+8BqLhG0IbMrVeOPHnyPPSuvHLjV0ul0o8bCYaD5rnR0dH/umnTxp0LQMP9ZQC9EnXu4UsOAIoK/vLkyfPFK5XcnwEfbMbzILia94aHhz+0Zcvmv1sAetBfBsyr+/ReLtq4lYzrZG69cuTJk9cf3m8AK4Cfqef5EFyte0NDQ//zmmte8wcLQL/6i7xySt7819XM5cmTJ69NXgB8Avjxap4PwdW6NzQ09Kdbt1713gWgn/1FHg2srtXJzOXJkyevjd4XgVOBTckPfAiu1r2hoaGPbd161a8sAP3uLwPvtTQAsFoYefLkDbx3K+F+7droDR+Cq3VveHj4Q1u3XvXhBWB/9JeB9poeAFgujDx58uQBdwDPAzcGQZCxHlyNe3OjoyM/dfXVr/nUArC/+svAek3dA2C9MPLkyZMXpUwm8/pMJvPXwClxzlBwte7tX7p0yQ9v3nzFVxeARtpX3uI8aOIMgPXCyJMnT17cO/fcc/a+9NKRz09Pz2wBTjcWXK17O1atWvm9l19+6aMLQEPtK29xwX9iYlvQ0BkA64WRJ0+evGre3r37Rh977Bu/NTc3904jwdW697FLLnnlB089dWVhAWi0feU17QWEcwC5ugOAcubjLDxbYKkw8uTJk9eI9ybgU8CqRj0PgnU7vT2ZTObd11239e4K0I/2lVffCwhjuQNcpoHMx6hcVchKYeTJkyevUe/zwEXA3zTiGQ/W7fb+YmRk5GIF/772AsLJ/+a9qmcAyhtHwT/qZZYKI0+ePHmtet8F/BGwPs0zHqzb6X0D+KmJiW15+qt95S30AmC4bDjCdQJKqTcBljce4UTgj36ElcLIkydP3mK8bwB/ChwnnDhoJPrAcLBup/cS8OvATRMT275J79tDXme9EU4cxAPh9P8VA4DYSCEe/B0wZagw8uTJk7dYrwDcDXyacAd5WRAEWYPBup3eNPAx4K3AlycmtjnstIe8znijCcvl85NFSKwGmHaNoPyFuqsK1cjceuXIkydvsL0XgJ8ZGsptGBoa+hQE03GuT4L/MeAPgfOAnwf2GW4Pee3zxlK8YvRiwRmA9evX5ag87T9tqDDy5MmT1xFv3bqzS+ecs/a26emZz0xPTx8rldz5xWJpiefB/wXgo8Dbgc8BR8CP9pC3aG885kXX/ufy+cn5DhPEvpDlRPCPzgzMGiqMPHny5HXN27nz4dmDBw99L/BjwLbE51WTgeBfAr5CeI/DPwJz8Q99bQ95TXsQ9oXoqH8mHvyJMpw4MTFA/Oh/Nrlxk5lbrxx58uTJa9Q7G3gb4bXzy6p5PQ7+O4DPAn8FfCfN66P2kFffc5Tv9geOp8XzIPal+JF/QcFfnjx58lLTeuC7CR8lvIbwVGsvgv8U4U2MtwL/D3i6lmeo/uR1x4uO/I9X85IDgAAoKvjLkydPXkNpGNgUBMGWXC63BdylzrE24tob/PlWsVjc4Zy7D7gXuJ/E6f1qyXD9yeucV6TODfy5xGsFf3ny5MlrPM1OTGz7KvAI8EmAJ5546uQDBw5uOHLk6NnOuXXAOcAZwOmEKxOeRPho1lDZmCN8PO8l4FAQBHuHhnL7MpnMtzOZzDNDQ0PfOOWUkx8777z1zxoorzx/vLpP783fA9BK4K+TufXKkdc5bx3hlKvnlv/OJpx//dQgCFZks9klhEdOw+XtZ4vF4oxz7hhwoPy3D3iG8LTmk8Cj5dcWyytPnjx53nlBvQ06mbm8vvBOB7aU/zYBFwPL07w2XCM9THik9XXg3uHh4fu2br3qWJ3f13Dqk/aQJ0+evIa8lgcAFgsjr/Perl27p/fseeFq4Mby30WNeJ26QSoIMrszmcxtIyPDXz7//Jd/dfnykw5brj958uTJs+K1NACwWhh5nfFmZmYyDz74yNVTU8fe7Jz7PmBlM14X747e75z7HOFqb3cSPv5SN/nWHvLkyZPXDq/pAYDlwshrr/foo4+ddejQobcXCsV3FIvFNZ7NiPYMcEv577lqnk/tIU+ePHnt9JoaAFgvjLz2eA888ODlx44d/5lSqfQmcFnP50IvAH9POB3qjvgHvrSHPHny5LXbgyYGANYLI2/x3vbtD9w4MzPzK865LRHnefBPpjuADwJ3+dAe8uTJk9cJr2wGDQ0ArBdG3uK8bDazJZPJ/pZzbmuc67PgH/duX7Zs2Yc3bdq4cwFopD3kyZMnr4NeQDjrr6s7AChnPs7ClQMtFUZe697aIAg+ks1m/qPhYN0pz2Uymc+eeuqKD1544SuexUZ7yJMnT14nvYAwljvqDQDKmY+VvxBta6kw8lrzcsB7giB4XzabGfcgWHfQ41ixWPwN59zvEVsnu5FkuH3lyZMnL+kFnJj9t0StAUB54zEWrhJoqTDyWvM2ArcEQXCpf8G6o95O4F3AQ414httXnjx58pJeQDjzqiv/lYBStsbGIyxcHphFZG69cgbBywLvB/4iCILVngfrTnhnAu8mPAtwL2H9piaj7StPnjx51bwRThzEA7h8frJUcQYgNlKIH/lDAwsL1MjceuX0u3cO4RrhW/okWHfauwt4O/Dt5AdG21eePHnyqnmjJI788/nJAoQBPr5xdI0gmbmCv7/eDYTPvyv4N+5tJayz6+JvGm1fefLkyavmjaV48/c6ZRLfyaZsfNxQYeQ1590MfAlYaSi4+uKtAr4M/CKYbV958uTJq+aNp3iFfGzl32zsC1kqr6eXICIAAByxSURBVPnPGCqMvMa9HPAp4D1AYDC4+uJlgNcFQXDWypUr7h4dHYl/1k/9RZ48ef3pRTu8EjAbD/5QHgCUT/3H/0jbuIXMo2S1cvrRWwb8E/AWMB1cffIu37t33+WZTPbW5ctPmqW/+os8efL614uu/U+nxfPoEkAycwV/P71TgNsIr/v7Ely98EolN/Hkk09/7oknnlpG//QXefLk9b+XGvyJNix/MTr6Lyr4e+mdCuSBS8Cv4OqZ96Bz7gbgQDOewf4iT568/vaK1LmBP3kToIK/n1505K/g33nvMsKbA5c36hnsL/Lkyet/r+7Te9G0gK6VjOtkbr1y+sVbRnin/6XgfXD1xdsI3Aq8Dpiq5RnsL/LkyZMHiS81nawVZgC9IcJANAF9E1x98v4ZeBNV1hAw2F/kyZMnbz6lTgXcrczlLdr7FPAfwEQwHETv5cDpwBeSHxjtL/LkyZM3n1oaAFgtzIB5NxM+528lGA6qdwVwBLgvesNof5EnT568BanpSwCWCzNA3g2E1/0zxoLhoHpFwja5w2h/kSdPnryKlOll5vJa8s4B/hoFf0teFvi/Q0NDZ2Ovv8iTJ09eamp4AGC9MAPiZQlX9dPc/va8VcBfzszMxC+r9bq/yJMnT141M2joHgDrhRkg733ATR4EwwH1OGfPnr3TZ5+9Zjs2+os8efLkJb1g/fp1WRJgrczHWXjDoKXCDIq3EfhaEAQ5P4LhwHpzS5cu2XbFFZdt77P+J0+ePP+9gDCWO8DVHACUMx9j4TLBlgozKF4OeCAIgks8C4aD6j3gnHs1VeYHqJYM9z958uT57wWcmPyvBLiqlwDKG4+xcIlgS4UZJO/mIAje5mkwHERvNfASsUcD6yXj/U+ePHl+ewEwnLDSzwCUNx7hxJF/dLOglcIMkrc2CILHs9nMmKfBcFC9o8AG4Pl6nvH+J0+ePP+9KPiXylYpn58s5lI2jkYK8cxLNLCwQI3MrVeOWS8Igo94HPxfAB4AHgEeA54BngMOEU6eM1f+whDhmganZDKZNSMjIxtKpdIG50oXlUpuI7hVnpQ3vulS4HeAm2p51vufPHnyvPdGy0a0g3L5/GSRRCbxawTJI//jhgozMF42m7kqCIJ7PQr+xSAI7i4UCp9zzn0ZeLwZr1r9TU7evaZQKF4PfA+wjQZnsDRwJsEBm4H70z603v/kyZPnvTdWfhkd+ReBQr686m8m8Z34zX5R5gr+PfIymexv+xD8g4Cnc7ncB047bdX511675Xrn3B/RpuAPHC0Uiv8G/BEwAawBfhl4utHfF+e6XH8B8N/SPvCh/8mTJ89rbzzFmw/+xD+cmNiW5cQNf9HAYNZQYQbK2779gRunp6dji8zYC/5BkHl8eHjodzZuvOTzIyMjRbpbf1ngB4BfB85P+32GBk9bgbujFz70P3ny5HnvwcIj/5l48CfKsHzqP8PCO/5nkxs3mbn1yjHt3Xnnvbc657ZEnK3gnz00NDT0m5deevGfL1kyXqS39ZcFfhz4MHCyweAP8BXgevCn/8mTJ897zxEOAEqEZ/IrdljRkX4ycwX/HnoPPPDgFVaDfy6X++KZZ56+acuWzZ82EPwhHNn+MXBBEARfMBj8Aa4DNvrS/+TJk9dX3nS1eJ68B6DiGkEbMrdeOea8Y8eO/3TEGQhekTc3MjLynmuv3fK2889/+b550E797b3++mvfNjQ09CtAIeIM1d978KT/yZMnry+86Mi/qpccABQV/HvrPfroY2eVSqU3GQteLy5duuR7r7761Z9aABqsvy1bXv2JsbHRtwAvGao/stnMW3bvfvzMBaDB+pMnT17feHUf3Y8GAC6fn1TwN+AdOnTo7eCyhoLX/uXLT/ruzZuvuHcBaLT+ADZvvuIO59z1zrkDzXodvIcgd+DAwbfPg4brT548eYPhZQBaCfztyFzeQm9mZiZTKBTfYSj4v7h8+Unfe8UVl+1aABqtv7hXLBYfAF4HHG7U6/QNhMVi8R2FQgE8qD958uT1vxfU36Rzmctb6G3ffv/Wqalj/2Qk+M8tXbrke3068q/i3QDcyolFMFJTt54eKJXcdaVS6Y5mPR/7szx58mx7yXsAupq5vIXe1NSxNxsJ/oyMjPxqHwR/gNuAm2t53Xx0sFQqvbVZz9f+LE+ePNte02cALBfGZ2/Xrt3Te/a88BywshmvU4/6XXvtlrctAI3XXwPeF4A3Jt/swbwBe4HVNLhUsKH6kydPXp95TZ0BsF4Yn709e164GgPBP5vNHjrjjNN+Lvn7rNdfA96PkrgfoEeTBp0GXNWIZ6z+5MmT10ceNDEAsF6YPvBubMbrVPAaGhr6TaPP+S/Wex54f/SixzMG1m1rg/UnT568PvHKZtDQJQDrhekTbxdwUSNeJ+f2v+KKy64yMsNfJ7wc8GgQBBt6PGPgg8DGap7h+pMnT57/XkB48O/qngEoZ562qpCVwvSDdzo9Dv4QMDw89Dt9HPwBCplM8JsGpgu+lCqXe4zXnzx58vz2AmLLqdccAJQzH0tsZ6kw/eJtacTr9JK+Gzde8vkqv6+h5EN7bNp0xReDIPhWnOvBvAsBKW3uQ/3JkyfPWy8gPAs671UdAJQ3Hm1j5tYrp5de3QFAp69ZZ7O5T/dgSd+ue0uXLills7k/i7geTrq0oM19qT958uR56QXAcNJLHQCUNx5pY+bWK6fX3qZaXhduWCuuWHHK/6nx+2omA/XXlLdixSl/A67U4xkXN1f7ffOg0fqTJ0+ed14ynpPPT1YOAKqMFEqLzNx65fTae1U1rxt3qwdBcPeFF57/lMf115R34YXnP1cslu7q8aRLr6r2+zBef/LkyfPKqziTn89PFiFxCSDtGkE587qrCtXI3Hrl9NpbB5yU9kG3HlUrFAqf87j+WvKcc59v1mtze5wyNJQ7p9rvs15/8uTJ88IbS/HmJyFLngHIpmxccz3hOplbrxwLXurd/11+Tv3LzXqG6q9V77ZmvA5Nt7yxxu9rKvVBe8iTJ6+9XtrTe4V8bPG/TOwLacF/2lBh+tU7N/lGl4P/C8DjzXjG6q9V71FgfyNep9qjWCytq/H7Gk590h7y5Mlrrxc/wHfAbD6x8m+m/IUFNweUN54xVph+9RYMAHowQ90DzXgG628x3o56Xifbo1QqnVPn99VNfdYe8uTJ64w3kwz+cGKEkNy4YqSwyMytV04vvbOj/+jR9LSPNOoZrb/FeA/V8jrdHs65tXV+X81koP7kyZNn35uuFs+Ta6Q7oKjg31VvFfQs+AM81ohnuP4W41W99NGN9nDOnVrn91VNRupPnjx5dr0Sde7hSw4AFPy7753a44VpnqnnGa+/xXjfSnuze09fFE/2vP7kyZNn16v79F40AHCtZFwnc+uVY8ILgmBFj+emf66WZ73+Fuk9m3yjy4OxppZ/BnP1J0+ePI+9DIQzAjWbcTsyl7ctk81ml/Qw+AMcqvX7MF5/i/QOxl/04EzMeDOewfqTJ0+ex16m/iady1weSwlnXZznejA97ZE6v896/S3Geyn6jx5dhhlp1DNaf/LkyfPYa2kAYLUwnnrDEdejuenn6vy+E6DN+luMNwc9C/7Q4ADAcP3JkyfPYy+ov0nnMjfi1dzD9/gGvW54WcK7RQET7dFNLxsEQcFYe8iTJ6973oIYaHx/1XavqTMA1gvTgRv0rHXWTnhD0X9Yb492e8uXnzRisD3kyZPXA8/6/qrdHjQxALBeGAX/lr1lYL89OuEtXbrkDIPtIU+evC57Puyv2umVzSA5D0BXMrfuWe+s7V6VbmJi20EMt0envJmZ2dhjeGbaQ548eV30fNlftdELCA/+Xd0zAOXM01YVslIYBf9FeJlMZg2G26OT3szM7JkRZ6U95MmT1z3Pp/1Vm7yA8L4voM4lgHLmY1SuKmSlMAr+i/RGRkY2VIBG2qPTXrFYWGutPeTJk9c9D4/2V23wAsLJ/+a9qgOA8sajbczcdOX40Fk74ZVKpQ0LQCPt0Q2vUCieZ6095MmT103Pn/3VIr2A8JHzBV7qPQDljUfamLnpyvGns7bfc6500TxopD265c3NzV1krT3kyZPXC8/+/mqRXjTh3HyF5fOTlQOAKiOFEg0sLFAjc7OV42dnbZ9XKrmNGGqPbnn79u2fcs5tbNbzrX3lyZNXz7O/v1qkN1o2ogpz+fxkERKXANKuEZS/1JfBf2JiW8a/ztp2b9Xk5N1rrLRHt7yHH951IdDUYjyetq88efKqen7srxbhjaV4xehF8h6AbMrGNdcTrpO59cpZ6ldn7YxXKBSvb9bzp32rejc04/ncvvLkyUv38Gd/1YqX9vReIR9b/C8T+0Ja8J82VJgOe/Y7awe972nG87N9K7w3N+r1QfvKkycvxfNof9WKFz/Ad8BsPrHyb6b8hQXnRMobzxgrjIJ/57xtwBmNeH62b4W3GrimEa9P2leePHlt8Dze/80kgz+cGCEkN64YKSwyc8OVY6dz9dDLAjfV8/xs31TvJhqYBruP2leePHmL9Dze/01Xi+fJnWDFNYI2ZG66cqx0LgPeTxCbISqZfG3fFC9HWNaayUB7yJMnz4jn6f6vRJ17+JIDgOIgBX/gqIXOZcRbB/xA2gc+t2+K90PA2bU8I+0hT548A57H+7+6T+9F8wC4Rawo5GvlaN6AyvQB4G+JPSZivT2a9IYIy1g1GWsPefLk9dDrs/1fRUre/NfVzI14DfcK6521Td5/Bf4Y+qZ94+lngf9RzTPaHvLkyeucVzUGGthfddxreQBgsTAteg31NCOdtRvei8AFExPb9tIf7Rul1cBu4KQ0z3B7yJMnr3Neagw0sL/qipe8B6CrmfviGeqs3fBODoLgUxhujxa8ALgFBX958uTVSQb2V13zmh4AWC5MJzzrnbVD3nffe+/2n1wAGmmPFr1fAt6Q9oEn7SFPnrwueEb2V13zmroEYL0wLXrVLw4Z76wd9gpjY2P/YfPmyyfxu33fAHyBlEccPWsPefLktd+b/7KR/VXXPBJQVzM35KX2FKOdtcseLznnri8Wiw806xlp3yuArwDLkh/42R7y5MlrsxeAmf1V17yyGTQ0ALBemEV6Fb3FcGfthXcAeB2ws1HPSPteAfwLsCL5geftIU+evPZ5gZH9VTe9gPDyv6t7D0CNVYWsFEbX/DvrrSQ8ip5oxDPSvq8v/2YFf3ny5FVNRvZX3fQCYpdDaw4AypmPUbmqkJXCKPh3x1sO/DPwC7U8A+0bAO8BvohO+8uTJ6+Oh+F41KHgn4t7VQcA5Y1H25i56crxobP22MsBv0d4Q92ZyQ8NtO9q4FbgI+iGP3ny5DXk2YxHHQr+w0kvdQBQ3nikjZmbrhx/OqsJ742EE+r8NOWppA1M7/uz5d+kR/3kyZPXgmcnHnXIS8Zz8vnJygFAlZFCaZGZm60cPztrz73lwP8EHs1kMm87enRqeQXYnVX93gH8G+H0vprkR548eS14duJRh7yKM/n5/GQREpcA0q4RlDOvu6pQjcxNV45/ndWUtyGTCf5yx44HH7rnnu0/v3v342fQ+fZdDfwK8ATwGeC8Gr/Pev3Jkyevp56teNQBbyzFm1/sLZf4TjZl42lDhemA51Nntek5x9mFQuHXX3hh7/ufe27PXc65zwO3AY826lVr33379k89/PCui4AbgDcD19DADJY+1Z88efJ642EuHrXVG4850b+FfH5yvgKD2BeyhDvWgBM72FlDhemINzl5z4sRZ72zeujtB3YADwGPA98CngUOAi8BcwDLl580snTpkjNmZmZXzszMnlksFtYWCsXz5ubmLnLObSR8FLETv0+ePHmD7QXVvlcteRTfILx8Hx31z8SDP1GGsYkBoloKCIN/07XtUeV44+3c+fDLDx16cbtzruLu9nrJ8/85ffUKwAXAN5Mf+Nj/5MmT56XnCAcAJeB4WjyPjvSTmSv4G/I2brxkp3PuM816RoLhIHq3oOAvT548G950tXievJZacY2gDZlbrxxfvPcBRxv1DAXDQfMOAx9IvtkH/U+ePHl+edGRf1UvOQAoKvib9Z4DPtyIZygYDqL3G8De+Bt90v/kyZPnl1f36b35ewBaCfx1MrdeOT56Q4Q31V1czTMWDAfN2wFsJvaYTZ/1P3ny5PWRF9TboJOZy2vJuxL4KpWPcFoLhoPmzQKbgIejN4z0F3ny5MlLTU3fVd7OzOW15D1H2G7b4m8aC4aD6H0A+LvohaH+Ik+ePHmpqaUzAFYLM0BeFriDcFIci8Fw0LzbgdcR3nRjsb/IkydPXkVqegBguTAD5p0F7AyC4DRjwXDQvOeAjcALYLq/yJMnT96ClOll5vIW5T2byWTems1m5gwFw0HzZoDvQ8Ffnjx5nnnQxD0A1gsziN65555z8Lnn9jxXLJbeGHF9FFytew64CfgS+NFf5MmTJy9mBg0NAKwXZpC9tWvX/Ot3vvMspVLp6j4Krj54vwZ8AvzqL/LkyRt4L1i/fl0WGjgDUM58nIWXCywVZuC9s89ee/cTTzy91Dm3uVnPaHC17v13yrP9+dhf5MmTN7BeQCzu17wHoJz5GAr+5j3n3M8Cf9KMZzS4Wvc+BrwH/O4v8uTJGzgvIJw/Zt6regagvHEU/IPyn6XCyKv0vgicSjghTc1kNLha934f+Dnom/4iT568wfACYDhhpS8vW954hIXBn0Vkbr1y+sm7lXBgd201z2hwte79GvB+6Hn7ypMnT16z3ggnDuIBXD4/WaoYAMRGCskj/ylDhZFX27sDeB64kcRlHqPB1bI3B7yL8NS/lfaVJ0+evEa90YTl8vnJIiSCQ9o1gvIX6q4qVCNz65XTr96fAt8FHIzeMBhcrXv7gRuAPwdz7StPnjx59byxFG9+sbJM4jvZlI1rridcJ3PrldPv3m2Eiwc9ZDC4Wvd2AFcAd4LZ9pUnT568at54ilfIx1b+zcS+kBb8pw0VRl5r3pPLl5+0ZWho6NOGgqt174+Aq4BnwHz7ypMnT16aFz/Ad8BsPPgTZVg+9Z9h4XX/io2bzNx65Qyct337/W+cnp75Q3Cn9lGwbqe3B3gn8M/RGz61rzx58uTFPEe4QFmJ8Ex+xQ4wC7B+/bp44AeYU/DvP2/NmrO+MT09/VeHDx85wzn3ymY9Y8G63d5fAG8G/jV6w7f2lSdPnryEVyI8k5+6A0zeA1BxjWCRmVuvnIHzXvGKDU875/4j8EbgyUY9Y8G6nd43gNcDP0zshklf21eePHnyyik68q/qJQcARQX/gfFuBS4ifL79SC3PULBup/cS8MvAxcCX4x/0SfvKkydvsL26T+9FlwDI5ydLTz75dLN5+1w58qAA3A18mnCiiMtIzA5pJFi305smfKb/rYSBvxj/sM/aV548efKqpqDeBp3MXJ45by1wM+HEN6MGgnU7vWPAp4CPAs+meQbbQ548efI65rU8ALBYGHlt804PguAns9nsfwFWxTkPg/8LwB8TLt27r5pnvD3kyZMnr+1eSwMAq4WR117v4MFDI48//o03zc7O/YhzpauLxVLgSfAvAV8hnA3xHwmn862afGkPefLkyWun1/QAwHJh5HXOu/POe1bMzRV+iPDa+WWNel0O/juAzwJ/BXynEc/X9pAnT568xXpNDQCsF0Ze17z1wHcTrjVwDeGUkxWpC8H/WBAEXy0UCv/POfdPwNPNeH3UHvLkyZPXdGp4AGC9MPJ65g0Dmwinzn01sBE4pzPBP/utTCbzcCaTuX9kZPhr5523/oFTTjn5Rc/rT548efK66pXNoKEBgPXCyLPljY6OrBweHt5YKBQ2lEqlc0old7Zz7rRCobDSOXcKcBLhEpVD5a/MET6e9xJwiPDGvecJ5+J/KpvN/PvatWu+dd55619qx++zXn/y5MmT10EvIJwDyNUdAJQzH2fh8+GWCiNPnjx58uTJq+8FhLHcAS7TQOZjVK4qZKUw8uTJkydPnrz6XgD8//buYDd1HQgA6ECrXuh39bOz4LOgLeQtSJCfSYihiJr0eIOQnDOyNzM4xn5NvdECoOu8umPw2ieHx+PxeLw5eos47tf6n/d6ofO/OwavfXJ4PB6Px5ur95Y4ERHRNJvzAmCkUjhEwcUCF4LXPjk8Ho/H483RW3VGn/zbptnsI47vA9LOZ+8IuocuXik4Ebz2yeHxeDweb47eOnH6z9MFaPkKwMtA8G1Fg+HxeDwejzft9Qe0pcn/u2k2p9cAr8kDQ8l/V9FgeDwej8fjlXkRx9f3vfeZJv+IrgDolv7TNtj5yuC1Tw6Px+PxeHP10l/+u6F83q8A5MG/JH8ej8fj8Z7e247l83wPQBsRe8mfx+PxeLyn9g4xsYF/mX2X/Hk8Ho/He35v8q/7/QpAe0vgieC1Tw6Px+PxeH/Wyzf/PTQ4j8fj8Xi83/FuLgBqHAyPx+PxeLyydlMBUOtgeDwej8fjlbWrC4CaB8Pj8Xg8Hq+sXVUA1D4YHo/H4/F4Za24AKh9MDwej8fj8YrNRVEBUPtgeDwej8fjFXmLOJ4B1C4Lg7/fMXjtk8Pj8Xg83hy9RRxv/Y2I85MAh4Kvs341DYbH4/F4PN60t4jj4X8nb7QA6Dqv7hi89snh8Xg8Hm+O3iIi3nIvvwwo7fzvjsFrnxwej8fj8ebqvSVOREQ0zea8ABipFA5RcLHAheC1Tw6Px+PxeHP0Vp3RJ/+2aTb7iOw64KF3BN1DF68UnAhe++TweDwejzdHb504/ee+75OvALwMBN9WNBgej8fj8XjT3nvi9J/fTbM5vQZ4TR4YSv67igbD4/F4PB6vzIs4vr7vvc80+Ud0BUC39J+2wc5XBq99cng8Ho/Hm6uX/vLfDeXzfgUgD/4l+fN4PB6P9/Tediyf53sA2ojYS/48Ho/H4z21d4iJDfzL7Lvkz+PxeDze83uTf93vVwDaWwJPBK99cng8Ho/H+7NevvnvocF5PB6Px+P9jndzAVDjYHg8Ho/H45W1mwqAWgfD4/F4PB6vrF1dANQ8GB6Px+PxeGXtqgKg9sHweDwej8cra8UFQO2D4fF4PB6PV2wuigqA2gfD4/F4PB6vyFvE8QygdlkY/P2OwWufHB6Px+Px5ugt4njrb0ScnwQ4FHyd9atpMDwej8fj8aa9RRwP/zt5owVA13l1x+C1Tw6Px+PxeHP0FhHxlnv5ZUBp5393DF775PB4PB6PN1fvLXEiIqJpNucFwEilcIiCiwUuBK99cng8Ho/Hm6O36ow++bdNs9lHZNcBD70j6B66eKXgRPDaJ4fH4/F4vDl668TpP/d9n3wF4GUg+LaiwfB4PB6Px5v23hOn//xums3pNcBr8sBQ8t9VNBgej8fj8XhlXsTx9X3vfabJP6IrALql/7QNdr4yeO2Tw+PxeDzeXL30l/9uKJ/3KwB58C/Jn8fj8Xi8p/e2Y/k83wPQRsRe8ufxeDwe76m9Q0xs4F9m3yV/Ho/H4/Ge35v8636/AtDeEngieO2Tw+PxeDzen/XyzX8PDc7j8Xg8Hu93vJsLgBoHw+PxeDwer6wN3gVQGDw/ZOAQPzsumMfj8Xg83oO8q1cAuuDrOK88fnJcMI/H4/F4vAd6VxUAXfChK4J/clwwj8fj8Xi8B3oRVxQAH+NXBA+eMMTj8Xg8Hq8+rzeLCoCP4SuC27j9uGAej8fj8Xi/4y0jop0sAD7Grwj+/kFwHo/H4/F4j/deOqN9KeycB7/1xEAej8fj8Xi/67UR038DXHYdT8GaZrO/NjCPx+PxeLyqvPEVgI+BK4Jv3WnI4/F4PB6vKq/9D7RYcwTqqYg0AAAAAElFTkSuQmCC');
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .ais-result-wrapper-container #refine-toggle::after {
    content: attr(data-title);
    font-size: 12px;
    color: #434342;
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
  }
  .ais-result-filter-container #instant-search-facets-container-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    background: rgba(255, 255, 255, 0.7);
  }
  .ais-result-filter-container #instant-search-facets-container {
    position: fixed;
    left: 0;
    background: #ffffff;
    width: 330px;
    top: 0;
    z-index: 200;
    overflow: auto;
    height: calc(100% - 51px);
    padding: 135px 15px 0;
    border-right: 1px solid #e8e8e8;
  }
  .ais-result-filter-container #instant-search-facets-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .ais-result-filter-container #instant-search-facets-container::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px;
  }
  .ais-result-filter-container .ais-Panel {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 5px;
    margin-bottom: 20px;
  }
  .ais-result-filter-container .ais-Panel .ais-HierarchicalMenu-item {
    font-size: 14px;
    letter-spacing: 0.26px;
    color: #434342;
    margin-bottom: 5px;
  }
  .ais-result-filter-container .ais-Panel .ais-HierarchicalMenu-item:last-child {
    margin-bottom: 0;
  }
  .ais-result-filter-container .ais-Panel-header {
    margin-bottom: 10px;
  }
  .ais-result-filter-container .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 5px;
    background: transparent;
  }
  .ais-result-filter-container .ais-ClearRefinements-button {
    margin: 0;
  }
  .ais-filter-close-btn {
    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;
    width: 22px;
    height: 22px;
    line-height: 0;
  }
  .ais-filter-close-btn:focus,
  .ais-filter-close-btn:active {
    background: none;
    border: none;
  }
  .ais-filter-close-btn:hover {
    background: none;
    border: none;
  }
  .ais-filter-close-btn.disabled,
  .ais-filter-close-btn[disabled],
  fieldset[disabled] .ais-filter-close-btn {
    pointer-events: none;
    opacity: 0.5;
  }
  .ais-filter-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .ais-filter-title {
    letter-spacing: 0.32px;
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .ais-filter-title {
    letter-spacing: 0.46px;
    font-size: 23px;
    margin: 15px 0;
    line-height: 52px;
  }
  .ais-filter-close-btn {
    display: none !important;
  }
  .ais-result-filter-container {
    margin-right: 20px;
    min-width: 275px;
    max-width: 275px;
  }
  .ais-result-filter-container .filter-trigger-btn {
    display: none !important;
  }
  .ais-result-filter-container .ais-Panel {
    border: none;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .ais-result-filter-container .ais-Panel .ais-HierarchicalMenu-item {
    font-size: 14px;
    letter-spacing: 0.26px;
    color: #434342;
    margin-bottom: 5px;
  }
  .ais-result-filter-container .ais-Panel .ais-HierarchicalMenu-item:last-child {
    margin-bottom: 0;
  }
  .ais-result-filter-container .ais-Panel-header {
    margin-bottom: 10px;
  }
  .ais-result-filter-container .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
    border: none;
    padding: 15px 20px;
    margin: 0 0 15px 0;
    background-color: #F4F4F4;
  }
  .ais-result-filter-container .ais-ClearRefinements-button {
    margin: 0 0 15px 0;
  }
  body .ais-result-filter-container .ais-Panel {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1261px) {
  .ais-result-filter-container {
    min-width: 300px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .ais-result-filter-container {
    min-width: 330px;
    max-width: 330px;
  }
}
#algolia-result-summary {
  display: none;
}
@media screen and (min-width: 992px) {
  body.ais-search-has-results #algolia-result-summary {
    display: block;
  }
  .ais-result-summary-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    padding: 20px 110px 20px 0;
    border-bottom: 1px solid #707070;
    position: relative;
  }
  .ais-result-summary-wrapper .ais-result-summary__group {
    color: #434342;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 20px;
  }
  .ais-result-summary-wrapper .ais-result-summary__search-phrase {
    font-weight: bold;
    color: #104470;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #434342;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    text-decoration: underline;
    margin-left: auto;
    cursor: pointer;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:visited {
    color: #104470;
    text-decoration: none;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:hover {
    color: #434342;
    text-decoration: none;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:active {
    color: #104470;
    text-decoration: underline;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:hover,
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:active,
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:focus {
    background: none;
    border: 0;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn.disabled,
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn[disabled],
  fieldset[disabled] .ais-result-summary-wrapper .ais-result-summary__view-results-btn {
    color: #434342;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:hover,
  .ais-result-summary-wrapper .ais-result-summary__view-results-btn:visited {
    text-decoration: none;
    color: #434342;
  }
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn {
    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;
    position: absolute;
    right: 51px;
    top: 18px;
    width: 30px;
    height: 30px;
    line-height: 0;
  }
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn:focus,
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn:active {
    background: none;
    border: none;
  }
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn:hover {
    background: none;
    border: none;
  }
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn.disabled,
  .ais-result-summary-wrapper .ais-SearchBox-reset-btn[disabled],
  fieldset[disabled] .ais-result-summary-wrapper .ais-SearchBox-reset-btn {
    pointer-events: none;
    opacity: 0.5;
  }
  .algolia-view-index .ais-result-summary__view-results-btn,
  .algolia-view-index .ais-SearchBox-reset-btn {
    display: none !important;
  }
}
#instant-search-results-container .ais-InfiniteHits-loadMore,
#instant-search-results-container .ais-InfiniteHits-loadPrevious {
  text-transform: unset;
  font-size: 16px;
  font-weight: normal;
  height: 37px;
  font-family: 'Manrope', sans-serif;
  background-color: #104470;
}
#instant-search-results-container .ais-InfiniteHits-loadMore {
  margin-top: 30px;
}
#instant-search-results-container .ais-InfiniteHits-loadPrevious {
  margin-bottom: 30px;
}
.ais-Hits-list,
.ais-InfiniteHits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ais-Hits-list .ais-Hits-item,
.ais-InfiniteHits-list .ais-Hits-item,
.ais-Hits-list .ais-InfiniteHits-item,
.ais-InfiniteHits-list .ais-InfiniteHits-item {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  margin: 0;
}
.ais-Hits-list .ais-Hits-item .ais-Hits-item-inner,
.ais-InfiniteHits-list .ais-Hits-item .ais-Hits-item-inner,
.ais-Hits-list .ais-InfiniteHits-item .ais-Hits-item-inner,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-Hits-item-inner {
  height: 100%;
}
.ais-Hits-list .ais-Hits-item .result-wrapper,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  width: 100%;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.ais-Hits-list .ais-Hits-item .result-wrapper:hover,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper:hover,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper:hover,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.ais-Hits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail {
  position: relative;
}
.ais-Hits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .image,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .image,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .image,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .image,
.ais-Hits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .no-image,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .no-image,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .no-image,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .no-image {
  opacity: 0;
}
.ais-Hits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .hover,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .hover,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .hover,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper:hover .ais-product-info .ais-product-info__thumbnail.has-hover .hover {
  opacity: 1;
}
.ais-Hits-list .ais-Hits-item .result-wrapper .span-preferred-text,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper .span-preferred-text,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper .span-preferred-text,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper .span-preferred-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 6px;
}
.ais-Hits-list .ais-Hits-item .result-wrapper .product_brand,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper .product_brand,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper .product_brand,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper .product_brand {
  max-width: 80px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  padding: 15px;
  border-radius: 3px;
}
.ais-Hits-list .ais-Hits-item .result-wrapper .add-to-fav-list-container,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper .add-to-fav-list-container,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper .add-to-fav-list-container,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper .add-to-fav-list-container {
  top: 40px;
  right: 15px;
}
.ais-Hits-list .ais-Hits-item .result-wrapper .ais-product-info,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper .ais-product-info,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper .ais-product-info,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper .ais-product-info {
  flex-shrink: 0;
}
.ais-Hits-list .ais-Hits-item .result-wrapper .ais-product-info .hover,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper .ais-product-info .hover,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper .ais-product-info .hover,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper .ais-product-info .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .ais-product__options,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .ais-product__options,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .ais-product__options,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .ais-product__options,
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .ais-product-prices,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .ais-product-prices,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .ais-product-prices,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .ais-product-prices {
  display: none;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price {
  background-color: #104470;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  padding: 8px 13px;
  position: relative;
  text-transform: uppercase;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price::after,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price::after,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price::after,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price::after {
  background: url('../../frontend/YesMed/default/en_AU/images/loader-2.gif') center no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price.loading,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price.loading,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price.loading,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price.loading {
  font-size: 0;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price.loading::after,
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price .action.click-for-price.loading::after,
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price.loading::after,
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price .action.click-for-price.loading::after {
  display: block;
}
.ais-Hits-list .ais-Hits-item .result-wrapper.click-for-price form[data-role="tocart-form"],
.ais-InfiniteHits-list .ais-Hits-item .result-wrapper.click-for-price form[data-role="tocart-form"],
.ais-Hits-list .ais-InfiniteHits-item .result-wrapper.click-for-price form[data-role="tocart-form"],
.ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper.click-for-price form[data-role="tocart-form"] {
  display: none !important;
}
.ais-Hits-list .ais-Hits-item .ais-product-info__thumbnail,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-info__thumbnail,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-info__thumbnail,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-info__thumbnail {
  min-height: 195px;
}
.ais-Hits-list .ais-Hits-item .product-title,
.ais-InfiniteHits-list .ais-Hits-item .product-title,
.ais-Hits-list .ais-InfiniteHits-item .product-title,
.ais-InfiniteHits-list .ais-InfiniteHits-item .product-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  color: #434342;
  text-decoration: none;
  font-weight: 300;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.ais-Hits-list .ais-Hits-item .product-title > a,
.ais-InfiniteHits-list .ais-Hits-item .product-title > a,
.ais-Hits-list .ais-InfiniteHits-item .product-title > a,
.ais-InfiniteHits-list .ais-InfiniteHits-item .product-title > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku {
  color: #434342;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku:not(:first-child),
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku:not(:first-child),
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku:not(:first-child),
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku:not(:first-child) {
  display: none;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku-label,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku-label,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku-label,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku-label {
  display: inline;
  font-weight: 300;
  text-transform: uppercase;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku-value,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku-value,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku-value,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku-value {
  font-weight: bold;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock:before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock:before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock:before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock .stock-label,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock .stock-label,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock .stock-label,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock .stock-label {
  margin-right: 6px;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.available:before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.available:before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.available:before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.available:before {
  background-color: #15a33b;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.unavailable:before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.unavailable:before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.unavailable:before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.unavailable:before,
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.outofstock:before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.outofstock:before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.outofstock:before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.outofstock:before {
  background-color: #fa7f0e;
}
.ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.no-eta:before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-stock.no-eta:before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.no-eta:before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock.no-eta:before {
  background-color: red;
}
.ais-Hits-list .ais-Hits-item .ais-product__options,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__options,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__options,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options {
  margin: 10px auto 0 auto;
}
.ais-Hits-list .ais-Hits-item .ais-product__options select,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__options select,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__options select,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options select {
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.16);
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  border: none;
  background: #ffffff url('../../frontend/YesMed/default/en_AU/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 40px;
}
.ais-Hits-list .ais-Hits-item .ais-product__options-price-wrapper,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__options-price-wrapper,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 48px;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.ais-Hits-list .ais-Hits-item .ais-product__options-price-wrapper .call-to-login,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__options-price-wrapper .call-to-login,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper .call-to-login,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper .call-to-login {
  margin-top: 15px;
}
.ais-Hits-list .ais-Hits-item .ais-product__options-price-wrapper .call-to-login::before,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__options-price-wrapper .call-to-login::before,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper .call-to-login::before,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper .call-to-login::before {
  bottom: -10px;
}
.ais-Hits-list .ais-Hits-item .ais-product__actions-qty,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__actions-qty,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__actions-qty,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__actions-qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ais-Hits-list .ais-Hits-item .ais-product__qty,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__qty,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__qty,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__qty {
  width: 50%;
}
.ais-Hits-list .ais-Hits-item .qty-input-wrapper,
.ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper,
.ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper,
.ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #5f5f5f;
  border-radius: 5px;
  text-align: center;
  color: #5f5f5f;
  font-size: 16px;
}
.ais-Hits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
.ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
.ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn,
.ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn {
  min-width: 28px;
  height: 100%;
  cursor: pointer;
}
.ais-Hits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn.minus-qty,
.ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn.minus-qty,
.ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn.minus-qty,
.ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn.minus-qty {
  border-right: 1px solid #5f5f5f;
}
.ais-Hits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn.plus-qty,
.ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn.plus-qty,
.ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn.plus-qty,
.ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn.plus-qty {
  border-left: 1px solid #5f5f5f;
}
.ais-Hits-list .ais-Hits-item .qty-input-wrapper .input-text,
.ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .input-text,
.ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text,
.ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text {
  text-align: center;
  border: none;
  color: #5f5f5f;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  padding: 0;
}
.ais-Hits-list .ais-Hits-item .ais-product__action,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__action,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__action,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action {
  width: 50%;
}
.ais-Hits-list .ais-Hits-item .ais-product__action .action.tocart,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__action .action.tocart,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__action .action.tocart,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart {
  font-size: 12px;
  font-weight: 300;
  border-radius: 5px;
  background: #104470;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  position: relative;
  text-transform: none;
  padding: 0 3px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.ais-Hits-list .ais-Hits-item .ais-product__action .action.tocart::after,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__action .action.tocart::after,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__action .action.tocart::after,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart::after {
  content: '';
  display: block;
  background-image: url('../../frontend/YesMed/default/en_AU/images/shopping-cart-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.ais-Hits-list .ais-Hits-item .ais-product__action .action.tocart.added::after,
.ais-InfiniteHits-list .ais-Hits-item .ais-product__action .action.tocart.added::after,
.ais-Hits-list .ais-InfiniteHits-item .ais-product__action .action.tocart.added::after,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart.added::after {
  background-image: url('../../frontend/YesMed/default/en_AU/images/tick.svg');
}
.ais-Hits-list .ais-Hits-item .ais-product-prices,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-prices,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-prices,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices {
  color: #434342;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ais-Hits-list .ais-Hits-item .ais-product-prices > *,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-prices > *,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-prices > *,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices > * {
  flex-basis: 50%;
}
.ais-Hits-list .ais-Hits-item .ais-product-prices-group-title,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group-title,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group-title,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group-title {
  font-weight: bold;
  white-space: nowrap;
}
.ais-Hits-list .ais-Hits-item .ais-product-prices-list,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-list,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-list,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-list {
  font-weight: 300;
}
.ais-Hits-list .ais-Hits-item .ais-product-prices-list .ais-product-prices-item.usually,
.ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-list .ais-product-prices-item.usually,
.ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-list .ais-product-prices-item.usually,
.ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-list .ais-product-prices-item.usually {
  text-decoration: line-through;
}
.algolia-instant-results-wrapper .algolia-infos {
  color: #434342;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .sort-by-label {
  margin-right: 5px;
}
.algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .ais-SortBy-select {
  background: #ffffff url('../../frontend/YesMed/default/en_AU/images/select-bg.svg') no-repeat 100% 45%;
  background-size: contain;
  border-radius: 3px;
  font-weight: bold;
  background-size: 40px;
  padding: 10px 20px;
  border: none;
}
.algolia-instant-results-wrapper .algolia-infos .ais-Stats {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .algolia-instant-results-wrapper .algolia-infos {
    padding: 20px 40px;
    background-color: #f9f9f9;
    margin: 0 -20px;
  }
  .algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .sort-by-label {
    font-size: 12px;
  }
  .algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .ais-SortBy-select {
    height: 34px;
    min-width: 180px;
    font-size: 14px;
    line-height: 14px;
  }
  .algolia-instant-results-wrapper .algolia-infos .ais-Stats {
    display: none;
  }
  .ais-Hits {
    margin-top: 15px;
  }
  .ais-InfiniteHits {
    margin-top: 15px;
    padding: 5px 20px;
  }
  .ais-Hits-list,
  .ais-InfiniteHits-list {
    gap: 15px;
  }
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/3) - ((3 - 1) * 15px) / 3);
  }
  .ais-Hits-list .ais-Hits-item .result-wrapper,
  .ais-InfiniteHits-list .ais-Hits-item .result-wrapper,
  .ais-Hits-list .ais-InfiniteHits-item .result-wrapper,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper {
    padding: 15px;
    padding-top: 35px;
  }
  .ais-Hits-list .ais-Hits-item .product-title,
  .ais-InfiniteHits-list .ais-Hits-item .product-title,
  .ais-Hits-list .ais-InfiniteHits-item .product-title,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .product-title {
    font-size: 12px;
    margin: 10px 0 0 0;
    line-height: 1.3;
    text-align: left;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-info,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-info,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-info,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-info {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-info__thumbnail,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-info__thumbnail,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-info__thumbnail,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-info__thumbnail {
    width: 40%;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-info__content,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-info__content,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-info__content,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-info__content {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-stock-detail,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail {
    text-align: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku {
    font-size: 10px;
    letter-spacing: 0.4px;
    opacity: 0.42;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__options select,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options select,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options select,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options select {
    font-size: 12px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    letter-spacing: 0.24px;
    font-size: 12px;
    margin: 0 -15px;
    padding: 10px 15px;
    border-top: 1px solid #ebebeb;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices:last-child,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices:last-child,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices:last-child,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group.price-group,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group.price-group,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group.price-group,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group.price-group {
    width: 60%;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group.qty-group,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group.qty-group,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group.qty-group,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group.qty-group {
    width: 40%;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group.qty-group .ais-product-prices-list,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group.qty-group .ais-product-prices-list,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group.qty-group .ais-product-prices-list,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group.qty-group .ais-product-prices-list {
    margin-left: 10px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-list,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-list,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-list,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-list {
    margin: 0 auto;
  }
  .ais-Hits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
  .ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
  .ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn {
    line-height: 42px;
  }
  .ais-Hits-list .ais-Hits-item .qty-input-wrapper .input-text,
  .ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .input-text,
  .ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text {
    height: 42px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__action .action.tocart,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__action .action.tocart,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__action .action.tocart,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart {
    line-height: 44px;
    height: 44px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__actions-qty {
    margin-top: 15px;
  }
  .ais-Hits-list .ais-Hits-item .add-to-fav-list-container,
  .ais-InfiniteHits-list .ais-Hits-item .add-to-fav-list-container,
  .ais-Hits-list .ais-InfiniteHits-item .add-to-fav-list-container,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .add-to-fav-list-container {
    height: 24px;
    width: 24px;
    top: 35px;
    right: 10px;
  }
  .ais-Hits-list .ais-Hits-item .add-to-fav-list-container:before,
  .ais-InfiniteHits-list .ais-Hits-item .add-to-fav-list-container:before,
  .ais-Hits-list .ais-InfiniteHits-item .add-to-fav-list-container:before,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .add-to-fav-list-container:before {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/2) - ((2 - 1) * 15px) / 2);
  }
}
@media screen and (max-width: 578px) {
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/1) - ((1 - 1) * 15px) / 1);
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item .product-title {
    font-size: 14px;
    height: 100px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-stock {
    font-size: 12px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices {
    font-size: 14px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ais-Hits-list .ais-Hits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options,
  .ais-Hits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__actions-qty {
    max-width: 270px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__actions-qty {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .algolia-instant-results-wrapper .algolia-infos {
    padding: 15px 0;
  }
  .algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .sort-by-label {
    font-size: 16px;
  }
  .algolia-instant-results-wrapper .algolia-infos .algolia-sorts-block-wrapper .ais-SortBy-select {
    height: 52px;
    min-width: 210px;
    font-size: 16px;
    line-height: 16px;
  }
  .ais-Hits-list,
  .ais-InfiniteHits-list {
    gap: 35px;
  }
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/2) - ((2 - 1) * 35px) / 2);
  }
  .ais-Hits-list .ais-Hits-item .result-content,
  .ais-InfiniteHits-list .ais-Hits-item .result-content,
  .ais-Hits-list .ais-InfiniteHits-item .result-content,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-content {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ais-Hits-list .ais-Hits-item .result-wrapper,
  .ais-InfiniteHits-list .ais-Hits-item .result-wrapper,
  .ais-Hits-list .ais-InfiniteHits-item .result-wrapper,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-wrapper {
    padding: 20px;
    padding-top: 40px;
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content.show-loader.show-price,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content.show-loader.show-price,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price {
    position: relative;
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content.show-loader.show-price:before,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content.show-loader.show-price:before,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:before,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:before,
  .ais-Hits-list .ais-Hits-item .result-sub-content.show-loader.show-price:after,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content.show-loader.show-price:after,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:after,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content.show-loader.show-price:before,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content.show-loader.show-price:before,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:before,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:before {
    background: rgba(255, 255, 255, 0.5);
  }
  .ais-Hits-list .ais-Hits-item .result-sub-content.show-loader.show-price:after,
  .ais-InfiniteHits-list .ais-Hits-item .result-sub-content.show-loader.show-price:after,
  .ais-Hits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:after,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .result-sub-content.show-loader.show-price:after {
    background: url('../../frontend/YesMed/default/en_AU/images/preloader_spinner_white.gif') no-repeat 50% 10px;
    background-size: 50px;
  }
  .ais-Hits-list .ais-Hits-item .product-title,
  .ais-InfiniteHits-list .ais-Hits-item .product-title,
  .ais-Hits-list .ais-InfiniteHits-item .product-title,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .product-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-stock-detail,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-stock-detail .ais-product-sku,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-stock-detail .ais-product-sku {
    letter-spacing: 0.52px;
    font-size: 13px;
    text-align: left;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options {
    min-height: 50px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__options select,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options select,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options select,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options select {
    font-size: 14px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__options-price-wrapper,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__options-price-wrapper,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__options-price-wrapper {
    height: 100%;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices {
    letter-spacing: 0.56px;
    font-size: 14px;
    margin-top: auto;
    gap: 10px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices:first-child,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices:first-child,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices:first-child,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices:first-child {
    padding-top: 20px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group.price-group,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group.price-group,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group.price-group,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group.price-group,
  .ais-Hits-list .ais-Hits-item .ais-product-prices-group.usually-price,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product-prices-group.usually-price,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product-prices-group.usually-price,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product-prices-group.usually-price {
    margin-left: auto;
  }
  .ais-Hits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
  .ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .ais-qty-btn,
  .ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .ais-qty-btn {
    line-height: 35px;
  }
  .ais-Hits-list .ais-Hits-item .qty-input-wrapper .input-text,
  .ais-InfiniteHits-list .ais-Hits-item .qty-input-wrapper .input-text,
  .ais-Hits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .qty-input-wrapper .input-text {
    height: 35px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__action .action.tocart,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__action .action.tocart,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__action .action.tocart,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__action .action.tocart {
    height: 37px;
    line-height: 37px;
  }
  .ais-Hits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-Hits-item .ais-product__actions-qty,
  .ais-Hits-list .ais-InfiniteHits-item .ais-product__actions-qty,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .ais-product__actions-qty {
    margin-top: 25px;
  }
  .ais-Hits-list .ais-Hits-item .add-to-fav-list-container,
  .ais-InfiniteHits-list .ais-Hits-item .add-to-fav-list-container,
  .ais-Hits-list .ais-InfiniteHits-item .add-to-fav-list-container,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .add-to-fav-list-container {
    height: 45px;
    width: 45px;
  }
  .ais-Hits-list .ais-Hits-item .add-to-fav-list-container:before,
  .ais-InfiniteHits-list .ais-Hits-item .add-to-fav-list-container:before,
  .ais-Hits-list .ais-InfiniteHits-item .add-to-fav-list-container:before,
  .ais-InfiniteHits-list .ais-InfiniteHits-item .add-to-fav-list-container:before {
    height: 22px;
    width: 22px;
  }
  .ais-result-grid-container {
    width: calc(100% - 295px);
  }
  .ais-result-wrapper-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1261px) {
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/3) - ((3 - 1) * 35px) / 3);
  }
  .ais-result-grid-container {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1440px) {
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/4) - ((4 - 1) * 35px) / 4);
  }
}
@media screen and (min-width: 1670px) {
  .ais-result-grid-container {
    width: calc(100% - 350px);
  }
  .ais-Hits-list .ais-Hits-item,
  .ais-InfiniteHits-list .ais-Hits-item,
  .ais-Hits-list .ais-InfiniteHits-item,
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100%/5) - ((5 - 1) * 35px) / 5);
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-Hits-item-inner .result-sub-content .ais-product__qty input.input-text.qty {
    font-family: 'Manrope', sans-serif;
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    margin-top: 15px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item:first-child {
    margin-top: 0;
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .ais-InfiniteHits-list .ais-InfiniteHits-item {
    margin-top: 15px;
  }
  .ais-InfiniteHits-list .ais-InfiniteHits-item:first-child {
    margin-top: 0;
  }
}
body.account.backorder_page .page-main .page-title-wrapper .page-title:after {
  display: none;
}
body.account.backorder_page .page-main .page-title-wrapper .page-title span {
  display: inline-block;
  position: relative;
}
body.account.backorder_page .page-main .page-title-wrapper .page-title span:after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 5px;
  background: #104470;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 2;
}
body.account.backorder_page .page-main .backorder-main {
  position: relative;
}
body.account.backorder_page .page-main .backorder-main .page-head {
  position: absolute;
  top: -60px;
  right: 50px;
  font-size: 20px;
}
body.account.backorder_page .page-main .backorder-main .page-head .search-backorder {
  display: flex;
  align-items: center;
}
body.account.backorder_page .page-main .backorder-main .page-head .search-backorder input {
  background: #f4f4f4;
  border-radius: 23.5px;
  border: 1.5px solid #f3f3f3;
  color: #626262;
  font-size: 17px;
  font-weight: 400;
  height: 47px;
  line-height: 18px;
  padding: 0 50px;
  width: 300px;
}
body.account.backorder_page .page-main .backorder-main .page-head .search-backorder .action-box button {
  background: transparent;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 7px;
  padding: 0;
}
body.account.backorder_page .page-main .backorder-main .backorders-table {
  margin: 40px 50px;
  max-width: calc(100% - 100px);
  width: 100%;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #29292A;
  border-bottom: 1px solid #104470;
  padding: 6px 10px;
  padding-left: 0;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th:not(:first-child) {
  padding-left: 10px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th:last-child {
  padding-right: 0;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th[data-sort-enable="true"],
body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image {
  cursor: pointer;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th[data-sort-enable="true"] span,
body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image span {
  position: relative;
  display: inline-block;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th[data-sort-enable="true"] span:before,
body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #104470;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table thead th[data-sort-enable="true"] span:after,
body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #104470;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -6px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr.has-switch {
  border-bottom: none;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr.has-switch td {
  border-bottom: none;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
  padding-left: 0;
  vertical-align: middle;
  border-bottom: .5px solid #CECECE;
  font-size: 14px;
  line-height: 22px;
  color: #545453;
  font-weight: 300;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image {
  text-align: center;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product {
  padding: 0;
  position: relative;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product:before {
  position: absolute;
  content: '';
  display: block;
  top: -13px;
  right: 50%;
  width: 45px;
  height: 45px;
  z-index: 11;
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/green-arrow.svg') no-repeat center;
  background-size: contain;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .label-preferred-choice {
  position: absolute;
  left: 35px;
  color: white;
  background-color: #104470;
  font-size: 10px;
  line-height: 12px;
  border-radius: 0 0 5px 5px;
  padding: 7px 15px 6px;
  text-transform: initial;
  z-index: 11;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content {
  align-items: center;
  background-color: #f5f5f5;
  border: 1px dashed #C2C2C2;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 10px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content {
  align-items: center;
  display: flex;
  padding-top: 20px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content > * {
  padding: 0 15px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-image {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 5px 6px 6px rgba(41, 41, 42, 0.1);
  margin-right: 10px;
  padding: 10px 25px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-image a,
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-image img {
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-name {
  font-size: 12px;
  line-height: 16px;
  min-width: 160px;
  text-align: left;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-name a {
  color: #545453;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom {
  display: block;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container {
  padding-right: 25px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form {
  display: block;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;
  height: auto;
  padding: 15px 100px;
  text-transform: uppercase;
  width: auto;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 26px;
  padding-right: 30px;
  position: relative;
  width: auto;
  white-space: nowrap;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span:after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/add-to-cart.svg') no-repeat center;
  background-size: contain;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span strong {
  font-family: 'Gotham-Bold', sans-serif;
}
body.account.backorder_page .page-main .backorders-not-found {
  margin: 30px 50px;
}
body.account.backorder_page .page-main .backorders-not-found a {
  color: #104470;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.account.backorder_page .columns .column.main {
    padding-bottom: 91px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number {
    width: 12%;
    text-align: left;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_reference {
    width: 13%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.sku {
    width: 10%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image {
    width: 10%;
    text-align: center;
    cursor: pointer;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.product_name {
    width: 35%;
    text-align: left;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.product_name span {
    display: none !important;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.qty {
    width: 8%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_number,
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    text-align: left;
  }
}
@media screen and (max-width: 991.98px) {
  body.account.backorder_page .page-main .page-title-wrapper .back_url {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title {
    max-width: 416px;
    width: 100%;
    border-bottom: none;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span {
    width: 100%;
    font-size: 18px;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span:after {
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .page-head {
    position: static;
    margin: 20px 15px 0;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder {
    justify-content: center;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder input {
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .page-head .search-backorder .action-box button {
    right: 35px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table {
    margin: 40px 15px;
    max-width: calc(100% - 30px);
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th {
    font-size: 15px;
    line-height: 20px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image img {
    min-width: 68px;
  }
  body.account.backorder_page .page-main .backorders-not-found {
    margin: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before {
    right: -5px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::after {
    right: -5px;
  }
}
@media screen and (max-width: 767.98px) {
  body.account.backorder_page .page-main .page-title-wrapper .page-title span {
    text-transform: uppercase;
  }
  body.account.backorder_page .page-main .page-title-wrapper .page-title span:after {
    bottom: -5px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table {
    margin: 40px 0;
    max-width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr {
    display: inline-block;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th {
    display: block;
    width: calc(100%/3);
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.sku,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.order_reference,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.qty,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.image {
    display: none;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.product_name {
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th.product_name span {
    display: inline-block;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th:last-child {
    padding-right: 14px;
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: .5px solid #CECECE;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    display: block;
    width: calc(100%/3);
    float: left;
    border-bottom: none;
    padding: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
    border-bottom: 0;
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.image img {
    min-width: 34px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0;
    text-align: center;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku::before {
    content: attr(data-th) ":";
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference {
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    left: 0;
    border-bottom: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference::before {
    content: attr(data-th) ":";
    font-weight: 600;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty {
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    right: 0;
    border-bottom: 0;
    font-size: 14px;
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty::before {
    content: attr(data-th) ":";
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    color: #29292A;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.due_date {
    text-align: right;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product {
    padding: 0 15px;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product:before {
    width: 45px;
    right: 50px;
    top: -13px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .label-preferred-choice {
    left: 35px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 30px 15px 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-image {
    margin: 0;
    padding: 5px 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
    min-width: unset;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin-top: 15px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container {
    padding: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead tr th {
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    padding-bottom: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td {
    font-size: 12px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.order_reference::before {
    font-size: 13px;
    line-height: 16px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku {
    font-size: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.sku::before {
    font-size: 10px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.product_name {
    padding-left: 0;
    padding-right: 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty {
    font-size: 14px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.qty::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 369.98px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before {
    right: 5px;
    margin-top: -7px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::after {
    right: 5px;
    margin-top: -17px;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.order_number[data-sort-enable="true"] span::before,
  body.account.backorder_page .page-main .backorder-main .backorders-table thead th.image span::before {
    bottom: 25px;
  }
}
.reports-list-name {
  border-bottom: 1px solid #104470;
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  padding: 0 30px 5px;
}
.reports-list-items {
  list-style: none;
  padding: 0;
}
.reports-list-item {
  border-bottom: 1px solid #999999;
  margin: 0;
  padding: 0 30px;
}
.reports-list-link {
  color: #5D5D5D;
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .reports-list-name,
  .reports-list-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .reports-list-name {
    font-size: 18px;
    margin-top: 60px;
  }
  .reports-list-link {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .reports-list-name,
  .reports-list-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.reports-details {
  margin-top: 40px;
  padding: 0 30px;
}
.reports-details-nav {
  align-items: center;
  display: flex;
  gap: 40px;
}
.reports-details-view-by {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.reports-details-tabs {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reports-details-tab {
  margin: 0;
}
.reports-details-link {
  border: 1px solid #707070;
  border-radius: 30px;
  color: #545453;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 30px;
}
.reports-details-link.active {
  background: #22c6eb;
  border: 1px solid #22c6eb;
  color: #ffffff;
}
.reports-details-content iframe {
  height: 100vh;
  width: 100%;
}
@media (min-width: 768px) {
  .reports-details {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .reports-details {
    padding: 0 50px;
  }
  .reports-details-content iframe {
    height: 100vw;
  }
}
#sticky-col-names {
  display: none;
}
.expiry-date {
  font-size: 12px;
  padding-top: 3px;
  line-height: 20px;
  margin-bottom: 0;
}
body .list-detail-session {
  font-family: 'Manrope', sans-serif;
}
body .list-table thead tr th {
  border-bottom: 1px solid #104470 !important;
}
body.account.favlist-page #sticky-col-names {
  align-items: flex-end;
  background: white;
  border-bottom: 1px solid #104470;
  justify-content: center;
  margin: 0 auto;
}
body.account.favlist-page #sticky-col-names.visible {
  display: flex;
}
body.account.favlist-page #sticky-col-names.invisible {
  display: none;
}
body.account.favlist-page #sticky-col-names > div {
  color: #29292a;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  overflow: visible;
  padding: 10px;
  text-align: center;
}
body.account.favlist-page #sticky-col-names > div.code-amlist,
body.account.favlist-page #sticky-col-names > div.product-name {
  padding-left: 5px;
  text-align: left;
}
body.account.favlist-page #sticky-col-names > div.actions {
  width: 100px;
}
body.account.favlist-page #sticky-col-names > div.suggested-stock-item.invisible {
  opacity: 0 !important;
  width: 20px !important;
}
body.account.favlist-page #sticky-col-names > div.suggested-stock-item .stock_item_tooltip {
  display: none;
}
body.account.favlist-page .page-title {
  font-family: 'Manrope', sans-serif;
  min-width: 412px;
  padding: 0 0 6px;
}
body.account.favlist-page .page-title input {
  border: none;
  font-size: 24px;
  color: #29292a;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  padding-left: 0;
  padding-right: 40px;
  text-transform: initial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 412px;
}
body.account.favlist-page .page-title input[type="text"]::-webkit-input-placeholder {
  color: #9e9e9e;
}
body.account.favlist-page .page-title input[type="text"]::-moz-placeholder {
  color: #9e9e9e;
}
body.account.favlist-page .page-title input[type="text"]:-ms-input-placeholder {
  color: #9e9e9e;
}
body.account.favlist-page .page-title input[type="text"]:-moz-placeholder {
  color: #9e9e9e;
}
body.favlist-page .page-head-top .action-box button {
  background: transparent;
  color: #104470;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  padding-right: 0;
}
body .form-search-favlist {
  width: 100%;
  max-width: 400px;
}
body .form-search-favlist .input-search-item {
  width: 100%;
  font-family: 'Manrope', sans-serif;
}
body .form-search-favlist .input-search-item::-webkit-input-placeholder {
  color: #104470;
}
body .form-search-favlist .input-search-item::-moz-placeholder {
  color: #104470;
}
body .form-search-favlist .input-search-item:-ms-input-placeholder {
  color: #104470;
}
body .form-search-favlist .input-search-item:-moz-placeholder {
  color: #104470;
}
body .form-search-favlist .search-list-item-amlist {
  width: 100%;
  padding: 0;
}
body .form-search-favlist button.btn-search-item {
  right: 20px;
}
body #list-content .empty-list {
  margin-top: 30px;
}
body #amlist-table tr.ui-sortable-helper th.code-amlist,
body #amlist-table tr.ui-sortable-helper td.code-amlist,
body #amlist-table tr.ui-sortable-helper th.image-item,
body #amlist-table tr.ui-sortable-helper td.image-item,
body #amlist-table tr.ui-sortable-helper th.stat,
body #amlist-table tr.ui-sortable-helper td.stat,
body #amlist-table tr.ui-sortable-helper th.suggested-stock-item,
body #amlist-table tr.ui-sortable-helper td.suggested-stock-item,
body #amlist-table tr.ui-sortable-helper th.outer-carton-wrapper,
body #amlist-table tr.ui-sortable-helper td.outer-carton-wrapper,
body #amlist-table tr.ui-sortable-helper th.incart-wrapper,
body #amlist-table tr.ui-sortable-helper td.incart-wrapper,
body #amlist-table tr.ui-sortable-helper th.qty-wrapper,
body #amlist-table tr.ui-sortable-helper td.qty-wrapper,
body #amlist-table tr.ui-sortable-helper th.amlist-qty,
body #amlist-table tr.ui-sortable-helper td.amlist-qty,
body #amlist-table tr.ui-sortable-helper th.drag-move,
body #amlist-table tr.ui-sortable-helper td.drag-move,
body #amlist-table tr.ui-sortable-helper th.delete,
body #amlist-table tr.ui-sortable-helper td.delete,
body #amlist-table tr.ui-sortable-helper th.assign,
body #amlist-table tr.ui-sortable-helper td.assign {
  width: auto;
}
body #amlist-table tr.ui-sortable-helper td.suggested-stock-item > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body #amlist-table tr.ui-sortable-helper td.suggested-stock-item .stock_item_tooltip {
  display: none;
}
body #amlist-table tr.ui-sortable-helper td.drag-move .drag-move-tooltip {
  display: none;
}
body #amlist-table th.code-amlist,
body #amlist-table td.code-amlist,
body #amlist-table th.image-item,
body #amlist-table td.image-item,
body #amlist-table th.stat,
body #amlist-table td.stat,
body #amlist-table th.suggested-stock-item,
body #amlist-table td.suggested-stock-item,
body #amlist-table th.outer-carton-wrapper,
body #amlist-table td.outer-carton-wrapper,
body #amlist-table th.incart-wrapper,
body #amlist-table td.incart-wrapper,
body #amlist-table th.qty-wrapper,
body #amlist-table td.qty-wrapper,
body #amlist-table th.amlist-qty,
body #amlist-table td.amlist-qty,
body #amlist-table th.drag-move,
body #amlist-table td.drag-move,
body #amlist-table th.delete,
body #amlist-table td.delete,
body #amlist-table th.assign,
body #amlist-table td.assign {
  width: 1%;
  white-space: nowrap;
}
body #amlist-table th.note,
body #amlist-table td.note {
  text-align: center;
}
body #amlist-table th.outer-carton-wrapper,
body #amlist-table td.outer-carton-wrapper {
  white-space: break-spaces;
}
body #amlist-table th {
  vertical-align: bottom;
}
body #amlist-table th.sortable {
  cursor: n-resize;
}
body #amlist-table th.sortable span {
  position: relative;
  display: inline-block;
}
body #amlist-table th.sortable span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #104470;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
body #amlist-table th.sortable span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #104470;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -6px;
}
body #amlist-table thead {
  border-bottom: 1px solid #104470;
}
body #amlist-table thead th {
  color: #29292a;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  line-height: 18px;
  text-transform: inherit;
  vertical-align: bottom;
  text-align: center;
}
body #amlist-table thead th.available,
body #amlist-table thead th.month,
body #amlist-table thead th.outer-carton-wrapper,
body #amlist-table thead th.incart-wrapper,
body #amlist-table thead th.qty-wrapper {
  text-align: center;
}
body #amlist-table thead th.incart-wrapper {
  white-space: nowrap;
}
body #amlist-table thead th.product-name {
  text-align: left;
}
body #amlist-table thead th.product-name,
body #amlist-table thead th.code-amlist {
  padding-left: 5px;
  text-align: left;
}
body #amlist-table thead th.product-name span,
body #amlist-table thead th.code-amlist span {
  display: inline-block;
  position: relative;
}
body #amlist-table thead th.suggested-stock-item,
body #amlist-table thead th.outer-carton-wrapper {
  max-width: 65px;
  white-space: normal;
}
body #amlist-table tbody:first-child tr.group-title td.switch-product:before {
  display: none;
}
body #amlist-table tbody tr {
  border-bottom: 1px solid #cecece;
}
body #amlist-table tbody tr.has-switch td {
  padding-bottom: 20px;
}
body #amlist-table tbody tr.switch {
  background: #E9E9E9;
}
body #amlist-table tbody tr.switch .favlist-form {
  float: left;
}
body #amlist-table tbody tr.switch td.code-amlist {
  position: relative;
}
body #amlist-table tbody tr.switch td.code-amlist:before {
  position: absolute;
  content: "";
  display: block;
  top: -24px;
  right: -65px;
  width: 45px;
  height: 45px;
  z-index: 11;
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/green-arrow.svg') no-repeat center;
  background-size: contain;
}
body #amlist-table tbody tr.group-title td.group-move {
  background: #f5f5f5;
  text-align: left;
  position: relative;
}
body #amlist-table tbody tr.group-title td.group-move:before,
body #amlist-table tbody tr.group-title td.group-move:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  background: #f5f5f5;
  top: 0;
}
body #amlist-table tbody tr.group-title td.group-move:before {
  left: -50px;
}
body #amlist-table tbody tr.group-title td.group-move:after {
  right: -50px;
}
body #amlist-table tbody tr.group-title td.group-move .group .remove-group {
  height: 30px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  width: 30px;
}
body #amlist-table tbody tr.group-title td.group-move .group .remove-group:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body #amlist-table tbody tr.group-title td.group-move .group .toggle-group {
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  width: 30px;
  text-align: center;
}
body #amlist-table tbody tr.group-title td.group-move .group .toggle-group:before {
  content: '\f107';
  color: #104470;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 35px;
  margin-top: 5px;
}
body #amlist-table tbody tr.group-title td.group-move .group .toggle-group.active::before {
  content: '\f106';
}
body #amlist-table tbody tr.group-title h4 {
  display: inline;
  font-weight: 500;
  color: #104470;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  margin-right: 18px;
  text-transform: capitalize;
}
body #amlist-table tbody tr.group-title h4:before {
  content: "";
  background: #6ebd48;
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
body #amlist-table tbody tr.group-title h4:hover .rename-group {
  opacity: 1;
  visibility: visible;
}
body #amlist-table tbody tr.group-title .rename-group {
  color: #104470;
  opacity: 0;
  visibility: hidden;
  margin-left: 18px;
}
body #amlist-table tbody tr.group-title .remove-group {
  float: right;
  color: #104470;
}
body #amlist-table tbody tr.has-switch {
  border-bottom: none;
}
body #amlist-table tbody tr .note-section {
  position: relative;
  text-transform: none;
}
body #amlist-table tbody tr .note-section .toggle-note {
  width: 20px;
  height: 20px;
  font-size: 0;
  display: block;
  position: relative;
}
body #amlist-table tbody tr .note-section .toggle-note::before {
  content: '\f15b';
  color: #104470;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
}
body #amlist-table tbody tr .note-section .toggle-note::after {
  content: '+';
  width: 4px;
  height: 4px;
  display: block;
  color: #FFF;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  body #amlist-table tbody tr .note-section .toggle-note {
    margin: 0 auto;
  }
}
body #amlist-table tbody tr .note-section .clear {
  width: 18px;
  height: 18px;
  font-size: 0;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9;
}
body #amlist-table tbody tr .note-section .clear::before {
  content: '\f057';
  color: #104470;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
}
body #amlist-table tbody tr .note-section .actions {
  text-align: right;
}
body #amlist-table tbody tr .note-section .actions .action {
  width: 20px;
  height: 20px;
  font-size: 0;
  display: inline-block;
  margin: 10px 0 0 10px;
}
body #amlist-table tbody tr .note-section .actions .action::before {
  content: '\f0c7';
  color: #104470;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
  float: left;
}
body #amlist-table tbody tr .note-section .actions .action.delete::before {
  content: '';
  background: url(../../frontend/YesMed/default/en_AU/Astir_FavList/images/remove-group.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 22px;
}
body #amlist-table tbody tr .note-section .note-container {
  position: absolute;
  width: 200px;
  top: 25px;
  right: 0;
  box-shadow: 0 -1px 10px 7px #eeeeee;
  border-radius: 5px;
  background: #FFF;
  padding: 10px;
  z-index: 9;
}
body #amlist-table tbody tr .note-section p {
  text-align: left;
  font-size: 14px;
}
body #amlist-table tbody tr .note-section .content-box {
  position: relative;
}
body #amlist-table tbody tr .note-section .content-box label {
  font-size: 15px;
  text-align: left;
  width: 100%;
  display: block;
  position: absolute;
  top: 9px;
  left: 11px;
  color: #545453;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body #amlist-table tbody tr .note-section .content-box textarea {
  margin: 0;
  font-size: 15px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px 20px 10px 10px;
  color: #545453;
  outline: 0;
  position: relative;
  z-index: 2;
}
body #amlist-table tbody tr .note-section .content-box textarea:focus {
  outline: 2px solid #104470;
  border-color: #104470;
}
body #amlist-table tbody tr .note-section .content-box.focus label {
  font-size: 11px;
  top: -5px;
  color: #104470;
}
body #amlist-table tbody tr .note-section.notted .toggle-note::before {
  content: '\f15c';
}
body #amlist-table tbody tr .note-section.notted .toggle-note::after {
  display: none;
}
body #amlist-table tbody.groups:first-child tr.group-space {
  display: none;
}
body #amlist-table tbody.groups:not(:last-child) tr:last-child {
  border: none;
}
body #amlist-table tbody.groups:not(:first-child) tr th.switch-product {
  border-radius: 0;
  background: transparent;
  position: relative;
  font-size: 0;
}
body #amlist-table tbody.groups:not(:first-child) tr th.switch-product:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
  box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
body #amlist-table tbody.groups tr:first-child {
  border: none;
  display: none;
}
body #amlist-table tbody.groups tr.first {
  border-top: none;
  border-bottom: 1px solid #104470;
}
body #amlist-table tbody.groups tr.first th {
  padding-top: 40px;
}
body #amlist-table tbody.groups tr.first th.available,
body #amlist-table tbody.groups tr.first th.qty-wrapper {
  text-align: center;
}
body #amlist-table tbody.groups:not(.active ) tr:not(.group-title) {
  display: none !important;
}
body #amlist-table tbody.groups:not(.active ).ui-sortable-helper tr {
  display: grid;
}
body #amlist-table td {
  color: #545453;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  padding: 15px 5px;
}
body #amlist-table td.price {
  color: #104470;
  font-weight: bold;
}
body #amlist-table td.product-name-amlist .product_name {
  font-size: 12px;
  font-weight: 400;
}
body #amlist-table td.product-name-amlist a:hover {
  color: #104470;
}
body #amlist-table td.image-item img {
  width: 100%;
  min-width: 75px;
  max-width: 80px;
  max-height: 65px;
  object-fit: contain;
}
body #amlist-table td.image-item,
body #amlist-table td.switch-product .switch-image {
  position: relative;
}
body #amlist-table td.image-item:hover .price-item,
body #amlist-table td.switch-product .switch-image:hover .price-item {
  visibility: visible;
  opacity: 1;
  left: 82%;
}
body #amlist-table td.image-item .price-item,
body #amlist-table td.switch-product .switch-image .price-item {
  width: auto;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  background: #104470;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
body #amlist-table td.image-item .price-item:before,
body #amlist-table td.switch-product .switch-image .price-item:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  left: -10px;
  position: absolute;
  color: #104470;
  font-weight: 700;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}
body #amlist-table td.suggested-stock-item {
  padding: 20px 0;
}
body #amlist-table td.suggested-stock-item input {
  color: #cecece;
  border-color: #cecece;
  border-radius: 8px;
  height: 49px;
  width: 60px;
  line-height: 49px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body #amlist-table td.a-center {
  font-size: 16px;
  font-weight: 300;
}
body #amlist-table td.column-switch-row {
  padding: 10px 25px;
  width: 165px;
}
body #amlist-table td.column-switch-row.no-result {
  width: auto;
}
body #amlist-table td.drag-move {
  width: 30px;
}
body #amlist-table td.drag-move .ui-sortable-handle {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
body #amlist-table td.drag-move .drag-move-tooltip {
  overflow: visible;
}
body #amlist-table td.delete {
  width: 30px;
}
body #amlist-table td.delete .delete-link {
  color: #707070;
  display: block;
  text-align: center;
  text-transform: none;
}
body #amlist-table td.delete .delete-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-top: 1px;
  width: 16px;
}
body #amlist-table td.delete .delete-link span {
  display: none;
}
body #amlist-table td.assign {
  width: 30px;
}
body #amlist-table td.assign .assign-group-wrapper {
  position: relative;
}
body #amlist-table td.assign .assign-to-group {
  background: none;
  border-radius: 0;
  color: inherit;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
body #amlist-table td.assign .assign-to-group:hover {
  background: none;
  color: inherit;
}
body #amlist-table td.assign .assign-to-group i {
  vertical-align: middle;
}
body #amlist-table td.assign .assign-dropdown-dialog {
  display: none;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 6px #7f7f7f;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99;
}
body #amlist-table td.assign .open-assign-modal {
  background: none;
  border-radius: 0;
  color: inherit;
  font-family: 'Manrope', sans-serif;
  height: auto;
  padding: 10px 20px;
  white-space: nowrap;
}
body #amlist-table td.assign .open-assign-modal:hover {
  background: none;
  color: #104470;
}
body #amlist-table td.product-name-amlist {
  display: table-cell;
}
body #amlist-table td.product-name-amlist a {
  color: #545453;
  display: inline-block;
}
body #amlist-table td.switch-product .label-preferred-choice {
  position: absolute;
  left: 35px;
  color: white;
  background-color: #104470;
  font-size: 10px;
  line-height: 12px;
  border-radius: 0 0 5px 5px;
  padding: 7px 15px 6px;
  text-transform: initial;
  z-index: 11;
}
body #amlist-table td.switch-product .switch-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
body #amlist-table td.switch-product .switch-content .switch-top-content {
  align-items: center;
  display: flex;
  padding-top: 20px;
}
body #amlist-table td.switch-product .switch-content .switch-top-content > * {
  padding: 0 15px;
}
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-sku {
  font-size: 16px;
}
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-image {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 5px 6px 6px rgba(41, 41, 42, 0.1);
  margin-right: 10px;
  padding: 10px 25px;
}
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-image a,
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-image img {
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
}
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-name {
  font-size: 16px;
  line-height: 20px;
  min-width: 160px;
  text-align: left;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
body #amlist-table td.switch-product .switch-content .switch-top-content .switch-name a {
  color: #545453;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom {
  display: block;
  width: 100%;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form {
  display: block;
  width: 100%;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;
  height: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 26px;
  padding-right: 30px;
  position: relative;
  width: auto;
  white-space: nowrap;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span strong {
  font-family: 'Gotham-Bold', sans-serif;
}
body #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap.prefer span {
  font-size: 16px;
  text-align: left;
  white-space: normal;
  min-width: 270px;
}
body #amlist-table td.tag img {
  width: 120px;
  min-width: 120px;
  display: block;
  margin: 0 auto;
}
body #amlist-table .stock-status {
  position: relative;
}
body #amlist-table .stock-status span {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  color: #508b3e;
  display: inline-block;
  background-color: transparent;
  padding: 7px 15px;
  border-radius: 0;
  line-height: 1;
}
body #amlist-table .stock-status span.out-stock {
  color: #eb2228;
}
body #amlist-table .stock-status .in-stock-hover {
  color: #508b3e;
}
body #amlist-table .stock-status .out-stock-hover {
  color: #eb2228;
}
body #amlist-table .stock-status .in-stock-hover,
body #amlist-table .stock-status .out-stock-hover {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
body #amlist-table .stock-status span:hover + .hover-stock {
  display: block;
}
body #amlist-table .suggested-stock-item {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
  height: 0;
  text-indent: -9999px;
  position: relative;
  text-align: center;
}
body #amlist-table .suggested-stock-item > div {
  position: relative;
}
body #amlist-table .suggested-stock-item > div:hover .stock_item_tooltip {
  opacity: 1;
  visibility: visible;
  top: -20px;
}
body #amlist-table .suggested-stock-item .stock_item_tooltip {
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 0;
  color: #545453;
  padding: 0;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body #table-item-detail {
  overflow-x: auto;
}
body #table-item-detail #amlist-table .stock-status {
  text-transform: capitalize;
}
body #table-item-detail #amlist-table .stock-status span {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #545453;
  background-color: #f5f5f5;
  padding: 6px 15px 6px 30px;
  border-radius: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
body #table-item-detail #amlist-table .stock-status span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
body #table-item-detail #amlist-table .stock-status span.available:before {
  background-color: #15a33b;
}
body #table-item-detail #amlist-table .stock-status span.outofstock:before {
  background-color: #fa7f0e;
}
body #table-item-detail #amlist-table .stock-status span.no-eta {
  white-space: normal;
}
body #table-item-detail #amlist-table .stock-status span.no-eta:before {
  background-color: red;
}
body #table-item-detail.active #amlist-table .suggested-stock-item {
  opacity: 1;
  visibility: visible;
  text-indent: inherit;
}
body .drag-move-wrapper {
  position: relative;
  transition: all 0.2s;
}
body .drag-move-wrapper:hover .drag-move-tooltip {
  opacity: 1;
  visibility: visible;
  top: -20px;
}
body .drag-move-wrapper .drag-move-tooltip {
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 0;
  color: #545453;
  padding: 0;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .show-level,
body .group-view,
body .create-group,
body .reset-qty,
body .collapse-all {
  margin-left: 20px;
}
body .show-level a,
body .group-view a,
body .create-group a,
body .reset-qty a,
body .collapse-all a {
  color: #104470;
  padding: 11px 5px;
  border: 2px solid #104470;
  border-radius: 23px;
  font-weight: 600;
  min-width: 170px;
  display: block;
  text-align: center;
}
body .show-level.primary,
body .group-view.primary,
body .create-group.primary,
body .reset-qty.primary,
body .collapse-all.primary {
  margin-left: 27px;
}
body .show-level.primary a,
body .group-view.primary a,
body .create-group.primary a,
body .reset-qty.primary a,
body .collapse-all.primary a {
  background-color: #104470;
  color: white;
}
body .reset-qty a {
  border-color: #f5f5f5;
  color: #29292a;
}
body .reset-qty a:before {
  content: "";
  display: inline-block;
  background-image: url("../../frontend/YesMed/default/en_AU/images/reset-icon.svg");
  height: 22px;
  margin-right: 5px;
  vertical-align: sub;
  width: 22px;
}
body .collapse-all a {
  border-color: #f5f5f5;
  color: #29292a;
}
body .list-search-form {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
}
body .favlist-form .control.qty {
  position: relative;
  display: inline-block;
}
body .favlist-form .control.qty span {
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #5f5f5f;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  width: 28%;
  line-height: 49px;
  top: 49px;
  height: 49px;
  transform: translateY(-100%);
  border-color: #5f5f5f;
}
body .favlist-form .control.qty span.minus-qty {
  left: 0;
  border-right: 1px solid;
}
body .favlist-form .control.qty span.plus-qty {
  right: 0;
  border-left: 1px solid;
}
body .favlist-form .control.qty input {
  width: 90px;
  height: 49px;
  padding: 5px 25px;
  font-size: 19px;
  text-align: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0.5px solid #5f5f5f;
  color: #5f5f5f;
  font-family: 'Manrope', sans-serif, sans-serif;
  font-weight: normal;
}
body .amlist-table .favlist-form button.action.tocart.primary {
  background: #22983c;
  height: 49px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body #table-item-detail #amlist-table tbody.groups tr.group-empty {
  display: none;
}
body #table-item-detail #amlist-table tbody.groups tr.group-empty td.column-empty {
  padding: 24px 0;
}
body #table-item-detail #amlist-table tbody.groups tr.group-empty p {
  margin: 0;
  padding: 27px 10px 21px;
  background: #f5f5f5;
  color: #434342;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
}
body #table-item-detail #amlist-table tbody.groups tr.group-empty p span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
body #table-item-detail #amlist-table tbody.groups tr.group-empty p span:before {
  content: "";
  background: url(../../frontend/YesMed/default/default/Astir_FavList/images/fav-icon-cart.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  background-size: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
body #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty {
  display: table-row;
}
body #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty td {
  padding-bottom: 60px;
}
body #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) {
  border-bottom: none;
}
body #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) td {
  padding-bottom: 50px;
}
body #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty .outer-carton-wrapper:after,
body #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) .outer-carton-wrapper:after,
body #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty .incart-wrapper:after,
body #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) .incart-wrapper:after {
  top: 30%;
}
body #table-item-detail #amlist-table tbody.groups:last-child.g-empty tr.group-empty td,
body #table-item-detail #amlist-table tbody.groups:last-child.have-result tr:nth-last-child(2) td {
  padding-bottom: 0;
}
body .box_add_by_sku {
  margin-top: 30px;
}
body .box_add_by_sku input.input-product-sku {
  border-color: #cecece;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .box_add_by_sku .box_filter {
  position: relative;
  width: calc(100% - 239px);
}
body .box_add_by_sku form label {
  color: #29292a;
  font-size: 16px;
  margin-right: 38px;
  text-transform: inherit;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
body .favlist-form button.action span {
  display: flex;
  width: 16px;
}
body.account .box_add_by_sku form .action {
  background-color: #104470;
  text-transform: uppercase;
  width: 239px;
  height: auto;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
body.account .box_add_by_sku form .action:hover {
  background-color: #104470;
}
body.account .columns .list-detail-session .buttons-set button,
body.account .columns .list-detail-session .buttons-set a.btn-continue {
  background-color: #104470;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 29px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
body.account .columns .list-detail-session .buttons-set button:hover,
body.account .columns .list-detail-session .buttons-set a.btn-continue:hover {
  background-color: #104470;
}
body.account .columns .list-detail-session .buttons-set button.btn-save-all {
  background: #22983c;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
}
body.account .columns .list-detail-session .buttons-set button.btn-save-all img {
  width: 16px;
  margin-right: 3px;
}
body.account .columns .list-detail-session .buttons-set button.btn-update-suggestedstock {
  display: none;
}
body.account .columns .list-detail-session .buttons-set button.btn-update-suggestedstock.active {
  display: inline-block;
}
body .bottom-switch-p {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #104470;
  color: #ffffff;
  padding: 19px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body .bottom-switch-p p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}
body .bottom-switch-p p.saving-title {
  font-weight: 600;
}
body div.switch-sale-icon {
  background-image: url("../../frontend/YesMed/default/en_AU/images/green-arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80px;
  width: 113px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
body div.switch-sale-icon p {
  color: #ffffff;
  margin: 0;
}
body div.switch-sale-icon p.switch-arrow-title {
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  margin-bottom: 3px;
}
body div.switch-sale-icon p.switch-arrow-price {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  margin-left: 10px;
}
body #amlist-table tbody > tr .ui-sortable-handle {
  font-size: 18px;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
body #amlist-table tbody > tr .ui-sortable-handle:hover {
  color: #104470;
  font-size: 22px;
}
body .minicart-items-wrapper .switch-product {
  padding-top: 18px;
}
body .minicart-items-wrapper .switch-content {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Manrope', sans-serif;
  position: relative;
  padding: 0 !important;
}
body .minicart-items-wrapper .switch-content .minicart-form {
  width: 100%;
}
body .minicart-items-wrapper .switch-content h3 {
  display: block;
  background: #104470;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Manrope', sans-serif;
  padding: 11px 18px;
  text-align: right;
  margin: 0;
}
body .minicart-items-wrapper div.switch-sale-icon {
  background: url("../../frontend/YesMed/default/en_AU/images/green-arrow-down_edited.png") no-repeat center;
  position: absolute;
  height: 140px;
  width: 145px;
  min-width: 145px;
  background-size: cover;
  top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
}
body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-title {
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-price {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
}
body .minicart-items .product-item-details {
  padding-left: 160px;
}
body .minicart-wrapper .switch-content .switch-top-content {
  background: #ffffff;
  padding: 24px 18px;
  justify-content: space-between;
}
body .minicart-wrapper .switch-content .switch-top-content .switch-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
body .minicart-wrapper .my_shopping_cart_title {
  text-transform: inherit;
  font-size: 26px;
  line-height: 27px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  background: #f5f4f2;
  padding: 17px 20px;
}
body .minicart-wrapper .action.close {
  left: 0;
  top: 0px;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
}
body .minicart-wrapper .action.close:before {
  width: 30px;
  height: 30px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  background: none;
  font-size: 30px;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
body .minicart-wrapper .action.close:hover:before {
  color: #104470;
}
body .minicart-wrapper .product-item-details .product-item-pricing {
  align-items: center;
}
body .minicart-wrapper .product-item-details .price-container .label,
body .minicart-wrapper .product-item-details .price-container .price {
  color: #545453;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}
body .minicart-wrapper .product-item-details .price-container span {
  color: #545453;
}
body .minicart-wrapper .product-item-details .price-container .subtotal-each-price .label {
  font-size: 16px;
}
body .minicart-wrapper .product-item-details .price-container .subtotal-each-price .price {
  color: #104470;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}
body .minicart-wrapper .product-item-details .details-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
body .minicart-wrapper .product-item-details .details-qty .icon-plus-cart,
body .minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
  position: static;
  transform: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 38px;
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #ffffff;
}
body .minicart-wrapper .product-item-details .details-qty .icon-plus-cart {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body .minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .minicart-wrapper .product-item-name {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  color: #545453;
  font-weight: 600;
}
body .minicart-wrapper .product-item-name a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  color: #545453;
  font-weight: 600;
}
body .minicart-wrapper .stock-status span.in-stock {
  max-width: inherit;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #545453;
  text-align: inherit;
}
body .minicart-wrapper .product-code {
  color: #545453;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  text-transform: inherit;
}
body .minicart-wrapper .product-code span:last-child {
  color: #545453;
  font-size: 14px;
  line-height: 22px;
}
body .minicart-wrapper .minicart-items .item-qty {
  width: 50px;
  height: 38px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border: 1px solid #5f5f5f;
  border-radius: inherit;
  color: #5f5f5f;
  font-family: 'Manrope', sans-serif, sans-serif;
  font-weight: normal;
}
body .minicart-wrapper .minicart-items-wrapper {
  height: calc(100% - 350px) !important;
}
body .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  max-width: 125px;
  min-width: 125px;
}
body .minicart-wrapper .block-minicart .subtotal {
  padding-bottom: 140px;
}
body .minicart-wrapper .block-minicart .subtotal .label,
body .minicart-wrapper .block-minicart .subtotal .price {
  font-size: 16px;
  line-height: 2px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}
body .minicart-wrapper .block-minicart .subtotal .total {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
body .minicart-wrapper .block-minicart .subtotal .total .label,
body .minicart-wrapper .block-minicart .subtotal .total .price {
  font-size: 24px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #545453;
}
body .minicart-wrapper .btn-gotocheckout {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 138px;
  margin-left: 20px;
  margin-right: 20px;
}
body .minicart-wrapper .btn-gotocheckout button {
  background: #22983c;
  padding: 16px 20px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
body .minicart-wrapper .btn-gotocheckout button:focus,
body .minicart-wrapper .btn-gotocheckout button:hover {
  background: #22983c;
}
body.open-minicart #chat-widget-container {
  right: 662px !important;
}
body .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item.has-switch-item {
  background: #eaeaea;
}
body .minicart-wrapper .block-minicart {
  background: #ffffff !important;
}
body .minicart-wrapper .block-content.has-switch .switch-total {
  border-bottom: none;
}
body #switch-all-btn-checkout {
  background: #22983c;
  padding: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
body #switch-all-btn-checkout .price {
  font-weight: bold;
}
body .switch-total {
  padding-top: 6px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
}
body .switch-total span.label span {
  color: #22983c;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  padding-top: 6px;
}
body .sw-content {
  display: flex;
  flex-direction: column;
}
body .sw-bottom {
  padding-top: 10px;
}
body .switch-code {
  color: #545453;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  padding: 10px 5px;
  margin-right: 10px;
}
body .sw-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 16px;
}
body .sw-action .details-qty {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
body .sw-action .details-qty .item-switch-qty {
  width: 50px;
  height: 38px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
  font-family: 'Manrope', sans-serif, sans-serif;
  font-weight: normal;
}
body .sw-action .details-qty .icon-minus-cart-switch {
  display: flex;
  width: 20px;
  height: 38px;
  border: 1px solid #5f5f5f;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #5f5f5f;
  align-items: center;
  justify-content: center;
}
body .sw-action .details-qty .icon-plus-cart-switch {
  display: flex;
  width: 20px;
  height: 38px;
  border: 1px solid #5f5f5f;
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #5f5f5f;
  align-items: center;
  justify-content: center;
}
body .sw-action .subtotal-price {
  display: none;
}
body .sw-action .each-price {
  color: #545453;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  padding: 10px 5px;
}
body .sw-action .each-price span {
  color: #104470;
  font-weight: 700;
}
body .sw-code-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.favlist-page .page-head {
  display: flex;
  align-items: center;
}
.favlist-page .page-head .search-list-amlist {
  position: relative;
}
.favlist-page .page-head .search-list-amlist .input-search-item {
  background: #f4f4f4;
  border-radius: 23.5px;
  border: 1.5px solid #f3f3f3;
  color: #626262;
  font-size: 17px;
  font-weight: 400;
  height: 47px;
  line-height: 18px;
  padding: 0 50px;
  width: 300px;
}
.favlist-page .page-head .search-list-amlist .input-search-item::-webkit-input-placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .input-search-item::-moz-placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .input-search-item:-ms-input-placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .input-search-item::-ms-input-placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .input-search-item:-moz-placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .input-search-item::placeholder {
  color: #104470;
}
.favlist-page .page-head .search-list-amlist .btn-search-item {
  background: transparent;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  padding-right: 0;
  position: absolute;
  right: 25px;
  top: 9px;
}
.modal-popup.confirm .modal-inner-wrap .modal-remove-group .modal-warning {
  text-align: left;
  border: 1px solid #e12b2d;
  background: #e12b2d30;
  position: relative;
  padding: 17px 18px;
  color: #29292a;
  font-weight: 700;
}
.modal-popup.confirm .modal-inner-wrap .modal-remove-group .modal-warning:before {
  content: "\f06a";
  font-size: 16px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #e12b2d;
  margin-right: 8px;
}
.modal-popup.confirm .modal-inner-wrap .modal-remove-group .modal-warning:after {
  height: 100%;
  width: 5px;
  content: "";
  background: #e12b2d;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-remove-group .action.primary {
  padding: 16px 30px;
}
.modal-popup.confirm .modal-inner-wrap .modal-remove-group .action.secondary {
  margin-left: 12px;
  padding: 16px 75px;
  background: #dfdfdf;
  color: #29292a;
}
#modal-assign-to-group .input-box {
  margin-bottom: 10px;
  text-align: left;
  white-space: nowrap;
}
#modal-assign-to-group .input-radio {
  margin: 0;
  opacity: 0;
  position: absolute;
}
#modal-assign-to-group .input-radio:checked + label:after {
  opacity: 1;
  visibility: visible;
}
#modal-assign-to-group .input-label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#modal-assign-to-group .input-label::before,
#modal-assign-to-group .input-label::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#modal-assign-to-group .input-label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  border: 1px solid #E2E2E2;
  background: transparent;
  border-radius: 50%;
}
#modal-assign-to-group .input-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #104470;
  opacity: 0;
  visibility: hidden;
}
#modal-remove-item .action.primary,
#modal-reset-qty .action.primary {
  padding: 10px 30px;
}
#modal-remove-item .action.secondary,
#modal-reset-qty .action.secondary {
  padding: 10px 80px;
}
@media (max-width: 1260px) {
  body .form-search-favlist .search-list-item-amlist {
    padding-left: 0;
  }
}
@media (max-width: 1260px) and (min-width: 992px) {
  body.favlist-page #amlist-table td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 14px;
  }
  body.favlist-page #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    padding: 10px 15px;
    min-width: 300px;
  }
}
@media (min-width: 1600px) {
  body #amlist-table td.code-amlist,
  body #amlist-table td.product-name-amlist .product_name {
    font-size: 16px;
  }
}
@media (max-width: 1700px) and (min-width: 992px) {
  body .switch-content .switch-price {
    text-align: left;
    margin-right: 10px;
    padding-bottom: 0;
  }
  body .column-switch-row {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .desktop {
    display: none !important;
  }
  body.account.favlist-page #sticky-col-names {
    margin-left: 15px;
    padding: 5px 0;
  }
  body.account.favlist-page #sticky-col-names.visible {
    display: flex;
  }
  body.account.favlist-page #sticky-col-names > div {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 5px;
    display: none;
  }
  body.account.favlist-page #sticky-col-names > div.code-amlist,
  body.account.favlist-page #sticky-col-names > div.image-amlist,
  body.account.favlist-page #sticky-col-names > div.product-name {
    display: block;
  }
  body.account.favlist-page #table-item-detail {
    overflow: hidden;
    padding: 10px 15px 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table {
    display: block;
  }
  body.account.favlist-page #table-item-detail #amlist-table thead {
    display: block;
  }
  body.account.favlist-page #table-item-detail #amlist-table thead tr {
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody {
    display: block;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) {
    padding-bottom: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.have-result tr:nth-last-child(2) td {
    padding-bottom: 5px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty td.column-empty {
    padding: 16px 0 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr.first {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr.first th {
    padding-top: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td {
    display: flex;
    text-align: left;
    flex-direction: column;
    float: left;
    font-size: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td:before {
    content: attr(data-th);
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #29292a;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.code-amlist {
    order: 1;
    font-size: 10px;
    width: 30%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.code-amlist:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item {
    padding-right: 10px;
    order: 2;
    width: 18%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item img {
    min-width: unset;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.image-item .price-item {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist {
    display: flex;
    font-size: 10px;
    line-height: 16px;
    min-height: 60px;
    order: 3;
    padding-right: 15px;
    width: 52%;
    justify-content: space-around;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist:before {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.product-name-amlist .expiry-date {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status {
    order: 4;
    padding-right: 10px;
    width: 48%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span {
    font-size: 12px;
    padding-left: 25px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span:before {
    width: 12px;
    height: 12px;
    left: 8px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stock-status span.no-eta {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat {
    width: 13%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-1 {
    order: 5;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-2 {
    order: 6;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-3 {
    order: 7;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.stat-4 {
    order: 8;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item {
    height: auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item.max {
    order: 9;
    width: 12%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item.current {
    order: 10;
    padding-right: 10px;
    width: 36%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.suggested-stock-item input {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 5px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper:after,
  body.account.favlist-page #table-item-detail #amlist-table tr td.incart-wrapper:after {
    top: 43px !important;
    left: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper {
    order: 11;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.outer-carton-wrapper .outer-carton-qty {
    left: 30px;
    top: 0;
    text-align: center;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.incart-wrapper {
    order: 12;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.note {
    order: 13;
    width: 18%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty {
    order: 14;
    padding-right: 10px;
    width: 48%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form .control.qty input {
    font-size: 16px;
    height: 50px;
    padding: 5px 35px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form .control.qty span {
    width: 35px;
    line-height: 50px;
    top: 50px;
    height: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.amlist-qty .favlist-form button.action.tocart.primary {
    height: 50px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.backorder-wrapper {
    order: 15;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.backorder-wrapper .backorder-count {
    align-self: flex-start;
    text-align: center;
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link {
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move {
    order: 16;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper {
    text-align: left;
    white-space: nowrap;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper > * {
    vertical-align: middle;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.drag-move .drag-move-wrapper .drag-move-tooltip {
    color: #29292a;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    margin-left: 10px;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete {
    order: 17;
    position: static;
    width: 17%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete:before {
    content: ".";
    visibility: hidden;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link {
    color: #29292a;
    font-size: 10px;
    padding-left: 26px;
    position: relative;
    text-align: left;
    text-transform: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.delete .delete-link span {
    display: inline-block;
    vertical-align: middle;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign {
    order: 18;
    position: static;
    width: 13%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign:before {
    content: ".";
    visibility: hidden;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-group-wrapper {
    margin-top: 12px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-to-group {
    pointer-events: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .assign-dropdown-dialog {
    display: inline-block;
    vertical-align: middle;
    position: static;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .open-assign-modal {
    font-size: 0;
    font-weight: 400;
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.assign .open-assign-modal::before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product {
    padding-top: 15px;
    width: 100%;
    order: 18;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.tag {
    order: 19;
    padding: 0 20px 20px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.tag img {
    margin: 0 auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row {
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon {
    left: 14px;
    width: 89px;
    height: 98px;
    z-index: 99;
    background-size: 90px 98px;
    top: 8px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon .switch-arrow-title {
    top: -11px;
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.column-switch-row .switch-sale-icon .switch-arrow-price {
    font-size: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product:before {
    width: 45px;
    right: 35px;
    top: 2px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .label-preferred-choice {
    left: 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 30px 20px 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content .switch-image {
    padding: 5px 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin-top: 15px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container {
    padding: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form {
    float: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .action.swap {
    padding: 15px 20px;
    width: auto;
    margin: 0 auto;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.switch-product .switch-content .switch-action-bottom .action.swap span {
    font-size: 14px;
    min-width: unset;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.hide-on-print.price {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr td.hidden-on-mobile {
    display: none;
    box-sizing: border-box;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:not(.group-move) {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:before,
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title td:after {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title h4 {
    font-size: 12px;
    line-height: 24px;
    position: relative;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title h4:before {
    height: 15px;
    width: 3px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .rename-group {
    position: absolute;
    left: 0;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    opacity: 0;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .remove-group {
    font-size: 19px;
    line-height: 19px;
    height: 20px;
    right: 50px;
    width: 20px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.group-title .toggle-group {
    right: 10px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th:not(.code-amlist):not(.image-amlist):not(
                                        .product-name
                                    ) {
    display: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.code-amlist,
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.image-amlist {
    display: inline-block;
    text-align: left;
    width: 25%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first th.product-name {
    display: inline-block;
    width: 50%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first:before,
  body.account.favlist-page #table-item-detail #amlist-table tr.first:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    border-bottom: 1px solid #104470;
    left: -15px;
    top: 1px;
  }
  body.account.favlist-page #table-item-detail #amlist-table tr.first + tr {
    border-top: none;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty {
    display: inline-block;
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups.g-empty tr.group-empty td.column-empty {
    width: 100%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.backorder-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.drag-move,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.delete {
    width: 13%;
  }
  body .list-search-form {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .list-search-form > div {
    margin-bottom: 10px;
    width: 49%;
    margin-left: 0;
  }
  body .list-search-form .form-search-favlist {
    order: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body .list-search-form .form-search-favlist .input-search-item {
    max-width: 100%;
  }
  body .list-search-form .create-group {
    order: 1;
    margin-left: 0;
  }
  body .list-search-form .group-view {
    order: 2;
  }
  body .list-search-form .show-level {
    order: 3;
  }
  body .list-search-form .reset-qty {
    order: 4;
  }
  body .mobile-switch-content {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  body.account .switch-action .swap-item-form-container button {
    display: flex;
    width: 31px;
    height: 31px;
    min-width: 31px;
    background: #104470;
    margin-left: 5px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  body .incart-icon-mb {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 3px;
    flex-direction: column;
  }
  body .incart-icon-mb p {
    font-size: 12px;
    font-weight: bold;
    line-height: 0px;
    white-space: nowrap;
  }
  body .amlist-table .incart-icon {
    max-width: 33px;
  }
  body .mobile-version .title-info-m {
    line-height: 18px;
  }
  body .mobile-version .price {
    margin-bottom: 10px;
  }
  body .mobile-version .price .price-m {
    color: #104470;
    font-size: 16px;
    font-weight: 700;
  }
  body #table-item-detail .mobile-version .input-favlist input {
    height: 38px;
    width: 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .add-cart-m .favlist-form {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(100% - 150px);
  }
  body .form-search-favlist .search-list-item-amlist {
    padding-right: 0;
  }
  body .form-search-favlist button.btn-search-item {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  body.open-minicart #chat-widget-container {
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .list-table thead tr th {
    font-weight: 700;
    padding-left: 50px;
    border-bottom: 1px solid #104470;
  }
  .list-table .actions a span.icon {
    font-size: 18px;
  }
  .list-table .actions a span.icon .fas {
    color: #104470;
  }
  .list-table .actions a.action-disabled {
    cursor: not-allowed;
  }
  .list-table .actions a.action-disabled span.icon .fas {
    color: #626262;
    opacity: 0.4;
  }
  body .minicart-wrapper .block-minicart {
    width: 622px;
    max-width: 622px !important;
  }
}
@media screen and (max-width: 767.98px) {
  body.account.favlist-page .page-head-top {
    padding-top: 10px;
  }
  body .minicart-wrapper .product-item-details .product-item-pricing {
    display: flex;
    margin-top: 0;
  }
  body .minicart-items-wrapper .switch-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480.98px) {
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.amlist-qty {
    width: 40%;
  }
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.backorder-wrapper,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.drag-move,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.delete,
  body.account.favlist-page #table-item-detail #amlist-table tbody.groups tr td.assign {
    width: 15%;
  }
  body .minicart-items-wrapper .switch-content h3 {
    font-size: 14px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-title {
    font-size: 13px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-price {
    font-size: 13px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-item-name {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-code {
    font-size: 12px;
    line-height: 18px;
  }
  body .sw-code-qty .switch-code {
    font-size: 12px;
    line-height: 18px;
  }
  body .sw-action .each-price {
    font-size: 14px;
    line-height: 20px;
  }
  body .minicart-wrapper .product-item-details .price-container .label,
  body .minicart-wrapper .product-item-details .price-container .price {
    font-size: 14px !important;
    line-height: 18px;
  }
  body .minicart-wrapper .switch-content .switch-top-content .switch-name {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-items-wrapper div.switch-sale-icon {
    height: 116px;
    left: 0;
    width: 120px;
    min-width: 120px;
  }
  body .minicart-wrapper .stock-status span.in-stock {
    font-size: 14px;
    line-height: 18px;
  }
  body .minicart-items .product-item-details {
    padding-left: 90px;
  }
  body .show-level a,
  body .group-view a,
  body .create-group a,
  body .reset-qty a,
  body .collapse-all a {
    font-size: 12px;
  }
}
@media screen and (max-width: 380.98px) {
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-title {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-items-wrapper div.switch-sale-icon p.switch-arrow-price {
    font-size: 12px;
    line-height: 16px;
  }
  body .sw-action .each-price {
    font-size: 12px;
    line-height: 18px;
  }
  body .minicart-wrapper .product-code {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-name {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-name a {
    font-size: 12px;
    line-height: 16px;
  }
  body .minicart-wrapper .product-item-details .price-container .label,
  body .minicart-wrapper .product-item-details .price-container .price {
    font-size: 12px !important;
    line-height: 16px;
  }
  body .minicart-wrapper .stock-status span.in-stock {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 400px) {
  body .list-search-form > div:not(.reset-qty) {
    margin-bottom: 10px;
  }
  body .list-search-form .form-search-favlist {
    margin-bottom: 10px;
  }
  body.account.favlist-page .page-title input {
    font-size: 16px;
    font-weight: 700;
  }
  body .show-level a,
  body .group-view a,
  body .create-group a,
  body .reset-qty a,
  body .collapse-all a {
    font-size: 12px;
    line-height: 20px;
    padding: 13px 12px;
  }
  body .reset-qty a:before {
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
  }
  body .form-search-favlist .input-search-item {
    height: 50px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
  }
  body .form-search-favlist button.action-box button {
    right: 20px;
  }
  body .box_add_by_sku form label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  body .box_add_by_sku form .box_filter {
    width: 100%;
  }
  body .box_add_by_sku form .box_filter input {
    line-height: 16px;
    font-size: 12px;
    height: 40px;
  }
  body .box_add_by_sku form .action {
    width: auto;
    padding: 0 25px;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
  }
  body.account .columns .list-detail-session .buttons-set button,
  body.account .columns .list-detail-session .buttons-set a.btn-continue,
  body.account .columns .list-detail-session .buttons-set button.btn-save-all {
    font-size: 12px;
    line-height: 16px;
    height: 40px;
  }
  body.account .columns .list-detail-session .pull-right {
    padding-bottom: 0;
  }
}
.account.favlist-page .btn-search-item:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/search.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-left {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/arrow-left.svg') no-repeat center center;
  background-size: 20px;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-scroll-right {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/arrow-right.svg') no-repeat center center;
  background-size: 20px;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav li.current:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/tab-left-white.png') no-repeat center left;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav li.current:after {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/tab-right-white.png') no-repeat center right;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav li:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/tab-left-grey.png') no-repeat center left;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav li:after {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/tab-right-grey.png') no-repeat center right;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav .show-actions {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/misc-icon.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .set-default {
  color: #104470;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .set-default:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/unstar.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .unset-default {
  color: #104470;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .unset-default:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/star.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .edit {
  color: #434342;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .edit:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/edit.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .remove {
  color: #D64D4D;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-actions .remove:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/remove.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-mobile .show-actions {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/misc-icon.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/hamburger.svg') no-repeat center;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav-create-new:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/create-list.svg') no-repeat center;
}
.account.favlist-page #amlist-table td.drag-move .ui-sortable-handle {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/move.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #amlist-table td.delete .delete-link:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/cross.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #amlist-table td.group-move .remove-group:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/remove-group.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #amlist-table .switch-product:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/green-arrow.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #amlist-table .switch-product .action.swap span:after {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/add-to-cart.svg') no-repeat center;
  background-size: contain;
}
.account.favlist-page #favlist-nav-main-container #favlist-nav li {
  background-color: #f5f5f5;
}
.disable-element {
  pointer-events: none;
  opacity: 0.5;
}
.disable-element-not-opacity {
  pointer-events: none;
}
#table-item-detail,
.favlist-page .page-head-top,
.buttons-set,
.form-save-name {
  padding: 0 50px;
}
.list-session .new-list-button.secondary {
  border-radius: 5px;
  border: none;
  height: 34px;
  padding: 0 20px;
}
.list-session .new-list-button a {
  height: auto;
  font-size: 14px;
  line-height: calc(16/14);
  padding-top: 8px;
  min-width: 205px;
  margin: 0;
  text-transform: capitalize;
  background-color: transparent;
  display: block;
}
.list-session .use-list-button a {
  min-width: 0;
  white-space: nowrap;
}
.list-detail-session .infinity-scroll-wrapper {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.list-detail-session .pager {
  text-align: right;
}
.list-detail-session .pager .limiter,
.list-detail-session .pager .toolbar-amount,
.list-detail-session .pager .pages {
  display: none !important;
}
.list-detail-session .pager .pages {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .list-detail-session .pager .pages {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .list-detail-session .pager .pages {
    padding: 0 15px;
  }
}
.list-detail-session .pager .pages .pages-items {
  margin-top: 30px;
  text-align: center;
}
.list-detail-session .pager .pages .pages-items .item {
  margin: 0;
}
.list-detail-session .pager .pages .pages-items .item a.page,
.list-detail-session .pager .pages .pages-items .item strong.page {
  vertical-align: middle;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #484740;
  padding: 0 10px;
  background: transparent;
}
.list-detail-session .pager .pages .pages-items .item.current .page {
  color: #0c7394;
}
.list-detail-session .pager .pages .pages-items .item.pages-item-previous .action,
.list-detail-session .pager .pages .pages-items .item.pages-item-next .action {
  margin: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}
#amlist-table tbody > tr.ui-sortable-helper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  border-top: 0.75px solid #808080;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.account.favlist-page .page-title {
  min-width: 300px;
}
.account.favlist-page .page-title .icon-edit {
  float: right;
  cursor: pointer;
}
.favlist-page .list-session {
  position: relative;
  margin-top: 30px;
}
.favlist-page .page-head {
  position: absolute;
  top: -60px;
  right: 50px;
  font-size: 20px;
  font-family: 'Gotham-Medium', sans-serif;
}
.favlist-page .page-head-top {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.popup-video {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.popup-video .far {
  font-size: 30px;
  padding-right: 10px;
}
.popup-video .button-what-sublogin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-list-button,
.use-list-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.new-list-button a,
.use-list-button a {
  height: auto;
  font-size: 14px;
  margin: 0;
  line-height: 16px;
  font-family: 'Manrope', sans-serif;
  color: #ffffff !important;
  text-align: center;
  letter-spacing: 0;
}
.list-table {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: #29292a;
  text-transform: unset;
  font-weight: 400;
  line-height: 21px;
}
.list-table tr th {
  font-weight: 400;
  padding-left: 50px;
  border-bottom: 1px solid #e7212d;
}
.list-table tr td {
  vertical-align: middle;
  padding: 16px 10px 16px 50px;
  border-bottom: 1px solid #b2b2b2;
  font-weight: 300;
}
.list-table tr td.list-name p {
  margin-bottom: 0;
}
.list-table tr td.actions {
  padding-right: 50px;
  padding-left: 10px;
  text-align: right;
}
.list-table tr td.actions .icon img {
  display: block;
}
.list-table .actions {
  width: 400px;
}
.list-table .actions a {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.list-table .actions .icon,
.list-table .actions .title {
  display: block;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
}
.list-table .actions .icon {
  color: #104470;
}
.total_items {
  text-align: center;
  width: 200px;
}
.is_default {
  width: 30px;
  text-align: center;
  padding: 0;
}
.icon_d {
  position: relative;
}
.icon_d:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #ffffff;
}
.icon_d.active:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #104470;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon_d input {
  position: relative;
  z-index: 1;
  opacity: 0;
  left: 4px;
  bottom: 2px;
  margin: 0;
}
.icon_d:not(.active) input {
  cursor: pointer;
}
.page-head-top form {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.page-head-top form .search-list-item-amlist {
  position: relative;
  min-width: 300px;
}
.page-head-top form .search-list-item-amlist .clear-search {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #eb2228;
  font-size: 20px;
}
.page-head-top form select,
.page-head-top form input {
  height: 32px;
  line-height: 32px;
}
.page-head-top form input {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 13px;
  color: #1c1c1c;
  padding: 0 15px;
}
.page-head-top form button {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.page-head-top form button:hover {
  color: #ffffff;
}
.page-head-top form select,
.page-head-top form .reminder {
  margin: 0;
  color: #636363;
  padding: 0 10px;
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.page-head-top form select {
  padding: 0 20px;
}
form#form-reminder {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
form#form-reminder input {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 13px;
  color: #1c1c1c;
  padding: 0 15px;
}
form#form-reminder input,
form#form-reminder select {
  height: 32px;
  line-height: 32px;
}
form#form-reminder .reminder {
  margin: 0;
  color: #636363;
  padding: 0 10px;
  font-size: 14px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
form#form-reminder select {
  padding: 0 20px;
  margin: 0;
  color: #636363;
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
form#form-reminder button {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: auto;
}
form#form-reminder button:hover {
  color: #ffffff;
}
.form-search-favlist {
  margin: 35px 0;
  position: relative;
}
.form-search-favlist div.mage-error {
  display: none !important;
}
.form-search-favlist .input-search-item {
  background: #f4f4f4;
  width: 260px;
  color: #29292a !important;
  padding: 0 35px;
  height: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  border: 1.5px solid #f3f3f3;
  border-radius: 23.5px;
}
.form-search-favlist .input-search-item:focus {
  border: 1.5px solid #f3f3f3;
  border-radius: 23.5px;
}
.form-search-favlist .input-search-item.mage-error {
  border-color: #eb2027;
  color: #5d5d5d;
}
.form-search-favlist .input-search-item::-webkit-input-placeholder {
  /* Edge */
  color: #104470;
}
.form-search-favlist .input-search-item::placeholder {
  color: #104470;
}
.form-search-favlist .input-search-item::-webkit-input-placeholder {
  /* Edge */
  color: #a0a0a0;
}
.form-search-favlist .input-search-item:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a0a0a0;
}
.form-search-favlist .input-search-item::placeholder {
  color: #a0a0a0;
}
.form-search-favlist button.btn-search-item {
  color: #ffffff;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  height: auto;
  padding: 0;
}
#amlist-table {
  text-align: center;
}
#amlist-table thead {
  border-bottom: 0.75px solid #808080;
}
#amlist-table thead th {
  text-align: center;
}
#amlist-table .checkboxitem {
  width: 30px;
}
#amlist-table tbody tr {
  border-bottom: 0.75px solid #808080;
}
#amlist-table th {
  color: #29292a;
  font-size: 14px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  padding: 10px;
  vertical-align: baseline;
}
#amlist-table td {
  vertical-align: middle;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #29292a;
  padding: 20px 10px;
}
#amlist-table td.product-name-amlist {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
#amlist-table td.product-name-amlist .product-image-container,
#amlist-table td.product-name-amlist .product-image-container .product-image-photo {
  max-width: 100px;
}
#amlist-table td.product-name-amlist .product_name {
  font-size: 15px;
}
#amlist-table td.product-name-amlist .product-label {
  display: block;
  width: 110px;
}
#amlist-table input[type='checkbox'] {
  margin: 0;
  position: static;
}
.favlist-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
}
.favlist-form input,
.suggested-stock-item input {
  width: 50px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  color: #29292a;
  text-align: center;
  font-weight: 700;
}
.favlist-form input::-webkit-input-placeholder {
  /* Edge */
  color: #a0a0a0;
  font-weight: 400;
}
.favlist-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a0a0a0;
  font-weight: 400;
}
.favlist-form input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.suggested-stock-item input::-webkit-input-placeholder {
  /* Edge */
  color: #a0a0a0;
  font-weight: 400;
}
.suggested-stock-item input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a0a0a0;
  font-weight: 400;
}
.suggested-stock-item input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.favlist-form button.action.tocart.primary {
  border-radius: 0 10px 0 0;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.suggested-stock-item {
  width: 100px;
}
.message-custom {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.3s;
}
.message-custom div.mage-error[generated] {
  margin: 0;
  text-transform: none;
  background-color: #555555;
  border-radius: 6px;
  padding: 8px;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.form-save-name,
.form-search-favlist {
  position: relative;
}
.account .columns .buttons-set {
  margin-top: 20px;
  overflow: hidden;
}
.account .columns .buttons-set button,
.account .columns .buttons-set a.btn-continue {
  min-width: 150px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-color: #104470;
  border-radius: 0;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
  border-radius: 5px;
}
.account .columns .buttons-set button.btn-save-all {
  margin-right: 0;
}
.account .columns .buttons-set a.btn-continue:hover {
  color: #ffffff;
  background-color: #104470;
}
.modal-popup.modal-create-new-list .modal-content {
  padding: 0 60px 60px;
}
.modal-popup.modal-create-new-list .modal-content .modal-title {
  margin-top: 60px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.modal-popup.modal-create-new-list .modal-content .modal-subtitle {
  margin-bottom: 15px;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper {
  background-color: #f8f8f8;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  margin: 50px -40px 0 -40px;
  padding: 30px 40px;
  text-align: left;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .template-list-header .title {
  color: #104470;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .template-list-header .subtitle {
  color: #5d5d5d;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table thead th {
  border-bottom: 1px solid black;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table tbody td {
  padding: 20px 0;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table tbody td.total-items {
  text-align: right;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table tbody td.actions {
  padding: 0;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table tbody td.actions .use-list-button {
  font-weight: 700;
  margin: 5px 0;
  padding: 0;
  white-space: nowrap;
}
.modal-popup.modal-create-new-list .modal-content .template-list-wrapper .list-table tbody td.actions .use-list-button a {
  margin: 0;
  padding: 15px 30px;
}
#amlist-table .stock-status {
  position: relative;
}
#amlist-table .stock-status span {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  color: #508b3e;
  display: inline-block;
  background-color: transparent;
  padding: 0px 15px;
  border-radius: 0;
  line-height: 1;
}
#amlist-table .stock-status span.out-stock {
  color: #eb2228;
}
#amlist-table .stock-status .in-stock-hover {
  color: #508b3e;
}
#amlist-table .stock-status .out-stock-hover {
  color: #eb2228;
}
#amlist-table .stock-status .in-stock-hover,
#amlist-table .stock-status .out-stock-hover {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#amlist-table .stock-status span:hover + .hover-stock {
  display: block;
}
.form-save-name {
  margin-top: 30px;
}
.form-save-name .input-favlist {
  margin-bottom: 10px;
}
.form-save-name .input-favlist input {
  width: 500px;
}
.hide-element {
  display: none !important;
}
.favourite-history h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Gotham-Medium', sans-serif;
}
.favourite-history ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.favourite-history p,
.favourite-history strong {
  font-family: 'Gotham-Medium', sans-serif;
}
.favourite-history strong {
  text-transform: uppercase;
}
.favourite-history a {
  color: #df1e32;
}
.favourite-history li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.favourite-history li:last-child {
  border: none;
}
.has-bor-dashed {
  border-bottom: 1px dashed #cccccc;
}
.has-relative {
  position: relative;
}
.toogle_this_elm {
  position: absolute;
  right: 20px;
  color: #eb2027;
  font-size: 20px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.toogle_this_elm:before {
  content: '+';
}
.toogle_this_elm.is_active:before {
  content: '-';
}
.list-table.template-list-table tbody tr:first-child td {
  border-top: 1px solid #104470;
}
.visible-mobile-elm {
  display: none;
}
.list-session .new-list-button.action.primary,
.use-list-button.action.primary {
  background-color: #104470;
}
.list-session .new-list-button.action.primary:hover,
.use-list-button.action.primary:hover {
  background-color: #0c7394;
}
.list-session .new-list-button a,
.use-list-button a {
  font-weight: 300;
}
.favlist-page .list-table .template-list-table tbody tr td.total_items {
  width: 50px;
}
.favlist-page .list-table tr td.list-name,
.favlist-page .list-table tr th.list-name {
  width: 55%;
}
.favlist-page .list-table tr td.total_items,
.favlist-page .list-table tr th.total_items {
  width: 10%;
  padding-left: 0;
}
.favlist-page .list-table tr td.actions,
.favlist-page .list-table tr th.actions {
  width: 35%;
  padding-left: 0;
}
#amlist-table thead th {
  white-space: nowrap;
}
.amlist-table .incart-icon {
  max-width: 37px;
}
.account .switch-action-bottom {
  display: flex;
  align-items: center;
}
.account .switch-action-bottom .swap-item-form-container button {
  background: #22983c;
  display: flex;
  width: 31px;
  height: 31px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.account .switch-action-bottom .swap-item-form-container button span {
  font-size: 15px;
}
.modal-popup .modal-title {
  font-family: 'Manrope', sans-serif;
}
.modal-popup .modal-rename-group .input-box input {
  padding: 17px 24px 17px;
  max-height: 56px;
}
.modal-popup .modal-rename-group .action-box {
  display: flex;
}
.modal-popup .modal-rename-group .action.primary {
  padding: 16px 84px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup .modal-rename-group .action.secondary {
  padding: 16px 31px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup .modal-remove-group .modal-warning {
  padding: 17px 18px;
  display: flex;
  align-items: center;
  border: 1px solid #e12b2d;
  border-left-width: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
  color: #29292a;
  background-color: #e12b2d30;
  margin-bottom: 0;
  font-weight: 700;
}
.modal-popup .modal-remove-group .modal-warning .modal-warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: white;
  background-color: #e12b2d;
  border-radius: 50%;
  font-weight: 400;
  flex: none;
}
.modal-popup .modal-remove-group .action-box {
  display: flex;
}
.modal-popup .modal-remove-group .action.primary {
  padding: 16px 31px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup .modal-remove-group .action.secondary {
  padding: 16px 84px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #amlist-table td.outer-carton-wrapper,
body #amlist-table td.incart-wrapper {
  position: relative;
}
body #amlist-table td.outer-carton-wrapper:after,
body #amlist-table td.incart-wrapper:after {
  content: '-';
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  width: 20px;
  z-index: -1;
}
body #amlist-table td.outer-carton-wrapper .outer-carton-content {
  background: white;
  position: relative;
}
body #amlist-table td.outer-carton-wrapper .outer-carton-content img {
  vertical-align: bottom;
}
body #amlist-table td.outer-carton-wrapper .outer-carton-qty {
  width: 19px;
  height: 19px;
  border-radius: 25px;
  font-size: 9px;
  background: #67C5D3;
  padding: 2px 3px 0;
  color: #fff;
  position: absolute;
  top: -6px;
  line-height: 17px;
  letter-spacing: 0.45px;
  right: calc(50% - 30px);
  transform: translateX(-50%);
  overflow: hidden;
  font-family: 'MyriadPro', sans-serif;
}
body #amlist-table td.outer-carton-wrapper .outer-carton-tooltip {
  min-width: 150px;
  width: 100%;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  background: #104470;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
body #amlist-table td.outer-carton-wrapper .outer-carton-tooltip::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Pro';
  left: -10px;
  position: absolute;
  color: #104470;
  font-weight: 700;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}
body #amlist-table td.outer-carton-wrapper:hover .outer-carton-tooltip {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
body #amlist-table td.backorder-wrapper .backorder-count {
  background: #27AE61;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  height: 20px;
  min-width: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.modal-popup .modal-create-new-group .form-create-group .modal-title {
  font-family: 'Manrope', sans-serif;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
  color: #104470;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .modal-subtitle {
  margin-bottom: 15px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .input-box input {
  padding: 14.83px 0px 14.83px 24px;
  max-height: 50px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box {
  margin-bottom: 38px;
  margin-top: 16.5px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box .button {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box .button.action.secondary {
  padding: 14px 30px;
  max-height: 50px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box .button.action.primary {
  padding: 14px 78px;
  max-height: 50px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base {
  text-align: left;
  margin-top: 27.17px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group {
  margin-bottom: 17px;
  display: flex;
  gap: 10px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  margin: 0;
  flex: none;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group input[type="checkbox"]:checked {
  background-color: #104470;
  position: relative;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group input[type="checkbox"]:checked::before {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 7px;
  width: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  right: 5px;
  top: 3px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group label {
  color: #5d5d5d;
  font-weight: 300;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box {
  margin-top: 23px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box .button {
  font-family: 'Manrope', sans-serif;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box .button.action.primary {
  font-weight: 500;
  padding: 14px 72px;
  max-height: 50px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .message-choose-form {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .message-choose-form .error {
  color: #e12b2d;
  font-weight: 300;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .message-choose-form b {
  font-weight: 700;
}
.modal-popup .modal-create-new-group .form-create-group .form-create-group-base .message-choose-form span {
  color: #eb2027;
}
@media (min-width: 992px) {
  #amlist-table td.code-amlist,
  #amlist-table thead th.code-amlist {
    text-align: left;
  }
  .favlist-page .buttons-set.hide-on-print .pull-left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .favlist-page .buttons-set.hide-on-print .pull-right {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .favlist-page .pull-left {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin-bottom: 20px;
  }
  .favlist-page .pull-right {
    width: 100%;
  }
  form#form-reminder {
    min-width: 600px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  form#form-reminder .reminder {
    min-width: 160px;
  }
  form#form-reminder select {
    min-width: 200px;
  }
}
@media (max-width: 1260px) {
  .list-table .actions {
    width: auto;
  }
  .favlist-page .page-head-top {
    display: block;
  }
  .page-head-top form.form-save-reminder {
    display: block;
  }
  .page-head-top form .reminder {
    padding: 0;
    margin: 10px 0;
  }
  .form-save-reminder .control {
    display: inline-block;
    float: left;
    width: calc(100% - 130px);
  }
  .form-save-reminder .actions-toolbar {
    display: inline-block;
  }
  .form-save-name .input-favlist input {
    width: 100%;
  }
  .form-search-favlist {
    width: 100%;
  }
  .form-search-favlist .input-search-item {
    width: 100%;
  }
  .form-search-favlist .search-list-item-amlist {
    width: 100%;
  }
  .popup-video {
    display: none;
  }
  .page-head-top form select {
    padding-left: 15px;
  }
  .account.favlist-page .list-table tr th {
    padding-left: 20px;
  }
  .account.favlist-page .list-table tr td {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .account.favlist-page #favlist-nav-main-container #favlist-nav-mobile #show-lists-popup {
    outline: 1px solid #29292a;
    color: #29292a;
  }
  .account.favlist-page #modal-mobile-lists ul li {
    border-top: 1px solid #cccccc;
  }
  .account.favlist-page #list-content .buttons-set {
    margin-top: 10px;
  }
  #table-item-detail,
  .favlist-page .page-head-top,
  .buttons-set,
  .form-save-name {
    padding: 0 30px;
  }
  .favlist-page .page-head {
    position: static;
  }
  .favlist-page .list-table {
    margin-top: 30px;
  }
  .favlist-page .list-table tr.is_active td {
    border-bottom: 0;
    background: rgba(88, 88, 88, 0.05);
  }
  .favlist-page .list-table tr td.actions {
    padding-right: 20px;
  }
  .favlist-page .list-table tr td.actions a {
    display: inline-table;
    padding-right: 10px;
  }
  .favlist-page .list-table.template-list-table tr td.actions a {
    padding-right: 0;
  }
  .account.favlist-page .page-title-wrapper {
    padding-left: 20px;
  }
  .account.favlist-page .page-main .page-title-wrapper {
    padding: 0 20px;
  }
  .account.favlist-page .page-main .page-title-wrapper .back_url {
    left: 20px;
  }
  .amlist-index-editlist .productname-m,
  .amlist-index-editlist .available-m,
  .amlist-index-editlist .suggested_stock_m,
  .amlist-index-editlist .add-cart-m {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .amlist-index-editlist .suggested_stock_m,
  .amlist-index-editlist .add-cart-m {
    align-items: center;
  }
  .visible-destop-elm {
    display: none !important;
  }
  .form-save-name {
    margin-top: 30px;
  }
  .buttons-set {
    margin-top: 30px;
  }
  .buttons-set .pull-left {
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .buttons-set .pull-right {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .buttons-set button {
    min-width: 160px;
    margin: 0;
  }
  .buttons-set button,
  .buttons-set a.btn-continue {
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .buttons-set a.btn-continue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .code-amlist span,
  .product-name span {
    display: inline-block;
    font-size: 12px;
  }
  .product-name-amlist {
    position: relative;
  }
  .product-name-amlist .product-image-container {
    max-width: 100px;
  }
  .title-info-m {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Gotham-Medium', sans-serif;
    padding-right: 10px;
    vertical-align: top;
    text-align: right;
  }
  .title-info-m + span,
  .title-info-m + form {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: top;
  }
  .add-cart-m .input-favlist {
    display: inline-block;
  }
  .add-cart-m .favlist-form button.action.tocart.primary {
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
  }
  .productname-m .data-item {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Gotham-Medium', sans-serif;
  }
  .available-m .data-item {
    font-size: 8px;
    font-weight: 400;
    font-family: 'Gotham-Medium', sans-serif;
    color: #4f8a10;
    background-color: #dff2bf;
    padding: 5px 7px;
    display: inline-block;
  }
  #table-item-detail table th,
  #table-item-detail table td {
    padding: 5px;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991.98px) {
  body .incart-icon-mb p {
    margin-bottom: 13px;
  }
  .outer-carton-icon-mb {
    position: relative;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3px;
  }
  .outer-carton-icon-mb > p {
    font-size: 12px;
    line-height: 16px;
    color: #29292A;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .outer-carton-icon-mb > img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .outer-carton-icon-mb .outer-carton-qty {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 8px;
    background: #67C5D3;
    padding: 0 3px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: calc(50% - 35px);
    transform: translateX(-50%);
    overflow: hidden;
  }
  .outer-carton-icon-mb .outer-carton-tooltip {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-search-favlist {
    margin: 10px 0;
  }
  .form-search-favlist .input-search-item {
    text-transform: unset;
    font-size: 16px;
    color: #e6e6e6;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
  }
  .account.favlist-page .page-title .icon-edit {
    padding-left: 10px;
  }
  .account.favlist-page .page-main .page-title-wrapper .page-title {
    min-width: auto;
  }
  #table-item-detail,
  .favlist-page .page-head-top,
  .buttons-set,
  .form-save-name {
    padding: 0 15px;
  }
  .account.favlist-page .page-head-top {
    text-align: center;
    position: relative;
  }
  .account.favlist-page .page-head-top .page-title {
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    color: #29292a;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    min-width: auto;
  }
  .account.favlist-page .page-head-top .page-title:after {
    content: '';
    height: 5px;
    width: calc(100% + 30px);
    background-color: #eb2027;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .buttons-set .pull-left {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    align-items: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
  }
  .buttons-set .pull-left .btn-print {
    width: 100%;
  }
  .form-save-name .input-favlist {
    width: 100%;
  }
  .list-detail-session .pull-right {
    display: block;
  }
  .list-detail-session .pull-right button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .favlist-page .list-session .page-head {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .favlist-page .list-session .page-head .search-list-amlist,
  .favlist-page .list-session .page-head .btn-new-list-open {
    flex: 100%;
  }
  .favlist-page .list-session .page-head .search-list-amlist {
    margin-bottom: 12px;
  }
  .favlist-page .list-session .page-head .search-list-amlist input {
    width: 100%;
  }
  .favlist-page .list-session .page-head #btn-new-list-open {
    margin: 0;
    width: 100%;
  }
  .favlist-page .list-session .page-head tr td.actions a {
    display: inherit;
  }
  .favlist-page .list-session .form-search-favlist .input-search-item::-webkit-input-placeholder {
    /* Edge */
    font-size: 12px;
    line-height: 20px;
  }
  .favlist-page .list-session .form-search-favlist .input-search-item::placeholder {
    font-size: 12px;
    line-height: 20px;
  }
  .favlist-page .list-session .list-table {
    font-size: 14px;
    line-height: 24px;
  }
  .favlist-page .list-session .list-table tr th {
    font-weight: 600;
  }
  .favlist-page .list-session .list-table td.actions .use-list-button.action.primary {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .favlist-page .list-session .list-table td.actions .use-list-button.action.primary a {
    display: inline-block;
  }
  .modal-popup .modal-rename-group .modal-title {
    padding-bottom: 9px;
  }
  .modal-popup .modal-rename-group .modal-subtitle {
    font-size: 12px;
    margin-bottom: 11px;
  }
  .modal-popup .modal-rename-group .input-box input {
    padding: 17px 20px 17px;
    max-height: 50px;
  }
  .modal-popup .modal-rename-group .action-box {
    margin-top: 13px;
  }
  .modal-popup .modal-rename-group .action.secondary,
  .modal-popup .modal-rename-group .action.primary {
    font-size: 12px;
  }
  .modal-popup .modal-rename-group .action.primary {
    padding: 12px 64.5px;
    max-height: 40px;
    width: auto;
    margin-left: 9px;
  }
  .modal-popup .modal-rename-group .action.secondary {
    padding: 12px 22.5px;
    max-height: 40px;
  }
  .modal-popup .modal-remove-group .modal-title {
    padding-bottom: 9px;
  }
  .modal-popup .modal-remove-group .modal-subtitle {
    font-size: 12px;
    margin-bottom: 11px;
  }
  .modal-popup .modal-remove-group .modal-warning {
    padding: 12px 11px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    align-items: baseline;
  }
  .modal-popup .modal-remove-group .modal-warning .modal-warning-icon {
    width: 12px;
    height: 12px;
    font-size: 9px;
  }
  .modal-popup .modal-remove-group .action-box {
    margin-top: 13px;
  }
  .modal-popup .modal-remove-group .action.secondary,
  .modal-popup .modal-remove-group .action.primary {
    font-size: 12px;
  }
  .modal-popup .modal-remove-group .action.primary {
    padding: 12px 22.5px;
    max-height: 50px;
  }
  .modal-popup .modal-remove-group .action.secondary {
    padding: 12px 54.5px;
    max-height: 50px;
    margin-left: 9px;
  }
}
@media (max-width: 375px) {
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 302px;
  }
  .action.primary {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .modal-popup .modal-create-new-group .form-create-group .modal-subtitle {
    font-family: 'Manrope', sans-serif;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 14.5px;
    font-size: 12px;
    line-height: 24px;
  }
  .modal-popup .modal-create-new-group .form-create-group .modal-title {
    margin-bottom: 8.67px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box {
    margin-bottom: 13px;
    margin-top: 15.5px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box .button.action.secondary {
    padding: 8px 22.5px;
    max-height: 40px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-name .action-box .button.action.primary {
    padding: 8px 0;
    max-height: 40px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base {
    margin-top: 13.17px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group {
    margin-bottom: 9.5px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .form-group label {
    font-size: 12px;
    line-height: 16px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .message-choose-form {
    font-size: 12px;
    line-height: 16px;
    gap: 10px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box {
    margin-top: 9.33px;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box .button {
    font-family: 'Manrope', sans-serif;
  }
  .modal-popup .modal-create-new-group .form-create-group .form-create-group-base .action-box .button.action.primary {
    font-weight: 500;
    padding: 8px 55px;
    width: unset;
    max-height: 40px;
  }
}
.add-to-fav-list-container {
  background: #f8f8f8;
  cursor: pointer;
  height: 45px;
  position: relative;
  width: 45px;
}
.add-to-fav-list-container:before {
  background: url('../../frontend/YesMed/default/en_AU/images/White-Star-icon-1.png') no-repeat center;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 35px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
}
.add-to-fav-list-container.not-loaded:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/loader-2.gif') !important;
}
.add-to-fav-list-container.added:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/White-Star-icon.png');
}
.add-to-fav-list-container:not(.added):hover:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/White-Star-icon-2.png');
}
.products-grid .add-to-fav-list-container,
.ais-InfiniteHits-list .add-to-fav-list-container {
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
.products-grid .add-to-fav-list-container:before,
.ais-InfiniteHits-list .add-to-fav-list-container:before {
  height: 22px;
  width: 22px;
}
.products-grid .add-to-fav-list-container:hover,
.ais-InfiniteHits-list .add-to-fav-list-container:hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.catalog-product-view .product-info-main .add-to-fav-list-container {
  border-radius: 5px;
  height: 56px;
  margin-right: 0;
  margin-left: 15px;
  width: 56px;
}
.catalog-product-view .product-info-main .add-to-fav-list-container.grouped {
  height: 28px;
  width: 28px;
}
.catalog-product-view .product-info-main .add-to-fav-list-container.grouped:before {
  height: 17px;
  width: 17px;
}
.catalog-product-view .action.secondary.to-list {
  font-size: 20px;
  line-height: 20px;
  margin-right: 20px;
  padding-left: 79px;
  padding-right: 50px;
  position: relative;
}
.catalog-product-view .action.secondary.to-list:before {
  background: url('../../frontend/YesMed/default/en_AU/images/White-Star-icon-3.png') no-repeat center;
  background-size: contain;
  content: ' ';
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 10px;
  height: 29px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}
.catalog-product-view .action.secondary.to-list span {
  line-height: 27px;
}
.modal-popup.astir-modal.modal-create-new-list .modal-header,
.modal-popup.astir-modal.modal-choose-list .modal-header {
  padding-top: 40px;
}
.modal-popup.astir-modal.modal-create-new-list .modal-title,
.modal-popup.astir-modal.modal-choose-list .modal-title {
  font-size: 25px;
}
.modal-popup.astir-modal.modal-create-new-list .action-close,
.modal-popup.astir-modal.modal-choose-list .action-close {
  display: inline-block;
  right: 25px;
  top: 31px;
  width: 48px;
}
.modal-popup.astir-modal.modal-create-new-list .action-close:before,
.modal-popup.astir-modal.modal-choose-list .action-close:before {
  font-weight: 400;
}
.modal-popup.astir-modal.modal-create-new-list .notice,
.modal-popup.astir-modal.modal-choose-list .notice {
  margin-bottom: 20px;
  outline: 1px solid #fa7f0e;
  padding: 15px 20px 14px;
  text-align: left;
}
.modal-popup.astir-modal.modal-create-new-list .notice p:last-child,
.modal-popup.astir-modal.modal-choose-list .notice p:last-child {
  margin-bottom: 0;
}
.modal-choose-list .lists-container {
  max-height: 430px;
  overflow-y: auto;
}
.modal-choose-list .lists-container::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 7px;
}
.modal-choose-list .lists-container::-webkit-scrollbar-thumb {
  background-color: #104470;
  outline: none;
}
.modal-choose-list .lists-container.has-scrollbar {
  padding-right: 10px;
  margin-right: -17px;
}
.modal-choose-list .lists-container .list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background-color: #f5f5f5;
  color: #434342;
  cursor: pointer;
  height: 74px;
  margin-top: 15px;
  padding: 20px 25px 19px;
  position: relative;
}
.modal-choose-list .lists-container .list:first-child {
  margin-top: 0;
}
.modal-choose-list .lists-container .list.active {
  background-color: #104470;
  color: #ffffff;
}
.modal-choose-list .lists-container .list.active .select {
  display: none;
}
.modal-choose-list .lists-container .list.active .selected {
  display: inline;
}
.modal-choose-list .lists-container .list .select,
.modal-choose-list .lists-container .list .selected {
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #104470;
  display: inline-block;
  padding: 5px 15px;
}
.modal-choose-list .lists-container .list .select {
  outline: 1px solid #104470;
}
.modal-choose-list .lists-container .list .selected {
  display: none;
  background-color: #f5f5f5;
}
#popup-notification-container {
  position: fixed;
  right: 41px;
  top: 0;
  z-index: 99;
  width: auto;
  min-width: 50%;
  margin-top: 20px;
  margin-left: 41px;
  overflow: hidden;
}
#popup-notification-container .item {
  border-left: 5px solid #22983c;
  color: #22983c;
  margin-top: -200px;
  margin-bottom: 200px;
  padding: 20px 20px 19px;
}
#popup-notification-container .item.message-error {
  border-color: #df0c0c;
  color: #df0c0c;
}
#popup-notification-container .item > div {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
#popup-notification-container .item > div:before {
  line-height: 23px;
  margin-right: 10px;
  font-size: 16px;
  -webkit-animation: tada 2s linear infinite;
  -moz-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
#popup-notification-container .item > div > * {
  flex-grow: 0;
}
#popup-notification-container .item > div > *.grow {
  flex-grow: 1;
}
#popup-notification-container .item .new-line {
  display: none;
}
#popup-notification-container .item a {
  color: #22983c;
  padding: 10px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .add-to-fav-list-container {
    height: 40px;
    width: 50px;
  }
  .catalog-product-view .product-info-main .add-to-fav-list-container:before {
    height: 25px;
    width: 25px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .add-to-fav-list-container {
    margin-left: 5px;
  }
  .catalog-product-view.catalog-product-group .add-to-fav-list-container {
    margin: 0 0 0 auto;
  }
  .catalog-product-view.catalog-product-group .action.secondary.to-list {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    order: 2;
  }
  .catalog-product-view.catalog-product-group .action.secondary.to-list:before {
    height: 15px;
    margin-bottom: -2px;
    margin-right: 3px;
    position: initial;
    transform: none;
    width: 15px;
  }
  #popup-notification-container {
    left: 15px;
    margin-left: 0;
    margin-top: 15px;
    right: 15px;
  }
  #popup-notification-container .item {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 10px 9px;
  }
  #popup-notification-container .item .new-line {
    display: block;
  }
  #popup-notification-container a {
    margin-left: 10px;
    white-space: nowrap;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap {
    background-color: white;
    margin: 0 40px;
    width: auto;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-header,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-header {
    padding-top: 35px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-content,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-content {
    padding: 0 25px 45px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .action-close,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .action-close {
    display: block;
    right: 8px;
    top: 32px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .action-close:before,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .action-close:before {
    font-weight: 400;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-title,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal-popup.astir-modal.modal-create-new-list .modal-inner-wrap .modal-subtitle,
  .modal-popup.astir-modal.modal-choose-list .modal-inner-wrap .modal-subtitle {
    font-size: 12px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container {
    max-height: 335px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container.has-scrollbar {
    padding-right: 9px;
    margin-right: -16px;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container .list {
    font-size: 12px;
    padding: 12px 18px 11px;
    height: auto;
  }
  .modal-popup.astir-modal.modal-choose-list .lists-container .list:before {
    top: 13px;
  }
  .modal-popup.astir-modal.modal-choose-list button {
    max-width: 50%;
  }
}
.cart .mpsavecart-toggle {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 1.6rem;
}
.modal-popup._show.mp-save-cart-content .modal-inner-wrap {
  width: 90%;
  max-width: 814px;
  border-radius: 20px;
}
.modal-popup._show.mp-save-cart-content .modal-header {
  display: none;
}
.modal-popup._show.mp-save-cart-content .modal-content {
  padding: 42px 40px;
}
@media (max-width: 768px) {
  .modal-popup._show.mp-save-cart-content {
    margin: 0 auto !important;
    width: 100%;
  }
  .modal-popup._show.mp-save-cart-content .modal-inner-wrap {
    background: #ffffff;
    transform: translate(0, -50%);
  }
}
.mpsavecart-modal .fieldset {
  margin: 0;
}
.mpsavecart-modal .fieldset > .field {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mpsavecart-modal .fieldset > .field {
    margin-bottom: 20px;
  }
}
.mpsavecart-modal .fieldset > .field label {
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  display: block;
  margin-bottom: 10px;
}
.mpsavecart-modal .fieldset > .field label:after {
  display: none;
}
.mpsavecart-modal .fieldset > .field.text {
  margin-bottom: 40px;
}
.mpsavecart-modal input,
.mpsavecart-modal textarea {
  background: #f8f8f8;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 15px 24px 15px;
  height: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #5d5d5d;
  height: 54px;
  overflow: hidden;
}
.mpsavecart-modal .mpsavecart-model-button button.action {
  min-width: 200px;
  line-height: 30px;
  font-size: 18px;
}
.mpsavecart-modal .mpsavecart-model-button button.action.secondary {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .mpsavecart-modal .mpsavecart-model-button button.action {
    width: 100%;
  }
  .mpsavecart-modal .mpsavecart-model-button button.action.secondary {
    margin: 0 0 15px 0;
  }
}
.block-save-cart-history {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .block-save-cart-history .table-wrapper {
    overflow: visible;
  }
}
.block-save-cart-history .toolbar .limiter .limiter-options {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
.table-save-cart .col.actions {
  text-align: right;
  width: 5%;
}
.table-save-cart .col.col-click {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .table-save-cart .col.name {
    padding-left: 50px;
  }
  .table-save-cart .col.actions {
    padding-right: 50px;
  }
}
.table-save-cart tbody tr:first-child td {
  border-top: 2px solid #104470;
}
.table-save-cart .actions-container {
  position: relative;
}
.table-save-cart .actions-container .more-actions {
  min-width: 25px;
}
.table-save-cart .actions-container .actions-box {
  z-index: 99;
  position: absolute;
  background: #ffffff;
  top: 100%;
  right: 0;
  padding: 10px;
  min-width: 140px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  display: none;
}
.table-save-cart .actions-container .actions-box .action {
  margin: 10px 0;
}
.table-save-cart .actions-container.show .actions-box {
  display: block;
}
@media (max-width: 991.98px) {
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.unit-price {
    order: 5;
    width: 25%;
  }
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.gst {
    order: 6;
    width: 25%;
  }
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.subtotal {
    order: 7;
    width: 25%;
  }
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.stock-status {
    width: 25% !important;
  }
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.outer-carton-wrapper {
    order: 14 !important;
    width: 18% !important;
  }
}
@media (max-width: 767px) {
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.unit-price,
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.gst,
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.subtotal {
    width: 33.3%;
  }
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr td.stock-status {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  body.account.favlist-page.mpsavecart-cart-view .mp-cart-view-table #table-item-detail .table-cart-products tr.switch td.stock-status {
    width: 52% !important;
  }
}
.account.mpsavecart-dashboard-index .data.table.table-save-cart .col.actions .action.delete {
  color: #ED0006;
}
.account .block-collapsible-nav .nav.items .item a.orders-on-hold:before,
.account .block-collapsible-nav .nav.items .item strong.orders-on-hold:before {
  width: 60px;
  height: 60px;
  background: url(../../frontend/YesMed/default/en_AU/images/orders-on-holds.svg) no-repeat;
  background-size: 60px;
  top: -10px;
}
.account.mpsavecart-cart-view .mp-cart-view-table,
.account.mpsavecart-cart-view .table-wrapper {
  border: 0;
  overflow: visible;
}
.account.mpsavecart-cart-view #table-item-detail {
  overflow: visible;
  padding: 0;
}
@media (min-width: 993px) {
  .account.mpsavecart-cart-view .page-main .page-title-wrapper {
    display: none;
  }
}
.account.mpsavecart-cart-view .page-main #favlist-nav-main-container {
  margin-top: 20px;
}
.account.mpsavecart-cart-view #amlist-table td.outer-carton-wrapper {
  white-space: unset;
}
.account.mpsavecart-cart-view #amlist-table td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap.prefer span {
  max-width: 270px;
}
.account.mpsavecart-cart-view .favlist-form .control.qty input {
  border-radius: 5px;
}
.account.mpsavecart-cart-view .action.restore {
  background: #6eb749;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 50px;
  border-radius: 3px;
  margin-top: 30px;
  position: relative;
}
.account.mpsavecart-cart-view .action.restore:after {
  content: '';
  background: url('../../frontend/YesMed/default/en_AU/images/cart-icon.png') 0 0 no-repeat;
  display: block;
  width: 29px;
  height: 29px;
  margin: 0;
  position: absolute;
  right: 50px;
  top: 10px;
}
.account.mpsavecart-cart-view .action.restore span {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .account.mpsavecart-cart-view .action-restore-box {
    text-align: center;
  }
  .account.mpsavecart-cart-view .action-restore-box .action.restore {
    float: none;
    font-size: 14px;
    padding: 13px 20px;
  }
  .account.mpsavecart-cart-view .action-restore-box .action.restore:after {
    background-size: 20px;
    right: 20px;
    top: 12px;
    width: 20px;
  }
  .account.mpsavecart-cart-view .action-restore-box .action.restore span {
    padding-right: 20px;
  }
}
.account.mpsavecart-cart-view .back_url {
  display: none;
}
body .snize-ac-results {
  left: 0 !important;
  max-width: 100%;
  right: 0 !important;
  width: 100% !important;
}
body .snize-ac-results .snize-dropdown-arrow {
  display: none;
}
body .snize-ac-results .snize-ac-results-content {
  max-width: 100%;
  border-radius: 0;
}
body .snize-ac-results .snize-ac-results-content .snize-ac-results-multicolumn-list {
  max-width: 100%;
}
body.catalog-product-view .productquickinfo .productquickinfo-top .product-code {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
}
body.catalog-product-view .productquickinfo .productquickinfo-top .product-code span {
  font-weight: 400;
}
body.catalog-product-view .page-title-wrapper h1 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
}
body.catalog-product-view .call-to-login {
  font-size: 16px;
}
body.catalog-product-view .call-to-login a {
  font-size: 16px;
}
body.catalog-product-view .product_description .description_content.product.attribute.overview p {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
}
body.catalog-product-view .product_description .description_content.product.attribute.overview > p:first-child {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
}
body.catalog-product-view .product_description .description_content.product.attribute.overview ul {
  margin-bottom: 20px;
}
body.catalog-product-view .product_description .description_content.product.attribute.overview ul li {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
}
body.catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .stock-status {
  display: none;
}
body.catalog-product-view .product-info-main .product_description .more {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
}
body.catalog-product-view .product-info-main .product_description .more #showLess:after,
body.catalog-product-view .product-info-main .product_description .more #loadMore:after {
  font-size: 16px;
}
body.page-products .product-items,
body .product-listing .product-items {
  display: flex;
  flex-wrap: wrap;
}
body.page-products .product-items .item.product.product-item,
body .product-listing .product-items .item.product.product-item {
  display: flex;
  flex-wrap: wrap;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper input.input-text,
body .product-listing .products-grid .product-item-actions .qty-input-wrapper input.input-text {
  border-radius: 0;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper .minus-qty,
body .product-listing .products-grid .product-item-actions .qty-input-wrapper .minus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  text-align: center;
  cursor: pointer;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper .plus-qty,
body .product-listing .products-grid .product-item-actions .qty-input-wrapper .plus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  text-align: center;
  cursor: pointer;
}
body .table-order-items.history > tbody > tr > td.order-type {
  display: none;
}
.page-products .products-grid .product-item-actions .primary-action,
.catalog-product-view .product-add-form .box-tocart .actions {
  position: relative;
}
.page-products .products-grid .product-item-actions .primary-action.action.tocart.primary[disabled],
.catalog-product-view .product-add-form .box-tocart .actions.action.tocart.primary[disabled] {
  pointer-events: auto;
}
.disable-cart-tooltip {
  position: absolute;
  display: none;
  color: red;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: none;
  bottom: -15px;
  left: 0;
  font-weight: 500;
  background: transparent;
  width: 100%;
}
.page-products .products-grid .product-item-actions .primary-action:hover .disable-cart-tooltip {
  display: block;
  min-width: 150px;
}
.catalog-product-view .product-add-form .box-tocart .actions .disable-cart-tooltip {
  bottom: 0;
  left: 0;
}
.catalog-product-view .product-add-form .box-tocart .actions:hover .disable-cart-tooltip {
  display: block;
  min-width: 150px;
  bottom: 0;
  left: 0;
}
.catalog-product-view .product-add-form .box-tocart .actions:hover .tocart.disabled.is-restrict {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body.catalog-product-view.catalog-product-simple .product-add-form .box-tocart .actions:hover .disable-cart-tooltip {
    text-align: center;
  }
}
.page-products .reviews-in-category,
.product-listing .reviews-in-category {
  display: none;
}
.page-products .products.wrapper ~ .toolbar .field.limiter,
.product-listing .products.wrapper ~ .toolbar .field.limiter {
  margin-right: 0;
}
.page-products .products.wrapper ~ .toolbar .field.limiter .limiter-label,
.product-listing .products.wrapper ~ .toolbar .field.limiter .limiter-label {
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
}
.page-products .products.wrapper ~ .toolbar .field.limiter select,
.product-listing .products.wrapper ~ .toolbar .field.limiter select {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  font-family: 'Gotham-Bold', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages,
.product-listing .products.wrapper ~ .toolbar .pages {
  margin: 0;
}
.page-products .products.wrapper ~ .toolbar .pages strong.page,
.product-listing .products.wrapper ~ .toolbar .pages strong.page {
  background: transparent;
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  color: #104470;
  font-family: 'Gotham-Book', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages a.page,
.product-listing .products.wrapper ~ .toolbar .pages a.page {
  font-size: 16px;
  line-height: -webkit-calc(20/16);
  line-height: -moz-calc(20/16);
  line-height: calc(20/16);
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
}
.page-products .products.wrapper ~ .toolbar .pages a.page:hover,
.product-listing .products.wrapper ~ .toolbar .pages a.page:hover {
  color: #104470;
}
.page-products .products.wrapper ~ .toolbar .pages .action,
.product-listing .products.wrapper ~ .toolbar .pages .action {
  background: #104470;
  box-shadow: none;
  border: 1px solid #104470;
  color: #ffffff;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.next::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next:hover,
.product-listing .products.wrapper ~ .toolbar .pages .action.next:hover {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next:hover::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.next:hover::before {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous:hover,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous:hover {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous:hover::before,
.product-listing .products.wrapper ~ .toolbar .pages .action.previous:hover::before {
  color: #5d5d5d;
}
.page-products .products.wrapper ~ .toolbar .pages .item:last-child,
.product-listing .products.wrapper ~ .toolbar .pages .item:last-child {
  margin-right: 0;
}
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-previous,
.product-listing .products.wrapper ~ .toolbar .pages .item.pages-item-previous,
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-next,
.product-listing .products.wrapper ~ .toolbar .pages .item.pages-item-next {
  display: none;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  height: auto;
  background: #ffffff;
  border-radius: 5px;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper.flex-right,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper.flex-right {
  margin-left: 0;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action {
  background: transparent;
  font-size: 12px;
  font-family: 'Gotham-Light', sans-serif;
  line-height: 13px;
  padding: 0;
  height: auto;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-quick-view'],
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-quick-view'] {
  color: #010101;
  padding-left: 20px;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-watch-video'],
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .utils-action[id*='utils-watch-video'] {
  color: #104470;
  padding-right: 0;
}
.page-products .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .wistia_click_to_play,
.product-listing .products-grid .product-item .product-item-inner .product-item-utils .utils-wrapper .wistia_click_to_play {
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
.page-products .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container,
.product-listing .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container {
  opacity: 0;
}
.page-products .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container.image-hover,
.product-listing .products-grid .product-item.image-hover .product-item-photo:hover .product-image-container.image-hover {
  opacity: 1;
}
.page-products .products-grid .product-item-info,
.product-listing .products-grid .product-item-info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
.page-products .products-grid .product-item-info .product-label,
.product-listing .products-grid .product-item-info .product-label {
  position: absolute;
  left: -5px;
  margin: 0;
  top: 65px;
  z-index: 9;
  width: 60px;
}
.page-products .products-grid .product-item-info .product-label img,
.product-listing .products-grid .product-item-info .product-label img {
  max-height: 30px;
  width: auto;
}
.page-products .products-grid .product-item-info .product-label .cls-4,
.product-listing .products-grid .product-item-info .product-label .cls-4 {
  fill: #104470;
}
.page-products .products-grid .product-item-info .product-label.span-seller,
.product-listing .products-grid .product-item-info .product-label.span-seller {
  width: 100px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice {
  width: 150px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice.position-2,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice.position-2 {
  top: 100px;
}
.page-products .products-grid .product-item-info .product-label.span-popular-choice.position-3,
.product-listing .products-grid .product-item-info .product-label.span-popular-choice.position-3 {
  top: 135px;
}
.page-products .products-grid .product-item-info .product-label.span-eofysale,
.product-listing .products-grid .product-item-info .product-label.span-eofysale {
  left: auto;
  right: 0;
}
.page-products .products-grid .product-item-info .product-label.span-eofysale .cls-4,
.product-listing .products-grid .product-item-info .product-label.span-eofysale .cls-4 {
  fill: #15a33b;
}
.page-products .products-grid .product-item-info .span-seller-text + .span-sale-text .span-sale,
.product-listing .products-grid .product-item-info .span-seller-text + .span-sale-text .span-sale {
  top: 100px;
}
.page-products .products-grid .product-item-info .span-sale-text + .span-new-text .span-new,
.product-listing .products-grid .product-item-info .span-sale-text + .span-new-text .span-new {
  top: 100px;
}
.page-products .products-grid .product-item-info:hover,
.product-listing .products-grid .product-item-info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
  margin: 0;
}
.page-products .products-grid .product-item-info .actions-secondary,
.product-listing .products-grid .product-item-info .actions-secondary {
  position: relative;
  width: auto;
  text-align: right;
  z-index: 10;
  margin-left: auto;
}
.page-products .products-grid .product-item-info .actions-secondary .alllist,
.product-listing .products-grid .product-item-info .actions-secondary .alllist {
  position: absolute;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  top: -webkit-calc(100% + 7px);
  top: -moz-calc(100% + 7px);
  top: calc(100% + 7px);
}
.page-products .products-grid .product-item-info .actions-secondary .alllist .listvalues,
.product-listing .products-grid .product-item-info .actions-secondary .alllist .listvalues {
  width: 230px;
  background-color: #606060;
  padding: 10px;
  padding-bottom: 3px;
  margin: 0;
  list-style: none;
  border-radius: 5px;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
}
.page-products .products-grid .product-item-info .actions-secondary .alllist .listvalues a,
.product-listing .products-grid .product-item-info .actions-secondary .alllist .listvalues a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.page-products .products-grid .product-item-info .actions-secondary img.hover,
.product-listing .products-grid .product-item-info .actions-secondary img.hover {
  display: none;
}
.page-products .products-grid .product-item-info .actions-secondary.disabled,
.product-listing .products-grid .product-item-info .actions-secondary.disabled {
  opacity: 0.5;
}
.page-products .products-grid .product-item-info .actions-secondary.disabled a,
.product-listing .products-grid .product-item-info .actions-secondary.disabled a {
  cursor: default;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled):before,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7.5px 7.5px;
  border-color: transparent transparent #606060 transparent;
  position: absolute;
  bottom: -7px;
  right: 15px;
  z-index: 999999;
  display: block;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.hover,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.hover {
  display: block;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.none-hover,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) img.none-hover {
  display: none;
}
.page-products .products-grid .product-item-info .actions-secondary:hover:not(.disabled) .alllist,
.product-listing .products-grid .product-item-info .actions-secondary:hover:not(.disabled) .alllist {
  visibility: visible;
  opacity: 1;
}
.page-products .products-grid .product-item-details,
.product-listing .products-grid .product-item-details {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  width: 100%;
}
.page-products .products-grid .product-item-details .product-item-name,
.product-listing .products-grid .product-item-details .product-item-name {
  font-size: 16px;
  height: 65px;
  margin-bottom: 14px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.page-products .products-grid .product-item-details .product-item-name .product-item-link,
.product-listing .products-grid .product-item-details .product-item-name .product-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-products .products-grid .product-item-details .call-to-login,
.product-listing .products-grid .product-item-details .call-to-login {
  border-top: 1px solid #d2cfcd;
  border-bottom: 1px solid #d2cfcd;
  padding: 10px 0 10px 17px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-left: 0;
  font-family: 'Manrope', sans-serif;
}
.page-products .products-grid .product-item-details .call-to-login .text-login,
.product-listing .products-grid .product-item-details .call-to-login .text-login,
.page-products .products-grid .product-item-details .call-to-login .text-register,
.product-listing .products-grid .product-item-details .call-to-login .text-register {
  color: #104470;
  font-weight: bold;
}
.page-products .products-grid .product-item-details .product-stock-detail,
.product-listing .products-grid .product-item-details .product-stock-detail {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #d2cfcd;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-code,
.product-listing .products-grid .product-item-details .product-stock-detail .product-code {
  display: inline-block;
  color: #434342;
  letter-spacing: 0.4px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  max-width: 61%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-code > b,
.product-listing .products-grid .product-item-details .product-stock-detail .product-code > b {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin-left: auto;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock .stock-label,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock .stock-label {
  margin-right: 6px;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.available:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.available:before {
  background-color: #15a33b;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.unavailable:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.unavailable:before,
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.outofstock:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.outofstock:before {
  background-color: #fa7f0e;
}
.page-products .products-grid .product-item-details .product-stock-detail .product-stock.no-eta:before,
.product-listing .products-grid .product-item-details .product-stock-detail .product-stock.no-eta:before {
  background-color: red;
}
.page-products .products-grid .product-item-details .price-final_price,
.product-listing .products-grid .product-item-details .price-final_price {
  margin: 0;
}
.page-products .products-grid .product-item-actions,
.product-listing .products-grid .product-item-actions {
  border-top: 1px solid #d2cfcd;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.page-products .products-grid .product-item-actions .grouped-option-select,
.product-listing .products-grid .product-item-actions .grouped-option-select {
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #434342;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  height: 35px;
  background: url(../../frontend/YesMed/default/en_AU/images/dark-black-angle-down.png) no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
}
.page-products .products-grid .product-item-actions .grouped-option-select:focus,
.product-listing .products-grid .product-item-actions .grouped-option-select:focus {
  outline: none;
}
.page-products .products-grid .product-item-actions .grouped-option-select:-moz-focusring,
.product-listing .products-grid .product-item-actions .grouped-option-select:-moz-focusring {
  outline: none;
}
.page-products .products-grid .product-item-actions .grouped-option-select option,
.product-listing .products-grid .product-item-actions .grouped-option-select option {
  font-size: 14px;
  font: -moz-pull-down-menu;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list,
.product-listing .products-grid .product-item-actions .final-tier-prices-list {
  color: #5b5b5b;
  margin-bottom: 5px;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list.simple-price.hide + .actions-wrapper,
.product-listing .products-grid .product-item-actions .final-tier-prices-list.simple-price.hide + .actions-wrapper {
  padding-top: 0;
  border-top: 0;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #434342;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: -webkit-calc(27/14);
  line-height: -moz-calc(27/14);
  line-height: calc(27/14);
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th:first-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th:first-child {
  width: 40%;
  margin-right: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr th:last-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr th:last-child {
  width: 52%;
  margin-left: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td {
  padding: 0 10px 5px 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #434342;
  line-height: -webkit-calc(20/14);
  line-height: -moz-calc(20/14);
  line-height: calc(20/14);
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td:first-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td:first-child {
  width: 40%;
  margin-right: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td:last-child,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td:last-child {
  width: 52%;
  margin-left: 1%;
}
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.page-products .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-val,
.product-listing .products-grid .product-item-actions .final-tier-prices-list tr td.usually-price-val {
  text-decoration: line-through;
}
.page-products .products-grid .product-item-actions .actions-primary,
.product-listing .products-grid .product-item-actions .actions-primary {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 100% !important;
}
.page-products .products-grid .product-item-actions .actions-primary.amasty-hide-price,
.product-listing .products-grid .product-item-actions .actions-primary.amasty-hide-price {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.page-products .products-grid .product-item-actions .actions-primary form.loading,
.product-listing .products-grid .product-item-actions .actions-primary form.loading {
  position: relative;
}
.page-products .products-grid .product-item-actions .actions-primary form .spacer,
.product-listing .products-grid .product-item-actions .actions-primary form .spacer {
  flex-grow: 1;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper,
.product-listing .products-grid .product-item-actions .qty-input-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper label,
.product-listing .products-grid .product-item-actions .qty-input-wrapper label {
  font-size: 13px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper input.input-text,
.product-listing .products-grid .product-item-actions .qty-input-wrapper input.input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: 1px solid #707070;
  color: #434342;
  font-size: 14px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  border-radius: 5px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action {
  color: #104470;
  border: 1px solid #707070;
  width: 20px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action:hover,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action:hover {
  cursor: pointer;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-sub,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-sub {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.page-products .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-add,
.product-listing .products-grid .product-item-actions .qty-input-wrapper span.qty-action.qty-add {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.page-products .products-grid .product-item-actions .actions-wrapper,
.product-listing .products-grid .product-item-actions .actions-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  padding-top: 15px;
  border-top: 1px solid #d2cfcd;
}
.page-products .products-grid .product-item-actions .actions-wrapper::after,
.product-listing .products-grid .product-item-actions .actions-wrapper::after {
  content: '';
  clear: both;
  display: table;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary {
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content {
  display: inline-block;
}
.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content img,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary .tocart-content img {
  display: block;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived {
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  background: #104470;
  border-radius: 5px;
  min-width: 40px;
  cursor: pointer;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived i,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived i {
  font-size: 14px;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived:hover,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived:hover,
.page-products .products-grid .product-item-actions .qty-action.qty-actived:focus,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived:focus {
  opacity: 0.8;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived.category-qty-add,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived.category-qty-add {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-products .products-grid .product-item-actions .qty-action.qty-actived.category-qty-sub,
.product-listing .products-grid .product-item-actions .qty-action.qty-actived.category-qty-sub {
  margin-left: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-products .products-grid .product-item-photo,
.product-listing .products-grid .product-item-photo {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1600px) {
  .page-products .products-grid .product-item-photo,
  .product-listing .products-grid .product-item-photo {
    min-height: 195px;
  }
}
.page-products .products-grid .product-image-container,
.product-listing .products-grid .product-image-container {
  height: 100%;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.page-products .products-grid .product-image-container .product-image-wrapper,
.product-listing .products-grid .product-image-container .product-image-wrapper {
  background: #ffffff;
  height: 100%;
}
.page-products .products-grid .product-image-container .product-image-photo,
.product-listing .products-grid .product-image-container .product-image-photo {
  position: static;
}
.page-products .products-grid .product-image-container.image-hover,
.product-listing .products-grid .product-image-container.image-hover {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.page-products .products-grid .product-image-container.image-hover .product-image-wrapper,
.product-listing .products-grid .product-image-container.image-hover .product-image-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-products .products-grid .product-image-container.image-hover .product-image-wrapper img,
.product-listing .products-grid .product-image-container.image-hover .product-image-wrapper img {
  max-height: calc(100% - 1px);
}
.page-products .products-grid .product-item-inner:before,
.product-listing .products-grid .product-item-inner:before {
  display: none;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .actions-primary,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .actions-primary {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .product-tocart-form,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .product-tocart-form {
  display: none;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price {
  background-color: #104470;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  padding: 8px 13px;
  position: relative;
  text-transform: uppercase;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price::after,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price::after {
  background: url('../../frontend/YesMed/default/en_AU/images/loader-2.gif') center no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading {
  font-size: 0;
}
.page-products .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading::after,
.product-listing .products-grid .product-item.click-for-price .product-item-actions .action.click-for-price.loading::after {
  display: block;
}
.project_development .call-to-login {
  display: none;
}
.catalog-category-view .message.info {
  font-family: 'Manrope', sans-serif;
}
.amhideprice-fields-container .field {
  margin-top: 15px;
}
.amhideprice-fields-container .action.primary {
  margin-top: 25px;
  width: auto;
  padding: 0 25px;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-transform: unset;
  font-size: 20px;
  line-height: 27px;
  background-color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .grouped-option-select {
  order: 0;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .spacer {
  order: 1;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .product-additional-info {
  order: 1;
  padding: 20px 10px 10px;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .final-tier-prices-list {
  order: 2;
}
.catalog-category-view ol.product-items li.product-item form.product-tocart-form .actions-wrapper {
  order: 3;
}
/* Override style-l.css */
.product-item-actions .actions-secondary > .action {
  width: auto;
}
@media screen and (min-width: 1800px) {
  .catalog-category-view .mfp-iframe-holder .mfp-content {
    max-width: 1600px !important;
  }
}
@media all and (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    padding: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
}
@media all and (min-width: 768px), print {
  .page-products .reviews-in-category {
    float: left;
    display: block;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .page-products .reviews-in-category .title-reviews-category {
    color: #104470;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 6rem;
    font-weight: 700;
    line-height: -webkit-calc(24/18);
    line-height: -moz-calc(24/18);
    line-height: calc(24/18);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
}
@media all and (min-width: 640px) {
  .product-item-actions .actions-primary .actions-secondary > .action {
    width: auto;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner {
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    margin: 0;
    border: 0;
    padding: 0;
  }
}
/* */
/* Responsive */
@media all and (max-width: 767px) {
  .page-products .products-grid .product-item.image-hover .product-item-info .product-image-container.image-hover {
    display: none;
  }
  .page-products .products-grid .product-item.image-hover .product-item-info:hover .product-image-container {
    opacity: 1;
  }
}
/* Responsive */
@media all and (max-width: 639px) {
  .utils-action[id*='utils-quick-view'],
  .utils-action[id*='utils-watch-video'] {
    padding: 0 !important;
  }
  .page-products .products-grid .product-item {
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item-details .product-item-name .product-item-link {
    min-height: 48px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1600px) {
  body.page-products .products-grid .product-item {
    width: -webkit-calc((100% - 8%)/5);
    width: -moz-calc((100% - 8%)/5);
    width: calc((100% - 8%)/5);
  }
  body.page-products .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
}
body.page-products .products-grid .product-item-actions .actions-primary form.loading:after,
body.page-products .products-grid .product-item-actions .actions-primary form.loading:before {
  display: none;
}
@media (min-width: 575px) and (max-width: 990px) {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: -webkit-calc((100% - 2%)/2);
    width: -moz-calc((100% - 2%)/2);
    width: calc((100% - 2%)/2);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (max-width: 574px) {
  .page-products .products-grid .product-item {
    width: 100%;
    margin-left: 0;
  }
}
/* */
/* Helper classes */
.flex-right {
  margin-left: auto;
}
.bottom-red-dash {
  position: relative;
}
.bottom-red-dash::before {
  content: '';
  height: 3px;
  width: 64px;
  position: absolute;
  bottom: -20px;
  background: #104470;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
/* */
/* Hard fixes */
.bss-quickview + .bss-quickview {
  display: none;
}
.catalog-category-view .page-title-wrapper.bottom {
  margin-bottom: 30px;
}
.catalog-category-view .page-title-wrapper.bottom.cate-img-empty {
  margin-bottom: 20px;
}
.catalog-category-view .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1050px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.catalog-category-view .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.catalog-category-view .mfp-iframe-scaler iframe {
  opacity: 1 !important;
  background: url(../../frontend/YesMed/default/en_AU/images/loader_red.svg) no-repeat scroll center center #ffffff !important;
  background-size: 50px 50px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.catalog-category-view .mfp-preloader {
  display: none !important;
}
.catalog-category-view .mfp-iframe-holder .mfp-close {
  top: 0px;
  background: #104470;
  right: 0;
  line-height: 44px;
  font-size: 35px;
  padding: 0;
  width: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
#confirmBox {
  background: #ffffff;
  padding: 0 15px;
  text-align: center;
}
#confirmBox .amcart-confirm-buttons button:hover,
#confirmBox .amcart-confirm-buttons button:focus {
  background-color: #104470;
  color: #ffffff;
}
#confirmBox > .cross {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #15a33b;
}
#confirmBox .am-description {
  display: none;
}
#confirmBox .amcart-product-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#confirmBox .ampage-top-info {
  width: 100%;
  padding-right: 0;
}
#confirmBox .ampage-top-info .am-title {
  margin-bottom: 0;
  text-transform: inherit;
  padding-right: 15px;
  line-height: 24px;
  font: 700 24px/24px 'Gotham-Bold', sans-serif;
  color: #2f3132;
  padding-right: 0;
}
#confirmBox .am-photo-container {
  display: none;
}
#confirmBox .ampage-bottom-info {
  width: 100%;
  padding-right: 0;
}
#confirmBox .ampage-bottom-info .product-add-form {
  padding-top: 0;
}
#confirmBox .ampage-bottom-info h2 {
  font-size: 20px;
}
#confirmBox .amcart-confirm-buttons {
  display: none;
}
.bss_quickview-catalog_product-view .product-video-btn {
  display: none;
}
.bss_quickview-catalog_product-view h1 {
  font-size: 28px;
  line-height: 32px;
}
.row-galley .page-title {
  font-size: 12px;
  font-weight: 500;
  color: #bbbdc2;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 0.0625rem solid #d1d3d4;
  padding: 25px 0 0;
  margin-top: 25px;
}
.row-galley ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-galley ul li {
  display: inline-block;
  line-height: 0;
  margin-top: 10px;
}
.row-galley ul li a i {
  white-space: nowrap;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  padding: 11px;
  border-radius: 50%;
  border: 1px solid #d1d3d4;
  margin: 0 7px 0 0;
  overflow: hidden;
  color: #001231;
  transition: all 0.35s ease-out;
  text-align: center;
  line-height: 16px;
}
.row-galley ul li a .fab.fa-facebook-f:hover {
  background-color: #365899;
  color: #ffffff;
  border-color: #365899;
}
.row-galley ul li a .fab.fa-linkedin-in:hover {
  background-color: #5f7ea0;
  color: #ffffff;
  border-color: #5f7ea0;
}
.row-galley ul li a .fab.fa-twitter:hover {
  background-color: #00a8ec;
  color: #ffffff;
  border-color: #00a8ec;
}
.row-galley ul li a .fab.fa-google-plus-g:hover {
  background-color: #104470;
  color: #ffffff;
  border-color: #104470;
}
.reviews-project-development .products-grid.owl-carousel-related .products .owl-nav button span {
  display: none !important;
}
.reviews-project-development #widget {
  display: none;
}
.reviews-project-development .product-item-details .price-final_price,
.reviews-project-development .product-item-details a {
  display: none;
}
.reviews-project-development .product-item-details {
  display: block;
  margin: 0;
  text-align: left;
}
.reviews-project-development .product-item-name {
  color: #ffffff;
  bottom: 0px;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: inline-block;
  z-index: 9;
  margin-left: 0 !important;
}
.reviews-project-development .product-item-link {
  color: #ffffff !important;
  display: block;
}
.reviews-project-development .product-image-container {
  width: 100% !important;
  max-width: 100% !important;
}
.reviews-project-development .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  min-height: 250px;
}
.reviews-project-development .product-image-container .product-image-wrapper img {
  width: 390px;
  max-width: 390px;
}
.project-page .more {
  display: none !important;
}
.project-page .column > .breadcrumbs {
  display: none;
}
.project-page .short_description_content {
  height: auto !important;
}
.project-page .product-info-main .page-title,
.project-page .product-info-main .final-price-block,
.project-page .product-info-main .stock-status {
  display: none;
}
.project-page .product-info-main .shipping-date-estimate,
.project-page .product-info-main .box-tocart {
  display: none;
}
.project-page .product-info-main .product.attribute.overview p {
  color: #636363;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.037em;
  font-family: 'Gotham-Book', sans-serif !important;
}
.project-page .product-info-main .product_short_description {
  border-top: none;
}
.project-page .project-top-content ol li {
  list-style-type: none;
}
.project-page .project-top-content .owl-item.active:nth-child(n + 1) {
  display: none;
}
.project-page .project-top-content .owl-carousel .owl-item img {
  height: 691px;
  object-fit: cover;
}
.project-page .project-top-content .owl-prev {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  position: absolute;
  left: 100px;
  top: 50%;
  text-align: center;
  font-size: 35px !important;
  line-height: 48px !important;
  border-radius: 50%;
}
.project-page .project-top-content .owl-next {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  position: absolute;
  right: 100px;
  top: 50%;
  text-align: center;
  font-size: 35px !important;
  line-height: 48px !important;
  border-radius: 50%;
}
.project-page .project-top-content .owl-stage-outer {
  position: relative;
}
.project-page .product_short_description .short_description_content.product.attribute.overview ul {
  padding-left: 0px !important;
}
@media screen and (min-width: 768px) {
  .page-layout-1column .project-page .product.media {
    width: 33.33%;
    padding: 20px 60px;
  }
  .project-page .product-info-main {
    width: 66.66666667%;
  }
  .project-page .more-infomation {
    display: table;
    height: 312.5px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .project-page .more-infomation .main-infor {
    display: table-cell;
    background: #104470;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    margin: 0;
  }
  .project-page .more-infomation a.project {
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    margin: 0;
  }
  .project-page .more-infomation a.btn-more-infor {
    margin: 10px 60px;
    display: inline-block;
    min-width: 270px;
    font-size: 24px;
    line-height: 70px;
    background: #ffffff;
    color: #104470;
    text-decoration: none;
    font-weight: 500;
    padding: 0 30px;
    max-width: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .project-page .more-infomation a.btn-more-infor:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .project-page .title-project-development h1 {
    padding: 40px 118px 40px 58px;
    font-size: 74px;
    margin-bottom: 0;
    text-transform: none;
    color: #104470;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 767px) {
  .project-page .column.main {
    order: 0;
  }
  .project-page .custom-product-details {
    order: 1;
  }
  .project-page .product-info-main {
    order: 1;
  }
  .project-page .product.media {
    order: 2;
  }
  .project-page .breacumbs {
    display: none;
  }
  .project-page .project-top-content .owl-carousel-products {
    order: 1;
  }
  .project-page .project-top-content .title-project-development {
    order: 0;
  }
  .project-page .project-top-content .owl-carousel {
    padding-left: 0;
  }
  .project-page .project-top-content .owl-carousel .owl-item img {
    height: 300px;
  }
  .project-page .project-top-content .owl-next {
    right: 0;
  }
  .project-page .project-top-content .owl-prev {
    left: 0;
  }
  .project-page .more-infomation {
    background: red;
    padding: 50px;
    color: white;
    margin-top: 50px;
    margin-left: -15px;
  }
  .project-page .more-infomation .main-infor a {
    color: #ffffff;
  }
  .project-page .more-infomation .main-infor .btn-more-infor {
    margin: 10px 60px;
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    line-height: 18px;
    background: #ffffff;
    color: #104470;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
}
.product-listing .products-grid .product-item-details .call-to-login {
  border: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-grid .amquote-addto-button {
    height: 36px;
  }
}
.catalog-product-view.page-product-grouped .productquickinfo .productquickinfo-top .product-code {
  display: none;
}
.catalog-product-view .products-related .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form {
  padding-top: 0;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1.34px solid #e6e6e6;
  width: 100%;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.amquote-addto-button {
  margin-right: 0;
  margin-left: 15px;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty {
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .mage-error.amcart-error {
  display: none;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
  width: 130px;
  height: 56px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border-radius: 5px;
  border: 0.5px solid #767676;
  color: #000000;
  font-family: 'Manrope', sans-serif;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty,
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  width: 28%;
  line-height: 56px;
  top: 56px;
  height: 56px;
  transform: translateY(-100%);
  border-color: #767676;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty {
  left: 0;
  border-right: 1px solid;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
  right: 0;
  border-left: 1px solid;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
  margin-bottom: 24px;
  border: 1px solid #767676;
}
.catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty + .mage-error {
  position: absolute;
  top: calc(100% - 20px);
  width: auto;
  white-space: nowrap;
}
.catalog-product-view .table-price-simple {
  border-bottom: 1.34px solid #e6e6e6;
  color: #525252;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.catalog-product-view .table-price-simple table.fixed-column {
  table-layout: fixed;
}
.catalog-product-view .table-price-simple table > thead > tr > th {
  color: #000000;
  font: 600 15px/20.5px 'Manrope', sans-serif;
  padding: 0 0 2px;
}
.catalog-product-view .table-price-simple table > tbody > tr > td {
  color: #000000;
  border: none;
  font: 400 14px/28px 'Manrope', sans-serif;
  padding: 0;
}
.catalog-product-view .table-price-simple table > tbody > tr > td.usually-price-title,
.catalog-product-view .table-price-simple table > tbody > tr > td.usually-price-val {
  color: #104470;
  text-decoration: line-through;
}
.catalog-product-view .column.main {
  padding-bottom: 0;
}
.catalog-product-view .column.main .block.related {
  margin-bottom: 0;
  padding: 0 35px;
  clear: both;
}
@media (max-width: 1199px) {
  .catalog-product-view .column.main .block.related {
    padding: 0;
  }
}
.catalog-product-view .column.main .block.related .products {
  margin: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .column.main .block.related .products {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.8px) {
  .catalog-product-view .column.main .block.related .products {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.catalog-product-view .column.main .block.related .products .owl-nav button {
  height: auto;
}
.catalog-product-view .column.main .block.related .products .owl-dots {
  display: none;
}
.catalog-product-view .product.media {
  margin-bottom: 0;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login {
  position: relative;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:before,
.catalog-product-view .ordering-options-product-custom .unavailable-login:after {
  content: '';
  height: 1px;
  width: calc((100% - 400px)/2);
  background-color: #104470;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:before {
  left: 0;
}
.catalog-product-view .ordering-options-product-custom .unavailable-login:after {
  right: 0;
}
.catalog-product-view .call-to-login {
  display: inline-block;
  font-family: 'Gotham-Light', sans-serif;
  color: #5b5b5b;
  line-height: 27.31px;
  font-size: 19px;
}
.catalog-product-view .call-to-login.call-to-login-mb {
  display: none;
}
.catalog-product-view .call-to-login a {
  color: #104470;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 19px;
  text-transform: capitalize;
}
.catalog-product-view .block.related .product-item-details > a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.catalog-product-view .block.related.product-listing .product-items .product-item-info {
  margin: 2px;
  width: calc(100% - 4px);
}
.catalog-product-view .CombinedWidget.reviews-combined-widget .ListContent {
  display: block;
}
.catalog-product-view .author__heading {
  margin-bottom: 10px;
}
.catalog-product-view .CombinedWidget.reviews-combined-widget * {
  font-family: 'Gotham-Light', sans-serif;
}
.catalog-product-view .RatingStars.RatingStars--small + div {
  display: none;
}
.catalog-product-view .product-details-review {
  border-bottom: 1px solid #cccccc;
  clear: both;
}
.catalog-product-view .product-details-review > h3 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #525252;
  font-weight: 400;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.catalog-product-view .product-details-review > h3 img {
  padding-right: 15px;
}
.catalog-product-view .product-details-reviews #ReviewsWidget .ElementsWidget__list .R-TextBody > .u-marginTop--xs {
  text-decoration: underline;
  cursor: pointer;
}
.catalog-product-view .overview-product {
  padding-bottom: 90px;
}
.catalog-product-view .breadcrumbs,
.catalog-product-view .breacumbs {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.catalog-product-view .breadcrumbs .items,
.catalog-product-view .breacumbs .items {
  font-family: 'Manrope', sans-serif;
  font-size: 0;
}
.catalog-product-view .breadcrumbs .items .item,
.catalog-product-view .breacumbs .items .item {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child):after,
.catalog-product-view .breacumbs .items .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 6px 10px 0 !important;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .breadcrumbs .items .item a,
.catalog-product-view .breacumbs .items .item a {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 27px;
  text-transform: capitalize;
}
.catalog-product-view .breadcrumbs .items .item strong,
.catalog-product-view .breacumbs .items .item strong {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 27px;
  text-transform: capitalize;
}
.catalog-product-view .section-builder .add-new-block button {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  color: #ffffff;
}
.catalog-product-view .section-builder .add-new-block button:hover {
  color: #ffffff;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen {
  position: static;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .close-popup-btn {
  display: none;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product-gallery-thumbs {
  display: block;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product-gallery .owl-item .gallery-item img {
  max-height: 500px;
}
.catalog-product-view.bss_quickview-catalog_product-view .product-media.fullscreen .product_view_brand {
  padding: 3px 12px;
}
.catalog-product-view .page-wrapper {
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none;
}
.catalog-product-view .product-info-main .product_description {
  position: relative;
  overflow: hidden;
  clear: both;
}
.catalog-product-view .product-info-main .product_description .more {
  display: none;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product_description .more #loadMore {
  color: #104470;
  cursor: pointer;
  display: inline-block;
}
.catalog-product-view .product-info-main .product_description .more #loadMore:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product_description .more #showLess {
  display: none;
  color: #104470;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product_description .more #showLess:after {
  content: '\f077';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product_description.show-more .more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  text-align: right;
}
.catalog-product-view .product-info-main .product_description.show-less .more {
  display: block;
  position: static;
  background: #ffffff;
  width: 100%;
  text-align: right;
}
.catalog-product-view .product-info-main .product_description.show-less .more #loadMore {
  display: none;
}
.catalog-product-view .product-info-main .product_description.show-less .more #showLess {
  display: inline-block;
}
.catalog-product-view .product-info-main div.login-signup {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.catalog-product-view .product-info-main div.login-signup a {
  color: #104470;
  text-decoration: underline;
}
.catalog-product-view .product-info-main .product-video-btn .wistia_click_to_play {
  width: auto !important;
  height: auto !important;
}
.catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main .product-video-btn .utils-icon {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-video-btn .utils-icon img {
  width: 27px;
}
.catalog-product-view .product-info-main .product-video-btn .utils-text {
  font-size: 18px;
  line-height: 27.31px;
  color: #000000;
  font-family: 'Gotham-Light', sans-serif;
  display: inline-block;
}
.catalog-product-view .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}
.catalog-product-view .product-stock:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-product-view .product-stock .stock-label {
  margin-right: 6px;
}
.catalog-product-view .product-stock.available:before {
  background-color: #15a33b;
}
.catalog-product-view .product-stock.unavailable:before,
.catalog-product-view .product-stock.outofstock:before {
  background-color: #fa7f0e;
}
.catalog-product-view .product-stock.no-eta:before {
  background-color: red;
}
.catalog-product-view .product_description {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 600px;
}
.catalog-product-view .product_description .description_title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #104470;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview {
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul {
  padding-left: 35px;
  list-style: none;
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul li {
  position: relative;
  padding: 0;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 18px;
  color: #525252;
  line-height: 35px;
  margin: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview ul li:before {
  content: '\f111';
  color: #104470;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  left: -34px;
  top: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview > p:first-child {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  color: #104470;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview p {
  font-size: 19px;
  font-family: 'Gotham-Bold', sans-serif;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan {
  padding: 20px 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
  column-gap: 6px;
  font-size: 13px;
  line-height: 18px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container {
  display: flex;
  gap: 0 10px;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner > .inner-content.mgz-container:after {
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element:before,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-inner:after,
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element:after {
  display: none;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .inner-content .mgz-element-column p:before {
  display: inline-block;
  content: '';
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  border-radius: 50%;
  background-image: url('../../frontend/YesMed/default/en_AU/images/check-icon-green.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
}
.catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-title h3.mgz-element-heading-text {
  font-size: 16px;
  font-weight: 700;
  color: #104470;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-title .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-description .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .product_description .description_content.product.attribute.overview .short-description ul li {
  line-height: 22px;
}
.catalog-product-view .hidden-detail {
  display: none;
}
.catalog-product-view .product-media .counter {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 20px;
  color: #020202;
  text-align: center;
  padding: 20px 0;
}
.catalog-product-view .product-media .counter span {
  color: #b2b4b7;
}
.catalog-product-view #question-answers-product h3 {
  padding-bottom: 20px;
}
.catalog-product-view #question-answers-product h3 i {
  color: #104470;
  margin-right: 10px;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view #question-answers-product h3 span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view #session_specifications_manuals .attribute-custom-block {
  padding: 30px 15px 0 30px;
}
.catalog-product-view #session_specifications_manuals .attribute-custom-block .attribute-item {
  width: calc(100% / 3);
  float: left;
}
.catalog-product-view .custom-product-details {
  clear: both;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab {
  margin-top: 0;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li {
  float: none;
  font-size: 20px;
  padding-left: 0;
  font-weight: 300;
  list-style-type: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: 'Gotham-Light', sans-serif;
  text-align: center;
  padding: 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li a {
  position: relative;
  color: #535352;
}
.catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li.active {
  border-bottom: 3px solid #104470;
}
.catalog-product-view .custom-product-details .mgs-accordion {
  border-bottom: 1px solid #a8a8a8;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title {
  border-top: 1px solid #a8a8a8;
  padding: 13px 0;
  padding-right: 24px;
  line-height: 20px;
  margin: 0;
  display: block;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title:before {
  content: '\f067';
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 50%;
  font-weight: 300;
  font-size: 18px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-title.ui-state-active:before {
  content: '\f068';
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-content {
  border: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .custom-product-details .mgs-accordion .accordion-content i.fa-check {
  color: #104470;
}
.catalog-product-view .products-grid.owl-carousel-related .product-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products {
  margin-bottom: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span {
  position: absolute;
  top: 40%;
  display: block;
  width: 0;
  height: 0;
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
  left: -40px;
}
@media (min-width: 768px) {
  .catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
    background-image: url(../../frontend/YesMed/default/en_AU/images/navpre2.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
}
.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
  right: -40px;
}
@media (min-width: 768px) {
  .catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
    background-image: url(../../frontend/YesMed/default/en_AU/images/navnext2.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
}
.catalog-product-view .final-price-block p {
  display: flex;
  align-items: center;
}
.catalog-product-view .final-price-block p.from-text {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Gotham-Book', sans-serif;
  display: block;
}
.catalog-product-view .final-price-block .final-price-value {
  font-size: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  margin-right: 15px;
}
.catalog-product-view .final-price-block .final-best-price-guarantee {
  color: #179dda;
}
.catalog-product-view .final-price-block .final-best-price-guarantee span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .final-price-block .final-best-price-guarantee img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.catalog-product-view .shipping-tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content {
  visibility: hidden;
  position: absolute;
  width: 228px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 7px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  bottom: 115%;
  right: 0;
  transition: opacity 0.6s;
  font-family: 'Gotham-Book', sans-serif;
  z-index: 99;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content p {
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 0;
  font-size: 12px;
}
.catalog-product-view .shipping-tooltip .shipping-tooltip-content:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 21px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
.catalog-product-view .shipping-tooltip:hover .shipping-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.catalog-product-view .product-mb-acr h3 i {
  color: #104470;
  margin-right: 10px;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-mb-acr h3 span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-mb-acr {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .catalog-product-view .product-mb-acr {
    border-top: 2px solid #5a5a5a;
    margin-top: -2px;
  }
}
.catalog-product-view .product-mb-acr.ordering-options-product {
  border-top: none;
  margin-top: 0;
}
.catalog-product-view .product-mb-acr:before {
  content: '';
  background: #f3f3f3;
  position: absolute;
  right: 100%;
  left: auto;
  top: 0;
  width: 1000px;
  height: 100%;
}
.catalog-product-view .product-mb-acr:after {
  content: '';
  background: #f3f3f3;
  position: absolute;
  right: auto;
  left: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
}
.catalog-product-view .product-mb-acr h3 {
  margin: 0;
  padding-top: 20px;
}
.catalog-product-view .product-mb-acr .CombinedWidget.reviews-combined-widget {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}
.catalog-product-view .close-popup-btn {
  display: none;
}
.catalog-product-view .product-media {
  background: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .catalog-product-view .product-media {
    max-width: 100%;
  }
}
.catalog-product-view .product-media .product-gallery.owl-carousel {
  display: block;
}
.catalog-product-view .product-media .product-gallery .owl-nav {
  margin: 0;
}
.catalog-product-view .product-media .gallery-item._block-content-loading:not(:first-child) {
  display: none;
}
.catalog-product-view .product-media .owl-loaded .gallery-item._block-content-loading {
  display: block;
}
.catalog-product-view .product-media .product_view_brand {
  max-width: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 3px 12px;
}
.catalog-product-view .product-media .product_view_brand img {
  display: block;
}
.catalog-product-view .product-media .product-view-labels .product-label {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: auto;
}
.catalog-product-view .product-media .product-view-labels .product-label img {
  max-height: 30px;
  width: auto;
}
.catalog-product-view .product-media .product-view-labels .product-label .cls-4 {
  fill: #104470;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-seller {
  width: 100px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice {
  width: 150px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice.position-2 {
  top: 34px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-popular-choice.position-3 {
  top: 69px;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-eofysale {
  top: 68px;
  display: none;
}
.catalog-product-view .product-media .product-view-labels .product-label.span-eofysale .cls-4 {
  fill: #15a33b;
}
.catalog-product-view .product-media .product-view-labels .span-seller-text + .span-sale-text .span-sale {
  top: 34px;
}
.catalog-product-view .product-media .product-view-labels .span-sale-text + .span-new-text .span-new {
  top: 34px;
}
.catalog-product-view .product-media.fullscreen {
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: fixed;
  text-align: center;
  overflow-y: auto;
  background: #ffffff;
  max-width: 100%;
  margin-top: 0;
}
.catalog-product-view .product-media.fullscreen .product-gallery .owl-item .gallery-item img {
  max-height: 800px;
  width: auto;
  margin: 0 auto;
}
.catalog-product-view .product-media.fullscreen .product_view_brand {
  padding: 15px;
}
.catalog-product-view .product-media.fullscreen .product-gallery-thumbs {
  display: none;
}
.catalog-product-view .product-media.fullscreen .close-popup-btn {
  position: fixed;
  display: block;
  top: 10px;
  left: auto;
  right: 10px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.catalog-product-view .stock-item .stock .fa {
  font-size: 24px;
  font-weight: 300;
  color: #008000;
}
.catalog-product-view .stock-item .stock.unavailable .fa {
  color: #990000;
}
.catalog-product-view .product-gallery {
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery {
    max-width: 100%;
  }
}
.catalog-product-view .product-gallery .owl-stage-outer {
  height: 100%;
}
.catalog-product-view .product-gallery .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.catalog-product-view .product-gallery .owl-nav button.owl-next {
  right: 0;
}
.catalog-product-view .product-gallery .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.catalog-product-view .product-gallery .owl-nav button.owl-prev {
  left: 0;
}
.catalog-product-view .product-gallery .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
.catalog-product-view .product-gallery .owl-nav button i {
  color: #104470;
  font-size: 50px;
  font-weight: 300;
}
.catalog-product-view .product-gallery .owl-item {
  height: 100%;
}
.catalog-product-view .product-gallery .owl-item .gallery-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery .owl-item .gallery-item img {
  max-height: 500px;
  width: auto;
}
.catalog-product-view .product-gallery-thumbs {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs {
    max-width: 100%;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-item {
  border: 1px solid #dedede;
}
.catalog-product-view .product-gallery-thumbs .owl-item.current {
  border: 1px solid #104470;
}
.catalog-product-view .product-gallery-thumbs .owl-item .gallery-thumbs-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .catalog-product-view .product-gallery-thumbs .owl-item .gallery-thumbs-item {
    min-height: 70px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-item img {
  max-height: 70px;
  width: auto;
}
.catalog-product-view .product-gallery-thumbs .owl-stage {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.owl-next {
  right: -40px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #104470;
  color: #ffffff;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs .owl-nav button.owl-next {
    right: -13px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.owl-prev {
  left: -40px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #104470;
  color: #ffffff;
}
@media (max-width: 767px) {
  .catalog-product-view .product-gallery-thumbs .owl-nav button.owl-prev {
    left: -13px;
  }
}
.catalog-product-view .product-gallery-thumbs .owl-nav button.disabled {
  opacity: 0.3;
}
.catalog-product-view .product-gallery-thumbs .owl-nav button i {
  font-size: 20px;
  font-weight: 300;
}
.catalog-product-view .product-gallery-thumbs .owl-dots {
  display: none;
}
.catalog-product-view .video-productpage {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .catalog-product-view .video-productpage {
    margin: 0;
  }
}
.catalog-product-view .video-productpage .wistia-title {
  font-size: 18px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 20px;
}
.catalog-product-view .video-productpage .list-video-productpage.list-videos {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog-product-view .video-productpage .list-video-productpage.list-videos {
    width: calc(50% - 10px);
    float: left;
    padding: 0;
    margin-right: 20px;
  }
  .catalog-product-view .video-productpage .list-video-productpage.list-videos:nth-child(2n) {
    margin-right: 0;
  }
}
.catalog-product-view .video-productpage .one-item-video .wistia_embed {
  height: 900px;
}
.catalog-product-view .video-productpage .wistia_embed {
  height: 450px;
}
.catalog-product-view .product-details-overview_specs_manuals {
  padding-top: 100px;
}
.catalog-product-view .product-details-overview_specs_manuals .line {
  align-items: center;
}
.catalog-product-view .product-details-overview_specs_manuals .text-overview h2 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #525252;
}
.catalog-product-view .product-details-overview_specs_manuals .text-overview p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 35px;
  line-height: 50px;
  color: #525252;
}
.catalog-product-view .product-details-overview_specs_manuals p,
.catalog-product-view .product-details-overview_specs_manuals ul,
.catalog-product-view .product-details-overview_specs_manuals li {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
}
.catalog-product-view .product-details-overview_specs_manuals h1,
.catalog-product-view .product-details-overview_specs_manuals h2,
.catalog-product-view .product-details-overview_specs_manuals h3,
.catalog-product-view .product-details-overview_specs_manuals h4,
.catalog-product-view .product-details-overview_specs_manuals h5,
.catalog-product-view .product-details-overview_specs_manuals h6 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
.catalog-product-view .actions .addition-btn.to-list {
  margin-right: 20px;
}
.table-wrapper.grouped {
  margin: 0 0;
}
.table-wrapper.grouped table tr th {
  text-align: center;
}
.table-wrapper.grouped table tr td {
  text-align: center;
}
.table-wrapper.grouped table thead th {
  border-bottom: 1px solid #104470;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 23.31px;
  font-size: 17px;
}
.table-wrapper.grouped table thead th.code-item {
  background: #104470;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table thead th.description-item {
    text-align: left;
    padding-left: 40px;
  }
}
.table-wrapper.grouped table thead th.radius-bg {
  background: #104470;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  text-transform: inherit;
}
.table-wrapper.grouped table thead th.radius-bg + th.loop ~ th.radius-bg {
  display: none;
}
.table-wrapper.grouped table thead th.radius-bg + th.sell-price + th.loop ~ th.radius-bg,
.table-wrapper.grouped table thead th.radius-bg + th.sell-price + th.loop ~ th.sell-price {
  display: none;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table thead th.radius-bg {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }
}
.table-wrapper.grouped table tbody td {
  border-bottom: 1px solid #b2b2b2;
  border-top: 0;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 27.31px;
}
.table-wrapper.grouped table tbody td span.product-item-name {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .table-wrapper.grouped table tbody td.description-item {
    text-align: left;
    padding-left: 40px;
  }
}
.table-wrapper.grouped .col.qty .control.qty {
  position: relative;
  display: inline-block;
}
.table-wrapper.grouped .col.qty .control.qty .minus-qty,
.table-wrapper.grouped .col.qty .control.qty .plus-qty {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #104470;
}
.table-wrapper.grouped .col.qty .control.qty .minus-qty {
  left: 0;
}
.table-wrapper.grouped .col.qty .control.qty .plus-qty {
  right: 0;
}
.table-wrapper.grouped .col.qty .control.qty input.qty {
  width: 115px;
  height: 28px;
  padding: 5px;
  font-size: 19px;
  text-align: center;
  border-radius: 5px;
  border: 0.5px solid #767676;
  color: #5b5b5b;
}
.table-wrapper.grouped .col.qty .control.qty input.qty.mage-error {
  color: #eb2027;
  border-color: #eb2027;
}
.table-wrapper.grouped button.action {
  float: left;
  height: 30px;
  padding: 0px 10px;
  font-size: 12px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
  min-width: 130px;
}
.table-wrapper.grouped .qty-item form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toFavlist {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 16px;
}
.toFavlist img {
  display: block;
  max-width: 35px;
}
.ordering-option-session > div {
  border-top: none;
  margin-top: 50px;
}
.mfp-iframe .product-video-btn {
  display: none;
}
.brand_reviewsio {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.brand_reviewsio .product_view_brand {
  padding-bottom: 20px;
}
.brand_reviewsio .product_view_brand img {
  max-width: 250px;
}
.brand_reviewsio .product_view_reviewsio iframe {
  height: auto !important;
}
@media (max-width: 1200px) {
  .brand_reviewsio {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.catalog-product-simple.not-login .call-to-login.call-to-login-mb {
    display: block;
    border-top: 1.34px solid #e6e6e6;
    width: 100%;
    line-height: 1;
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
  }
  .catalog-product-view .list-tab ul li {
    list-style-type: none;
    float: left;
    padding-left: 20px;
  }
  .catalog-product-view .productquickinfo.grouped {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .catalog-product-view .productquickinfo.grouped.not-login .productquickinfo-bottom {
    margin-top: 0;
  }
  .catalog-product-view .productquickinfo.grouped.not-login.not-video {
    padding: 0;
    border-bottom: 0;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    margin-top: 0;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .stock-status,
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .shipping-date-estimate,
  .catalog-product-view .productquickinfo .productquickinfo-bottom.grouped .product-video-btn {
    width: auto;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .catalog-product-view .breadcrumbs {
    margin: 10px;
  }
  .catalog-product-view .table-wrapper.grouped table tbody tr td .stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1260px) and (min-width: 768px) {
  .catalog-product-view.page-layout-1column .column.main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs {
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view.page-layout-1column .product_description {
    max-width: auto;
  }
  .catalog-product-view.page-layout-1column .video-productpage .wistia_embed {
    height: 500px;
  }
  .table-wrapper.grouped table thead th.code-item {
    width: 120px;
  }
}
@media (max-width: 1599px) and (min-width: 1261px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    width: 97px;
  }
}
@media (max-width: 1430px) and (min-width: 1261px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
    padding: 0 15px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart img,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container img {
    display: none;
  }
}
@media (max-width: 1599px) {
  body.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-next {
    right: 0;
  }
  body.catalog-product-view .products-grid.owl-carousel-related .products .owl-nav button span.nav-pre {
    left: 0;
  }
  body.catalog-product-view .product-details-overview_specs_manuals .panel-block-row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-mb-acr h3 {
    position: relative;
    padding: 7px 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
  }
  .product-mb-acr h3:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #104470;
  }
  .product-mb-acr h3.active:before {
    border-left: 14px solid #104470;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
  }
  .product-mb-content {
    display: none;
  }
  .catalog-product-view main#maincontent .page-title-wrapper.product .page-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-to-quote {
    margin-left: 10px;
  }
  .catalog-product-view .add-to-quote button {
    width: 100%;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel .owl-dots {
    height: 2px;
    background-color: #e6e6e6;
    width: 100%;
    display: flex;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel button.owl-dot {
    height: 2px;
    padding: 0 !important;
    flex-grow: 1;
  }
  .catalog-product-view .owl-carousel-related .owl-carousel button.owl-dot.active {
    background-color: #104470 !important;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-link {
    font-size: 14px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details {
    margin-top: -17px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details > a {
    font-size: 14px;
  }
  .catalog-product-view .owl-carousel-related.products-grid .product-item .product-item-info .product-item-details a span.read-more-button {
    font-size: 30px;
    margin-left: 5px;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab {
    margin-top: 10px;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li {
    font-size: 12px;
    padding: 0;
    line-height: 15px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-product-view .custom-product-details .product_tab_title_block.list-tab ul li.active {
    border-bottom-width: 2px;
  }
  .catalog-product-view.page-layout-1column .video-productpage .wistia_embed {
    height: 350px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form {
    padding-bottom: 10px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .actions {
    justify-content: center;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty {
    margin-right: 5px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    font-size: 16px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty.mage-error {
    margin-bottom: 18px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty + .mage-error {
    top: calc(100% - 14px);
    line-height: 14px;
    font-size: 14px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty {
    font-size: 18px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.amquote-addto-button {
    margin-left: 5px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container {
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    margin-top: 10px;
    float: none;
  }
  .catalog-product-view .table-price-simple {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .catalog-product-view .table-price-simple table > thead > tr > th {
    text-align: center;
    padding: 0;
  }
  .catalog-product-view .table-price-simple table > tbody > tr > td {
    padding: 0;
  }
  .catalog-product-view .overview-product {
    padding-bottom: 20px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom {
    margin-top: 5px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status {
    margin-bottom: 5px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .product-stock,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .stock-status .stock-label {
    font-size: 12px;
    line-height: 14px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .ship-date,
  .catalog-product-view .productquickinfo .productquickinfo-bottom .shipping-date-estimate .shipping-tooltip a {
    font-size: 10px;
    line-height: 14px;
  }
  .catalog-product-view .productquickinfo.not-login .productquickinfo-bottom {
    margin-top: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .catalog-product-view .overview-product > h3,
  .catalog-product-view .product-details-review > h3 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 18px;
    justify-content: center;
  }
  .catalog-product-view .overview-product > h3 img,
  .catalog-product-view .product-details-review > h3 img {
    padding-right: 10px;
    max-height: 18px;
  }
  .catalog-product-view .CombinedWidget.reviews-combined-widget {
    font-size: 10px !important;
  }
  .catalog-product-view .product-details-overview_specs_manuals {
    padding-top: 20px;
  }
  .catalog-product-view .product-details-overview_specs_manuals .text-overview h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .catalog-product-view .product-details-overview_specs_manuals .text-overview p {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product-view .video-productpage .wistia_embed {
    height: 200px;
  }
  .catalog-product-view .product-add-form .box-tocart .actions > div,
  .catalog-product-view .product-add-form .box-tocart .actions > button {
    margin-bottom: 5px !important;
  }
  .catalog-product-view .product-add-form .box-tocart .addition-btn {
    display: block;
    width: auto;
    margin: 0px;
  }
  .catalog-product-view .product-add-form .box-tocart #product-addtoquote {
    width: auto;
    margin: 0px;
    height: 48px;
    padding: 0px 15px;
  }
  .catalog-product-view .product-add-form .box-tocart #product-addtoquote .amquote-addto-button-text {
    padding-left: 20px;
    font-size: 12px;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button img {
    max-width: 16px;
  }
  .catalog-product-view .product-add-form .box-tocart button.amquote-addto-button {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container {
    font-size: 12px;
    line-height: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart img,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container img {
    max-width: 15px;
  }
  .catalog-product-view .product-add-form .box-tocart button.action.tocart .tocart-text,
  .catalog-product-view .product-add-form .box-tocart .amasty-hide-price-container .tocart-text {
    padding-left: 5px;
  }
  .catalog-product-view .product-add-form .box-tocart .fieldset {
    margin-bottom: 0;
  }
  .catalog-product-view .call-to-login {
    font-size: 12px;
  }
  .catalog-product-view .call-to-login.call-to-login-mb {
    display: block;
    border-top: 1.34px solid #e6e6e6;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding-top: 14px;
    margin-top: 10px;
  }
  .catalog-product-view .call-to-login a {
    font-size: 12px;
  }
  .catalog-product-view main#maincontent .page-title-wrapper.product .page-title {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .catalog-product-view .page-title-wrapper {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .catalog-product-view .product-gallery .owl-nav button i {
    font-size: 30px;
  }
  .catalog-product-view .productquickinfo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catalog-product-view .productquickinfo .productquickinfo-top .product-code {
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-action.wistia_popup {
    justify-content: center;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-text {
    font-size: 12px;
    line-height: 1;
  }
  .catalog-product-view .product-info-main .product-video-btn .utils-icon img {
    width: 13px;
  }
  .catalog-product-view .product-info-main .product_description.show-more .more,
  .catalog-product-view .product-info-main .product_description.show-less .more {
    clear: both;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    text-transform: initial;
  }
  .catalog-product-view .product-info-main .product_description.show-more .more #loadMore:after,
  .catalog-product-view .product-info-main .product_description.show-less .more #loadMore:after,
  .catalog-product-view .product-info-main .product_description.show-more .more #showLess:after,
  .catalog-product-view .product-info-main .product_description.show-less .more #showLess:after {
    padding-left: 5px;
    font-size: 10px;
  }
  .catalog-product-view .product_description .description_title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul {
    padding-left: 15px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview ul li:before {
    left: -14px;
    font-size: 5px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview > p:first-child {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  body .product-info-main .stock-status {
    text-align: center;
  }
  body .product-info-main .stock-status .product-video-btn {
    position: static;
    display: block;
  }
  body .product-info-main .shipping-date-estimate {
    text-align: center;
  }
  body .product-gallery-thumbs.owl-carousel {
    display: none;
  }
  body.catalog-product-view .product-media {
    margin-top: 15px;
  }
  body.catalog-product-view .product-media .counter {
    display: none;
  }
  body.catalog-product-view .product-media .product_view_brand {
    padding: 0;
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .page-layout-1column.catalog-product-view .video-productpage .wistia_embed {
    height: 200px;
  }
}
.page-products .products-grid .development-wrapper .product-item.image-hover .product-item-info:hover .product-image-container {
  opacity: 1;
}
.page-products .products-grid .development-wrapper a.product-item-link {
  color: black;
  font-size: 15px;
}
.page-products .products-grid .development-wrapper .product-develope-name {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  transition: 0.45s ease;
  font: 400 16px/24px 'Gotham-Light', sans-serif;
}
/* M2-441 */
.catalog-product-view .qty-action {
  position: relative;
  margin-left: 30px;
}
.catalog-product-view .qty-action .c-qty {
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size: 0% 0%;
  background-image: linear-gradient(@primary__color 0%, @primary__color 0%);
}
.catalog-product-view .qty-action .c-qty.minus-qty {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.catalog-product-view .qty-action .c-qty.plus-qty {
  right: 0;
  left: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.catalog-product-view .qty-action.active .c-qty {
  opacity: 1;
  visibility: visible;
  background-size: 100% 100%;
}
.catalog-product-view .qty-action.active .c-qty:hover {
  background: #083c65;
}
.catalog-product-view .qty-action button.custom-action {
  opacity: 1 !important;
}
.catalog-product-view .addition-btn {
  display: flex;
}
.catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty {
  overflow: inherit;
  top: 0;
  position: absolute;
}
.catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty .loading-mask {
  top: 12px;
  left: 36px;
}
@media (max-width: 1260.98px) {
  .catalog-product-view .header.content .minicart-wrapper .action.showcart .counter.qty .loading-mask {
    top: 0;
    left: 16px;
  }
}
/* End M2-441 */
@media (min-width: 1200px) {
  .page-products .products-grid .development-wrapper .product-item-info {
    padding: 0;
    padding-bottom: 0;
    max-height: 380px;
  }
  .page-products .products-grid .development-wrapper .product-item {
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    width: calc((100% - 2%)/4);
  }
  .page-products .products-grid .development-wrapper .product-item:nth-child(4n + 1) {
    margin-left: 0.5%;
  }
  .page-products .products-grid .development-wrapper .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .product-item-photo {
    display: none;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .product-item-link {
    font-size: 18px;
    font-family: 'Gotham-Medium', sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .page-products .products-grid .development-wrapper .product-develope-name span.shop-now-button {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }
  .page-products .products-grid .development-wrapper .product-develope-name .shop-now-link {
    height: 60px;
    display: block;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    background: 0 0;
    left: 0;
    margin-left: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.65s;
    color: #ffffff;
    padding: 15px;
    font-size: 20px;
    font-family: 'Gotham-Medium', sans-serif;
    position: absolute;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page-products .products-grid .development-wrapper .product-item:hover .shop-now-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #104470;
    color: #ffffff;
    height: 100px;
  }
  .page-products .products-grid .development-wrapper .product-item:hover .shop-now-link .text-shop-now {
    display: inline-block;
  }
  .page-products .products-grid .development-wrapper .product-item-info:hover {
    box-shadow: unset;
  }
  .page-products .products-grid .development-wrapper .product-image-container.image-hover {
    opacity: 0;
  }
  .page-products .products-grid .development-wrapper .product-item-info .product-develope-name {
    padding-bottom: 20px;
  }
  .table-wrapper.grouped table thead th.product-item {
    width: 712px;
  }
  .table-wrapper.grouped table thead th.product-item.logged_in {
    width: 1024px;
  }
  .table-wrapper.grouped table tbody td.product-item-name {
    text-align: left;
    position: relative;
  }
  .table-wrapper.grouped table tbody td.product-item-name span {
    position: absolute;
    left: 65px;
  }
}
@media (max-width: 560px) {
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty input.qty {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .minus-qty,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .control.qty .plus-qty {
    height: 40px;
    line-height: 40px;
    top: 40px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart button.action.tocart,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .amasty-hide-price-container,
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart #product-addtoquote {
    height: 40px;
    font-size: 14px;
  }
  .catalog-product-view.catalog-product-simple .product-info-main .product-add-form .box-tocart .addition-btn {
    text-align: right;
    margin-bottom: 5px;
  }
}
@media (min-width: 250px) {
  .page-products .development-wrapper .product-develope-name {
    padding-bottom: 7px;
  }
  .page-products .development-wrapper .product-develope-name .shop-now-link {
    display: none;
  }
  .development-wrapper a.product-item-link {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  .development-wrapper a.product-item-link {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content.all-categories {
    margin: 0 60px;
  }
}
.all-categories .page-title-category {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  padding: 13.5px 0 13.5px 24px;
  line-height: 24px;
  margin-top: 48px;
}
.all-categories .page-title .base {
  font-weight: bold;
}
.products-grid .product_view_brand {
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 8px 12px;
  border-radius: 3px;
}
.catalog-product-view .specification-attachment-items {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.catalog-product-view .specification-attachment-items .product-specification,
.catalog-product-view .specification-attachment-items .productattachment {
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #e8e8e870;
}
.catalog-product-view .specification-attachment-items .specification-attachment-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
}
.catalog-product-view .specification-attachment-items .product-specification-info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #525252;
}
.catalog-product-view .specification-attachment-items .product-specification-info span {
  max-width: 50%;
  width: 100%;
  color: #104470;
}
.catalog-product-view .specification-attachment-items .attachments {
  padding: 0;
  margin: 0;
}
.catalog-product-view .specification-attachment-items .productattachment_listattachment_tab li {
  margin-bottom: 30px;
}
.catalog-product-view .specification-attachment-items .attachment_download {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.catalog-product-view .specification-attachment-items .attachment_download img {
  margin-right: 20px;
  width: 26px;
  height: 31px;
}
.catalog-product-view .product-details {
  position: static;
}
.catalog-product-view .product-details .product-details-title {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.catalog-product-view .delivery-return-content .all_deliveries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.catalog-product-view .delivery-return-content .delivery_block {
  margin: 0 0 50px 25px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.catalog-product-view .delivery-return-content .delivery_block .delivery_img {
  margin-right: 35px;
}
.catalog-product-view .delivery-return-content .delivery_block .delivery_img img {
  width: 65px;
  height: auto;
}
.catalog-product-view .delivery-return-content .delivery_block .content-wrapper {
  max-width: calc(100% - 100px);
}
.catalog-product-view .delivery-return-content .delivery_block .content-wrapper .delivery_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #104470;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.catalog-product-view .delivery-return-content .delivery_block .content-wrapper .delivery_content {
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  max-width: 640px;
}
.catalog-product-view .delivery-return-content .separation {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.catalog-product-view .delivery-return-content .product-details-title.returns {
  padding: 35px 0 10px 0 !important;
}
.catalog-product-view .delivery-return-content .return-content {
  font-size: 18px;
  line-height: 24px;
  color: #525252;
}
.catalog-product-view .delivery-return-content .return-content a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .catalog-product-view .product-details-reviews,
  .catalog-product-view .product-details-question-and-answers {
    padding-bottom: 40px !important;
  }
}
.catalog-product-view .question-and-answers-widget .help-info {
  display: flex;
  align-items: center;
}
.catalog-product-view .question-and-answers-widget .help-info img {
  max-width: 26px;
  margin-right: 11px;
}
.catalog-product-view .question-and-answers-widget .help-info p {
  margin: 0;
}
.catalog-product-view .question-and-answers-widget .help-info a {
  color: #104470;
  font-weight: bold;
}
.catalog-product-view .products-grid .product-item-details .product-stock-detail .product-stock {
  margin: 0 0 0 auto;
}
.catalog-product-view .products-grid .product-item-actions .final-tier-prices-list {
  text-align: left;
}
.catalog-product-view .products-grid .product-item-actions .qty-input-wrapper {
  width: 50%;
}
.catalog-product-view .products-grid .product-item-actions .actions-secondary {
  width: calc(50% - 10px);
}
.catalog-product-view .products-grid .product-item-actions .actions-secondary:before {
  display: none !important;
}
.catalog-product-view .products-grid .product-item-actions .primary-action {
  width: 100%;
  margin-left: 0;
}
.catalog-product-view .products-grid .product-item-actions .primary-action img {
  width: auto;
}
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details {
  padding: 0;
}
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .specification-attachment-content,
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .question-and-answers-content,
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .product-details-reviews-content {
  padding: 0 80px;
}
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details.bg-grey {
  background-color: #f5f5f5;
}
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .block-related-heading .block-related-content {
  padding: 0 80px;
}
.catalog-product-view .custom-product-details.product-info-details .electrotherapy-description p {
  color: #434342;
  line-height: 26px;
}
.catalog-product-view .electrotherapy-description .product-details .product-details-title {
  padding: 20px 0;
}
.catalog-product-view .electrotherapy-description .product-details.overview-product .product-details-title {
  padding: 20px 80px;
}
.custom-product-details {
  padding-top: 30px;
}
.custom-product-details p {
  color: #525252;
}
.electrotherapy-description {
  font-family: 'Manrope', sans-serif;
}
.electrotherapy-description h2.mgz-element-heading-text {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 49px;
  margin-bottom: 40px;
}
.electrotherapy-description.magezon-builder .mgz-container {
  width: 100%;
}
.electrotherapy-description.magezon-builder .electrotherapy-product-tabs .mgz-container {
  width: 100%;
}
.electrotherapy-description.magezon-builder .electrotherapy-product-tabs .mgz-element-column > .mgz-element-inner {
  padding-left: 0;
  padding-right: 0;
}
.electrotherapy-description .product-details-title h3.mgz-element-heading-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  line-height: 37px;
}
.electrotherapy-description .product-details-content h4.mgz-element-heading-text {
  color: #434342;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  font-family: 'Manrope', sans-serif;
  padding-bottom: 20px;
}
.electrotherapy-description .product-details-content > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .product-details-content .three-therapy-benefit .mgz-element-inner > .mgz-element-heading h4.mgz-element-heading-text {
  padding-bottom: 0;
}
.electrotherapy-description .product-details-content .three-therapy-benefit .mgz-element-inner > .mgz-element-heading > .mgz-element-inner {
  margin-bottom: 0;
}
.electrotherapy-description .product-details-content .three-therapy-benefit .mgz-element-inner > .mgz-element-text {
  padding-top: 20px;
}
.electrotherapy-description .product-details-content .impact-m {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.electrotherapy-description .product-details-content .impact-m.mgz-element:before,
.electrotherapy-description .product-details-content .impact-m.mgz-element:after {
  display: none;
}
.electrotherapy-description .product-details-content .impact-m h2.mgz-element-heading-text {
  margin-bottom: 20px;
}
.electrotherapy-description .overview-product .product-details-title h3.mgz-element-heading-text:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/overview-icon.png');
  background-size: 45px;
  background-position: center;
  content: '';
  display: inline-block;
  height: 45px;
  max-width: 45px;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
.electrotherapy-description .overview-product .overview-content-section1 {
  margin-bottom: 60px;
  padding: 0 80px;
}
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container {
  display: flex;
  column-gap: 10%;
}
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container .mgz-element-column {
  flex: 0 0 30%;
}
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container .mgz-element-column:first-child {
  flex: 0 0 60%;
}
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container .mgz-element-column .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container:before,
.electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section1 .mgz-element:before,
.electrotherapy-description .overview-product .overview-content-section1 .mgz-element-inner:before,
.electrotherapy-description .overview-product .overview-content-section1 .mgz-element:after,
.electrotherapy-description .overview-product .overview-content-section1 .mgz-element-inner:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section2 {
  margin-bottom: 60px;
}
.electrotherapy-description .overview-product .overview-content-section2 .mgz-element-text {
  color: #434342;
}
.electrotherapy-description .overview-product .overview-content-section2.mgz-element:before,
.electrotherapy-description .overview-product .overview-content-section2.mgz-element:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section2 .mgz-element-inner:before,
.electrotherapy-description .overview-product .overview-content-section2 .inner-content:before,
.electrotherapy-description .overview-product .overview-content-section2 .mgz-element-inner:after,
.electrotherapy-description .overview-product .overview-content-section2 .inner-content:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section2 .three-therapy-benefit {
  padding: 0 80px;
  margin-bottom: 60px;
}
.electrotherapy-description .overview-product .overview-content-section2 .impact-m.mgz-element-column > .mgz-element-inner {
  padding: 80px;
}
.electrotherapy-description .overview-product .overview-content-section2 .impact-m.mgz-element-column > .mgz-element-inner .mgz-element-text {
  max-width: 80%;
  margin: 0 auto;
}
.electrotherapy-description .overview-product .overview-content-section3 {
  color: #ffffff;
  clear: both;
  margin-bottom: 60px;
}
.electrotherapy-description .overview-product .overview-content-section3:before,
.electrotherapy-description .overview-product .overview-content-section3:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section3 .electrotherapy-bg-section .content-text-block {
  max-width: 520px;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner:before,
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:first-child p {
  font-size: 44px;
  line-height: 52px;
  color: #ffffff;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:first-child p span {
  font-weight: bold;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:nth-of-type(2) p {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:last-child p {
  color: #ffffff;
}
.electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text.mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 10px;
}
.electrotherapy-description .overview-product .overview-content-section3 .inner-content {
  padding: 0 80px;
}
.electrotherapy-description .overview-product .overview-content-section4 {
  padding: 0 80px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element-inner:before,
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element:before,
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element-inner:after,
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section4 .mgz-element-heading + .mgz-element-text {
  max-width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-block-items {
  margin-bottom: 60px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item:before,
.electrotherapy-description .overview-product .overview-content-section4 .mm-item:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item img {
  display: block;
  width: 100%;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item.mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item.mgz-element-inner .mgz-element-single_image {
  max-width: 78px;
  min-width: 78px;
  margin-right: 15px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item.mgz-element-inner .mgz-element-single_image div {
  font-size: inherit;
  margin: 0;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item.mgz-element-inner .mgz-element-text p {
  line-height: 24px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-item.mgz-element-inner .mgz-element-text p strong {
  display: block;
  font-size: 24px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-block-item .inner-content {
  display: flex;
  align-items: start;
  column-gap: 15px;
}
.electrotherapy-description .overview-product .overview-content-section4 .mm-block-item .inner-content:before,
.electrotherapy-description .overview-product .overview-content-section4 .mm-block-item .inner-content:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section4 .align-center-items {
  margin: 0 -80px;
}
.electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content {
  display: flex;
  align-items: center;
}
.electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content:before,
.electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content .mgz-element-column:last-child {
  padding-left: 30px;
}
.electrotherapy-description .overview-product .overview-content-section5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.electrotherapy-description .overview-product .overview-content-section5 .mgz-element-inner:before,
.electrotherapy-description .overview-product .overview-content-section5 .mgz-element:before,
.electrotherapy-description .overview-product .overview-content-section5 .mgz-element-inner:after,
.electrotherapy-description .overview-product .overview-content-section5 .mgz-element:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section5 .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .overview-product .overview-content-section5 h2.mgz-element-heading-text {
  margin-bottom: 50px;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content {
  display: flex;
  align-items: center;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content:before,
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content:after {
  display: none;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content .mgz-element-column:first-child {
  padding-right: 30px;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-heading,
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-inner .mgz-element-text {
  margin-bottom: 100px;
}
.electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-inner .mgz-element-text:last-child {
  margin-bottom: 0;
}
.electrotherapy-description .overview-product .overview-content-fullwidth {
  margin-bottom: 50px;
}
.electrotherapy-description .overview-product .overview-content-fullwidth .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .specification-attachment .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .specification-attachment .mgz-element-inner:before,
.electrotherapy-description .specification-attachment .mgz-element:before,
.electrotherapy-description .specification-attachment .inner-content:before,
.electrotherapy-description .specification-attachment .mgz-element-inner:after,
.electrotherapy-description .specification-attachment .mgz-element:after,
.electrotherapy-description .specification-attachment .inner-content:after {
  display: none;
}
.electrotherapy-description .specification-attachment .product-details-title h3.mgz-element-heading-text:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/specification-icon.png');
  background-size: 45px;
  background-position: center;
  content: '';
  display: inline-block;
  height: 45px;
  max-width: 45px;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
.electrotherapy-description .specification-attachment .dimension-info {
  margin-bottom: 50px;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content {
  column-gap: 5%;
  display: flex;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column {
  flex: 0 0 60%;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column:last-child {
  flex: 0 0 35%;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column:last-child h3.mgz-element-heading-text {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 30px;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item {
  border-bottom: 1px solid #707070;
  padding: 20px 0 20px 30px;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item .ordinal-number {
  color: #104470;
  font-size: 24px;
  font-weight: bold;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item .product-dimension-info {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item .product-dimension-info span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item:last-child {
  border-bottom: 0;
}
.electrotherapy-description .specification-attachment .product-specification-content .product-specification-info {
  padding-bottom: 20px;
}
.electrotherapy-description .product-details-delivery-return .delivery-return-content {
  padding: 0 80px;
}
.electrotherapy-description .product-details-delivery-return .product-details-title h3.mgz-element-heading-text:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/delivery-returns-icon.png');
  background-size: 45px;
  background-position: center;
  content: '';
  display: inline-block;
  height: 45px;
  max-width: 45px;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
.electrotherapy-description .product-details-reviews .product-details-title h3.mgz-element-heading-text:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/reviews-icon.png');
  background-size: 45px;
  background-position: center;
  content: '';
  display: inline-block;
  height: 45px;
  max-width: 45px;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
.electrotherapy-description .product-details-question-and-answers .product-details-title h3.mgz-element-heading-text:before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/q-a-icon.png');
  background-size: 45px;
  background-position: center;
  content: '';
  display: inline-block;
  height: 45px;
  max-width: 45px;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
.electrotherapy-description .product-details-question-and-answers .help-info .magezon-builder:before,
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element-inner:before,
.electrotherapy-description .product-details-question-and-answers .help-info .inner-content:before,
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element:before,
.electrotherapy-description .product-details-question-and-answers .help-info .magezon-builder:after,
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element-inner:after,
.electrotherapy-description .product-details-question-and-answers .help-info .inner-content:after,
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element:after {
  display: none;
}
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .product-details-question-and-answers .help-info .mgz-element-text .mgz-element-inner {
  display: flex;
  align-items: center;
}
.electrotherapy-description .block-related-heading {
  margin-bottom: 50px;
}
.electrotherapy-description .block-related-heading .product-details-title {
  display: flex;
}
.electrotherapy-description .block-related-heading .product-details-title .mgz-element-inner {
  flex-grow: 1;
}
.electrotherapy-description .block-related-heading h2.mgz-element-heading-text {
  color: #484b4e;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}
.electrotherapy-description .block-related-heading .inner-content:before,
.electrotherapy-description .block-related-heading .mgz-element:before,
.electrotherapy-description .block-related-heading .mgz-element:before,
.electrotherapy-description .block-related-heading .mgz-element-inner:before,
.electrotherapy-description .block-related-heading .mgz-element-inner:before,
.electrotherapy-description .block-related-heading .inner-content:after,
.electrotherapy-description .block-related-heading .mgz-element:after,
.electrotherapy-description .block-related-heading .mgz-element:after,
.electrotherapy-description .block-related-heading .mgz-element-inner:after,
.electrotherapy-description .block-related-heading .mgz-element-inner:after {
  display: none;
}
.electrotherapy-description .block-related-heading .product.product-item {
  width: 100%;
}
.electrotherapy-description .block-related-heading .mgz-carousel .product-item .product-item-info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  margin: 2px;
  width: calc(100% - 4px);
}
.electrotherapy-description .block-related-heading .mgz-carousel .product-item .product-item-info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
}
.electrotherapy-description .block-related-heading .product-item-name {
  font-size: 16px;
  height: 65px;
  margin-bottom: 14px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.electrotherapy-description .block-related-heading .product-item-name .product-item-link {
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.electrotherapy-description .block-related-heading .product-stock-detail {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e8e8e8;
}
.electrotherapy-description .block-related-heading .product-stock-detail .product-code {
  display: inline-block;
  color: #434342;
  letter-spacing: 0.4px;
  font-weight: 300;
  max-width: 61%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
}
.electrotherapy-description .block-related-heading .product-stock-detail .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin-left: auto;
  margin: 0 0 0 auto;
}
.electrotherapy-description .block-related-heading .product-image-container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 3;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
}
.electrotherapy-description .block-related-heading .product-image-container.image-hover {
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.electrotherapy-description .block-related-heading .product-image-container.image-hover .product-image-wrapper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.electrotherapy-description .block-related-heading .product-image-container.image-hover .product-image-wrapper img {
  max-height: calc(100% - 1px);
}
.electrotherapy-description .block-related-heading .product_view_brand {
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 8px 12px;
  border-radius: 3px;
}
.electrotherapy-description .block-related-heading .product_view_brand img {
  display: block;
  width: 100%;
}
.electrotherapy-description .block-related-heading .product-item-photo {
  align-items: center;
  display: flex;
  font-size: 0;
  line-height: 1;
  min-height: 180px;
  position: relative;
  width: 100%;
}
.electrotherapy-description .block-related-heading .product-item-photo:hover .product-image-container {
  opacity: 0;
}
.electrotherapy-description .block-related-heading .product-item-photo:hover .product-image-container.image-hover {
  opacity: 1;
}
.electrotherapy-description .block-related-heading .product-item-actions {
  border-top: 1px solid #d2cfcd;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.electrotherapy-description .block-related-heading .product-item-actions .grouped-option-select {
  margin-bottom: 10px;
  font-weight: 400;
  color: #434342;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 25px 5px 10px;
  height: 35px;
  background: url('../../frontend/YesMed/default/en_AU/images/dark-black-angle-down.png') no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-primary {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 100% !important;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list {
  color: #5b5b5b;
  margin-bottom: 5px;
  text-align: left;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr th {
  font-weight: 700;
  color: #434342;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: calc(27/14);
  letter-spacing: 0.4px;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr th:first-child {
  width: 40%;
  margin-right: 1%;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr th:last-child {
  width: 52%;
  margin-left: 1%;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr td {
  padding: 0 10px 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: calc(20/14);
  letter-spacing: 0.4px;
  color: #434342;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr td.usually-price-val {
  text-decoration: line-through;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr td:first-child {
  width: 40%;
  margin-right: 1%;
}
.electrotherapy-description .block-related-heading .product-item-actions .final-tier-prices-list tr td:last-child {
  width: 52%;
  margin-left: 1%;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  padding-top: 15px;
  border-top: 1px solid #d2cfcd;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-wrapper .primary-action {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-wrapper .primary-action .action.tocart.primary {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 40px;
  padding: 8px 13px;
  font-weight: 400;
  border: 0;
  background-color: #104470;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content img {
  display: block;
  position: absolute;
  right: 0;
  width: auto;
}
.electrotherapy-description .block-related-heading .product-item-actions .action-qty {
  display: flex;
}
.electrotherapy-description .block-related-heading .product-item-actions .qty-input-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 50%;
}
.electrotherapy-description .block-related-heading .product-item-actions .qty-input-wrapper .minus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  text-align: center;
  cursor: pointer;
}
.electrotherapy-description .block-related-heading .product-item-actions .qty-input-wrapper input.input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: 1px solid #707070;
  color: #434342;
  font-size: 14px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.electrotherapy-description .block-related-heading .product-item-actions .qty-input-wrapper .plus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  text-align: center;
  cursor: pointer;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-secondary {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-left: auto;
  width: calc(50% - 10px);
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-secondary > .tocompare {
  background: #f5f5f5;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-secondary > .tocompare:before {
  display: none;
}
.electrotherapy-description .block-related-heading .product-item-actions .actions-secondary > .tocompare span {
  display: block;
  position: static;
  clip: auto;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  line-height: 24px;
  color: #434342;
}
.electrotherapy-description .block-related-heading .add-to-fav-list-container {
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
.electrotherapy-description .block-related-heading .add-to-fav-list-container:before {
  height: 22px;
  width: 22px;
}
.electrotherapy-description .block-related-heading .add-to-fav-list-container::hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.electrotherapy-description .block-related-heading .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.electrotherapy-description .block-related-heading .mgz-carousel {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}
.electrotherapy-description .block-related-heading .mgz-carousel:before,
.electrotherapy-description .block-related-heading .mgz-carousel:after {
  display: none;
}
.electrotherapy-description .block-related-heading .owl-nav button {
  height: auto;
}
.electrotherapy-description .block-related-heading .owl-nav button.owl-prev {
  opacity: 1;
}
.electrotherapy-description .block-related-heading .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.electrotherapy-description .block-related-heading .owl-nav button.owl-next {
  opacity: 1;
}
.electrotherapy-description .block-related-heading .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}
.electrotherapy-description .block-related-heading .owl-nav button i {
  position: absolute;
  top: 40%;
  display: block;
  width: 0;
  height: 0;
}
.electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-left {
  background-image: url('../../frontend/YesMed/default/en_AU/images/navpre2.svg');
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  left: -40px;
}
.electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-left:before {
  display: none;
}
.electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-right {
  background-image: url(../../frontend/YesMed/default/en_AU/images/navnext2.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  right: -40px;
}
.electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-right:before {
  display: none;
}
.electrotherapy-description .block-related-heading .owl-dots {
  display: none;
}
.product-treatmenttables-wrapper {
  background-color: #f5f5f5;
}
body.catalog-product-view .product-treatmenttables-wrapper .page-title-wrapper h1 {
  color: #434342;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  text-transform: capitalize;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo {
  border-bottom: none;
  padding-top: 16px;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-top .product-code {
  color: #434342;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 18px;
  margin-right: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-top .product-code span {
  color: #104470;
  font-weight: 600;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom {
  margin-top: 16px;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom .stock-status {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom .stock-status .product-stock {
  font-size: 14px;
  padding: 3px 12px 3px 30px;
  line-height: 22px;
}
body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom .productquickinfo-top .product-code {
  margin-right: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart {
  background-color: #006a5b;
  border-radius: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: auto;
  padding: 18px;
  margin-top: 30px;
  text-transform: uppercase;
  white-space: unset;
  width: 100%;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart span {
  display: block;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart span + span {
  font-size: 14px;
  font-weight: 300;
  padding-top: 6px;
  text-transform: none;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart .label {
  max-width: fit-content;
  margin: 0 auto;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart .label span:first-child {
  letter-spacing: 10px;
  width: 100%;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart .label span:first-child:before {
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/add-to-cart.svg') no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 6px;
  height: 20px;
  width: 20px;
}
body.catalog-product-view .product-treatmenttables-wrapper .breadcrumbs,
body.catalog-product-view .product-treatmenttables-wrapper .page.messages {
  padding: 0 45px;
}
body.catalog-product-view .product-treatmenttables-wrapper .product.media {
  max-width: 60%;
  width: calc((6% - 12px) / 2);
  margin-right: 1px;
  flex-grow: 1;
  flex-shrink: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .product.media .product-media {
  background: transparent;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-info-main {
  max-width: 30%;
  width: calc((40% - 12px) / 2);
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 auto;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details {
  margin: 0;
  width: 100%;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab {
  background-color: #104470;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab.sticky {
  background-color: #104470;
  padding-top: 0;
  margin-top: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li a {
  color: #ffffff;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li:hover,
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li.active {
  background-color: #ffffff;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li:hover a,
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li.active a {
  color: #104470;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-gallery .owl-nav button {
  background: transparent;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-gallery .owl-nav button.owl-next {
  right: 20px;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-gallery .owl-nav button.owl-prev {
  left: 20px;
}
body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product-details {
  background: #ffffff;
  padding: 0;
}
body.catalog-product-view .product-treatmenttables-wrapper .product-listing.related {
  display: none;
}
body.catalog-product-view.click-for-price .product-info-main .price-box {
  opacity: 0;
}
body.catalog-product-view.click-for-price .product-info-main .action.click-for-price {
  background-color: #104470;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  min-width: 100%;
  text-transform: none;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
body.catalog-product-view.click-for-price .product-info-main .action.click-for-price::after {
  background: url('../../frontend/YesMed/default/en_AU/images/loader-2.gif') center no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.catalog-product-view.click-for-price .product-info-main .action.click-for-price.loading {
  font-size: 0;
}
body.catalog-product-view.click-for-price .product-info-main .action.click-for-price.loading::after {
  display: block;
}
body.catalog-product-view.click-for-price .product-treatmenttables-wrapper .product-add-form .box-tocart .actions {
  position: relative;
}
body.catalog-product-view.click-for-price .product-treatmenttables-wrapper .product-add-form .box-tocart .amquote-addto-button {
  display: none;
}
body.catalog-product-view:not(.click-for-price) .product-info-main .action.click-for-price {
  display: none;
}
body.catalog-product-view.treament-scrolled,
body.catalog-product-view .product-treatmenttables-wrapper {
  overflow: inherit;
}
body.catalog-product-view.treament-scrolled .product-treatmenttables-top {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 4px rgba(119, 119, 119, 0.57);
  padding-bottom: 10px;
}
body.catalog-product-view .product-treatmenttables-wrapper ~ div.swatch-option-tooltip {
  display: none !important;
}
.product-treatmenttables-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0 16px;
  margin: 0 30px;
  position: relative;
}
.product-treatmenttables-information .popup-info {
  border-left: 1px solid #434342;
  display: flex;
  justify-content: end;
  flex-grow: 1;
}
.product-treatmenttables-information .popup-info .popup-link {
  background-image: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/Product-Information-icon.png');
  background-size: 24px;
  background-position: left center;
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 25px;
  background-repeat: no-repeat;
  color: #104470;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#confirmBox.amcart-confirm-block {
  border-radius: 15px;
  color: #434342;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  width: calc(100% - 24px);
  max-width: 1100px;
  height: max-content !important;
  max-height: 94% !important;
  overflow: hidden;
}
#confirmBox.amcart-confirm-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
#confirmBox.amcart-confirm-block .main-product-notice {
  color: #15a33b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
#confirmBox.amcart-confirm-block .main-product-notice:before {
  background: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/green-check-icon.png');
  content: '';
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
#confirmBox.amcart-confirm-block > .cross {
  display: flex;
  gap: 5px;
  background: transparent;
  color: #434342;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  width: auto;
  height: auto;
  top: 16px;
  right: 25px;
}
#confirmBox.amcart-confirm-block > .cross:after {
  content: 'x';
}
#confirmBox.amcart-confirm-block .amcart-message-box {
  background-color: #f5f5f5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0;
  width: 40%;
  background: #e9eaec;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  min-width: auto;
}
#confirmBox.amcart-confirm-block .am-related-box {
  flex-grow: 2;
  margin: 0;
  padding: 50px;
  padding-right: 0;
  min-width: inherit;
  width: 60%;
}
#confirmBox.amcart-confirm-block .am-related-box .short-description p {
  font-size: 14px;
  line-height: 18px;
}
.custom-upsell__config-item .config-item-inner .config-item-image,
.custom-upsell__config-item .config-item-inner .config-item-content {
  width: 50%;
}
.custom-upsell__config-item .services .config-item-inner .config-item-image,
.custom-upsell__config-item .services .config-item-inner .config-item-content {
  width: 100%;
}
.custom-upsell__config-item .config-item-wrapper {
  padding-right: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 541px;
}
.custom-upsell__main .added-item {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.custom-upsell__main .option-text {
  margin-bottom: 0;
  text-transform: uppercase;
}
.custom-upsell__main .order-text {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 18px;
}
.custom-upsell__main .am_price {
  font-size: 36px;
  line-height: 59px;
}
.custom-upsell__main .am-photos-container {
  margin: 32px 0 35px;
}
.custom-upsell__main a.btn {
  background: #006a5b;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 26px;
  margin-top: 31px;
  text-transform: uppercase;
}
.am-related-box .config-label {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  line-height: 38px;
  margin-top: 0;
}
.am-related-box .custom-upsell__config {
  padding-right: 50px;
}
.am-related-box .actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.am-related-box .actions-wrapper .item-price {
  color: #15a33b;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.am-related-box .actions-wrapper .primary-action {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.am-related-box .actions-wrapper .action.tocart {
  background-color: #104470;
  height: 46px;
}
.am-related-box .actions-wrapper .action.tocart span {
  display: none;
}
.am-related-box .actions-wrapper .action.tocart span.tocart-text {
  background-color: #104470;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  line-height: 22px;
  text-transform: capitalize;
}
.am-related-box .actions-wrapper .action.tocart span.tocart-text:before {
  content: '+';
  margin-right: 5px;
}
.am-related-box .actions-wrapper .action.tocart[disabled='disabled'] span.tocart-text:before {
  display: inline-block;
  background: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/added-icon.png');
  background-size: 20px;
  content: '';
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.am-related-box .actions-wrapper .remove-item {
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
}
.am-related-box .config-back-btn {
  background: #f5f5f5;
  color: #434342;
  display: flex;
  column-gap: 10px;
  align-items: center;
  height: auto;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  padding: 5px 12px;
  text-transform: capitalize;
}
.am-related-box .config-back-btn svg {
  height: 14px;
  width: 7px;
}
.am-related-box .config-heading {
  display: flex;
  align-items: center;
  column-gap: 19px;
  padding-right: 30px;
}
.am-related-box .config-item-sku,
.am-related-box .short-description {
  font-size: 14px;
  line-height: 18px;
}
.am-related-box .services .short-description .mgz-element {
  text-align: center;
}
.am-related-box .short-description {
  margin-top: 15px;
}
.am-related-box .short-description .magezon-builder .mgz-container {
  width: auto;
}
.am-related-box .short-description .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.am-related-box .config-inner {
  text-align: left;
}
.am-related-box .config-item-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}
.am-related-box .config-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
}
.am-related-box .config-item-inner .config-item-image {
  max-width: 100%;
}
.am-related-box .config-item-inner .config-item-image .product-image-container {
  display: block;
  width: 100% !important;
}
.am-related-box .config-item-inner .config-item-image .product-image-wrapper {
  display: block;
  height: auto;
  overflow: unset;
  padding: 0 !important;
}
.am-related-box .config-item-inner .config-item-image .product-image-wrapper img {
  display: block !important;
  position: static;
  width: 100%;
  height: auto;
  max-width: 210px;
  max-height: 150px;
}
.am-related-box .config-item-content {
  flex-grow: 2;
}
.am-related-box select {
  border-radius: 5px;
  border: none;
  background-position: 98% 50%;
  background: #ffffff url('../../frontend/YesMed/default/en_AU/images/down-blue.png') no-repeat;
  height: 40px;
  font-weight: 300;
  background-size: 12px;
  background-position: 97% 50%;
  color: #434342;
  font-size: 14px;
  line-height: 18px;
}
.am-related-box .config-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 15px;
}
.am-related-box .config-item-wrapper .config-item {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.am-related-box .config-item-wrapper .config-item.complete {
  border: 1px solid #104470;
  position: relative;
}
.am-related-box .config-item-wrapper .config-item.complete:after {
  background-image: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/green-check-icon.png');
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-size: 24px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 1;
}
.am-related-box .config-item-wrapper .config-item.complete .chosen-btn.complete {
  border: none;
  text-decoration: underline;
  padding: 0;
  display: block;
}
.am-related-box .config-item-wrapper .config-item.complete .chosen-heading {
  color: #104470;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  max-width: 240px;
}
.am-related-box .chosen-btn {
  border: 1px solid #104470;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: #104470;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
  width: 138px;
  background: transparent;
  text-transform: inherit;
}
.am-related-box .custom-upsell__config-item .services {
  display: flex;
  justify-content: space-between;
  gap: 19px;
}
.am-related-box .custom-upsell__config-item .services .config-item-inner {
  flex-direction: column;
  text-align: center;
  padding: 18px 16px;
}
.am-related-box .custom-upsell__config-item .services .actions-wrapper {
  justify-content: center;
}
.am-related-box .custom-upsell__config-item .services .config-item-heading {
  font-size: 14px;
  line-height: 22px;
}
.am-related-box .custom-upsell__config-item .services .item-price {
  display: none;
}
.am-related-box .custom-upsell__config-item .services .config-item {
  width: calc(100%/3);
}
.product-treatmenttables-wrapper {
  color: #434342;
}
.product-treatmenttables-wrapper .page-main {
  padding: 0;
}
.product-treatmenttables-wrapper .lovable-section-mobile-bg,
.product-treatmenttables-wrapper .unparalleld-section-mobile-bg,
.product-treatmenttables-wrapper .superior-section-mobile-bg {
  display: none;
}
.product-treatmenttables-wrapper .product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
.product-treatmenttables-wrapper .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.product-treatmenttables-wrapper .magezon-builder .mgz-container {
  width: 100%;
}
.product-treatmenttables-wrapper .treatmenttables-short-description {
  font-size: 22px;
  line-height: 29px;
  margin-top: -14px;
}
.product-treatmenttables-wrapper .product-info-main {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.2);
  -ms-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.2);
  padding-bottom: 30px;
}
.product-treatmenttables-wrapper .product-info-main .product-add-form {
  padding: 0 30px;
}
.product-treatmenttables-wrapper .product-review {
  margin-bottom: 0;
  max-width: 50%;
  flex-grow: 1;
  position: relative;
}
.product-treatmenttables-wrapper .product-review .ruk-rating-snippet-count {
  white-space: inherit;
}
.product-treatmenttables-wrapper .product-review .review-mask-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  cursor: pointer;
  display: block !important;
}
.product-treatmenttables-wrapper .product-review .RatingBarWidget-prefix .R-PlatformIcon {
  display: none;
}
.product-treatmenttables-wrapper .ruk_rating_snippet {
  position: relative;
}
.product-treatmenttables-wrapper .ruk_rating_snippet:after {
  display: inline-block;
  content: '';
  height: 7px;
  width: 12px;
  background: transparent url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/review-scroll-down-icon.png');
  background-size: 12px 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 3px;
}
.product-treatmenttables-wrapper .swatch-attribute-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.product-treatmenttables-wrapper .swatch-attribute div.mage-error[generated] {
  margin-top: 24px;
}
.product-treatmenttables-wrapper .swatch-option {
  border: none;
  border-radius: 20px;
  margin: 0 15px 20px 0;
  min-width: 110px;
  min-height: 110px;
  overflow: inherit;
  position: relative;
}
.product-treatmenttables-wrapper .swatch-option span {
  position: absolute;
  top: calc(100% + 10px);
  font-size: 12px;
  line-height: 18px;
  left: 0;
  right: 0;
}
.product-treatmenttables-wrapper .swatch-option.image:not(.disabled):hover,
.product-treatmenttables-wrapper .swatch-option.color:not(.disabled):hover {
  border: 1px solid #434342;
  outline: none;
  box-shadow: 0px 0px 10px 3px #77777791;
  -webkit-box-shadow: 0px 0px 10px 3px #77777791;
  -moz-box-shadow: 0px 0px 10px 3px #77777791;
  -ms-box-shadow: 0px 0px 10px 3px #77777791;
}
.product-treatmenttables-wrapper .swatch-option.selected {
  border: 1px solid #434342;
  box-shadow: 0px 0px 10px 3px #77777791;
  -webkit-box-shadow: 0px 0px 10px 3px #77777791;
  -moz-box-shadow: 0px 0px 10px 3px #77777791;
  -ms-box-shadow: 0px 0px 10px 3px #77777791;
  color: #434342;
  position: relative;
  outline: none;
}
.product-treatmenttables-wrapper .swatch-option.selected:after {
  background-image: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/green-check-icon.png');
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-size: 24px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.product-treatmenttables-wrapper .swatch-option.disabled {
  opacity: 0.5;
}
.product-treatmenttables-wrapper .swatch-option.disabled:after {
  background: none;
}
.product-treatmenttables-wrapper .product-treatmenttables-top {
  position: sticky;
  padding: 28px 30px 0;
  top: 0;
  z-index: 3;
}
.product-treatmenttables-wrapper .product.media .product-media {
  display: block;
  position: sticky;
  top: 0;
  z-index: 3;
}
.product-treatmenttables-wrapper .price-label {
  display: none !important;
}
.product-treatmenttables-wrapper .price-container .price-wrapper:before {
  display: none;
}
.product-treatmenttables-wrapper .price-container .price {
  font-size: 32px;
  line-height: 53px;
  font-weight: bold;
}
.product-treatmenttables-wrapper .box-tocart .field.qty {
  display: none;
}
.product-treatmenttables-wrapper .swatch-attribute-selected-option {
  display: none;
}
.product-treatmenttables-wrapper .pin__type--area {
  background-color: transparent !important;
  background-image: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/star-icon.png') !important;
  background-repeat: no-repeat !important;
  background-size: 60px !important;
  background-position: center !important;
}
.product-treatmenttables-wrapper .pin__type--area .pin__title {
  display: none;
}
.product-treatmenttables-wrapper .pin__popup {
  bottom: unset;
  opacity: unset;
  visibility: unset;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  top: unset;
}
.product-treatmenttables-wrapper .pin__popup .popup__content--product h3 {
  color: #434342;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  text-transform: inherit;
}
.product-treatmenttables-wrapper .pin__popup .popup__content {
  padding: 10px;
  text-align: left;
}
.product-treatmenttables-wrapper .pin__popup .price-box {
  display: none;
}
.product-treatmenttables-wrapper .pin__popup .price-box ~ div a {
  display: none;
}
.product-treatmenttables-wrapper .pin__type:hover .pin__popup {
  -webkit-transform: translate(-50%, calc(-50% - 40px)) scale(1);
  transform: translate(-50%, calc(-50% - 40px)) scale(1);
}
.product-treatmenttables-wrapper .popup__content--product > div {
  border-top: 0;
  margin: 0;
}
.product-treatmenttables-wrapper .popup__content--product > div form {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  text-align: right;
  width: 100%;
}
.product-treatmenttables-wrapper .popup__content--product > div form button.action.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Manrope', sans-serif;
  width: auto;
  background: #104470;
  color: #ffffff;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 20px;
  text-transform: inherit;
}
.product-treatmenttables-wrapper .lookbook-container {
  float: none;
  text-align: center;
}
.product-treatmenttables-wrapper .lookbook-container .mgs-lookbook-container {
  float: none;
  display: inline-block;
}
.product-treatmenttables-wrapper .lookbook-container .pm-mask:before {
  display: none;
}
.product-treatmenttables-wrapper h2 {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 32px;
  line-height: 56px;
  text-transform: uppercase;
}
.product-treatmenttables-wrapper .custom-product-details {
  color: #434342;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}
.product-treatmenttables-wrapper .custom-product-details p {
  color: #434342;
}
.product-treatmenttables-wrapper .custom-product-details .mgz-element-heading-text {
  color: #104470;
  font-family: 'Manrope', sans-serif;
}
.product-treatmenttables-wrapper .custom-product-details .mgz-element-text {
  font-size: 24px;
  line-height: 36px;
}
.product-treatmenttables-wrapper .custom-product-details .mgz-element-text p {
  font-size: 24px;
  line-height: 36px;
}
.product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text {
  padding: 0 80px;
  max-width: 66%;
  margin: 0 auto;
}
.product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text p {
  font-size: 24px;
  line-height: 38px;
}
.product-treatmenttables-wrapper .overview-dimention {
  padding: 0 80px;
}
.product-treatmenttables-wrapper .overview-dimention-content {
  margin-top: 50px;
}
.product-treatmenttables-wrapper .overview-dimention-content .inner-content.mgz-container {
  display: flex;
  align-items: center;
  gap: 100px;
}
.product-treatmenttables-wrapper .overview-dimention-content .product-dimension h3 {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  margin-top: 0;
  text-transform: uppercase;
}
.product-treatmenttables-wrapper .overview-dimention-content .dimension-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
  padding: 20px 0 20px 30px;
}
.product-treatmenttables-wrapper .overview-dimention-content .dimension-item:last-child {
  border-bottom: 0;
}
.product-treatmenttables-wrapper .overview-dimention-content .dimension-item .frame_structure-notice {
  color: #104470;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.product-treatmenttables-wrapper .overview-dimention-content .ordinal-number {
  color: #104470;
  font-size: 56px;
  font-weight: bold;
  line-height: 56px;
}
.product-treatmenttables-wrapper .overview-dimention-content .product-dimension-info {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 40px;
}
.product-treatmenttables-wrapper .overview-dimention-content .product-dimension-info span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.product-treatmenttables-wrapper .advantage-content-section1 h2.mgz-element-heading-text {
  padding: 0 80px;
  max-width: 60%;
  margin-left: auto;
  margin-bottom: 60px;
  margin-right: auto;
}
.product-treatmenttables-wrapper .advantage-section-1 {
  padding-bottom: 50px;
}
.product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) {
  padding-right: 80px;
}
.product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) .mgz-single-image-inner img {
  max-width: 368px;
}
.product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  max-width: 60%;
  font-size: 50px;
  line-height: 63px;
  margin-bottom: 20px;
}
.product-treatmenttables-wrapper .advantage-section-2 h4.mgz-element-heading-text {
  font-size: 50px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  line-height: 63px;
  margin-bottom: 25px;
  max-width: 60%;
  padding-left: 80px;
  text-align: left;
}
.product-treatmenttables-wrapper .advantage-section-2 .mgz-element-text {
  padding-left: 80px;
  max-width: 78%;
}
.product-treatmenttables-wrapper .advantage-section-2 .inner-content {
  padding: 200px 0 175px;
}
.product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex {
  margin-top: 21px;
}
.product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 18px;
}
.product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex ul li img {
  width: 58px;
}
.product-treatmenttables-wrapper .advantage-section-3 {
  margin-bottom: 100px;
}
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:first-child {
  padding-top: 80px;
}
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) {
  padding-right: 80px;
}
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-single_image img {
  max-width: 460px;
}
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-heading,
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-text {
  padding-left: 100px;
}
.product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
  font-size: 50px;
  line-height: 63px;
  margin-top: -60px;
}
.product-treatmenttables-wrapper .advantage-section-fullwidth {
  margin-bottom: 50px;
  text-align: center;
}
.product-treatmenttables-wrapper .advantage-section-fullwidth img {
  max-width: 1400px;
  margin: 0 auto;
}
.product-treatmenttables-wrapper .advantage-section-fullwidth.confort-support .mgz-element-single_image {
  text-align: center;
}
.product-treatmenttables-wrapper .advantage-section-fullwidth.confort-support img {
  max-width: 1200px;
}
.product-treatmenttables-wrapper .advantage-section-5 h4.mgz-element-heading-text {
  font-size: 50px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  line-height: 63px;
  margin-bottom: 5px;
  max-width: 60%;
  padding-left: 80px;
  text-align: left;
}
.product-treatmenttables-wrapper .advantage-section-5 .mgz-element-text {
  padding-left: 80px;
  max-width: 78%;
}
.product-treatmenttables-wrapper .advantage-section-5 .mgz-element-single_image {
  padding-left: 80px;
  text-align: center;
  max-width: 78%;
  margin-top: 20px;
}
.product-treatmenttables-wrapper .advantage-section-5 .mgz-element-single_image img {
  max-width: 180px;
}
.product-treatmenttables-wrapper .advantage-section-5 .inner-content {
  padding: 200px 0 250px;
}
.product-treatmenttables-wrapper .advantage-section-6 {
  padding: 0 80px;
  margin: 80px 0;
}
.product-treatmenttables-wrapper .advantage-section-6 .inner-content {
  display: flex;
}
.product-treatmenttables-wrapper .advantage-section-6 .inner-content > .mgz-element .mgz-element-single_image img {
  display: block;
  margin-bottom: 15px;
  max-height: 90px;
}
.product-treatmenttables-wrapper .advantage-section-6 .inner-content > .mgz-element h4.mgz-element-heading-text {
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
}
.product-treatmenttables-wrapper .advantage-section-6 .inner-content > .mgz-element:nth-child(2) {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.product-treatmenttables-wrapper .advantage-section-7 h2.mgz-element-heading-text {
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 0;
}
.product-treatmenttables-wrapper .advantage-section-7 .inner-content {
  display: flex;
  justify-content: flex-end;
}
.product-treatmenttables-wrapper .advantage-section-7 .inner-content:before,
.product-treatmenttables-wrapper .advantage-section-7 .inner-content:after {
  display: none;
}
.product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element {
  padding-bottom: 80px;
  padding-right: 80px;
  padding-top: 80px;
}
.product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element .mgz-element-single_image img {
  max-width: 160px;
  margin: 0 auto;
}
.product-treatmenttables-wrapper .advantage-section-7 .inner-content .mgz-element {
  text-align: center;
}
.product-treatmenttables-wrapper .advantage-section-8 .inner-content {
  display: flex;
  align-items: center;
}
.product-treatmenttables-wrapper .advantage-section-8 .inner-content .mgz-element-heading-text {
  margin-bottom: 13px;
}
.product-treatmenttables-wrapper .advantage-section-8 .inner-content .mgz-element-column:first-child {
  padding: 0 80px;
}
.product-treatmenttables-wrapper .specification-section-1 {
  border-radius: 50px;
  box-shadow: 0px 0px 10px 3px #77777732;
  -webkit-box-shadow: 0px 0px 10px 3px #77777732;
  -moz-box-shadow: 0px 0px 10px 3px #77777732;
  -ms-box-shadow: 0px 0px 10px 3px #77777732;
  margin-top: 50px;
  padding: 0 75px;
  padding-bottom: 44px;
  padding-top: 50px;
  margin-bottom: 90px;
  margin-left: 80px;
  margin-right: 80px;
}
.product-treatmenttables-wrapper .specification-section-1 h2.mgz-element-heading-text {
  margin-bottom: 40px;
}
.product-treatmenttables-wrapper .specification-section-1 h3.mgz-element-heading-text {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 30px;
  position: relative;
}
.product-treatmenttables-wrapper .specification-section-1 h3.mgz-element-heading-text:before {
  content: '';
  display: block;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% + 100px);
}
.product-treatmenttables-wrapper .specification-section-1 h3.mgz-element-heading-text:after {
  content: '';
  height: 5px;
  background: #104470;
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% + 20%);
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content {
  display: flex;
  column-gap: 140px;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content:before,
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content:after {
  display: none;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature ul {
  list-style: none;
  padding-left: 0;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature ul li {
  border-bottom: 1px solid #707070;
  padding: 10px 0;
  padding-right: 62px;
  margin-bottom: 0;
  position: relative;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature ul li:after {
  content: '';
  background: url('../../frontend/YesMed/default/en_AU/Magento_Catalog/images/check-icon.png');
  background-size: 30px 27px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 30px;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-list-feature ul li:last-child {
  border: none;
}
.product-treatmenttables-wrapper .specification-section-1 .specification-attachment-items .specification-attachment-item {
  max-width: 100%;
}
.product-treatmenttables-wrapper .specification-section-2 {
  padding: 0 80px;
  padding-top: 100px;
}
.product-treatmenttables-wrapper .specification-section-2 h2.mgz-element-heading-text {
  font-size: 50px;
  line-height: 63px;
  margin-bottom: 0;
  margin-top: 0;
}
.product-treatmenttables-wrapper .specification-section-2 .inner-content {
  display: flex;
  column-gap: 80px;
  border-bottom: 1px solid #707070;
}
.product-treatmenttables-wrapper .specification-section-2 .inner-content:before,
.product-treatmenttables-wrapper .specification-section-2 .inner-content:after {
  display: none;
}
.product-treatmenttables-wrapper .specification-section-2 .inner-content .mgz-element-column:first-child .mgz-element-single_image img {
  max-width: 260px;
}
.product-treatmenttables-wrapper .specification-section-2 .inner-content .mgz-button a {
  color: #104470;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  padding: 14px 30px;
  background: transparent;
  border: 2px solid #104470;
  margin-bottom: 30px;
  margin-top: 20px;
}
.product-treatmenttables-wrapper .specification-section-3 {
  padding: 0 80px;
  padding-bottom: 50px;
}
.product-treatmenttables-wrapper .specification-section-3 h2.mgz-element-heading-text {
  padding-bottom: 18px;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner:before,
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner:after {
  display: none;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-inner {
  margin-bottom: 0;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-single_image img {
  width: 95px;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-text .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-text p {
  text-align: left;
}
.product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-text strong {
  color: #104470;
  font-size: 30px;
}
.product-treatmenttables-wrapper .delivery-installation-top {
  padding: 0 80px;
  padding-top: 30px;
}
.product-treatmenttables-wrapper .delivery-installation-top h2.mgz-element-heading-text {
  padding-bottom: 30px;
}
.product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content {
  display: flex;
}
.product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content .mgz-element-column:nth-child(1) {
  border-right: 1px solid #707070;
  padding-right: 60px;
}
.product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content .mgz-element-column:nth-child(2) {
  padding-left: 60px;
  padding-right: 60px;
}
.product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content h3.mgz-element-heading-text {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt {
  margin-bottom: 30px;
}
.product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt p {
  color: #104470;
  column-gap: 19px;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 32px;
}
.product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt img {
  max-width: 76px;
}
.product-treatmenttables-wrapper .product-packaging {
  padding: 100px 80px;
}
.product-treatmenttables-wrapper .product-packaging .product-packaging-info {
  font-size: 24px;
  line-height: 36px;
}
.product-treatmenttables-wrapper .product-packaging .product-packaging-content {
  max-width: 480px;
  margin: 0 auto;
}
.product-treatmenttables-wrapper .product-packaging .product-packaging-content h2 {
  border-top: 1px solid #707070;
  padding-top: 30px;
  text-transform: inherit;
}
.product-treatmenttables-wrapper .product-packaging .product-packaging-content .packaging-item.packaging_width .label,
.product-treatmenttables-wrapper .product-packaging .product-packaging-content .packaging-item.packaging_length .label,
.product-treatmenttables-wrapper .product-packaging .product-packaging-content .packaging-item.packaging_height .label {
  display: none;
}
.product-treatmenttables-wrapper .product-packaging .product-packaging-content .packaging-item.net_weight {
  border-top: 1px solid #707070;
  margin-top: 30px;
  padding-top: 30px;
}
.product-treatmenttables-wrapper .world-class-section {
  padding: 0 80px;
}
.product-treatmenttables-wrapper .world-class-section .flex-column {
  padding-top: 50px;
}
.product-treatmenttables-wrapper .world-class-section .flex-column:before,
.product-treatmenttables-wrapper .world-class-section .flex-column:after {
  display: none;
}
.product-treatmenttables-wrapper .world-class-section .flex-column .inner-content:before,
.product-treatmenttables-wrapper .world-class-section .flex-column .inner-content:after {
  display: none;
}
.product-treatmenttables-wrapper .world-class-section .flex-column .inner-content .mgz-element-single_image img {
  max-width: 262px;
}
.product-treatmenttables-wrapper .happy-customer {
  padding: 0 80px;
  margin-top: 60px;
}
.product-treatmenttables-wrapper .happy-customer h2.title {
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}
.product-treatmenttables-wrapper .happy-customer .mgz-content-carouse-slide p {
  color: #104470;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
}
.product-treatmenttables-wrapper .happy-customer .owl-carousel .owl-stage {
  display: flex;
}
.product-treatmenttables-wrapper .happy-customer .mgz-content-carouse-slide {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: stretch;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-product_slider {
  background-color: #f5f5f5;
  padding: 80px;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-block-heading {
  text-align: left;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-block-heading:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-block-heading:after {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-block-heading h2.title {
  background: transparent;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
}
.product-treatmenttables-wrapper .product-details-accessories .inner-content:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-inner:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-inner:before,
.product-treatmenttables-wrapper .product-details-accessories .inner-content:after,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element:after,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element:after,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-inner:after,
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-inner:after {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-carousel .owl-stage {
  display: flex;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item {
  width: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price {
  display: flex;
  height: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-details {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  width: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .actions-primary {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .product-tocart-form {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .action.click-for-price {
  background-color: #104470;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  padding: 8px 13px;
  position: relative;
  text-transform: uppercase;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .action.click-for-price::after {
  background: url('../../frontend/YesMed/default/en_AU/images/loader-2.gif') center no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .action.click-for-price.loading {
  font-size: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .product.product-item.click-for-price .product-item-actions .action.click-for-price.loading::after {
  display: block;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-carousel .product-item .product-item-info {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  margin: 2px;
  width: calc(100% - 4px);
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-carousel .product-item .product-item-info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-name {
  font-size: 16px;
  height: 65px;
  margin-bottom: 14px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-name .product-item-link {
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-stock-detail {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e8e8e8;
}
.product-treatmenttables-wrapper .product-details-accessories .product-stock-detail .product-code {
  display: inline-block;
  color: #434342;
  letter-spacing: 0.4px;
  font-weight: 300;
  max-width: 61%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-stock-detail .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin-left: auto;
  margin: 0 0 0 auto;
}
.product-treatmenttables-wrapper .product-details-accessories .product-image-container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 3;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
}
.product-treatmenttables-wrapper .product-details-accessories .product-image-container.image-hover {
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.product-treatmenttables-wrapper .product-details-accessories .product-image-container.image-hover .product-image-wrapper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.product-treatmenttables-wrapper .product-details-accessories .product-image-container.image-hover .product-image-wrapper img {
  max-height: calc(100% - 1px);
}
.product-treatmenttables-wrapper .product-details-accessories .product_view_brand {
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  padding: 8px 12px;
  border-radius: 3px;
}
.product-treatmenttables-wrapper .product-details-accessories .product_view_brand img {
  display: block;
  width: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-photo {
  align-items: center;
  display: flex;
  font-size: 0;
  line-height: 1;
  min-height: 180px;
  position: relative;
  width: 100%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-photo:hover .product-image-container {
  opacity: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-photo:hover .product-image-container.image-hover {
  opacity: 1;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions {
  border-top: 1px solid #d2cfcd;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .grouped-option-select {
  margin-bottom: 10px;
  font-weight: 400;
  color: #434342;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 25px 5px 10px;
  height: 35px;
  background: url('../../frontend/YesMed/default/en_AU/images/dark-black-angle-down.png') no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-primary {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 100% !important;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list {
  color: #5b5b5b;
  margin-bottom: 5px;
  text-align: left;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr th {
  font-weight: 700;
  color: #434342;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: calc(27/14);
  letter-spacing: 0.4px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr th:first-child {
  width: 40%;
  margin-right: 1%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr th:last-child {
  width: 52%;
  margin-left: 1%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr td {
  padding: 0 10px 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: calc(20/14);
  letter-spacing: 0.4px;
  color: #434342;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr td.usually-price-title,
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr td.usually-price-val {
  text-decoration: line-through;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr td:first-child {
  width: 40%;
  margin-right: 1%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .final-tier-prices-list tr td:last-child {
  width: 52%;
  margin-left: 1%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  padding-top: 15px;
  border-top: 1px solid #d2cfcd;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-wrapper .primary-action {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-wrapper .primary-action .action.tocart.primary {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 40px;
  padding: 8px 13px;
  font-weight: 400;
  border: 0;
  background-color: #104470;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content img {
  display: block;
  position: absolute;
  right: 0;
  width: auto;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .action-qty {
  display: flex;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .qty-input-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  width: 50%;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .qty-input-wrapper .minus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  text-align: center;
  cursor: pointer;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .qty-input-wrapper input.input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: 1px solid #707070;
  color: #434342;
  font-size: 14px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .qty-input-wrapper .plus-qty {
  height: 40px;
  line-height: 40px;
  width: 36px;
  border: 1px solid #707070;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  text-align: center;
  cursor: pointer;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-secondary {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-left: auto;
  width: calc(50% - 10px);
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-secondary > .tocompare {
  background: #f5f5f5;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-secondary > .tocompare:before {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .product-item-actions .actions-secondary > .tocompare span {
  display: block;
  position: static;
  clip: auto;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  line-height: 24px;
  color: #434342;
}
.product-treatmenttables-wrapper .product-details-accessories .add-to-fav-list-container {
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
.product-treatmenttables-wrapper .product-details-accessories .add-to-fav-list-container:before {
  height: 22px;
  width: 22px;
}
.product-treatmenttables-wrapper .product-details-accessories .add-to-fav-list-container::hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-carousel {
  display: flex;
  flex-wrap: wrap;
}
.product-treatmenttables-wrapper .product-details-accessories .mgz-carousel:before,
.product-treatmenttables-wrapper .product-details-accessories .mgz-carousel:after {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button {
  height: auto;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button.owl-prev {
  opacity: 1;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button.owl-next {
  opacity: 1;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button i {
  position: absolute;
  top: 40%;
  display: block;
  width: 0;
  height: 0;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button i.mgz-fa-angle-left {
  background-image: url('../../frontend/YesMed/default/en_AU/images/navpre2.svg');
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  left: -40px;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button i.mgz-fa-angle-left:before {
  display: none;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button i.mgz-fa-angle-right {
  background-image: url(../../frontend/YesMed/default/en_AU/images/navnext2.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  right: -40px;
}
.product-treatmenttables-wrapper .product-details-accessories .owl-nav button i.mgz-fa-angle-right:before {
  display: none;
}
.product-treatmenttables-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 45px;
}
.product-treatmenttables-info-status {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0 20px;
}
.product-treatmenttables-info-status .usually-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3px;
  font-size: 14px;
  line-height: 18px;
}
.product-treatmenttables-info-status .usually-price strong {
  color: #104470;
}
.product-treatmenttables-bottom {
  padding: 30px 30px 0;
}
.product-treatmenttables-bottom .list-brands-image p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.product-treatmenttables-bottom .list-brands-image p img {
  display: block;
  max-width: 43px;
}
.product-treatmenttables-bottom .contact-information {
  color: #434342;
  margin-top: 30px;
}
.product-treatmenttables-bottom .contact-information p {
  font-size: 20px;
}
.product-treatmenttables-bottom .contact-information p strong a {
  color: #6ebd48;
}
@media (max-width: 1600.98px) {
  body.catalog-product-view .product-treatmenttables-wrapper .product-info-main {
    max-width: 36%;
  }
}
@media (max-width: 1260.98px) {
  body.catalog-product-view.treament-scrolled,
  body.catalog-product-view .product-treatmenttables-wrapper {
    overflow-x: hidden;
  }
  body.catalog-product-view.treament-scrolled .product-treatmenttables-top,
  body.catalog-product-view .product-treatmenttables-wrapper .product-treatmenttables-top {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    position: unset;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product.media {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product-info-main {
    max-width: 100%;
    width: 100%;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .breadcrumbs,
  body.catalog-product-view .product-treatmenttables-wrapper .page.messages {
    padding: 0;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .breadcrumbs {
    margin: 0 20px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .custom-product-details.product-info-details .product_tab_title_block.list-tab ul li a {
    font-size: 14px;
  }
  .product-treatmenttables-info-wrapper {
    display: block;
  }
  .product-treatmenttables-info-wrapper .product.media .product-media {
    position: relative;
    top: 0 !important;
  }
  .product-treatmenttables-info-wrapper .product-info-main {
    border-radius: 15px;
  }
  .product-treatmenttables-wrapper h2 {
    font-size: 30px;
    margin-top: 20px;
    line-height: 40px;
  }
  .product-treatmenttables-wrapper .custom-product-details .mgz-element-text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-treatmenttables-wrapper .custom-product-details .mgz-element-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .product-dimension h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .product-dimension-info {
    font-size: 18px;
    line-height: 26px;
    padding-left: 30px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .ordinal-number {
    font-size: 40px;
    line-height: 46px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .dimension-item {
    padding: 15px 0 15px 20px;
  }
  .product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) .mgz-single-image-inner img {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-2 h4.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
    margin-top: -60px;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-single_image img {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-5 h4.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
  }
  .product-treatmenttables-wrapper .advantage-section-6 .inner-content > .mgz-element h4.mgz-element-heading-text {
    font-size: 25px;
    line-height: 32px;
  }
  .product-treatmenttables-wrapper .advantage-section-7 h2.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .product-treatmenttables-wrapper .specification-section-1 h3.mgz-element-heading-text {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .product-treatmenttables-wrapper .specification-section-2 h2.mgz-element-heading-text {
    font-size: 30px;
    line-height: 40px;
  }
  .product-treatmenttables-wrapper .specification-section-2 .inner-content .mgz-button a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-text strong {
    font-size: 20px;
    line-height: 26px;
  }
  .product-treatmenttables-wrapper .specification-section-3 .flag-column > .mgz-element-inner .mgz-element-single_image img {
    width: 60px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt p {
    column-gap: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content h3.mgz-element-heading-text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-treatmenttables-wrapper .product-packaging .product-packaging-info {
    font-size: 18px;
    line-height: 26px;
  }
  .product-treatmenttables-wrapper .world-class-section .flex-column .inner-content .mgz-element-single_image img {
    max-width: 180px;
  }
  .product-treatmenttables-wrapper .happy-customer .mgz-content-carouse-slide p {
    font-size: 18px;
    line-height: 26px;
  }
  .product-treatmenttables-wrapper .advantage-section-fullwidth img {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-fullwidth.confort-support img {
    max-width: 100%;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box {
    padding: 20px 40px;
  }
  #confirmBox.amcart-confirm-block p {
    font-size: 14px;
    line-height: 20px;
  }
  .am-related-box .config-item-inner {
    gap: 10px;
  }
  .am-related-box .custom-upsell__config-item .config-inner {
    text-align: center;
  }
  .am-related-box .custom-upsell__config-item .services .config-item-inner {
    padding: 10px;
  }
  .am-related-box .config-label {
    font-size: 18px;
    line-height: 28px;
  }
  .am-related-box .config-item-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-upsell__config-item .config-item-inner {
    flex-direction: column;
  }
  .custom-upsell__config-item .config-item-inner .config-item-image,
  .custom-upsell__config-item .config-item-inner .config-item-content {
    width: 100%;
  }
  .custom-upsell__config-item .config-item-wrapper {
    padding-bottom: 60px;
  }
  .added-item {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-upsell__main .option-text {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-upsell__main .am_price {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-upsell__main a.btn {
    padding: 14px 20px;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog-product-view .specification-attachment-items {
    flex-direction: column;
  }
  .catalog-product-view .specification-attachment-items .specification-attachment-item {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .catalog-product-view .specification-attachment-items .specification-attachment-item:last-child {
    margin-bottom: 0;
  }
  .catalog-product-view .specification-attachment-items .productattachment_listattachment_tab li {
    margin-bottom: 20px;
  }
  .catalog-product-view .delivery-return-content .all_deliveries {
    grid-template-columns: none;
  }
  .catalog-product-view .delivery-return-content .delivery_block .content-wrapper .delivery_content {
    max-width: unset;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .product-details-title {
    padding: 15px;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .specification-attachment-content,
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .question-and-answers-content,
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .product-details-reviews-content {
    padding: 0 15px;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .block-related-heading .block-related-content {
    padding: 0 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section1 {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container {
    display: flex;
    column-gap: 5%;
  }
  .electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container .mgz-element-column {
    flex: 0 0 35%;
  }
  .electrotherapy-description .overview-product .overview-content-section2 .three-therapy-benefit {
    padding: 0 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section2 .impact-m.mgz-element-column > .mgz-element-inner {
    padding: 60px 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section2 .impact-m.mgz-element-column > .mgz-element-inner .mgz-element-text {
    max-width: 100%;
  }
  .electrotherapy-description .overview-product .overview-content-section3 .inner-content {
    padding: 0 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 {
    padding: 0 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .align-center-items {
    margin: 0 -15px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content .mgz-element-column:last-child {
    padding-right: 15px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .mgz-element-heading + .mgz-element-text {
    max-width: 100%;
  }
  .electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-heading,
  .electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-text {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .electrotherapy-description .block-related-heading .mgz-carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-left {
    left: -15px;
  }
  .electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-right {
    right: -15px;
  }
  .electrotherapy-description .product-details-delivery-return .delivery-return-content {
    padding: 0 15px;
  }
  .product-treatmenttables-wrapper .overview-dimention {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 h2.mgz-element-heading-text {
    padding: 0 16px;
    max-width: 80%;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 .inner-content.mgz-container .mgz-element-column:nth-child(2) {
    padding-right: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-2 h4.mgz-element-heading-text {
    padding-left: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .mgz-element-text {
    padding-left: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-5 h4.mgz-element-heading-text {
    padding-left: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .mgz-element-text {
    padding-left: 16px;
    max-width: 78%;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .mgz-element-single_image {
    padding-left: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-6 {
    padding: 0 16px;
    margin: 40px 0;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element {
    padding-right: 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element .mgz-element-single_image img {
    max-width: 80px;
  }
  .product-treatmenttables-wrapper .advantage-section-8 .inner-content .mgz-element-column:first-child {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .specification-section-1 {
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .product-treatmenttables-wrapper .specification-section-2 {
    padding: 0 16px;
    padding-top: 50px;
  }
  .product-treatmenttables-wrapper .specification-section-3 {
    padding: 0 16px 50px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top {
    padding: 0 16px;
    padding-top: 30px;
  }
  .product-treatmenttables-wrapper .product-packaging {
    padding: 50px 16px;
  }
  .product-treatmenttables-wrapper .world-class-section {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .happy-customer {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .product-details-accessories .mgz-element-product_slider {
    padding: 50px 16px;
  }
  .product-treatmenttables-info-wrapper {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1260.98px) {
  .catalog-product-view .product.media + .custom-product-details {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 1260.98px) {
  .catalog-product-view .custom-product-details {
    margin-top: 10px;
  }
  .catalog-product-view .ordering-option-session > div {
    margin-top: 0;
  }
  .catalog-product-view .product-add-form .table-wrapper.grouped {
    margin: 0;
    border: none;
  }
  .catalog-product-view .product-add-form .table.grouped {
    padding: 0;
  }
  .catalog-product-view .product-add-form .table.grouped > thead {
    display: none;
  }
  .catalog-product-view .product-add-form .table.grouped > tbody {
    border: none;
  }
  .catalog-product-view .product-add-form .table.grouped > tbody > tr {
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
  }
  .catalog-product-view .product-add-form .table.grouped > tbody > tr > td {
    width: 100%;
  }
  .catalog-product-view .product-add-form .table.grouped > tbody > tr > td .stock {
    display: inline-block;
  }
  .catalog-product-view .product-add-form .table.grouped > tbody > tr > td .amquote-addto-button {
    margin-left: 0;
  }
  .catalog-product-view .table-wrapper.grouped .col.qty .control.qty input.qty {
    width: 82px;
    height: 16px;
    padding: 2px;
    font-size: 10px;
  }
  .catalog-product-view .table-wrapper.grouped .col.qty .control.qty .minus-qty,
  .catalog-product-view .table-wrapper.grouped .col.qty .control.qty .plus-qty {
    color: #104470;
  }
  .catalog-product-view .table-wrapper.grouped table tbody td {
    font-size: 12px;
    line-height: 1.2;
  }
  .catalog-product-view .table-wrapper.grouped table tbody td .product-stock {
    font-size: 12px;
  }
  .catalog-product-view .table-wrapper.grouped table tbody td span.product-item-name {
    width: 80%;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    text-align: right;
    padding: 5px 0;
    display: block;
    border: none;
    clear: both;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    height: auto !important;
    overflow: inherit !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
    font-family: 'Gotham-Bold', sans-serif;
    float: left;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.unavailable-login {
    text-align: center;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.unavailable-login:after,
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.unavailable-login:before {
    content: '';
    height: 1px !important;
    width: calc((100% - 350px)/2) !important;
    background-color: #104470;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    float: none;
    clip: unset;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.qty {
    text-align: right;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.no-price {
    display: none;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.add-fav-item {
    text-align: right;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.add-fav-item::before {
    content: '';
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.add-fav-item .alllist {
    left: auto;
    right: 0;
    transform: none;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.add-fav-item .alllist .listvalues::before {
    right: 8px;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view .product-info-details {
    margin: 0 -15px;
  }
  .catalog-product-view .product-info-details .product_tab_title_block.list-tab {
    display: none;
  }
  .catalog-product-view .product-info-details + .product.info.detailed {
    display: none;
  }
  .catalog-product-view .product-info-details .ordering-option-session {
    padding: 0 15px;
  }
  .catalog-product-view .specification-attachment-items .product-specification,
  .catalog-product-view .specification-attachment-items .productattachment {
    padding: 23px 38px;
  }
  .catalog-product-view .specification-attachment-items .specification-attachment-title {
    font-size: 14px;
    line-height: calc(37/14);
    margin: 0 0 17px;
  }
  .catalog-product-view .specification-attachment-items .product-specification-info {
    font-size: 12px;
    line-height: calc(16/12);
    margin-bottom: 15px;
  }
  .catalog-product-view .specification-attachment-items .product-specification-info:last-child {
    margin-bottom: 0;
  }
  .catalog-product-view .specification-attachment-items .productattachment_listattachment_tab li {
    margin-bottom: 15px;
  }
  .catalog-product-view .specification-attachment-items .attachment_download {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product-view .product-details .product-details-content {
    display: none;
    padding: 0 15px 30px;
  }
  .catalog-product-view .product-details .product-details-mobile-title {
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: calc(20/14);
    letter-spacing: 0.56px;
    color: #525252;
    padding: 14px 30px 14px 15px;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  .catalog-product-view .product-details .product-details-mobile-title::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #104470;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .catalog-product-view .product-details.active .product-details-mobile-title {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
  }
  .catalog-product-view .product-details.active .product-details-mobile-title::after {
    content: '\f078';
  }
  .catalog-product-view .product-details.overview-product {
    padding-bottom: 0;
  }
  .catalog-product-view .product-details .product-details-title {
    font-size: 14px;
    line-height: calc(37/14);
    color: #104470;
    margin: 0;
    padding: 20px 0;
  }
  .catalog-product-view .product-details .product-details-title img {
    max-width: 25px;
    width: 100%;
    margin-right: 10px;
  }
  .catalog-product-view .product-details.block.related {
    margin: 0 -15px;
  }
  .catalog-product-view .product-details.block.related .title {
    margin: 0;
  }
  .catalog-product-view .product-details.bg-grey .product-details-content {
    background: #f7f7f7;
  }
  .catalog-product-view .delivery-return-content .delivery_block {
    margin: 0 0 30px 5px;
  }
  .catalog-product-view .delivery-return-content .delivery_block .delivery_img {
    margin-right: 20px;
  }
  .catalog-product-view .delivery-return-content .delivery_block .content-wrapper .delivery_title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    text-transform: none;
  }
  .catalog-product-view .delivery-return-content .delivery_block .content-wrapper .delivery_content {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product-view .delivery-return-content .product-details-title.returns {
    padding: 25px 0 10px 0 !important;
  }
  .catalog-product-view .delivery-return-content .return-content {
    font-size: 12px;
    line-height: 26px;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .specification-attachment-content,
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .question-and-answers-content,
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details .product-details-reviews-content {
    padding: 0;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .product-details.bg-grey {
    background-color: #ffffff;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description .block-related-heading .block-related-content {
    padding: 0;
  }
  .catalog-product-view .electrotherapy-description .product-details .product-details-mobile-title:after {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .catalog-product-view .electrotherapy-description .product-details .product-details-mobile-title .mgz-element-heading-text {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product {
    padding: 0 15px;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .overview-content-section2 {
    margin: 0 -15px;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .overview-content-section3 {
    margin: 0 -15px;
    margin-bottom: 40px;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .mgz-element-column.impact-m > .mgz-element-inner {
    padding: 60px 15px;
  }
  .catalog-product-view .electrotherapy-description .product-details.overview-product .product-details-title {
    padding: 15px 0;
  }
  .catalog-product-view .electrotherapy-description .product-details .product-details-mobile-title:after {
    content: '\f054';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #104470;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .catalog-product-view .electrotherapy-description .product-details.active .product-details-mobile-title:after {
    content: '\f078';
  }
  .catalog-product-view .breadcrumbs .home img {
    margin-top: 8px;
    width: 13px;
  }
  .catalog-product-view .breadcrumbs .items .item a,
  .catalog-product-view .breadcrumbs .items .item strong {
    font-size: 10px;
    line-height: 18px;
  }
  .catalog-product-view .product-treatmenttables-wrapper .product-gallery-thumbs.owl-carousel {
    display: block;
  }
  .catalog-product-view .product-treatmenttables-wrapper main#maincontent .page-title-wrapper.product .page-title {
    text-align: left;
  }
  .catalog-product-view .product-treatmenttables-wrapper .product-details .product-details-content {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .electrotherapy-description h2.mgz-element-heading-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .electrotherapy-description .product-details-content h4.mgz-element-heading-text {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .electrotherapy-description .product-details-title h3.mgz-element-heading-text {
    font-size: 20px;
    line-height: 24px;
  }
  .electrotherapy-description .product-details-delivery-return .delivery-return-content {
    padding: 0;
  }
  .electrotherapy-description .product-details-delivery-return .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .electrotherapy-description .block-related-heading {
    margin-bottom: 20px;
  }
  .electrotherapy-description .block-related-heading .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .electrotherapy-description .product-details-reviews .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .electrotherapy-description .product-details-question-and-answers .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .electrotherapy-description .overview-product .product-details-title h3.mgz-element-heading-text:before {
    background-size: 25px;
    height: 25px;
    max-width: 25px;
    margin-right: 9px;
    min-width: 25px;
    width: 25px;
  }
  .electrotherapy-description .overview-product .overview-content-section1 {
    margin-bottom: 45px;
    padding: 0;
  }
  .electrotherapy-description .overview-product .overview-content-section1 .inner-content.mgz-container {
    row-gap: 20px;
    flex-direction: column;
  }
  .electrotherapy-description .overview-product .overview-content-section2 .mgz-element-text {
    margin-bottom: 30px;
  }
  .electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:first-child p {
    font-size: 24px;
    line-height: 28px;
  }
  .electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner .mgz-element-text:nth-of-type(2) p {
    font-size: 20px;
    line-height: 24px;
  }
  .electrotherapy-description .overview-product .overview-content-section3 .mgz-element-inner.electrotherapy-bg-section {
    min-height: 400px !important;
    padding: 20px 0;
    overflow-y: auto;
  }
  .electrotherapy-description .overview-product .overview-content-section4 {
    padding: 0;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .mm-block-item .inner-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .align-center-items {
    margin: 0;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .align-center-items .align-center-item .inner-content .mgz-element-column:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .electrotherapy-description .overview-product .overview-content-section4 .mgz-element-heading + .mgz-element-text {
    margin-bottom: 0;
  }
  .electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .inner-content .mgz-element-column:first-child {
    padding-right: 0;
    order: 2;
  }
  .electrotherapy-description .overview-product .overview-content-section5 .align-center-items .align-center-item .mgz-element-inner .mgz-element-text {
    margin-bottom: 50px;
  }
  .electrotherapy-description .overview-product > .overview-content-fullwidth {
    margin-bottom: 0;
  }
  .electrotherapy-description .specification-attachment .product-details-title h3.mgz-element-heading-text:before {
    background-size: 25px;
    height: 25px;
    max-width: 25px;
    margin-right: 9px;
    min-width: 25px;
    width: 25px;
  }
  .electrotherapy-description .specification-attachment .dimension-content .inner-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column:last-child h3.mgz-element-heading-text {
    font-size: 18px;
    line-height: 22px;
  }
  .electrotherapy-description .specification-attachment .product-specification-content .product-specification-info {
    padding-bottom: 0;
  }
  .electrotherapy-description .product-details-delivery-return .product-details-title h3.mgz-element-heading-text:before {
    background-size: 25px;
    height: 25px;
    max-width: 25px;
    margin-right: 9px;
    min-width: 25px;
    width: 25px;
  }
  .electrotherapy-description .product-details-reviews .product-details-title h3.mgz-element-heading-text:before {
    background-size: 25px;
    height: 25px;
    max-width: 25px;
    margin-right: 9px;
    min-width: 25px;
    width: 25px;
  }
  .electrotherapy-description .product-details-question-and-answers .product-details-title h3.mgz-element-heading-text:before {
    background-size: 25px;
    height: 25px;
    max-width: 25px;
    margin-right: 9px;
    min-width: 25px;
    width: 25px;
  }
  .electrotherapy-description .block-related-heading h2.mgz-element-heading-text {
    font-size: 20px;
    line-height: 24px;
  }
  .electrotherapy-description .block-related-heading .product-item-info {
    padding: 16px 12px;
  }
  .electrotherapy-description .block-related-heading .product-stock-detail {
    padding-left: 0;
  }
  .electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-right {
    background-size: cover;
    width: 33px;
    height: 33px;
    right: -6px;
  }
  .electrotherapy-description .block-related-heading .owl-nav button i.mgz-fa-angle-left {
    background-size: cover;
    width: 33px;
    height: 33px;
    left: -6px;
  }
  .electrotherapy-description .block-related-heading .product.product-item {
    display: block;
  }
  .electrotherapy-description .block-related-heading .mgz-carousel {
    padding-left: 42px;
    padding-right: 42px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .breadcrumbs,
  body.catalog-product-view .product-treatmenttables-wrapper .page.messages {
    padding: 0 15px;
    margin: 0;
  }
  #confirmBox.amcart-confirm-block {
    height: max-content !important;
    max-height: 96% !important;
    overflow-y: scroll;
  }
  #confirmBox.amcart-confirm-block > .cross {
    font-size: 10px;
    line-height: 16px;
    top: 14px;
    right: 30px;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box {
    border-radius: 15px;
    display: block;
    padding: 19px 15px;
    width: 100%;
  }
  #confirmBox.amcart-confirm-block .am-related-box {
    padding: 19px 15px;
    width: 100%;
  }
  #confirmBox.amcart-confirm-block .amcart-image-success img {
    width: 100%;
    max-height: 184px;
    object-fit: contain;
    margin-top: 0;
  }
  .custom-upsell__main .added-item,
  .custom-upsell__main .option-text {
    display: none;
  }
  .custom-upsell__main .order-text {
    line-height: 20px;
    font-weight: 600;
  }
  .custom-upsell__main .am_price {
    font-size: 26px;
    line-height: 43px;
    padding-top: 8px;
  }
  .custom-upsell__main a.btn {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
  .am-related-box .config-back-btn {
    border-radius: 100%;
    padding: 10px;
    width: 30px;
    height: 30px;
  }
  .am-related-box .config-back-btn .m-none {
    display: none;
  }
  .am-related-box .custom-upsell__config {
    padding-right: 0;
  }
  .am-related-box .config-item-heading {
    font-size: 14px;
    line-height: 22px;
  }
  .am-related-box .config-label {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .am-related-box .config-item-wrapper {
    flex-direction: row;
    overflow-x: scroll;
    padding-bottom: 20px;
    gap: 10px;
  }
  .am-related-box .config-item-wrapper .config-item.complete .chosen-heading {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    padding-top: 30px;
  }
  .am-related-box .config-item-wrapper .config-item.complete .config-item-inner {
    padding-bottom: 50px;
    position: relative;
  }
  .am-related-box .config-item-wrapper .config-item.complete .config-item-inner .chosen-btn.complete {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    margin: 0;
  }
  .am-related-box .config-item-wrapper .config-item.complete:after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .am-related-box .config-item-inner {
    flex-direction: column;
    width: calc(100vw - 8rem);
    padding: 18px 14px;
    position: relative;
    text-align: center;
  }
  .am-related-box .config-item-inner .config-item-image .product-image-wrapper img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
  }
  .am-related-box .config-item-inner button.chosen-btn {
    font-size: 0;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .am-related-box .chosen-btn {
    height: 40px;
  }
  .am-related-box .config-heading {
    position: relative;
    justify-content: center;
    padding-right: 0;
  }
  .am-related-box .config-heading .config-back-btn {
    position: absolute;
    left: 0;
  }
  .am-related-box .short-description .mgz-element {
    text-align: center;
  }
  .product-treatmenttables-wrapper .product-treatmenttables-top {
    padding: 19px 16px 0;
  }
  .product-treatmenttables-wrapper .swatch-option.selected:after {
    height: 18px;
    width: 18px;
    background-size: 18px;
  }
  .product-treatmenttables-wrapper .popup__content--product > div form {
    justify-content: center;
  }
  .product-treatmenttables-wrapper .treatmenttables-short-description {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }
  .product-treatmenttables-wrapper .product-info-main .product-add-form {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content {
    margin-top: 0;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .product-dimension h3 {
    text-align: center;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .dimension-item {
    padding-left: 68px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .inner-content.mgz-container {
    flex-direction: column;
    row-gap: 28px;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 .inner-content.mgz-container .mgz-element-column:nth-child(2) {
    padding-left: 16px;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 .inner-content.mgz-container .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
    max-width: 100%;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 .inner-content.mgz-container .mgz-element-column:nth-child(2) .mgz-element {
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 .inner-content.mgz-container .mgz-element-column:nth-child(2) .mgz-element p {
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-2 h4.mgz-element-heading-text {
    padding-right: 16px;
    max-width: 100%;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .mgz-parallax-inner {
    background: transparent;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg {
    display: block;
    position: unset;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg:before,
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg .mgz-element-inner:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg .mgz-single-image-wrapper,
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg .mgz-element-inner,
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg .mgz-single-image-inner {
    position: unset;
    width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .lovable-section-mobile-bg img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content {
    padding: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content:before,
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content .mgz-element-column:before,
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content .mgz-element-inner:after,
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content .mgz-element-column:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .inner-content > .mgz-element-column > .mgz-element-inner {
    min-height: 800px;
    padding: 60px 0;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .mgz-element-text {
    padding-right: 16px;
    max-width: 100%;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex ul {
    justify-content: center;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:first-child {
    padding-top: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-heading,
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) .mgz-element-text {
    padding-left: 0;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .mgz-parallax-inner {
    background: transparent;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg {
    display: block;
    position: unset;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg:before,
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg .mgz-element-inner:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg .mgz-single-image-wrapper,
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg .mgz-element-inner,
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg .mgz-single-image-inner {
    position: unset;
    width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .unparalleld-section-mobile-bg img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content {
    padding: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content:before,
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content .mgz-element-column:before,
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content .mgz-element-inner:after,
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content .mgz-element-column:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content > .mgz-element-column > .mgz-element-inner {
    min-height: 500px;
    padding: 300px 0 50px;
  }
  .product-treatmenttables-wrapper .advantage-section-5 h4.mgz-element-heading-text {
    max-width: 100%;
    padding-right: 16px;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .mgz-element-text {
    max-width: 100%;
    padding-right: 16px;
    text-align: center;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .mgz-element-single_image {
    padding-right: 16px;
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .confort-support h2.mgz-element-heading-text {
    padding: 0 16px;
  }
  .product-treatmenttables-wrapper .advantage-section-6 .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-6 .inner-content > .mgz-element:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .mgz-parallax-inner {
    background: transparent;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg {
    display: block;
    position: unset;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg:before,
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg .mgz-element-inner:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg .mgz-single-image-wrapper,
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg .mgz-element-inner,
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg .mgz-single-image-inner {
    position: unset;
    width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .superior-section-mobile-bg img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content {
    padding: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content:before,
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content .mgz-element-inner:before,
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content .mgz-element-column:before,
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content .mgz-element-inner:after,
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content .mgz-element-column:after {
    display: none;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element {
    padding-right: 0;
    padding-top: 0;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element .mgz-element-single_image img {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-7 .inner-content > .mgz-element-column > .mgz-element-inner {
    min-height: 800px;
    padding: 50px 16px 50px;
  }
  .product-treatmenttables-wrapper .advantage-section-8 .inner-content {
    flex-direction: column;
  }
  .product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content {
    flex-direction: column;
    row-gap: 0;
  }
  .product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content > .mgz-element-column:first-child ul {
    margin-bottom: 0;
  }
  .product-treatmenttables-wrapper .specification-section-1 .specification-list-feature .inner-content > .mgz-element-column:first-child ul li:last-child {
    border-bottom: 1px solid #707070;
  }
  .product-treatmenttables-wrapper .specification-section-1 .specification-list-feature ul li:after {
    top: 8px;
  }
  .product-treatmenttables-wrapper .specification-section-2 .mgz-element-button {
    display: none;
  }
  .product-treatmenttables-wrapper .specification-section-2 .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .product-treatmenttables-wrapper .specification-section-3 .flag-column {
    margin-bottom: 20px;
  }
  .product-treatmenttables-wrapper .specification-section-3 .inner-content {
    max-width: 90%;
    margin: 0 auto;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .mgz-element {
    text-align: center;
  }
  .product-treatmenttables-wrapper .delivery-installation-top h2.mgz-element-heading-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content .mgz-element-column:nth-child(1) {
    border-right: 0;
    padding-right: 0;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content .mgz-element-column:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt p {
    flex-direction: column;
    row-gap: 11px;
  }
  .product-treatmenttables-wrapper .world-class-section .flex-column .inner-content {
    display: flex;
  }
  .product-treatmenttables-wrapper .world-class-section .flex-column .inner-content .mgz-element-single_image img {
    max-width: 100px;
  }
  .product-treatmenttables-info-wrapper {
    padding: 0 15px;
  }
  .product-treatmenttables-information {
    margin: 0 16px;
  }
  .product-treatmenttables-information .popup-info .popup-link {
    font-size: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1261px) and (max-width: 1600px) {
  .product-add-form .table-wrapper.grouped table thead th,
  .product-add-form .table-wrapper.grouped table tbody td {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-add-form .table-wrapper.grouped table thead th.description-item,
  .product-add-form .table-wrapper.grouped table tbody td.description-item {
    padding-left: 20px;
  }
  .product-add-form .table-wrapper.grouped table.grouped .col.qty {
    width: 7%;
  }
  .product-add-form .table-wrapper.grouped table.grouped .col.qty input.qty {
    width: 75px;
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.unavailable-login:after,
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.unavailable-login:before {
    width: calc((100% - 250px)/2) !important;
  }
}
@media (max-width: 480.98px) {
  .catalog-product-view .electrotherapy-description .product-details .product-details-mobile-title .mgz-element-heading-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview .treaments-slogan p {
    column-gap: 5px;
    font-size: 8px;
    line-height: 10px;
  }
  .catalog-product-view .product_description .description_content.product.attribute.overview .short-title h3.mgz-element-heading-text {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .catalog-product-view .custom-product-details.product-info-details .electrotherapy-description p {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product-view .product-treatmenttables-wrapper .page-title-wrapper {
    padding: 0;
  }
  .catalog-product-view .product-treatmenttables-wrapper main#maincontent .page-title-wrapper.product .page-title {
    font-size: 14px;
    line-height: 20px;
  }
  .product-treatmenttables-wrapper .treatmenttables-short-description {
    font-size: 14px;
  }
  .product-treatmenttables-wrapper .price-container .price {
    font-size: 26px;
    line-height: 43px;
  }
  .product-treatmenttables-wrapper .product-media {
    background-color: #f5f5f5;
  }
  .product-treatmenttables-wrapper .product-media .owl-nav {
    display: none;
  }
  .product-treatmenttables-wrapper .product-media .product-gallery-thumbs {
    background-color: #f5f5f5;
    padding-top: 10px;
  }
  .product-treatmenttables-wrapper .custom-product-details.product-info-details {
    padding-top: 0;
  }
  .product-treatmenttables-wrapper .breadcrumbs {
    background-color: #f5f5f5;
    margin-bottom: 0;
  }
  .product-treatmenttables-wrapper .swatch-attribute-label {
    font-size: 14px;
    line-height: 20px;
  }
  .product-treatmenttables-wrapper .swatch-option {
    height: 95px !important;
    min-width: 95px;
    min-height: 95px;
    width: 95px !important;
  }
  .product-treatmenttables-wrapper .swatch-option span {
    line-height: 16px;
  }
  .product-treatmenttables-wrapper .product-info-main {
    padding-bottom: 25px;
  }
  .product-treatmenttables-wrapper .custom-product-details .mgz-element-text {
    font-size: 12px;
    line-height: 16px;
  }
  .product-treatmenttables-wrapper .custom-product-details .mgz-element-text p {
    font-size: 12px;
    line-height: 16px;
  }
  .product-treatmenttables-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .overview-content-section1 .mgz-element-text p {
    font-size: 12px;
    line-height: 16px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .product-dimension h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .ordinal-number {
    font-size: 36px;
  }
  .product-treatmenttables-wrapper .overview-dimention-content .product-dimension-info span {
    font-size: 12px;
  }
  .product-treatmenttables-wrapper .advantage-content-section1 h2.mgz-element-heading-text {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .advantage-section-1 .inner-content.mgz-container .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-2 h4.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-2 .three-elemnts-flex ul li img {
    width: 36px;
  }
  .product-treatmenttables-wrapper .advantage-section-3 .inner-content .mgz-element-column:nth-child(2) h2.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-5 h4.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .advantage-section-5 .inner-content > .mgz-element-column > .mgz-element-inner {
    min-height: 400px;
    padding: 400px 0 50px;
  }
  .product-treatmenttables-wrapper .advantage-section-7 h2.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .specification-section-2 h2.mgz-element-heading-text {
    font-size: 26px;
    line-height: 30px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .mgz-element {
    text-align: center;
    margin-bottom: 0px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .delivery-info .inner-content h3.mgz-element-heading-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .product-treatmenttables-wrapper .delivery-installation-top .flex-elemnt p {
    font-size: 18px;
  }
  .product-treatmenttables-wrapper .product-packaging {
    padding: 20px 16px;
  }
  .product-treatmenttables-wrapper .product-packaging .product-packaging-info {
    font-size: 12px;
    line-height: 16px;
  }
  .product-treatmenttables-wrapper .product-packaging .product-packaging-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-treatmenttables-wrapper .world-class-section .flex-column .inner-content {
    column-gap: 23px;
  }
  .product-treatmenttables-wrapper .world-class-section .flex-column .inner-content .mgz-element-single_image img {
    max-width: 100%;
  }
  .product-treatmenttables-wrapper .happy-customer .mgz-content-carouse-slide p {
    font-size: 12px;
    line-height: 20px;
  }
  .product-treatmenttables-wrapper .product-details-accessories .mgz-block-heading h2.title {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .product-treatmenttables-info-status .usually-price {
    font-size: 12px;
    line-height: 16px;
  }
  .product-treatmenttables-info-status {
    padding-bottom: 0;
  }
  .product-treatmenttables-information {
    padding: 10px 0 12px;
  }
  .product-treatmenttables-information .popup-info .popup-link {
    background-position: center;
    background-size: 16px;
  }
  .product-treatmenttables-bottom .contact-information p {
    font-size: 14px;
    line-height: 16px;
  }
  .product-treatmenttables-info-wrapper {
    background-color: #f5f5f5;
    padding-bottom: 30px;
  }
  body.catalog-product-view .product_description .description_content.product.attribute.overview .short-description ul li {
    font-size: 12px;
    line-height: 16px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart {
    font-size: 13px;
    line-height: 18px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart .label span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 6px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart .label span:first-child:before {
    background-size: 15px;
    height: 15px;
    width: 15px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .product-add-form .box-tocart .action.tocart span + span {
    font-size: 12px;
    line-height: 16px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo {
    padding-top: 11px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-top .product-code {
    font-size: 12px;
    line-height: 16px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom {
    margin-top: 9px;
  }
  body.catalog-product-view .product-treatmenttables-wrapper .productquickinfo .productquickinfo-bottom .stock-status .product-stock {
    font-size: 10px;
    padding: 5px 12px 5px 30px;
    line-height: 12px;
  }
  .electrotherapy-description .product-details-title h3.mgz-element-heading-text {
    font-size: 14px;
    line-height: 20px;
  }
  .electrotherapy-description .block-related-heading .product-item-name .product-item-link {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
  }
  .electrotherapy-description .specification-attachment .dimension-content .inner-content .mgz-element-column .dimension-item .product-dimension-info span {
    font-size: 14px;
    line-height: 22px;
  }
}
.wheremeasure {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.wheremeasure a {
  color: #104470;
}
.wheremeasure .wheremeasure-info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.wheremeasure .wheremeasure-info img {
  margin-right: 15px;
}
.custom-product-details .product-add-form > form {
  text-align: right;
}
.product-info-main .outer-carton-info,
.custom-product-details .outer-carton-info {
  text-align: right;
  display: inline-flex;
  clear: both;
  align-items: center;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
}
.product-info-main .outer-carton-info img,
.custom-product-details .outer-carton-info img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 575.98px) {
  .product-info-main .outer-carton-info img,
  .custom-product-details .outer-carton-info img {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 575.98px) {
  .product-info-main .outer-carton-info,
  .custom-product-details .outer-carton-info {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
}
.product-info-main .outer-carton-info {
  text-align: left;
  width: 100%;
}
.product-delivery {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 20px;
  flex-wrap: wrap;
}
.product-delivery .delivery-item {
  display: flex;
  padding: 0 30px;
  width: 100%;
  flex: 50%;
  margin-bottom: 50px;
}
.product-delivery .delivery-item .delivery-img img {
  max-width: 68px;
  margin-right: 30px;
}
.product-delivery .delivery-content h4 {
  color: #104470;
  margin-top: 0;
}
.product-return {
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.product-return h3 {
  color: #104470;
  padding-bottom: 6px;
}
.list-sub-category {
  overflow: hidden;
  margin: 0 -10px;
  list-style: none;
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
}
.list-sub-category .cat-item {
  float: left;
  width: calc(100% / 4);
  padding: 0 10px;
  margin-bottom: 20px;
}
.list-sub-category .cat-item .subcat-item-content {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 14px -1px #e6e6e6;
  -moz-box-shadow: 1px 1px 14px -1px #e6e6e6;
  box-shadow: 1px 1px 14px -1px #e6e6e6;
  overflow: hidden;
  position: relative;
}
.list-sub-category .cat-item .subcat-item-content::after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
}
.list-sub-category .cat-item .subcat-item-content > a {
  font-family: 'Manrope', sans-serif;
}
.list-sub-category .cat-item .subcat-item-content > a:hover {
  color: #104470;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name {
  margin-top: 10px;
  position: relative;
  line-height: 20px;
  padding: 0 20px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  color: #515151;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 38px;
  min-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  background: none;
  left: 0;
  margin-left: 0 !important;
  min-height: 60px;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  color: #ffffff;
  padding: 20px 15px;
  font-size: 20px;
  transform: translateY(100%);
  font-family: 'Manrope', sans-serif;
  position: absolute;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span {
  display: block;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span.shop-now-button {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #104470;
  color: #ffffff;
  text-transform: uppercase;
  font: 400 15px/1 'Manrope', sans-serif;
  padding: 10px;
}
.list-sub-category .cat-item .subcat-item-content .subcat-inner .shop-now-link span.sub-category-name {
  color: #515151;
  font-size: 15px;
  line-height: calc(18/15);
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}
.list-sub-category .cat-item .subcat-item-content .img-subcate {
  max-height: 170px;
  min-height: 170px;
  vertical-align: middle;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 75%;
}
.list-sub-category .cat-item .subcat-item-content .img-subcate img {
  max-height: 170px;
  width: auto;
  margin: 0 auto;
}
.searchanise-result-index div.snize .snize-main-panel {
  display: none;
}
.searchanise-result-index div.snize .snize-product-filters {
  display: none;
}
.searchanise-result-index div.snize .snize-description {
  display: none !important;
}
.searchanise-result-index #snize-search-results-grid-mode {
  width: 100% !important;
}
.searchanise-result-index #snize-search-results-grid-mode ul {
  margin-left: 0;
  width: 100%;
  display: block;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
  margin-left: 2%;
  padding: 0;
  margin-right: 0 !important;
  width: calc((100% - 6%)/4) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: none !important;
}
@media (min-width: 1600px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail {
  border: none;
  height: 194px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail img {
  max-height: 194px;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-title {
  margin-bottom: 0;
  margin-top: 18px;
  padding-bottom: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #434342;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: inherit;
}
.searchanise-result-index #snize-search-results-grid-mode ul li.snize-product span.snize-title:before {
  content: '';
  height: 3px;
  width: 64px;
  position: absolute;
  bottom: 0;
  background: #104470;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1599px) and (min-width: 991px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: calc((100% - 4%)/3) !important;
  }
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 990px) and (min-width: 575px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: calc((100% - 2%)/2) !important;
  }
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .searchanise-result-index #snize-search-results-grid-mode ul li.snize-product {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.searchanise-result-index #snize-search-results-grid-mode span.snize-overhidden {
  background: transparent;
  padding: 0;
}
.searchanise-result-index #snize-search-results-grid-mode span.snize-overhidden .snize-view-product-button {
  display: none;
}
.category-image img {
  width: 100%;
}
.category-description img {
  width: 100%;
}
.page-title-wrapper #page-title-heading.page-title {
  text-transform: uppercase;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 13.5px 0 13.5px 24px;
  line-height: 24px;
}
.page-title-wrapper #page-title-heading.page-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  position: absolute;
  top: 0;
  left: 0;
}
.category-listing {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 23px 0;
}
.category-listing .title {
  text-transform: uppercase;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  padding-bottom: 23px;
  border-bottom: 2px solid #e8e8e8;
  letter-spacing: 0.2px;
}
.category-listing .title strong {
  color: #104470;
  font-size: 20px;
  font-weight: 600;
}
.category-listing .content .category-wrapper {
  padding: 0 10px;
}
.category-listing .content .category-wrapper .categories {
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.category-listing .content .category-wrapper .categories > li {
  border-bottom: 1px solid #e8e8e8;
}
.category-listing .content .category-wrapper .categories > li.current {
  display: block;
}
.category-listing .content .category-wrapper .categories > li.current .cat-item-name {
  font-weight: 500;
  color: #104470;
  font-size: 14px;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 {
  align-items: center;
  display: flex;
}
.category-listing .content .category-wrapper .categories > li .item-level-0:hover * {
  color: #104470;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a {
  display: block;
  padding: 8px 10px;
  color: #484b4e;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a:not(.cat-item-name) {
  padding: 0;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a.cat-item-name {
  width: 100%;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a .category-thumbnail {
  min-height: 33px;
  max-height: 33px;
  min-width: 45px;
  margin-right: 4px;
  text-align: center;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-listing .content .category-wrapper .categories > li .item-level-0 a .category-thumbnail img {
  max-height: 26px;
  width: auto;
}
.category-listing .content .category-wrapper .categories li {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.category-listing .content .category-wrapper .categories li .subcategories {
  padding-bottom: 12px;
  padding-left: 24px;
  list-style: none;
}
.category-listing .content .category-wrapper .categories li .subcategories li {
  position: relative;
  display: block;
}
.category-listing .content .category-wrapper .categories li .subcategories li::before {
  content: '\f111';
  position: absolute;
  top: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #104470;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current {
  position: relative;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current::after {
  content: '\f0da';
  position: absolute;
  top: 4px;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #104470;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-listing .content .category-wrapper .categories li .subcategories li.current a {
  color: #104470 !important;
  font-weight: 500;
}
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-1 a,
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-2 a {
  display: block;
  padding: 4px 0;
  padding-left: 15px;
  padding-right: 10px;
  color: #484b4e;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.2px;
}
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-1 a:hover,
.category-listing .content .category-wrapper .categories li .subcategories li .item-level-2 a:hover {
  background: transparent;
  color: #104470;
}
@media (min-width: 992px) {
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner .subcat-name {
    opacity: 0;
    visibility: hidden;
  }
  .list-sub-category .cat-item .subcat-item-content:hover .subcat-inner .shop-now-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #ffffff;
    min-height: 80px;
  }
  .list-sub-category .cat-item .subcat-item-content:hover::after {
    transform: translateY(-103px);
  }
}
@media (max-width: 1199px) {
  .list-sub-category .cat-item {
    width: calc(100% / 3);
  }
  .page-products .column.main,
  .searchanise-result-index .column.main {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .page-products .sidebar.sidebar-main,
  .searchanise-result-index .sidebar.sidebar-main {
    width: 100%;
  }
  .page-title-wrapper #page-title-heading.page-title:after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .list-sub-category .cat-item {
    width: calc(100% / 2);
  }
  .page-with-filter .columns {
    display: flex;
  }
  .page-with-filter .columns .sidebar-main {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding-right: 0;
  }
  .page-with-filter .columns .column.main {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-listing {
    display: none;
  }
  .category-listing .content .category-wrapper .categories,
  .category-listing .content .category-wrapper .subcategories {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-products .columns,
  .searchanise-result-index .columns {
    padding-top: 0;
  }
  .category-listing {
    display: none;
  }
  .list-sub-category {
    margin: 0 -5px;
  }
  .list-sub-category .cat-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .list-sub-category .cat-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .list-sub-category .cat-item .subcat-item-content .subcat-inner .subcat-name span {
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 3;
  }
}
.category-description {
  margin-top: 53px;
}
.category-description h1,
.category-description h2,
.category-description h3 {
  color: #104470;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 10px;
}
.category-description p {
  text-align: start;
  font: normal normal normal 15px/30px 'Manrope', sans-serif;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  color: #515151;
}
.category-description .read-more {
  color: #104470;
}
.read-more-content__content {
  overflow: hidden;
}
.read-more-content__action {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font: normal normal 600 18px/30px 'Manrope', sans-serif;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #104470;
  margin-top: 25px;
}
.read-more-content__action:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../../frontend/YesMed/default/en_AU/images/icon-tick-circle.png);
  margin-right: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.read-more-content:not(.open) .on-less {
  display: none;
}
.read-more-content:not(.open) .read-more-content__content {
  position: relative;
}
.read-more-content:not(.open) .read-more-content__content:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: block;
  background-image: linear-gradient(transparent, #ffffff);
  content: '';
}
.read-more-content .read-more-content__content {
  height: 210px;
}
.read-more-content.open .on-more {
  display: none;
}
.read-more-content.open .read-more-content__action:before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .category-description {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .page-layout-custom-landing-page.page-products .columns {
    z-index: auto;
  }
}
.page-layout-custom-landing-page .columns {
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-layout-custom-landing-page .columns {
    margin-top: 50px;
    padding: 0 40px;
  }
}
@media (min-width: 1260px) {
  .page-layout-custom-landing-page .columns {
    display: flex;
    margin-top: 90px;
    padding: 0 60px;
  }
}
.page-layout-custom-landing-page .columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 1260px) {
  .page-layout-custom-landing-page .columns .column.main {
    order: 2;
    padding-left: 50px;
  }
}
.page-layout-custom-landing-page .columns .sidebar-main {
  display: none;
}
@media (min-width: 1260px) {
  .page-layout-custom-landing-page .columns .sidebar-main {
    display: block;
    flex-basis: auto;
  }
}
.landing-page-wrapper .page-main {
  padding: 0;
}
.landing-page-wrapper .breadcrumbs {
  display: none;
}
.landing-page-wrapper .page-title-wrapper {
  display: none;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .page-title-wrapper {
    display: block;
  }
}
.landing-page-wrapper .page-title-wrapper #page-title-heading.page-title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 25px 0 0;
}
.landing-page-wrapper .page-title-wrapper #page-title-heading.page-title::before {
  display: none;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .magezon-builder .mgz-container {
    width: 100%;
  }
}
.landing-page-wrapper .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.landing-page-wrapper .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.landing-page-wrapper .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.landing-page-wrapper .landing-slider {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .landing-page-wrapper .landing-slider {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider-mobile {
    display: none;
  }
}
.landing-page-wrapper .landing-slider-mobile .owl-carousel {
  border-radius: 20px;
  overflow: hidden;
}
.landing-page-wrapper .landing-slider-mobile .owl-carousel .owl-item .item {
  height: var(--mobile-slider-height) !important;
}
.landing-page-wrapper .landing-slider-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider-desktop {
    display: block;
  }
  .landing-page-wrapper .landing-slider-desktop .owl-carousel .owl-item .item {
    height: var(--desktop-slider-height) !important;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-nav {
    bottom: 0;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav [class*="owl-"] {
  color: #6e6e6e;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-nav [class*="owl-"] {
    font-size: 35px;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #4fb1e4;
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav [class*="owl-"] .fas {
  font-weight: 400;
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav .owl-prev {
  margin-right: 70px;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-nav .owl-prev {
    margin-right: 110px;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-nav .owl-next {
  margin-left: 70px;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-nav .owl-next {
    margin-left: 110px;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 25px;
  z-index: 20;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-dots {
    bottom: 0;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-dots .owl-dot {
  height: 40px;
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-dots .owl-dot span {
  background: #6e6e6e;
  border-radius: 2px;
  width: 32px;
  height: 3px;
  margin: 4px;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-slider .owl-carousel .owl-dots .owl-dot span {
    width: 46px;
    margin: 8px;
  }
}
.landing-page-wrapper .landing-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #4fb1e4;
}
.landing-page-wrapper .landing-intro {
  max-width: 340px;
  margin: 0 auto;
  padding: 66px 15px;
}
@media (min-width: 768px) {
  .landing-page-wrapper .landing-intro {
    max-width: 740px;
  }
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-intro {
    max-width: 940px;
    padding: 100px 0;
  }
}
.landing-page-wrapper .landing-intro-heading {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-intro-heading {
    margin-bottom: 30px;
  }
}
.landing-page-wrapper .landing-intro-heading h2 {
  color: #2a2a2a;
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-intro-heading h2 {
    font-size: 4.4rem;
    line-height: 58px;
  }
}
.landing-page-wrapper .landing-intro-heading h2 span {
  color: #2e56a5;
}
.landing-page-wrapper .landing-intro-text {
  text-align: center;
}
.landing-page-wrapper .landing-intro-text p {
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-intro-text p {
    font-size: 2.4rem;
    line-height: 38px;
  }
}
.landing-page-wrapper .landing-shop-by-category {
  background: #e8f0ff;
  padding: 80px 32px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-shop-by-category {
    padding: 108px 72px 122px;
  }
}
@media (min-width: 1600px) {
  .landing-page-wrapper .landing-shop-by-category {
    padding: 108px 122px 122px;
  }
}
.landing-page-wrapper .landing-shop-by-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-shop-by-heading {
    margin-bottom: 60px;
  }
}
.landing-page-wrapper .landing-shop-by-heading h2 {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-shop-by-heading h2 {
    font-size: 2.5rem;
  }
}
.landing-page-wrapper .landing-shop-by-grid.mgz-row-equal-height > .mgz-element-inner > .inner-content {
  justify-content: center;
}
.landing-page-wrapper .landing-shop-by-grid .mgz-col-md-3 {
  max-width: 366px;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-page-wrapper .landing-shop-by-grid .mgz-col-md-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-shop-by-grid .mgz-col-md-3 {
    width: 25%;
  }
}
.landing-page-wrapper .landing-shop-by-image {
  background: transparent linear-gradient(200deg, #2e56a5 0%, #ffffff 150%);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 100%;
}
.landing-page-wrapper .landing-shop-by-image img {
  display: block;
  width: 100%;
  position: absolute;
}
.landing-page-wrapper .landing-shop-by-link {
  position: absolute;
  bottom: 24px;
  left: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.landing-page-wrapper .landing-shop-by-link .block-category-link {
  margin-bottom: 0;
}
.landing-page-wrapper .landing-shop-by-link .block-category-link a {
  background: #ffffff;
  border-radius: 9px;
  color: #104470;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding: 18px 36px;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-shop-by-link .block-category-link a {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.4px;
    padding: 20px 40px;
  }
}
.landing-page-wrapper .landing-explore-range {
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .landing-page-wrapper .landing-explore-range {
    padding: 0 40px;
  }
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-range {
    margin-top: 110px;
    padding: 0;
  }
}
.landing-page-wrapper .landing-explore-image-mobile {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-explore-image-mobile {
    display: none;
  }
}
.landing-page-wrapper .landing-explore-image-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-wrapper .landing-explore-image-desktop {
    display: block;
  }
}
.landing-page-wrapper .landing-explore-image img {
  display: block;
  width: 100%;
}
.landing-page-wrapper .landing-explore-content {
  position: absolute;
  left: 25px;
  top: 50px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-content {
    left: 60px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@media (min-width: 1600px) {
  .landing-page-wrapper .landing-explore-content {
    left: 135px;
  }
}
.landing-page-wrapper .landing-explore-name > .mgz-element-inner {
  display: flex;
  align-items: center;
}
.landing-page-wrapper .landing-explore-logo {
  margin-right: 5px;
}
.landing-page-wrapper .landing-explore-logo img {
  width: 150px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-logo img {
    width: 250px;
  }
}
.landing-page-wrapper .landing-explore-brand h2 {
  color: #579ed0;
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-brand h2 {
    font-size: 4.6rem;
    line-height: 60px;
  }
}
.landing-page-wrapper .landing-explore-heading {
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-heading {
    margin-bottom: 20px;
  }
}
.landing-page-wrapper .landing-explore-heading h2 {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-heading h2 {
    font-size: 4.6rem;
    line-height: 60px;
  }
}
.landing-page-wrapper .landing-explore-text {
  border-left: 3px solid #579ed0;
  max-width: 178px;
  margin-bottom: 20px;
  padding-left: 12px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-text {
    max-width: 368px;
    margin-bottom: 30px;
  }
}
.landing-page-wrapper .landing-explore-text p {
  color: #3b4b79;
  font-size: 1.4rem;
  line-height: 20px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-text p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.landing-page-wrapper .landing-explore-button a.mgz-btn {
  background: transparent linear-gradient(226deg, #223b75 0%, #4fb1e4 100%);
  border-radius: 11px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18px;
  padding: 16px 52px;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-explore-button a.mgz-btn {
    border-radius: 16px;
    font-size: 2.4rem;
    line-height: 30px;
    padding: 29px 86px;
  }
}
.landing-page-wrapper .landing-contact-us {
  background: #e8f0ff;
  border-radius: 26px;
  margin: 60px 40px;
  padding: 70px 30px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-us {
    margin: 80px 60px;
    padding: 150px 50px;
  }
  .landing-page-wrapper .landing-contact-us > .mgz-element-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .landing-page-wrapper .landing-contact-us > .mgz-element-inner::before,
  .landing-page-wrapper .landing-contact-us > .mgz-element-inner::after {
    display: none;
  }
}
@media (min-width: 1600px) {
  .landing-page-wrapper .landing-contact-us {
    padding: 150px 135px;
  }
}
.landing-page-wrapper .landing-contact-content {
  max-width: 680px;
}
.landing-page-wrapper .landing-contact-heading {
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-heading {
    margin-bottom: 14px;
  }
}
.landing-page-wrapper .landing-contact-heading h2 {
  color: #2a2a2a;
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-heading h2 {
    font-size: 5.4rem;
    line-height: 66px;
  }
}
.landing-page-wrapper .landing-contact-heading h2 span {
  color: #4fb1e4;
}
.landing-page-wrapper .landing-contact-heading h2 span + span {
  color: #2e56a5;
}
.landing-page-wrapper .landing-contact-text {
  margin-bottom: 17px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-text {
    margin-bottom: 0;
  }
}
.landing-page-wrapper .landing-contact-text p {
  color: #6e6e6e;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-text p {
    font-size: 2.4rem;
    line-height: 38px;
  }
}
.landing-page-wrapper .landing-contact-button a.mgz-btn {
  background: transparent linear-gradient(226deg, #223b75 0%, #4fb1e4 100%);
  border-radius: 11px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18px;
  padding: 16px 52px;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .landing-page-wrapper .landing-contact-button a.mgz-btn {
    border-radius: 16px;
    font-size: 2.4rem;
    line-height: 30px;
    padding: 29px 86px;
  }
}
body.checkout-cart-index .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-cart-index .cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
body.checkout-cart-index .cart-summary .checkout-methods-items .item + .item {
  display: none;
}
body.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
body.checkout-cart-index .cart-summary .block.shipping {
  display: none;
}
body.checkout-cart-index .cart-summary .cart-totals {
  border-top: 1px solid #707070;
}
body.checkout-cart-index .cart-summary .cart-totals .totals .label,
body.checkout-cart-index .cart-summary .cart-totals .totals .mark,
body.checkout-cart-index .cart-summary .cart-totals .totals .price,
body.checkout-cart-index .cart-summary .cart-totals .totals .value {
  color: #484b4e;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .cart-totals .totals .label,
  body.checkout-cart-index .cart-summary .cart-totals .totals .mark,
  body.checkout-cart-index .cart-summary .cart-totals .totals .price,
  body.checkout-cart-index .cart-summary .cart-totals .totals .value {
    font-size: 14px;
    line-height: 22px;
  }
}
body.checkout-cart-index .cart-summary .cart-totals .totals.sub .mark,
body.checkout-cart-index .cart-summary .cart-totals .totals.sub .amount {
  padding-top: 30px;
  padding-bottom: 0;
}
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .mark,
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .amount {
  border-bottom: 1px solid #707070;
  border-top: 0;
  padding-top: 0;
}
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .mark strong,
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .amount strong {
  font-size: 24px;
  line-height: 38px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  padding-top: 0;
}
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .mark strong .price,
body.checkout-cart-index .cart-summary .cart-totals .totals.grand .amount strong .price {
  font-size: 24px;
  line-height: 38px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .cart-totals .totals.grand .mark strong,
  body.checkout-cart-index .cart-summary .cart-totals .totals.grand .amount strong {
    font-size: 18px;
    line-height: 32px;
  }
  body.checkout-cart-index .cart-summary .cart-totals .totals.grand .mark strong .price,
  body.checkout-cart-index .cart-summary .cart-totals .totals.grand .amount strong .price {
    font-size: 18px;
    line-height: 32px;
  }
}
body.checkout-cart-index .cart-summary .cart-totals .totals-tax .mark,
body.checkout-cart-index .cart-summary .cart-totals .totals-tax .amount {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .cart-totals {
    padding: 0;
  }
}
body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #22983c;
  font-size: 18px;
  line-height: 32px;
  padding: 13px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  height: auto;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .checkout-methods-items {
    padding: 0;
  }
}
body.checkout-cart-index .cart-summary .discount {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
body.checkout-cart-index .cart-summary .discount .title {
  padding: 20px 0 20px;
  border-top: 0;
  margin-top: 10px;
  position: relative;
}
body.checkout-cart-index .cart-summary .discount .title strong {
  color: #104470;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 36px;
}
@media (max-width: 1023.98px) {
  body.checkout-cart-index .cart-summary .discount .title strong {
    font-size: 14px;
  }
}
body.checkout-cart-index .cart-summary .discount .title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #104470;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
body.checkout-cart-index .cart-summary .discount .title:after {
  content: '+';
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0;
  left: 0;
  border-radius: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
body.checkout-cart-index .cart-summary .discount.active .title:after {
  content: '-';
}
body.checkout-cart-index .cart-summary .discount .content {
  padding-left: 0;
  padding-right: 0;
}
body.checkout-cart-index .cart-summary .discount .content .coupon {
  margin-bottom: 0;
  position: relative;
}
body.checkout-cart-index .cart-summary .discount .content .coupon .label {
  display: none;
}
body.checkout-cart-index .cart-summary .discount .content .coupon .control input {
  color: #545453;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 50px;
  padding-right: 158px;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .discount .content .coupon .control input {
    font-size: 12px;
  }
}
body.checkout-cart-index .cart-summary .discount .content .coupon .actions-toolbar button {
  background: #104470 !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Manrope', sans-serif;
  text-transform: inherit;
  margin: 0;
  position: absolute;
  top: -1px;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  border: none !important;
  outline: none;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .discount .content .coupon .actions-toolbar button {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary .discount .content .coupon .actions-toolbar {
    position: static;
  }
}
@media (max-width: 991.98px) {
  body.checkout-cart-index .cart-summary {
    width: 100%;
    position: static;
    order: 2;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-summary {
    padding: 1px 15px 25px;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.checkout-cart-index .cart-container {
  padding: 0 20px;
}
body.checkout-cart-index .cart-container .form-cart {
  width: calc(75% - 50px);
  padding-right: 0;
  margin-right: 50px;
}
body.checkout-cart-index .cart-container .form-cart .actions.left {
  text-align: left;
  float: left;
}
body.checkout-cart-index .cart-container .form-cart .actions.left .action {
  background-color: unset;
  font-weight: bold;
  color: #104470;
  display: block;
  padding-right: 0;
  text-transform: capitalize;
  float: right;
  font-size: 18px;
  margin-top: 12px;
}
body.checkout-cart-index .cart-container .form-cart .actions.main .clear-custom {
  background-color: unset;
  color: #104470;
  display: block;
  padding-right: 0;
  text-transform: capitalize;
  float: right;
  font-size: 18px;
}
body.checkout-cart-index .cart-container .form-cart .actions.main .clear-custom:before {
  content: '\f2ed';
  color: #104470;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 18px;
}
body.checkout-cart-index .cart-container .form-cart .table-wrapper {
  border: none !important;
}
body.checkout-cart-index .cart-container .form-cart .table-wrapper > h2 {
  color: #104470;
  font-weight: bold;
  font-size: 26px;
  line-height: 27px;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 20px 0 20px 35px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-container .form-cart .table-wrapper > h2 {
    background: transparent;
    font-size: 22px;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 1366.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    overflow-x: scroll;
  }
}
@media (max-width: 1199.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    margin-right: 30px;
    order: 1;
  }
}
@media (max-width: 991.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    overflow-x: inherit;
  }
}
@media (max-width: 991.98px) {
  body.checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
body.checkout-cart-index .empty-cart-custom {
  text-align: center;
  left: 0;
}
body.checkout-cart-index .empty-cart-custom .action-empty {
  margin-right: 10px;
}
body.checkout-cart-index .empty-cart-custom .modal-content {
  padding: 20px;
}
body.checkout-cart-index .empty-cart-custom .modal-inner-wrap {
  max-width: 320px;
  border-radius: 5px;
  height: auto;
  margin: 5rem auto;
}
body.checkout-cart-index .empty-cart-custom .modal-header {
  display: none;
}
body.checkout-cart-index .empty-cart-custom .modal-footer {
  text-align: center;
  border-top: none;
  display: flex;
  padding: 0 20px 30px;
}
body.checkout-cart-index .empty-cart-custom .modal-footer button {
  min-width: 60px;
  flex: 50%;
  padding: 10px 20px;
}
body.checkout-cart-index #shopping-cart-table thead {
  border-bottom: 1px solid #104470;
}
body.checkout-cart-index #shopping-cart-table thead th {
  width: auto;
  color: #29292a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  font-family: 'Manrope', sans-serif;
  text-align: center;
  white-space: nowrap;
}
body.checkout-cart-index #shopping-cart-table thead th.col {
  border-bottom: none;
}
body.checkout-cart-index #shopping-cart-table thead th.action {
  padding-right: 0;
}
body.checkout-cart-index #shopping-cart-table thead th.item {
  width: 30%;
  text-align: left;
}
body.checkout-cart-index #shopping-cart-table thead th.sku {
  padding-left: 0;
  text-align: left;
}
body.checkout-cart-index #shopping-cart-table thead th span {
  display: block;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table thead th {
    font-size: 14px;
    max-width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table thead th.item {
    display: block !important;
    text-align: left;
    width: auto;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr {
  border-bottom: 0.75px solid #cecece;
}
body.checkout-cart-index #shopping-cart-table tbody tr td {
  border: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Manrope', sans-serif;
  color: #545453;
  font-weight: 300;
  width: auto;
  display: table-cell;
  position: static;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.sku {
  padding-left: 0;
  text-align: left;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.sku .stock-status {
  display: none;
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.sku .stock-status {
    display: block;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name {
  font-size: 14px;
  font-weight: 600;
  display: table-cell;
  margin: 0;
  text-align: left;
  width: 20%;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name a {
  color: #545453;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name a:hover {
  color: #104470;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name > .qty {
  display: none;
  float: none;
  padding: 30px 0 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name > .qty {
    display: block;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo .price {
  display: none;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo .price {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo img {
    max-width: 40px;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.price:before {
    content: '' !important;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr td.gst {
  color: #434342;
  font-weight: bold;
  font-size: 16px;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .price {
  font-size: 16px;
  font-weight: bold;
  color: #434342;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label input {
  font-weight: 400;
  border: 1px solid #5f5f5f;
  height: 49px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span {
  border: 1px solid #5f5f5f;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #5f5f5f;
  cursor: pointer;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span.minus-item,
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span.minus-item-mobile {
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span.plus-item,
body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span.plus-item-mobile {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label {
    justify-content: start;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label input {
    height: 36px;
    width: 40px;
    padding: 0 3px;
    text-align: center;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label span {
    height: 36px;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr td.action {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.action {
    width: 1%;
  }
}
body.checkout-cart-index #shopping-cart-table tbody tr td.action .action-edit,
body.checkout-cart-index #shopping-cart-table tbody tr td.action .action-towishlist,
body.checkout-cart-index #shopping-cart-table tbody tr td.action .gift-options-cart-item {
  display: none;
}
body.checkout-cart-index #shopping-cart-table tbody tr td.action .action-delete:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #a0a0a0;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.action .action-delete {
    position: static;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.action .action-delete:before {
    color: #29292a;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-name {
    width: auto;
    font-size: 12px;
    line-height: 15px;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo p {
    color: #484b4e;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 12px;
    white-space: nowrap;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;
    max-width: 58px;
    text-align: right;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo p span {
    display: block;
    font-size: 10px;
    line-height: 14px;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo .price {
    float: none;
    width: auto;
    padding: 6px 0 0;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td.product-item-photo .price .price {
    font-size: 12px;
  }
}
body.checkout-cart-index #shopping-cart-table .stock-status span {
  background: #f5f5f5;
  border-radius: 20px;
  color: #545453;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  position: relative;
  padding: 3px 12px 3px 30px;
  text-transform: capitalize;
  white-space: nowrap;
}
body.checkout-cart-index #shopping-cart-table .stock-status span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #15a33b;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.checkout-cart-index #shopping-cart-table .stock-status span.outofstock:before {
  background: #fa7f0e;
}
body.checkout-cart-index #shopping-cart-table .stock-status span.no-eta:before {
  background: red;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table .stock-status span {
    font-size: 12px;
    line-height: 15px;
  }
}
body.checkout-cart-index .cart.actions .action.update {
  display: none;
}
body.checkout-cart-index .cart-empty {
  padding: 0px 20px;
}
body.checkout-cart-index .cart-empty h2 {
  background: #f5f5f5;
  color: #104470;
  line-height: 27px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  font-size: 26px;
  padding: 21px 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.checkout-cart-index .cart-empty .cart-empty-content {
  box-shadow: 0px 3px 12px #a9a9a92e;
  border-radius: 5px;
  text-align: center;
  padding: 60px 20px;
}
body.checkout-cart-index .cart-empty .cart-empty-content img {
  display: block;
  margin: 0 auto;
  max-width: 145px;
  margin-bottom: 30px;
}
body.checkout-cart-index .cart-empty .cart-empty-content p {
  color: #29292a;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
body.checkout-cart-index .cart-empty .cart-empty-content a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  background: #22983c;
  border-radius: 5px;
  padding: 12px 119px;
  margin-top: 10px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-empty {
    padding: 0px;
  }
  body.checkout-cart-index .cart-empty h2 {
    font-size: 22px;
    padding: 12px 14px;
    margin-top: 0;
  }
  body.checkout-cart-index .cart-empty .cart-empty-content {
    padding: 60px 20px;
  }
  body.checkout-cart-index .cart-empty .cart-empty-content p {
    font-size: 22px;
    line-height: 24px;
  }
  body.checkout-cart-index .cart-empty .cart-empty-content a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 52px;
  }
}
body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap {
  border-radius: 20px;
  top: 20%;
}
body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap .modal-header {
  text-align: center;
}
body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 0;
}
body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-bottom: 20px;
}
body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}
body.checkout-cart-index #shopping-cart-table .item-info.has-carton td .col > p {
  margin-bottom: 18px;
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton {
  position: relative;
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-content {
  position: relative;
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-qty {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 9px;
  background: #67C5D3;
  padding: 2px 3px 0;
  color: #fff;
  position: absolute;
  top: -15px;
  right: calc(50% - 45px);
  transform: translateX(-50%);
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-qty {
    right: auto;
    left: calc(50% - 35px);
  }
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-tooltip {
  min-width: 150px;
  width: 155px;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  background: #104470;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media (max-width: 767.98px) {
  body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-tooltip {
    display: none;
  }
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-tooltip::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Pro';
  left: -10px;
  position: absolute;
  color: #104470;
  font-weight: 700;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-wrapper:hover .outer-carton-tooltip,
body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-wrapper:focus .outer-carton-tooltip {
  visibility: visible;
  opacity: 1;
  left: 90%;
}
body.checkout-cart-index #shopping-cart-table .item-info td {
  padding-bottom: 13px;
  text-align: center;
}
body.checkout-cart-index #shopping-cart-table .item-info td .col {
  padding-top: 0 !important;
  display: inline-block !important;
  vertical-align: middle;
  padding: 6px 6px 0 !important;
  text-align: center !important;
  width: auto !important;
  vertical-align: top;
}
body.checkout-cart-index #shopping-cart-table .item-info td .col.stock-status,
body.checkout-cart-index #shopping-cart-table .item-info td .col.qty,
body.checkout-cart-index #shopping-cart-table .item-info td .col.subtotal {
  display: none !important;
}
body.checkout-cart-index #shopping-cart-table .item-info td .col p {
  color: #29292a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
body.checkout-cart-index #shopping-cart-table .item-info td .col span {
  font-weight: bold;
  line-height: 24px;
}
body.has-login.payment-index-success .payment-success .actions-toolbar-success a.action-continue.back-to-invoices {
  display: inline-block;
  margin-right: 20px;
}
body.not-login.payment-index-success .payment-success .actions-toolbar-success a.action-continue.back-to-invoices {
  display: none;
  margin-right: 20px;
}
body .field-tooltip {
  top: 6px;
}
@media (max-width: 1800.98px) {
  body.checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  body.checkout-cart-index .cart-container .form-cart {
    overflow-x: inherit;
    width: 100%;
    order: -1;
    margin-right: 0;
    max-width: 100%;
  }
  body.checkout-cart-index .cart-summary {
    position: static;
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-wrapper .outer-carton-tooltip {
    left: auto !important;
    right: 80%;
  }
  body.checkout-cart-index #shopping-cart-table .item-info .col.outer-carton .outer-carton-wrapper .outer-carton-tooltip:before {
    right: -10px;
    transform: rotate(180deg) translateY(50%);
  }
}
@media (max-width: 1335.98px) {
  body.checkout-cart-index .cart-container .form-cart .table-content-cart-items {
    overflow-x: scroll;
  }
}
@media (max-width: 767.98px) {
  body.checkout-cart-index .cart-container .form-cart .table-wrapper > h2 {
    margin-bottom: 14px;
  }
  body.checkout-cart-index #shopping-cart-table .item-info.content-below td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
    text-align: center;
  }
  body.checkout-cart-index #shopping-cart-table .item-info.content-below td .col {
    text-align: left !important;
    vertical-align: top !important;
    width: calc((100% - 12px)/3) !important;
  }
  body.checkout-cart-index #shopping-cart-table .item-info.content-below td .col.gst,
  body.checkout-cart-index #shopping-cart-table .item-info.content-below td .col.stock-status {
    padding-left: 0 !important;
  }
  body.checkout-cart-index #shopping-cart-table .item-info.content-below.has-carton td .col {
    width: calc((100% - 18px)/4) !important;
  }
  body.checkout-cart-index #shopping-cart-table .item-info.content-below.has-carton td .col.gst {
    padding-left: 6px !important;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td .field.qty label {
    justify-content: center;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.sku,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody th.sku,
  body.checkout-cart-index #shopping-cart-table.cart.items thead td.sku,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody td.sku {
    padding-left: 0 !important;
    text-align: left !important;
  }
}
@media (max-width: 400.98px) {
  body.checkout-cart-index #shopping-cart-table.cart.items thead th {
    font-size: 14px;
    padding-top: 0;
    max-width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.item {
    display: block !important;
    text-align: left;
    width: auto;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.available,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.gst,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.price,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.qty,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.subtotal,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.column-switch-row,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.unit-price,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.gst,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.patient-price,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.outer-carton,
  body.checkout-cart-index #shopping-cart-table.cart.items thead th.action {
    display: none !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-title {
    font-size: 10px;
    font-weight: normal;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-middle .switch-sku {
    font-size: 10px;
    line-height: 14px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below {
    display: table-row;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info:not(.content-below) td.sell-price,
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info:not(.content-below) td.outer-carton,
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info:not(.content-below) td.action {
    display: none !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items tbody > .total-price-save {
    display: none !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .mobile-switch-content {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-top {
    text-align: center;
    background: #104470;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 14px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content {
    padding: 14px 14px 0;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-top-content {
    padding-top: 40px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-bottom {
    text-align: center;
    background: #104470;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 11px 14px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-bottom p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info td .col p {
    color: #434342;
    font-size: 10px;
    line-height: 14px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info td .col p span {
    display: block;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col {
    text-align: center !important;
    width: calc((100% - 12px)/5) !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col span {
    color: #434342;
    font-size: 10px !important;
    line-height: 14px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.stock-status {
    text-align: left !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.stock-status span {
    font-weight: 300 !important;
    padding: 3px 7px 3px 20px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.stock-status span:before {
    left: 6px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below .col {
    width: calc((100% - 12px)/3) !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below td .col.qty {
    float: left !important;
    text-align: left !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below td .col p {
    margin-bottom: 19px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below td .col .outer-carton-qty {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 8px !important;
    line-height: 9px;
    right: calc(63% - 33px);
    left: auto;
    width: 13px;
    height: 13px;
    top: -4px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below .flex-container {
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below .actions-toolbar {
    display: flex;
    align-items: center;
    padding-top: 23px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below .actions-toolbar .action-ajax-delete {
    align-items: center;
    display: flex;
    position: relative;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below + .content-below .actions-toolbar .action-ajax-delete:after {
    content: 'Remove';
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 9px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td {
    font-size: 12px;
    padding: 10px 2px;
    max-width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.available,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.gst,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.price,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.qty,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.subtotal,
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.column-switch-row {
    display: none !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.product-item-name a {
    font-size: 10px;
    line-height: 15px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-has-switchproduct.mobile {
    display: table-row;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items tbody tr td.subtotal {
    display: none;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .table-content-cart-items .switch-top {
    justify-content: center;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-action-bottom {
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-action {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-action .switch-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
    flex: 100%;
    padding-bottom: 18px;
    text-align: left;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-action .save-now {
    margin-top: 10px;
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .switch-content .switch-icon {
    max-width: 45px;
    left: auto;
    transform: unset;
    right: 20px;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col {
    padding-bottom: 6px !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.stock-status,
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.qty,
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.price,
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col.subtotal {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col span {
    font-weight: bold !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td .col:before {
    display: none !important;
  }
  body.checkout-cart-index #shopping-cart-table.cart.items .item-info.content-below td.subtotal {
    display: none;
  }
}
.amcheckout-summary-container .stock-status {
  margin-top: 10px;
}
.amcheckout-summary-container .stock-status span {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
}
.amcheckout-summary-container .stock-status span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amcheckout-summary-container .stock-status span .stock-label {
  margin-right: 6px;
}
.amcheckout-summary-container .stock-status span.available:before {
  background-color: #15a33b;
}
.amcheckout-summary-container .stock-status span.unavailable:before,
.amcheckout-summary-container .stock-status span.outofstock:before {
  background-color: #fa7f0e;
}
.amcheckout-summary-container .stock-status span.no-eta:before {
  background-color: red;
}
.amquote-cart-wrapper-custom.minicart-wrapper .minicart-items-wrapper {
  height: calc(100% - 250px) !important;
}
.amquote-cart-wrapper-custom .actions-has-item {
  min-height: 130px;
  padding-top: 40px;
}
.amquote-cart-wrapper-custom #top-quotecart-button {
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: 1;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
body.open-minicart {
  overflow: hidden;
}
body.open-minicart .overlayminicart {
  visibility: visible;
  opacity: 0.7;
  left: 0;
  transition: all 0.5s;
  display: block;
}
body.open-minicart #fc_frame,
body.open-minicart #button-scroll {
  display: none !important;
}
body.open-minicart #chat-widget-container {
  right: 445px !important;
}
body #chat-widget-container {
  transition: all 0.7s !important;
}
body .cart-container .form-cart table > tbody > tr > td {
  vertical-align: middle;
}
.overlayminicart {
  position: fixed;
  z-index: 98;
  background: #000000;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
#registration {
  border-left: 3px solid gray;
}
#registration .action.primary {
  padding: 7px 15px;
}
#minicart-content-wrapper,
#quotecart-content-wrapper {
  height: 100%;
}
.minicart-wrapper {
  /**
	 * Separate styling for Quote cart close button
	 * which now stays on the left
	 */
}
.minicart-wrapper.active .block-minicart {
  right: 0;
  transition: all 0.7s;
}
.minicart-wrapper.active .block-quotecart {
  left: 0;
  transition: all 0.7s;
}
.minicart-wrapper .action.close {
  position: absolute;
  right: 100%;
  top: 7%;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
}
.minicart-wrapper .action.close:hover,
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background-color: #ffffff;
}
.minicart-wrapper .action.close:before {
  background: url(../../frontend/YesMed/default/en_AU/images/icon-close-mini-cart.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  content: '';
  margin-top: 5px;
}
.minicart-wrapper.amquote-cart-wrapper-custom .action.close {
  left: 100%;
  border-radius: 0 5px 5px 0;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  right: -100%;
  top: 0;
  max-width: 400px;
  height: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block !important;
  transition: all 1s;
  background: #f4f4f4;
}
.minicart-wrapper .block-quotecart {
  position: fixed;
  left: -100%;
  top: 0;
  max-width: 400px;
  height: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block !important;
  transition: all 1s;
  background: #f4f4f4;
}
.minicart-wrapper > .ui-corner-all {
  display: block !important;
}
.minicart-wrapper .my_shopping_cart_title {
  font-size: 20.9px;
  color: #104470;
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.minicart-wrapper .block-content {
  padding: 0;
  height: 100%;
  background-color: #ffffff;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  font-size: 14px;
  color: #000000;
  font-family: 'Gotham-Bold', sans-serif;
  padding: 0 20px;
  margin-bottom: 10px;
}
.minicart-wrapper .line-minicart {
  width: 100px;
  height: 2px;
  color: #104470;
  margin: 0 auto;
}
.minicart-wrapper .image-iconcart {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 15%;
}
.minicart-wrapper .image-iconcart img {
  max-width: 145px;
}
.minicart-wrapper .line-minicart {
  width: 100px;
  height: 2px;
  background-color: #104470;
  margin: 0 auto;
}
.minicart-wrapper .messages-minicart.empty {
  font-size: 14px;
  color: #525252;
  font-family: 'Gotham-Medium', sans-serif;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
  padding: 0 20px;
}
.minicart-wrapper a.action.shopnow {
  font-size: 17.54px;
  font-family: 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  background-color: #ea1f27;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 0;
  padding: 0 20px;
}
.minicart-wrapper .block-minicart .block-content > .actions .primary {
  margin: 0;
}
.minicart-wrapper .product-item-name {
  padding-right: 20px;
}
.minicart-wrapper .product-item-name a {
  font-size: 14px;
  font-family: 'Gotham-Medium', sans-serif;
  color: #636363;
  line-height: 1.4;
  text-transform: uppercase;
}
.minicart-wrapper .product-code {
  font-family: 'Gotham-Light', sans-serif;
  color: #e42a31;
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  padding-right: 5px;
}
.minicart-wrapper .action.delete {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: transparent;
  width: 19px;
  height: 19px;
  text-align: center;
}
.minicart-wrapper .action.delete:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #104470;
}
.minicart-wrapper .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  height: calc(100% - 230px) !important;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  position: relative;
  padding: 20px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 0.5px solid #cccccc;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:last-child {
  border-bottom: 0.5px solid #cccccc;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:hover {
  background: #ffffff;
}
.minicart-wrapper .stock-status {
  font-size: 10.34px;
  text-transform: uppercase;
  padding: 5px;
  font-family: 'Gotham-Bold', sans-serif;
  background-color: transparent;
  border-radius: 5px;
  float: right;
  text-align: center;
}
.minicart-wrapper .stock-status span {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
}
.minicart-wrapper .stock-status span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.minicart-wrapper .stock-status span .stock-label {
  margin-right: 6px;
}
.minicart-wrapper .stock-status span.available:before {
  background-color: #15a33b;
}
.minicart-wrapper .stock-status span.unavailable:before,
.minicart-wrapper .stock-status span.outofstock:before {
  background-color: #fa7f0e;
}
.minicart-wrapper .stock-status span.no-eta:before {
  background-color: red;
}
.minicart-wrapper .product-item-details .quick-info .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.minicart-wrapper .product-item-details .product-item-pricing {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.minicart-wrapper .product-item-details .details-qty {
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.minicart-wrapper .product-item-details .details-qty label {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #636363;
  line-height: 1.3;
  display: none;
}
.minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #e82630;
  font-size: 20px;
  font-family: 'Gotham-Bold', sans-serif;
  transform: translateY(-50%);
  width: 15px;
}
.minicart-wrapper .product-item-details .details-qty .icon-plus-cart {
  position: absolute;
  top: calc(50% - 1px);
  right: 1px;
  text-align: center;
  color: #e82630;
  font-size: 19px;
  font-family: 'Gotham-Bold', sans-serif;
  transform: translateY(-50%);
  width: 15px;
}
.minicart-wrapper .product-item-details .price-container {
  margin-left: 20px;
}
.minicart-wrapper .product-item-details .price-container .label,
.minicart-wrapper .product-item-details .price-container .price {
  font-family: 'Gotham-Book', sans-serif;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
}
.minicart-wrapper .product-item-details .price-container .subtotal-each-price .label {
  font-size: 15px;
}
.minicart-wrapper .product-item-details .price-container .subtotal-each-price .price {
  font-size: 15px;
  color: #e42a31;
  font-family: 'Gotham-Medium', sans-serif;
}
.minicart-wrapper .product-item-details .price-excluding-tax {
  display: inline-block;
  margin: 0;
}
.minicart-wrapper .minicart-items .item-qty {
  margin: 0;
  width: 80px;
  height: 28px;
  border-color: #c1c1c1;
  font-size: 15px;
  color: #47473e;
  font-family: 'Gotham-Book', sans-serif;
  padding: 5px 15px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .subtotal {
  margin: 0;
  position: absolute;
  bottom: 25px;
  right: 0;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
.minicart-wrapper .block-minicart .subtotal .amount.price-container {
  border-bottom: 0.5px solid #cccccc;
}
.minicart-wrapper .block-minicart .subtotal .gst {
  border-bottom: 0.5px solid #cccccc;
  padding: 5px;
}
.minicart-wrapper .block-minicart .subtotal .label,
.minicart-wrapper .block-minicart .subtotal .price {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #636363;
  line-height: 1.3;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .subtotal .label {
  padding-right: 20px;
}
.minicart-wrapper .block-minicart .subtotal .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .subtotal .total {
  padding: 5px 0;
}
.minicart-wrapper .block-minicart .subtotal .total .label,
.minicart-wrapper .block-minicart .subtotal .total .price {
  font-size: 20px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 600;
}
.minicart-wrapper .btn-gotocheckout {
  display: inline-block;
}
.minicart-wrapper .btn-gotocheckout button {
  height: auto;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: calc(16/14);
  text-align: center;
  padding: 9px 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.minicart-wrapper .btn-viewcart {
  display: none;
}
.minicart-wrapper .btn-viewcart a {
  height: 27px;
  font-size: 11.72px;
  color: #ffffff;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: 27px;
  text-align: center;
  padding: 0 8px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background-color: #4caf50;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.minicart-wrapper .btn-viewcart a:hover,
.minicart-wrapper .btn-viewcart a:visited:focus {
  color: #ffffff;
}
.minicart-wrapper .actions-has-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  z-index: 2;
  background-color: #ffffff;
}
.product-item-photo .price-hint {
  position: relative;
}
.product-item-photo:hover .price-item {
  visibility: visible;
  opacity: 1;
  left: 82%;
}
.product-item-photo .price-item {
  width: auto;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  background: #104470;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 60%;
  top: 40px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
.product-item-photo .price-item:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  left: -10px;
  position: absolute;
  color: #104470;
  font-weight: 700;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.cart.table-wrapper .item-info .actions-toolbar {
  font-size: 20px;
  padding-bottom: 0;
}
#shopping-cart-table.cart.items .item-info.content-below {
  display: none;
}
#shopping-cart-table.cart.items .item-info.content-below .actions-toolbar .gift-options-cart-item,
#shopping-cart-table.cart.items .item-info.content-below .actions-toolbar .towishlist,
#shopping-cart-table.cart.items .item-info.content-below .actions-toolbar .action-edit {
  display: none;
}
#shopping-cart-table.cart.items tbody.has-switch-product .item-info.has-switch-product {
  padding-bottom: 20px;
}
#shopping-cart-table.cart.items tbody.has-switch-product td.tag img {
  max-width: 120px;
}
#shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product {
  background: #E9E9E9;
}
#shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td {
  padding-top: 20px;
  padding-bottom: 20px;
}
#shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td.sku {
  position: relative;
}
#shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td.sku:before {
  position: absolute;
  content: '';
  display: block;
  top: -25px;
  right: -65px;
  width: 45px;
  height: 45px;
  z-index: 11;
  background: url('../../frontend/YesMed/default/en_AU/Astir_FavList/images/green-arrow.svg') no-repeat center;
  background-size: contain;
}
#shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td.qty .input-text.qty {
  background: transparent;
}
#shopping-cart-table.cart.items td.switch-product {
  padding: 0;
}
#shopping-cart-table.cart.items td.switch-product .label-preferred-choice {
  position: absolute;
  left: 35px;
  color: white;
  background-color: #104470;
  font-size: 10px;
  line-height: 12px;
  border-radius: 0 0 5px 5px;
  padding: 7px 15px 6px;
  text-transform: initial;
  z-index: 11;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content {
  align-items: center;
  display: flex;
  padding-top: 20px;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content > * {
  padding: 0 15px;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-image {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 5px 6px 6px rgba(41, 41, 42, 0.1);
  margin-right: 10px;
  padding: 10px 25px;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-image a,
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-image img {
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-name {
  font-size: 14px;
  line-height: 16px;
  min-width: 145px;
  text-align: left;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-name a {
  color: #545453;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom {
  display: block;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container {
  padding-right: 25px;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch {
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;
  height: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  background-color: #22983c;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch span {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 26px;
  padding-right: 30px;
  position: relative;
  width: auto;
  white-space: nowrap;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch span:after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  background: url('../../frontend/YesMed/default/en_AU/images/cart-white.svg') no-repeat center;
  background-size: contain;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch span strong {
  font-family: 'Gotham-Bold', sans-serif;
}
#shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch.prefer span {
  font-size: 16px;
  min-width: 270px;
  max-width: 270px;
  text-align: left;
  white-space: normal;
}
#shopping-cart-table.cart.items .total-price-save {
  border-bottom: none;
}
#shopping-cart-table.cart.items .total-price-save td {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#shopping-cart-table.cart.items .total-price-save td .total-content {
  background: #104470;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 23px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#shopping-cart-table.cart.items .total-price-save td .total-content p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
}
#shopping-cart-table.cart.items .total-price-save td .total-content p.total-price {
  font-weight: 700;
}
#shopping-cart-table.cart.items .switch-sale-icon {
  align-items: center;
  width: 113px;
  height: 78px;
}
#shopping-cart-table.cart.items .item-info .switch-action-bottom {
  margin-left: 20px;
}
.table-content-cart-items {
  margin-left: 1px;
  margin-right: 1px;
}
.item-has-switchproduct.mobile {
  display: none;
}
body.checkout-cart-index #shopping-cart-table tbody tr {
  border-bottom: none;
}
@media (max-width: 1700px) and (min-width: 401px) {
  body #shopping-cart-table .column-switch-row {
    display: table-cell;
    position: static;
  }
}
@media (max-width: 1366.98px) {
  body.checkout-cart-index .cart-container .form-cart {
    overflow-x: inherit;
  }
}
@media (max-width: 991.98px) {
  #shopping-cart-table.cart.items td.switch-product:before {
    display: block !important;
    width: 45px;
    right: 35px;
    top: 2px;
  }
  #shopping-cart-table.cart.items td.switch-product .label-preferred-choice {
    left: 20px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 30px 20px 20px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content {
    padding-top: 10px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-image {
    padding: 5px 15px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-top-content .switch-name {
    font-size: 10px;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container {
    padding: 0;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch {
    display: block;
    font-size: unset;
    line-height: unset;
    padding: 15px;
    width: 100%;
  }
  #shopping-cart-table.cart.items td.switch-product .switch-content .switch-action-bottom .switch-button-container button.switch span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  body.open-minicart .overlayminicart {
    transition: all 0.5s;
  }
  .minicart-wrapper.active .block-minicart {
    transition: all 0.7s;
  }
  .minicart-wrapper.active .block-quotecart {
    transition: all 0.7s;
  }
  .minicart-wrapper .image-iconcart {
    margin-top: 30%;
  }
  .minicart-wrapper .block-minicart {
    transition: all 2s;
    width: 400px;
  }
  .minicart-wrapper .block-quotecart {
    transition: all 2s;
    width: 400px;
  }
  .minicart-wrapper .overlayminicart {
    transition: all 1s;
  }
  .minicart-wrapper .block-minicart .block-content > .actions {
    position: static;
    margin-top: 100px;
  }
  .minicart-wrapper .action.close {
    width: 58px;
    height: 55px;
  }
  .minicart-wrapper .action.close:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .minicart-wrapper .action.close {
    right: 10px;
    top: 15px;
    background-color: transparent;
  }
  .minicart-wrapper .action.close:hover,
  .minicart-wrapper .action.close:focus,
  .minicart-wrapper .action.close:active {
    background-color: transparent;
  }
  .minicart-wrapper .action.close#btn-quotecart-close {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    max-width: 100%;
  }
  .minicart-wrapper .product-code {
    display: block;
  }
  .minicart-wrapper .stock-status {
    float: none;
    margin-top: 5px;
    display: inline-block;
  }
  .minicart-wrapper .product-item-details .product-item-pricing {
    display: block;
  }
  .minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
    left: 0;
  }
  .minicart-wrapper .product-item-details .details-qty .icon-plus-cart {
    right: 3px;
  }
  .minicart-wrapper .product-item-details .price-container {
    margin-top: 5px;
    margin-left: 0;
  }
  body.open-minicart #chat-widget-container {
    display: none !important;
  }
}
@media (min-width: 401px) {
  body .column-switch-row div.switch-sale-icon {
    background-image: url('../../frontend/YesMed/default/en_AU/images/green-arrow-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    position: static !important;
  }
  body .cart.table-wrapper .col.item,
  body .cart.table-wrapper .col.price,
  body .cart.table-wrapper .col.qty,
  body .cart.table-wrapper .col.subtotal {
    display: table-cell !important;
    float: none;
  }
  body .cart.table-wrapper .col.subtotal[data-th]:before,
  body .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  body .item-has-switchproduct.mobile {
    display: none !important;
  }
}
@media (max-width: 400.98px) {
  body #shopping-cart-table.cart.items tbody > .total-price-save {
    display: none;
  }
  body #shopping-cart-table.cart.items .switch-top {
    margin-top: 5px;
  }
  body #shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td .switch-content {
    display: block;
    padding: 0 10px;
    margin: 0;
  }
  body #shopping-cart-table.cart.items tbody.has-switch-product tr.column-switch-product td.sku:before {
    top: -12px;
  }
  body .item-has-switchproduct.mobile {
    display: table-row;
  }
  body .table-content-cart-items {
    margin-left: 0;
    margin-right: 0;
  }
  body .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  body .column-switch-row div.switch-sale-icon {
    background: url('../../frontend/YesMed/default/en_AU/images/green-arrow-down.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
    position: absolute !important;
  }
  body .item-has-switchproduct.mobile {
    display: table-row !important;
  }
}
#purchaseorder-form {
  display: none;
}
#purchaseorder-form + .checkout-agreements-block > div {
  margin-bottom: 0 !important;
}
#checkout-step-shipping .amcheckout-wrapper {
  padding: 0;
}
#checkout-step-shipping .paperwork-delivery {
  padding: 0;
  margin-top: 30px;
}
#checkout-step-shipping .table-shipnotes {
  margin-bottom: 20px;
}
#checkout-step-shipping .table-shipnotes select {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-down.png') no-repeat;
  background-position: 98% 50%;
  border-radius: 5px;
}
#checkout-step-shipping .table-shipnotes textarea {
  border-radius: 5px;
}
#checkout-step-shipping .table-shipnotes .paperwork-note {
  text-align: right;
  color: #b2b2b2;
  margin-top: 10px;
  font-size: 14px;
}
#checkout-step-shipping .table-paperwork {
  margin-bottom: 38px;
}
#checkout-step-shipping .shipping-address-item {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #cbcbca;
  padding: 26px 26px 26px 40px;
  font-size: 16px;
  line-height: 24px;
}
#checkout-step-shipping .shipping-address-item.not-selected-item::before {
  display: none;
}
#checkout-step-shipping .shipping-address-item.selected-item {
  border: 0;
  outline: 1px solid #104470;
}
#checkout-step-shipping .shipping-address-item.selected-item::before {
  content: '';
  display: block;
  width: 23px;
  height: 24px;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-correct.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#checkout-step-shipping .shipping-address-item.selected-item .shipping-address-item-icon:before {
  display: block;
}
#checkout-step-shipping .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
#checkout-step-shipping .shipping-address-item.selected-item .edit-address-link {
  height: auto;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 26px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#checkout-step-shipping .shipping-address-item.selected-item .edit-address-link span {
  display: none;
}
#checkout-step-shipping .shipping-address-item.selected-item .edit-address-link::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-edit.png') no-repeat;
}
#checkout-step-shipping .shipping-address-item .shipping-address-item-icon {
  -o-border-radius: 11px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  margin-right: 13px;
  outline: 1px solid #b3b3b3;
  overflow: hidden;
  height: 22px;
  width: 22px;
}
#checkout-step-shipping .shipping-address-item .shipping-address-item-icon:before {
  content: '';
  display: none;
  background: url(../../frontend/YesMed/default/en_AU/images/icon-correct.png) center center no-repeat;
  height: 100%;
  width: 100%;
}
#checkout-step-shipping .shipping-address-item .shipping-address-item-content {
  flex-shrink: 1;
  flex-grow: 1;
}
#checkout-step-shipping .shipping-address-item .shipping-address-item-content .button-container {
  min-height: 32px;
}
#checkout-step-shipping .shipping-address-item .action-select-shipping-item {
  display: inline-block;
  background: transparent;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#checkout-step-shipping .shipping-address-item .action-select-shipping-item span {
  display: none;
}
#checkout-step-shipping .shipping-address-item .action-select-shipping-item::before {
  content: '';
  display: block;
  width: 23px;
  height: 24px;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-incorrect.png') no-repeat;
}
#checkout-step-shipping .shipping-address-items {
  border-top: 1px solid #cbcbca;
}
#checkout-step-shipping .shipping-address-item.selected-item::after {
  display: none;
}
#checkout-step-shipping .amcheckout-button.-new-address {
  background: #eb2228;
  font-size: 14px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
#checkout-step-shipping .amcheckout-button.-new-address:hover {
  background-color: #c01520;
}
.checkout-payment-method .actions-toolbar {
  max-width: 100%;
}
.checkout-payment-method .actions-toolbar .primary {
  float: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #eb2228;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.checkout-payment-method .discount-code .payment-option-title {
  border-top: none;
  padding-left: 0;
}
.checkout-payment-method .payment-method-billing-address .checkout-billing-address {
  display: none;
}
.checkout-payment-method .checkout-billing-address {
  position: relative;
}
@media (min-width: 768px) {
  .checkout-payment-method .checkout-billing-address {
    margin-left: 30px;
  }
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox'] {
  opacity: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox']:checked ~ label:after {
  content: '';
  left: 10px;
  top: 10px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  position: absolute;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox']:checked ~ label:before {
  background-color: #e7212d;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .choice {
  display: flex;
  align-items: center;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .choice .container {
  position: static;
  margin-bottom: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .choice .checkmark {
  top: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .choice .label {
  padding-left: 0;
}
.checkout-payment-method .checkout-billing-address > .fieldset {
  padding-top: 15px;
}
.checkout-payment-method .checkout-billing-address > .fieldset .choice.field .label {
  display: flex;
  align-items: center;
  line-height: 15px;
  margin-top: 6px;
}
.checkout-payment-method .checkout-billing-address > .fieldset .choice.field .label:before {
  margin-top: 0;
}
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .primary {
  padding: 0;
}
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .action {
  height: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: calc(1.14285714);
  padding: 16px 20px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  border-radius: 5px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update span,
.checkout-payment-method .checkout-billing-address .primary .action-cancel span {
  font-size: 1.4rem;
  line-height: inherit;
  vertical-align: middle;
}
.checkout-payment-method .checkout-billing-address .primary .action-cancel {
  background-color: white !important;
  outline: 1px solid #104470;
}
.checkout-payment-method .checkout-billing-address .primary .action-cancel span {
  color: #104470;
}
.checkout-index-index .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 20px;
  }
  .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1261px) {
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: -webkit-calc(100% - (635px + 60px));
    width: -moz-calc(100% - (635px + 60px));
    width: calc(100% - (635px + 60px));
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    width: 635px;
  }
}
@media screen and (max-width: 1260px) {
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: 100%;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    width: 100%;
    position: static !important;
    max-height: inherit !important;
    margin-top: 0;
  }
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary {
  border: 0;
  box-shadow: 5px 5px 15px rbga(0, 0, 0, 0.1);
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary .product-item .product-image-container {
  border: 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method {
  padding: 0 20px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100%;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: #0c7394 !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout:hover {
  background-color: #104470 !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .form-discount .actions-toolbar {
  text-align: right;
  margin: 10px 0 0;
}
.checkout-index-index .amcheckout-main-container.-modern .text-place-order {
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-index-index .amcheckout-main-container.-modern .text-place-order {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .amcheckout-main-container.-modern .text-place-order {
    margin-top: 20px;
  }
}
.checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar .primary {
  padding-left: 0;
}
.checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar .primary .action-update {
  background: #e7212d !important;
  font-size: 15px;
  border-radius: 5px;
}
.checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar .primary .action-cancel {
  font-size: 15px;
  background: #cccccc;
  color: #000000;
  text-align: center;
  padding: 0px 20px;
  border-radius: 5px;
}
.checkout-index-index .checkout-shipping-address .fieldset .actions-toolbar .primary .action {
  background: #e7212d;
}
.checkout-index-index .checkout-shipping-address .field-select-billing select {
  box-shadow: none;
}
.checkout-index-index .modal-popup .modal-header {
  padding: 0;
}
.checkout-index-index .modal-popup .modal-header h1 {
  padding: 2rem 3rem;
}
.checkout-index-index .modal-popup .modal-footer button.action-hide-popup {
  height: auto;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1;
  background: #cccccc !important;
  color: #000000 !important;
  margin-left: 0;
  border-radius: 5px;
  margin-top: 0;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-popup .modal-footer button.action-hide-popup {
    margin-top: 10px;
  }
}
.checkout-index-index .modal-popup .form-shipping-address .choice .label {
  padding-left: 0;
  display: flex;
  align-items: center;
  line-height: 15px;
}
.checkout-index-index .modal-popup .form-shipping-address .choice .label:before {
  margin-right: 6px;
}
.checkout-index-index .payment-group .amcheckout-content .payment-method .payment-method-content.eway .action.cancel {
  background: #eb2228;
  font-size: 18px;
  margin-bottom: 10px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
  margin: 0;
  padding: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method {
  border: none;
  padding: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method#capital_delivery_shipping .price {
  display: none;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method:nth-child(2n) {
  margin-left: auto;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method.-selected {
  border: 1px solid #e7212d;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method.-selected:hover {
  box-shadow: none;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method > * {
  width: 100%;
  padding: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .method_name_price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 35px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .method_name_price > .price {
  margin-left: 0;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .method-carrier {
  padding-top: 13px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .method-name {
  text-align: right;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method {
  height: 0;
  width: 0;
  position: absolute;
  left: 30px;
  top: 30px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .field-select-billing {
  padding-top: 15px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .field-select-billing .label {
  padding-bottom: 13px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .billing-address-form .choice.field .label {
  display: flex;
  align-items: center;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .billing-address-form .choice.field .label:before {
  margin-top: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #c01520;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  color: #c01520;
}
.checkout-index-index .amcheckout-step-container .amcheckout-payment-methods .billing-address-form .choice.field {
  display: none;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox {
  position: relative;
  padding-top: 6px;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox .label {
  display: flex;
  align-items: center;
  line-height: 15px;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox input[type='checkbox'] + label::before {
  margin-right: 6px;
  margin-top: 0;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox input[type='checkbox'] + label:hover::before {
  border-color: #eb2228;
  box-shadow: none;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox input[type='checkbox']:checked + label::before {
  width: 15px;
  height: 15px;
  background: #eb2228 !important;
  background-size: 15px !important;
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  content: '\f00c';
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.checkout-index-index input[type='checkbox'] + label::before {
  box-shadow: none !important;
}
.checkout-index-index input[type='checkbox'] + label:hover::before {
  border-color: #eb2228;
  box-shadow: none;
}
.checkout-index-index #shipping-new-address-form .field.choice {
  position: relative;
}
.checkout-index-index #shipping-new-address-form .field.choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-index-index #shipping-new-address-form .field.choice input[type='checkbox'] + label::before {
  content: '';
  width: 23px;
  height: 23px;
  border: 1px solid #c0bfbf;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}
.checkout-index-index #shipping-new-address-form .field.choice input[type='checkbox']:checked + label::before {
  background: url('../../frontend/YesMed/default/en_AU/images/checkbox-checked.png') no-repeat;
  background-size: 25px;
  border: 0;
  width: 25px;
  height: 25px;
}
.checkout-index-index #shipping-new-address-form .field .label {
  font-weight: normal;
  margin: 12px 0;
}
.checkout-index-index #shipping-new-address-form .field input {
  color: #484b4e;
}
.checkout-index-index .modal-footer button {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
.checkout-index-index .checkout-billing-address .field.choice {
  position: relative;
}
.checkout-index-index .checkout-billing-address .field.choice input[type='checkbox'] + label::before {
  margin-right: 6px;
}
.checkout-index-index .checkout-billing-address .field.choice input[type='checkbox']:checked + label::before {
  width: 15px;
  height: 15px;
  background: #eb2228 !important;
  background-size: 15px !important;
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  content: '\f00c';
}
.checkout-index-index #checkout-step-shipping .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item {
  border: none;
  padding: 35px 30px;
  margin-bottom: 20px;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item:nth-child(2n) {
  margin-left: auto;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item:before {
  display: none;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item:hover {
  box-shadow: none;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item {
  position: static;
  transform: none;
  background-color: #0c7394;
  border-radius: 3px;
  border: none;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  padding: 0 30px;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link:hover,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item:hover {
  background-color: #104470;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link:before,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item:before {
  display: none;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link span,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item span {
  display: block;
}
.checkout-index-index .choice input#billing-save-in-address-book-shared + .label {
  padding-left: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-title {
  background-color: #ededed !important;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  padding: 14px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .checkout-index-index .amcheckout-step-container .amcheckout-title {
    padding: 14px 15px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title .step-title {
    padding-left: 0;
  }
}
.checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: none;
  border-radius: 0;
  margin-top: 0;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    right: 10px;
  }
}
.checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon::before {
  content: '\f078';
  display: inline-block;
  border: 0;
  transform: unset;
  position: static;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #545453;
  width: auto;
  height: auto;
  font-size: 24px;
  line-height: 1;
}
.checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: translateY(-50%) rotate(180deg) !important;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  width: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
  margin-top: 25px;
  margin-bottom: 50px;
}
.checkout-index-index .page-title-wrapper .page-title {
  font-size: 30px;
  line-height: 1;
  color: #29292a;
  padding-right: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #999999;
  padding-bottom: 6px;
  position: relative;
  font-weight: normal;
}
.checkout-index-index .page-title-wrapper .page-title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 50%;
  height: 5px;
  display: flex;
  background-color: #eb2027;
}
.checkout-index-index .checkout-container {
  counter-reset: counter-step;
}
.checkout-index-index .checkout-container .step-title {
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .step-title:before {
  counter-increment: counter-step;
  content: counter(counter-step) '. ';
}
.checkout-index-index .nav-sections {
  display: block;
}
@media (max-width: 1260px) {
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.checkout-index-index .checkout-block {
  padding: 24px 13px;
  box-shadow: none;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: none;
}
.checkout-index-index .title-step {
  margin: 0 9px;
}
.checkout-index-index .title-step p {
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 10%;
}
.checkout-index-index .title-step .subtitle-step {
  position: absolute;
  left: 05%;
  font-size: 14px;
}
.checkout-index-index .title-step .middle-step {
  font-size: 18px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: transparent;
  margin: 20px 0 0;
  padding: 12px 12px 0;
}
.checkout-index-index .checkout-header {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbca;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-word;
  padding-left: 8px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  max-height: 100%;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 100px;
  padding: 0 13px 0 27px;
  text-align: center;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number'] {
  -moz-appearance: textfield;
}
.checkout-index-index .opc-block-summary .minicart-items input::-webkit-outer-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  display: inline-block;
  cursor: default;
  flex: 0 0 auto;
  align-self: stretch;
  -webkit-user-select: none;
  opacity: 0;
  pointer-events: none;
  -webkit-user-modify: read-only;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e7212d;
  padding-top: 0;
}
.checkout-index-index .opc-block-summary .table-totals {
  border-top: 0;
  border-bottom: 1px solid #545453;
  margin-bottom: 0;
}
.checkout-index-index .authority-to-leave > .label {
  display: none;
}
.checkout-index-index .additional-options .table-shipnotes {
  padding: 0;
  margin: 0;
}
.checkout-index-index input[type='text'],
.checkout-index-index input[type='password'],
.checkout-index-index input[type='url'],
.checkout-index-index input[type='tel'],
.checkout-index-index input[type='search'],
.checkout-index-index input[type='number'],
.checkout-index-index input[type='datetime'],
.checkout-index-index input[type='email'],
.checkout-index-index input.input-text {
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  padding: 10px 10px;
}
.checkout-index-index input[type='number']::-webkit-outer-spin-button,
.checkout-index-index input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-index-index input[type='number'] {
  -moz-appearance: textfield;
}
.checkout-index-index textarea {
  border-radius: 5px;
  margin-top: 3px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.checkout-index-index select {
  background: url(../../frontend/YesMed/default/en_AU/images/icon-down.png) no-repeat;
  background-position: 98% 50%;
  border-radius: 5px;
}
.checkout-index-index .amcheckout-comment .label {
  word-break: break-word;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
.checkout-index-index .cart-totals tbody .mark,
.checkout-index-index .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .cart-totals tfoot .mark,
.checkout-index-index .opc-block-summary .table-totals tfoot .mark,
.checkout-index-index .cart-totals tbody .amount,
.checkout-index-index .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .cart-totals tfoot .amount,
.checkout-index-index .opc-block-summary .table-totals tfoot .amount {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
.checkout-index-index .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #545453;
}
.checkout-index-index .minicart-items .product-item:last-child {
  border-bottom: 1px solid #545453;
}
.checkout-index-index .minicart-items .qty-input-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.checkout-index-index .minicart-items .qty-control {
  position: relative;
  margin-left: 10px;
}
.checkout-index-index .minicart-items .qty-control .qty-sub {
  padding: 4.5px 7px 6.5px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #eb2027;
}
.checkout-index-index .minicart-items .qty-control .qty-add {
  padding: 4.5px 5.5px 6.5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #eb2027;
}
.checkout-index-index .ui-datepicker .ui-datepicker-buttonpane button {
  font-size: 14px;
  height: 34px;
  line-height: -webkit-calc(16/14);
  line-height: -moz-calc(16/14);
  line-height: calc(16/14);
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  height: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 16px 20px;
  margin-bottom: 0;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  background-color: #eb2228;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  line-height: -webkit-calc(16/14);
  line-height: -moz-calc(16/14);
  line-height: calc(16/14);
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle span {
  font-size: 1.4rem;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background-color: #c01520;
}
.page-header-checkout .header.content {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-header-checkout .header-left {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}
.page-header-checkout .header-left .logo {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-header-checkout .header-left .logo img {
    max-width: 145px;
  }
}
@media (max-width: 1023px) {
  .page-header-checkout .header-left .rappid-block {
    display: none;
  }
}
.page-header-checkout .header-middle {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}
.page-header-checkout .header-middle p {
  line-height: 1.2;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #626262;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}
.page-header-checkout .header-middle p a {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
  font-size: 21.83px;
  color: #484740;
}
.page-header-checkout .header-middle p .seconds a {
  color: #df1e32;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.page-header-checkout .header-middle .call-us-text {
  font-size: 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #626262;
  text-transform: uppercase;
}
.page-header-checkout .header-middle .call-us {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.page-header-checkout .header-right {
  text-align: right;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}
.page-header-checkout .header-continue a {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  text-transform: uppercase;
  color: #000000;
  padding: 9.5px 15px;
  font-weight: 600;
}
#checkout-payment-method-load .payment-method-title {
  cursor: pointer;
  position: relative;
  width: 100%;
}
#checkout-payment-method-load .payment-method-title input[type='radio'] {
  margin: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  vertical-align: middle;
}
#checkout-payment-method-load .payment-method-title input[type='radio']:checked + span.choice-method {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-correct.png') no-repeat;
}
#checkout-payment-method-load .payment-method-title input[type='radio']:checked ~ .label:after {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-correct.png') no-repeat;
}
#checkout-payment-method-load .payment-method-title span.choice-method {
  background: url(../../frontend/YesMed/default/en_AU/images/icon-incorrect.png) no-repeat;
  width: 23px;
  height: 24px;
  margin-left: -29px;
  display: none;
  margin-right: 13px;
  vertical-align: middle;
}
#checkout-payment-method-load .payment-method-title .label {
  vertical-align: middle;
  cursor: pointer;
  padding-left: 55px;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
#checkout-payment-method-load .payment-method-title .label.trade-account,
#checkout-payment-method-load .payment-method-title .label[for='ewayrapid'] {
  display: inline-block;
}
@media (min-width: 768px) {
  #checkout-payment-method-load .payment-method-title .label.trade-account,
  #checkout-payment-method-load .payment-method-title .label[for='ewayrapid'] {
    padding-right: 220px;
  }
}
#checkout-payment-method-load .payment-method-title .label:before {
  display: none;
}
#checkout-payment-method-load .payment-method-title .label:after {
  content: '';
  background: url(../../frontend/YesMed/default/en_AU/images/icon-incorrect.png) no-repeat;
  width: 23px;
  height: 24px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#checkout-payment-method-load .payment-method-title.credit-card::after {
  content: '';
  display: inline-block;
  width: 176px;
  height: 45px;
  background: url('../../frontend/YesMed/default/en_AU/images/payment-method-icon.png') no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#checkout-payment-method-load .form-purchase-order .field-number label.label {
  font-size: 16px;
  margin-bottom: 6px;
}
#checkout-payment-method-load .form-purchase-order .field-number label.label:after {
  font-size: 16px;
}
#checkout-payment-method-load .payment-method-content {
  padding: 0 20px 0 20px;
}
#checkout-payment-method-load .payment-method-content select.token-list {
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 48px;
  width: 100%;
}
#checkout-payment-method-load .payment-method-content select.token-list + .action.primary {
  height: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: calc(16/14);
  padding: 16px 20px 14px;
  margin-bottom: 35px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  background-color: #eb2228;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#checkout-payment-method-load .payment-method-content select.token-list + .action.primary span {
  font-size: 1.4rem;
}
#checkout-payment-method-load .payment-method-content .securefields-title {
  margin-bottom: 6px;
}
#checkout-payment-method-load .payment-method-content .show-full-card-title {
  text-align: center;
  text-transform: uppercase;
  background: #cccccc;
  margin-top: 0;
  color: #2f2f2f;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}
#checkout-payment-method-load .payment-method-content.eway {
  padding-bottom: 30px;
}
#checkout-payment-method-load .payment-method-content .action.cancel {
  height: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: calc(16/14);
  padding: 16px 20px 14px;
  margin-bottom: 35px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  background-color: #cccccc;
  color: #000000;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#checkout-payment-method-load .payment-method-content .action.cancel span {
  font-size: 1.4rem;
}
.checkout-payment-method .payment-methods .actions-toolbar button.action.primary {
  font-size: 1.4rem;
  padding: 13px 30px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
.checkout-payment-method .securefields-wrapper {
  height: 3.7rem;
}
.checkout-payment-method .securefields-title {
  margin: 10px 0;
}
.checkout-payment-method .payment-option-inner {
  margin-bottom: 0;
}
.checkout-payment-method .payment-option-content {
  padding-bottom: 0;
}
.checkout-payment-method .payment-option-content .form-discount {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 3px;
}
.checkout-payment-method .payment-option-content .form-discount .control {
  margin-top: 0;
}
.checkout-payment-method .payment-option-content .form-discount .payment-option-inner,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: inline-block;
  width: 100%;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: none;
  text-align: right;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eb2228;
  border: 0;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 15px;
  text-transform: capitalize;
  line-height: -webkit-calc(36/14);
  line-height: -moz-calc(36/14);
  line-height: calc(36/14);
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.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: #eb2228;
  box-shadow: none;
  border: 0;
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: none;
}
.checkout-payment-method .payment-option-content .form-discount .action.action-apply {
  font-size: 1.4rem;
}
.checkout-payment-method .payment-option-content .form-discount .action.action-cancel {
  font-size: 1rem;
}
.checkout-payment-method .payment-option .label {
  word-break: break-word;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cbcbca;
}
.checkout-shipping-method .table-checkout-shipping-method .col {
  width: auto;
  position: relative;
}
iframe#eway-secure-name-field,
iframe#eway-secure-card-field,
iframe#eway-secure-expiry-field,
iframe#eway-secure-cvn-field {
  height: auto !important;
}
select.token-list {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-down.png') no-repeat;
  background-position: 98% 50%;
}
.table-checkout-shipping-method input[type='radio'] {
  width: 24px;
  margin: 0;
  opacity: 0;
  height: 23px;
}
.table-checkout-shipping-method input[type='radio'] + span.choice-shipping-method {
  background: url(../../frontend/YesMed/default/en_AU/images/icon-incorrect.png) no-repeat;
  width: 23px;
  height: 24px;
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.table-checkout-shipping-method input[type='radio']:checked + span.choice-shipping-method {
  background: url(../../frontend/YesMed/default/en_AU/images/icon-correct.png) no-repeat;
}
.table-checkout-shipping-method tbody td:first-child {
  width: 15%;
}
.checkout-column.shipping .field.choice {
  overflow: hidden;
}
.checkout-column.shipping .option-choice {
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.checkout-column.shipping .option-choice:first-child {
  margin-right: 38px;
}
.checkout-column.shipping .option-choice input[type='radio'] {
  margin: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.checkout-column.shipping .option-choice input[type='radio'] + .radio-yes {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-incorrect.png') no-repeat;
  width: 23px;
  height: 24px;
  margin-left: -24px;
  display: inline-block;
  margin-right: 11px;
}
.checkout-column.shipping .option-choice input[type='radio'] + .radio-no {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-incorrect.png') no-repeat;
  width: 23px;
  height: 24px;
  margin-left: -24px;
  display: inline-block;
  margin-right: 11px;
}
.checkout-column.shipping .option-choice input[type='radio']:checked + .radio-yes,
.checkout-column.shipping .option-choice input[type='radio']:checked + .radio-no {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-correct.png') no-repeat;
}
.checkout-column.review .opc-block-summary {
  background: transparent;
}
.checkout-column.review .qty-minus {
  display: inline-block;
  cursor: pointer;
}
.checkout-column.review .qty-minus::before {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-minus.png') no-repeat;
  display: inline-block;
  content: '';
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
.checkout-column.review .qty-plus {
  display: inline-block;
  cursor: pointer;
}
.checkout-column.review .qty-plus::before {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-plus.png') no-repeat;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.checkout-column.review .product-item-details .action.primary.checkout {
  display: none !important;
}
.form.send-app-download-link .noti-sent {
  background-color: #cccccc !important;
  color: #484740 !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
  align-items: inherit;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  -ms-align-items: inherit;
}
.amcheckout-step-container .amcheckout-delivery-date .field.date .control {
  position: relative;
}
.amcheckout-step-container .amcheckout-delivery-date .field.date .control ._has-datepicker {
  padding-right: 55px;
  margin-right: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.date .control button.ui-datepicker-trigger {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 17px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amcheckout-step-container .amcheckout-delivery-date .field.date .control button.ui-datepicker-trigger::before {
  content: '';
  width: 34px;
  height: 36px;
  background: url('../../frontend/YesMed/default/en_AU/images/calendar.png') no-repeat;
}
.amcheckout-step-container .amcheckout-delivery-date select {
  height: 48px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  position: relative;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-title .label {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border: 1px solid #e7212d;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > .securefields-title,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > #eway-secure-field-cvn {
  margin-bottom: 20px;
}
.amcheckout-step-container #co-ewayrapid-direct-form .field.type {
  margin-bottom: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}
.amcheckout-step-container #co-ewayrapid-direct-form .field.type .credit-card-types {
  margin-bottom: 0;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field .label {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: -webkit-calc(24/16);
  line-height: -moz-calc(24/16);
  line-height: calc(24/16);
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.cvv > .control {
  width: 100%;
  padding-right: 0;
  max-width: 95px;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.cvv > .control .input-text {
  width: 100%;
  margin-right: 0;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.cvv > .control .field-tooltip {
  display: none;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.name,
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.number,
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.date {
  margin-bottom: 20px;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.name .control input,
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.number .control input {
  width: 100%;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.date .fields.group.group-2 .field {
  width: 45% !important;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.date .fields.group.group-2 .field .select {
  width: 100%;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.date .fields.group.group-2 .field.month {
  margin-right: 5%;
}
.amcheckout-step-container #co-ewayrapid-direct-form .ccard > .field.date .fields.group.group-2 .field.year {
  margin-left: 5%;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: initial;
  flex-direction: column;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #c01520;
  border-radius: 2px;
  background: #f0f8ff;
  color: #c01520;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  width: 100%;
  justify-content: space-between;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: auto;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  top: 0;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding-top: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  float: right;
  width: 16px;
  height: 16px;
  border: 0;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-close.png') no-repeat;
  background-size: 16px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-close.png') no-repeat;
  background-size: 16px;
}
.amcheckout-step-container .amcheckout-additional-options {
  border: 0;
  background: #ffffff;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0;
}
@media (min-width: 768px) {
  .amcheckout-step-container .amcheckout-delivery-date .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
    margin: 0 30px;
  }
}
.amcheckout-step-container .astir-purchaseordernumber-content input {
  color: #484b4e;
}
.amcheckout-checkboxes-container .field.choice .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: transparent;
}
.amcheckout-checkboxes-container .field.choice input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  background: url('../../frontend/YesMed/default/en_AU/images/checkbox-checked.png') no-repeat;
  background-size: 25px;
}
.amcheckout-checkboxes-container .field.choice .label {
  margin-left: 35px;
  padding-left: 0;
}
.amcheckout-wrapper .form-login .actions-toolbar {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.amcheckout-wrapper .form-login .action.remind {
  margin-top: 0;
}
.amcheckout-wrapper .form-login .action.login.primary {
  height: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 16px 20px;
  margin-bottom: 0;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  background-color: #eb2228;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  line-height: -webkit-calc(16/14);
  line-height: -moz-calc(16/14);
  line-height: calc(16/14);
}
.amcheckout-wrapper .form-login .action.login.primary span {
  font-size: 1.4rem;
}
.amcheckout-wrapper .form-login .action.login.primary:hover {
  background-color: #c01520;
}
@media (min-width: 1261px) {
  .checkout-index-index .header-content-section .visible-mb {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .checkout-onepage-success .page-title-wrapper {
    margin-top: 20px;
  }
  .checkout-index-index .header-content-section .visible-mb {
    display: block;
  }
}
@media (min-width: 768px) {
  .checkout-payment-method .token-list {
    width: -webkit-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: calc(100% - 82px);
  }
  .checkout-payment-method .securefields-wrapper {
    width: 100%;
  }
  .checkout-payment-method .form-discount .primary {
    width: 100%;
  }
  .checkout-payment-method .form-discount .action-apply {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }
  .checkout-index-index .visible-mb {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .checkout-index-index .am-checkout:not(.-modern) {
    padding: 12px 0 0;
  }
  #checkout-payment-method-load .payment-method-title {
    overflow: hidden;
  }
  #checkout-payment-method-load .payment-method-title input[type='radio'] {
    float: left;
  }
  #checkout-payment-method-load .payment-method-title span.choice-method {
    float: left;
    margin-left: -24px;
    margin-right: 6px;
  }
  #checkout-payment-method-load .payment-method-title .label {
    float: left;
  }
  #checkout-payment-method-load .payment-method-title .label.trade-account::before {
    margin-right: 3px;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-header-checkout .logo img {
    max-width: 100px;
  }
  .page-header-checkout .header-left {
    order: 2;
  }
  .page-header-checkout .header-left .visible-mb {
    display: none;
  }
  .page-header-checkout .header-continue a {
    display: inline-block;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .page-header-checkout .header-continue a span {
    display: none;
  }
  .page-header-checkout .header-continue a::before {
    content: '';
    background: url('../../frontend/YesMed/default/en_AU/images/cart-mobile.png') no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .page-header-checkout .header-middle {
    order: 1;
  }
  .page-header-checkout .header-middle p {
    line-height: 1;
  }
  .page-header-checkout .header-right {
    order: 3;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .am-checkout:not(.-modern) {
    padding: 0;
  }
  .checkout-index-index .title-step {
    margin: 0;
  }
  .checkout-index-index .checkout-block {
    padding: 24px 0;
    margin: 0 0 32px;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #7d7d7d;
    margin: 20px 0;
    background: transparent;
  }
  .checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item {
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method {
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title {
    font-size: 20px;
  }
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-payment-method .form-discount {
    max-width: 100%;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0;
  }
  .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    width: 100%;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
  }
  #checkout-payment-method-load .payment-method-content.eway select.token-list {
    width: -webkit-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: calc(100% - 82px);
  }
}
@media (max-width: 576px) {
  .checkout-payment-method .payment-method._active .payment-method-content {
    padding: 0 10px 20px;
  }
  .checkout-payment-method .form-discount {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .checkout-payment-method .form-discount .payment-option-inner,
  .checkout-payment-method .form-discount .actions-toolbar {
    max-width: 100%;
    width: 100%;
  }
  .checkout-payment-method.submit .action.primary.checkout {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .checkout-payment-method .payment-method-title {
    padding: 15px 0;
  }
  .checkout-payment-method .form-discount {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  #checkout-payment-method-load .payment-method-title span.choice-method {
    margin-right: 6px;
  }
  #checkout-payment-method-load .payment-method-title .label.trade-account::before {
    margin-right: 6px;
  }
}
.checkout-success {
  margin-top: 50px;
  box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.checkout-success .success-messages {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.checkout-success .success-messages .icon-item {
  background-image: url(../../frontend/YesMed/default/en_AU/images/items.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.checkout-success .account {
  display: none;
}
.checkout-success a.action.primary.continue {
  color: #ffffff;
  background: #ff272b;
  padding: 0 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  line-height: 40px;
}
.checkout-success a.action.primary.continue:hover,
.checkout-success a.action.primary.continue:focus {
  background: #b11015;
}
.checkout-success .number-order {
  font-size: 29px;
  font-weight: 700;
}
.checkout-success .number-order strong {
  padding-left: 50px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
}
.checkout-success .description-success {
  color: #636363;
  font-weight: 500;
}
.checkout-success .message-noti {
  padding: 20px;
}
.checkout-success .actions-toolbar {
  padding: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.checkout-onepage-success .columns .column.main {
  padding-bottom: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #484740;
}
.checkout-onepage-success .title-success {
  text-align: center;
  margin-top: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #484740;
  font-style: italic;
}
.checkout-onepage-success .footer-top {
  display: none;
}
.best-shopping {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.best-shopping .left-best {
  width: 49%;
}
.best-shopping .success_submit {
  width: 49%;
  padding: 30px;
}
.best-shopping .success_submit h2 {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  line-height: 40px;
  max-width: 80%;
  margin-top: 0;
}
.best-shopping .success_submit p {
  margin: 30px 0;
  font-size: 20px;
  line-height: 25px;
  color: #636363;
  font-weight: 600;
}
.best-shopping .content-form {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.best-shopping .content-form .fieldset {
  margin-bottom: 0;
  width: 75%;
}
.best-shopping .content-form .actions-toolbar {
  width: 20%;
  margin-top: 8px;
}
.best-shopping .content-form .actions-toolbar button {
  padding: 0 20px;
  background-color: #484740;
  width: 120px;
}
.best-shopping .content-form .actions-toolbar button span {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.best-shopping .logo_app {
  margin-top: 30px;
}
.best-shopping .logo_app a {
  padding-right: 10px;
}
.best-shopping ::placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.best-shopping :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb;
}
.best-shopping ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbbbbb;
}
.best-shopping input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #bbbbbb;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  border-radius: 3px;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .checkout-onepage-success a.action.primary.continue {
    padding: 10px 0 !important;
  }
  .checkout-onepage-success .page-footer {
    padding-top: 0;
  }
  .checkout-onepage-success .page-title {
    font-size: 26px;
    padding: 0 20px;
    line-height: 32px;
  }
  .checkout-onepage-success .title-success {
    font-size: 18px;
  }
  .checkout-onepage-success .best-shopping {
    display: block;
  }
  .checkout-onepage-success .best-shopping .left-best,
  .checkout-onepage-success .best-shopping .success_submit {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .checkout-onepage-success .best-shopping .content-form {
    display: block;
    margin-bottom: 20px;
  }
  .checkout-onepage-success .best-shopping .content-form .actions-toolbar,
  .checkout-onepage-success .best-shopping .content-form .fieldset {
    width: 100%;
  }
  .checkout-onepage-success .best-shopping .content-form button {
    width: 100%;
  }
  .checkout-onepage-success .best-shopping .success_submit h2 {
    font-family: 'Gotham-Light', sans-serif;
    font-weight: 400;
    line-height: 25px;
    max-width: 100%;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
  }
  .checkout-onepage-success .best-shopping .success_submit p {
    margin: 30px 0;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    font-weight: 600;
  }
  .checkout-onepage-success .logo_app {
    display: none;
  }
  .checkout-success {
    display: block !important;
    padding: 0 !important;
  }
  .checkout-success .primary {
    width: 100%;
  }
  .checkout-success .primary .action.primary {
    width: 100%;
  }
  .checkout-success .message-noti {
    padding: 10px;
    position: relative;
    background-image: url('../../frontend/YesMed/default/en_AU/images/items-mobile.png');
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
  }
  .checkout-success .success-messages {
    display: block;
  }
  .checkout-success .success-messages .icon-item {
    display: none;
  }
  .checkout-success .number-order {
    font-size: 23px !important;
    line-height: 32px;
  }
  .checkout-success strong {
    padding-left: 0 !important;
  }
  .checkout-success .actions-toolbar {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .checkout-success .description-success {
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .checkout-success .number-order {
    max-width: 300px;
  }
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
}
#button-scroll {
  display: inline-block;
  background-color: #0c7394;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  color: #ffffff;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#button-scroll:hover {
  cursor: pointer;
  background-color: #285674;
  opacity: 1;
}
#button-scroll:active {
  background-color: #285674;
}
#button-scroll.show {
  opacity: 1;
  visibility: visible;
}
.cms-home,
.cms-index-index {
  font-family: 'Hind Madurai', sans-serif, sans-serif;
}
.cms-home .page-title-wrapper,
.cms-index-index .page-title-wrapper {
  display: none;
}
.cms-home ul,
.cms-index-index ul {
  list-style: none;
  padding-left: 0;
}
.cms-home .home-divider + p,
.cms-index-index .home-divider + p {
  display: none;
}
.cms-home .tp-tab-content,
.cms-index-index .tp-tab-content,
.cms-home .tp-tab-image,
.cms-index-index .tp-tab-image,
.cms-home rs-tab.tp-tab,
.cms-index-index rs-tab.tp-tab {
  display: none !important;
}
.cms-home .custom .tp-bullet,
.cms-index-index .custom .tp-bullet {
  height: 7px;
  width: 50px;
  background: #6ebd48;
}
.cms-home .custom .tp-bullet.selected,
.cms-index-index .custom .tp-bullet.selected {
  background: #43bdac;
}
.cms-home .custom .tp-bullet:hover,
.cms-index-index .custom .tp-bullet:hover {
  background: #6ebd48;
}
.home_category_session .category-items a img {
  min-height: 216px;
}
.mp-banner-slider .owl-carousel:not(.owl-loaded) > .banner-item {
  display: none;
}
.mp-banner-slider .owl-carousel:not(.owl-loaded) > .banner-item:first-child {
  display: block;
}
@media (min-width: 768px) {
  .cms-home .page-main,
  .cms-index-index .page-main {
    max-width: 100%;
    padding: 0;
  }
  .cms-home .desktop-hidden,
  .cms-index-index .desktop-hidden {
    display: none !important;
  }
  .cms-home .columns .column.main,
  .cms-index-index .columns .column.main {
    padding: 0;
  }
  .home_category_session .category-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_category_session .category-items a {
    color: #285674;
  }
  .home_category_session ul {
    padding-left: 0;
  }
  .home_category_session img {
    display: block;
    width: 100%;
  }
  .home_category_session a {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    line-height: calc(33/25);
    font-weight: 600;
  }
  .home_category_session .category-session-title {
    font-size: 50px;
    line-height: calc(57/50);
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 700;
    color: #285674;
    margin: 70px 0;
    text-align: center;
  }
  .home_category_session .home-category-session {
    padding: 0 41px;
  }
  .home_category_session .category-four li {
    max-width: calc(25% - 26.25px);
    width: 100%;
    margin: 0 35px 0 0;
  }
  .home_category_session .category-four li:last-child,
  .home_category_session .category-four li.desktop-right {
    margin-right: 0;
  }
  .home_category_session .category-three li {
    max-width: calc((100% - 70px)/3);
    width: 100%;
    margin: 0 35px 0 0;
  }
  .home_category_session .category-three li:last-child {
    margin-right: 0;
  }
  .home_category_session .category-two li {
    width: 100%;
    margin: 0;
  }
  .home_category_session .category-two li:first-child {
    max-width: 66%;
  }
  .home_category_session .category-two li:last-child {
    max-width: 34%;
    margin-right: 0;
    padding-left: 35px;
  }
  .home_category_session .category-two img {
    max-height: 590px;
  }
  .home_category_session a span {
    margin-top: 25px;
  }
  .home_category_session img {
    margin-bottom: 25px;
  }
  .home_category_session .home-category-session-bottom {
    padding: 0 40px;
  }
  .home_category_session .home-category-range {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #ffffff;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 40px 0;
  }
  .home_category_session .home-category-range .range-icon {
    max-width: calc((610/1698)*100%);
    width: 100%;
    display: inherit;
    margin: 0 20px;
  }
  .home_category_session .home-category-range .category-range {
    max-width: calc((1088/1698)*100%);
    width: 100%;
    display: inline-block;
    padding: 0 40px;
  }
  .home_category_session .home-category-range .category-range .category-item-title {
    font-size: 42px;
    line-height: calc(56/42);
    color: #285674;
    margin-bottom: 25px;
  }
  .home_category_session .home-category-range .category-range .category-item-content {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
  }
  .home_category_session .home-category-range .category-range a {
    font-size: 22px;
    line-height: calc(30/22);
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    padding: 17px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    color: #ffffff;
    background: #0c7394;
    text-align: center;
    text-transform: uppercase;
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .testimonials_homepage_session {
    margin: 80px 0 120px;
  }
  .testimonials_homepage_session .icon {
    margin-left: 60px;
  }
  .testimonials_homepage_session .icon img {
    display: block;
    max-width: 81px;
  }
  .home_brands .home-brands {
    padding: 0 30px;
  }
  .home_brands .brand-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: calc(43/32);
    color: #285674;
    margin-top: 0;
    text-align: center;
    margin-bottom: 55px;
  }
  .home_brands .brand-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_brands .brand-items .brand-item {
    padding: 0 5px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .home_brands .brand-items .brand-item:first-child {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .home_brands .brand-items .brand-item:last-child,
  .home_brands .brand-items .brand-item:nth-child(9) {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  .home_brands .brand-items.nine .brand-item {
    max-width: calc(100%/9);
    width: 100%;
  }
  .home_brands .brand-items.seven .brand-item {
    max-width: calc(100%/7);
    width: 100%;
  }
  .home_brands a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 400;
    color: #545453;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .home_brands a:hover {
    color: #545453;
    text-decoration: underline;
  }
  .home_brands a::after {
    content: '';
    display: block;
    width: 11px;
    height: 17px;
    background: url('../../frontend/YesMed/default/en_AU/images/gray_arrow_right.webp') no-repeat;
    margin-left: 10px;
  }
  .home_ordering_app {
    background: url(../../frontend/YesMed/default/en_AU/images/home-app-bg.webp) no-repeat;
    margin-top: 120px;
  }
  .home_ordering_app .home-ordering-app {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 50px 20px 0;
  }
  .home_ordering_app .content-left {
    max-width: calc((1068/1840)*100%);
    width: 100%;
    margin: 0 auto;
  }
  .home_ordering_app .content-right {
    display: inherit;
    max-width: calc((772/1840)*100%);
    width: 100%;
  }
  .home_ordering_app h3 {
    margin: 0 0 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #285674;
    line-height: calc(56/42);
  }
  .home_ordering_app p {
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .home_ordering_app .link-download {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .mp-banner-slider .owl-carousel .banner-item img.banner-item-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home_advantages_ym {
    padding: 0 20px;
    margin: 150px 0 120px;
  }
  .home_advantages_ym .home-advantages-ym {
    position: relative;
  }
  .home_advantages_ym ul {
    padding-left: 0;
    max-width: 86%;
    width: 100%;
    margin: 20px auto 0;
  }
  .home_advantages_ym .content-left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 48%;
    width: 100%;
  }
  .home_advantages_ym .advantage-item {
    margin-bottom: 27px;
  }
  .home_advantages_ym .advantages-title {
    margin-top: 0;
    background: #6ebd48;
    -o-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -ms-border-radius: 11px 11px 0 0;
    color: #ffffff;
    font-size: 50px;
    line-height: calc(67/50);
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    max-width: 100%;
    width: 100%;
    padding: 20px 40px;
  }
  .home_advantages_ym .background-advantages {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 100%;
    min-height: 755px;
  }
  .home_advantages_ym .background-advantages .background-left {
    background: #f5f5f5;
    max-width: 43.7%;
    width: 100%;
  }
  .home_advantages_ym .background-advantages .background-right {
    max-width: 56.3%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_advantages_ym .item-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 100%;
    position: relative;
  }
  .home_advantages_ym .item-content .item-content-icon {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    width: 132px;
    height: 132px;
    background: #ffffff;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .home_advantages_ym .item-content .content {
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    margin-top: 24px;
    padding: 33.5px 30px 33.5px 30px;
    max-width: calc(100% - 100px);
    width: 100%;
    position: absolute;
    left: 115px;
    z-index: 1;
  }
  .home_advantages_ym .item-content .content h3 {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    color: #285674;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .home_advantages_ym .item-content .content p {
    font-size: 15px;
    line-height: calc(20/15);
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    color: #545453;
    margin-bottom: 0;
  }
  .home_advantages_ym .more-advantages {
    text-align: right;
  }
  .home_advantages_ym .more-advantages a {
    font-size: 25px;
    line-height: calc(29/25);
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #285674;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    max-width: 50%;
    width: 100%;
    margin: 0 10px 0 auto;
    padding: 29px 0;
  }
  .home_advantages_ym .more-advantages a::before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url(../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-2x.webp) no-repeat;
    margin-left: 20px;
  }
  .home_video {
    padding: 0 20px;
  }
  .home_video .content {
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #ffffff;
  }
  .home_video img {
    display: block;
  }
  .home_video .content-left {
    max-width: 60%;
    width: 100%;
  }
  .home_video .content-right {
    max-width: 40%;
    width: 100%;
  }
  .home_video .content-right .home-video-content {
    max-width: 72.5%;
    width: 100%;
    margin: 0 auto;
  }
  .home_video .content-right .home-video-content img {
    margin-bottom: 60px;
  }
  .home_video .content-right .home-video-content p {
    font-size: 38px;
    line-height: calc(51/38);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    color: #285674;
  }
  .home_video .content-right .home-video-content a {
    font-size: 38px;
    line-height: calc(51/38);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    color: #285674;
  }
  .home_services .home-services {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: #f5f5f5;
    padding-left: 30px;
  }
  .home_services .home-services .service-left {
    max-width: 31%;
    width: 100%;
  }
  .home_services .home-services .service-right {
    max-width: 69%;
    width: 100%;
    display: inherit;
  }
  .home_services .service-left-content p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
  }
  .home_services .service-info {
    max-width: 75.5%;
    width: 100%;
  }
  .home_services .service-left-icon {
    margin-bottom: 55px;
  }
  .home_services .service-left-link {
    margin-top: 55px;
    max-width: 90%;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: calc(30/22);
    color: #ffffff;
    background: #0c7394;
    text-transform: uppercase;
    padding: 19.5px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
  }
  .home_introduction {
    margin: 150px 0 120px;
  }
  .home_introduction .home-introduction {
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .home_introduction .intro-about-us,
  .home_introduction .intro-medical-book {
    background: #f5f5f5;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    max-width: calc((50% - 12.5px));
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    padding: 50px;
  }
  .home_introduction .intro-about-us {
    margin-right: 25px;
  }
  .home_introduction h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #285674;
    margin-bottom: 35px;
    line-height: calc(56/42);
    text-transform: capitalize;
  }
  .home_introduction p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    line-height: calc(32/24);
    max-width: 50%;
  }
  .home_introduction a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    line-height: calc(30/22);
    margin-top: 35px;
    background: #0c7394;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 19.5px 40px;
    color: #ffffff;
  }
  .home_introduction .intro-left {
    max-width: 49%;
    width: 100%;
  }
  .home_introduction .intro-right {
    max-width: 51%;
    width: 100%;
    display: inherit;
  }
  .home_package_trial {
    margin: 120px 0 150px;
    background: url(../../frontend/YesMed/default/en_AU/images/home-package-trial-2x.webp) no-repeat;
  }
  .home_package_trial .package-intro-contact {
    max-width: 58%;
    width: 100%;
  }
  .home_package_trial .home-package-trial {
    position: relative;
  }
  .home_package_trial .package-intro-contact {
    position: absolute;
    left: 0;
    bottom: -60px;
  }
  .home_package_trial .package-title {
    position: relative;
    max-width: 70%;
    width: 100%;
    padding-top: 40px;
  }
  .home_package_trial .package-title p {
    font-size: 42px;
    line-height: calc(56/42);
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    color: #285674;
    margin-bottom: 70px;
  }
  .home_package_trial .package-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home_package_trial .package-intro-items {
    padding-left: 0;
  }
  .home_package_trial .package-intro-items .package-intro-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_package_trial .package-intro-items .package-intro-item::before {
    content: '';
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../frontend/YesMed/default/en_AU/images/ticked-2x.webp) no-repeat;
  }
  .home_package_trial .package-intro-items .package-intro-item p {
    font-size: 20px;
    line-height: calc(27/20);
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    color: #285674;
    margin-bottom: 0;
    margin-left: 20px;
    max-width: calc(100% - 61px);
  }
  .home_package_trial .package-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .home_package_trial .intro-contact {
    padding: 40px 65px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
  }
  .home_package_trial .intro-contact p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: calc(30/22);
    color: #285674;
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
  }
  .home_package_trial .intro-contact p a {
    color: #285674;
  }
  .home_package_trial .intro-contact p a:hover {
    text-decoration: underline;
  }
  .home_package_trial .intro-contact .divider {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    margin-bottom: 20px;
  }
  .home_package_trial .disclaimer {
    font-size: 13px;
    line-height: calc(16/13);
    font-family: 'Gotham-Light', sans-serif;
    color: #285674;
    margin-bottom: 0;
  }
  .home_package_trial .package-intro {
    padding-bottom: 200px;
  }
  .home_package_trial .content-left h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 77px;
    line-height: calc(102/77);
    color: #285674;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home_package_trial .content-left button {
    margin-top: 20px;
    width: 100%;
    text-transform: inherit;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 43px;
    line-height: calc(57/43);
    height: auto;
    box-shadow: 11px;
    -webkit-box-shadow: 11px;
    -moz-box-shadow: 11px;
    -ms-box-shadow: 11px;
  }
  .home_introduction_bottom {
    padding: 0 20px;
    margin: 120px 0 150px;
  }
  .home_introduction_bottom .home-introduction-bottom {
    padding: 80px 30px;
    background: #f5f5f5;
    text-align: center;
  }
  .home_introduction_bottom h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: calc(43/32);
    color: #545453;
    margin-bottom: 43px;
    margin-top: 0;
  }
  .home_introduction_bottom p {
    font-size: 24px;
    line-height: calc(32/24);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
  }
  .home_introduction_bottom p.top {
    margin-bottom: 32px;
  }
  .home-divider {
    display: block;
    width: 100%;
    height: 57px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  }
}
@media (min-width: 1440px) {
  .home_category_session .home-category-session-bottom {
    padding: 0 110px;
  }
  .home_category_session .home-category-range .range-icon {
    margin: 0 60px;
  }
  .home_category_session .home-category-range .category-range {
    padding: 0 110px;
  }
  .home_advantages_ym,
  .home_video,
  .testimonials_homepage_session {
    padding: 0 110px;
  }
  .home_package_trial .package-intro {
    padding-left: 110px;
  }
  .home_package_trial .package-intro-contact {
    padding-left: 40px;
  }
  .home_package_trial .package-content {
    max-width: 68%;
  }
  .home_package_trial .package-content .content-left {
    max-width: 40%;
  }
  .home_package_trial .package-content .content-right {
    max-width: 50%;
  }
  .home_services .home-services {
    padding-left: 110px;
  }
  .home_services .service-left-content p {
    font-size: 38px;
    line-height: calc(51/38);
  }
  .home_introduction .home-introduction {
    padding: 0 40px;
  }
  .home_introduction h5 {
    font-size: 42px;
  }
  .home_brands .home-brands {
    padding: 0 110px;
  }
  .home_ordering_app .home-ordering-app {
    padding: 80px 40px 0;
  }
  .home_ordering_app .home-ordering-app .ordering-app {
    max-width: 50%;
    width: 100%;
    margin: 0 10% 0 auto;
  }
  .home_ordering_app h3 {
    font-size: 42px;
  }
  .home_ordering_app p {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .home_introduction_bottom {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .home_advantages_ym {
    margin-top: 30px;
  }
  .home_advantages_ym .advantages-title {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: calc(30/22);
    color: #ffffff;
    width: 100%;
    padding: 10px 40px;
    background: #6ebd48;
    -o-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -ms-border-radius: 11px 11px 0 0;
  }
  .home_advantages_ym .content-left {
    background: #f5f5f5;
  }
  .home_advantages_ym .content-left h3 {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(21/16);
    color: #285674;
    margin-bottom: 15px;
  }
  .home_advantages_ym .content-left p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    color: #545453;
    font-size: 14px;
    line-height: calc(21/14);
    font-weight: 300;
  }
  .home_advantages_ym .content-left .content {
    padding: 20px 30px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
  }
  .home_advantages_ym .item-content-icon {
    width: 74px;
    height: 74px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding: 15px;
    background: #ffffff;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .home_advantages_ym .item-content-icon img {
    display: block;
    width: 100%;
  }
  .home_advantages_ym .advantage-item {
    margin-bottom: 24px;
  }
  .home_advantages_ym .advantage-item:last-child {
    margin-bottom: 0;
  }
  .home_advantages_ym .advantage-item:last-child img {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
  }
  .home_advantages_ym .advantage-items {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 20px;
  }
  .home_advantages_ym .item-content {
    position: relative;
    padding-left: 50px;
    padding-top: 18px;
  }
  .home_advantages_ym .item-content .item-content-icon {
    position: absolute;
    left: -10px;
    top: 0;
  }
  .home_advantages_ym .content-right {
    margin-top: -85px;
  }
  .home_advantages_ym .content-right img {
    display: block;
  }
  .home_advantages_ym .content-right .background-right {
    display: inherit;
  }
  .home_advantages_ym .content-right .more-advantages {
    text-align: right;
  }
  .home_advantages_ym .content-right .more-advantages a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #285674;
    padding: 15px 30px 15px 0;
  }
  .home_advantages_ym .content-right .more-advantages a::after {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url(../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-2x.webp) no-repeat;
    background-size: 11px;
    margin-left: 5px;
  }
  .home_video {
    max-width: calc(100% - 15px);
    width: 100%;
  }
  .home_video .content {
    background: #ffffff;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .home_video .content-left {
    display: inherit;
    max-width: 55%;
    width: 100%;
    min-height: 202px;
  }
  .home_video .content-left img {
    object-fit: cover;
    background-position: center;
  }
  .home_video .content-right {
    max-width: 45%;
    width: 100%;
  }
  .home_video .home-video-content {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .home_video .home-video-content img {
    margin-bottom: 15px;
  }
  .home_video .home-video-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: calc(20/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #285674;
  }
  .home_video .home-video-content a {
    margin-top: 15px;
    font-size: 14px;
    line-height: calc(20/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #285674;
  }
  .home_services .service-left {
    background: #f5f5f5;
    padding: 30px 20px;
  }
  .home_services .service-left-icon {
    max-width: 115px;
    width: 100%;
    margin: 0 auto;
  }
  .home_services .service-left-content {
    max-width: 70%;
    width: 100%;
    margin: 25px auto;
    text-align: center;
  }
  .home_services .service-left-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: calc(24/18);
    color: #545453;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .home_services .service-left-link {
    background: #0c7394;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    text-align: center;
    display: block;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 15px;
  }
  .home_services .service-right {
    height: 442px;
  }
  .home_services .service-right img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: left;
  }
  .home_introduction {
    margin-bottom: 45px;
  }
  .home_introduction .intro-about-us,
  .home_introduction .intro-medical-book {
    background: #f5f5f5;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    padding: 20px;
    margin-top: 25px;
  }
  .home_introduction .intro-about-us .intro-left,
  .home_introduction .intro-medical-book .intro-left {
    max-width: 50%;
    width: 100%;
    padding-right: 10px;
  }
  .home_introduction .intro-about-us .intro-right,
  .home_introduction .intro-medical-book .intro-right {
    max-width: 50%;
    width: 100%;
    display: inherit;
    min-height: 171px;
  }
  .home_introduction .intro-about-us .intro-right img,
  .home_introduction .intro-medical-book .intro-right img {
    object-fit: cover;
    background-position: center;
  }
  .home_introduction .intro-about-us h5,
  .home_introduction .intro-medical-book h5 {
    margin-top: 0;
    font-size: 20px;
    line-height: calc(27/20);
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #285674;
    margin-bottom: 15px;
  }
  .home_introduction .intro-about-us p,
  .home_introduction .intro-medical-book p {
    margin-bottom: 15px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(21/16);
    color: #545453;
  }
  .home_ordering_app {
    margin: 25px 0 40px;
  }
  .home_ordering_app .content-left {
    padding: 0 20px;
  }
  .home_ordering_app .ordering-app {
    max-width: 77%;
    width: 100%;
    margin: 0 0 0 auto;
    padding-top: 35px;
  }
  .home_ordering_app .ordering-app h3 {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: calc(27/20);
    color: #285674;
    margin-bottom: 25px;
  }
  .home_ordering_app .ordering-app p {
    font-size: 16px;
    line-height: calc(21/16);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
    margin-bottom: 25px;
  }
  .home_ordering_app .link-download a {
    display: inline-block;
  }
  .home_ordering_app .link-download img {
    display: block;
  }
  .home_ordering_app .content-right {
    margin-top: 25px;
    display: inherit;
  }
  .home_ordering_app .content-right img {
    display: block;
  }
  .home_package_trial {
    margin-bottom: 50px;
  }
  .home_package_trial .package-intro {
    background: url(../../frontend/YesMed/default/en_AU/images/home-package-trial-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
  }
  .home_package_trial .package-title {
    position: relative;
    padding-top: 60px;
  }
  .home_package_trial .package-title p {
    font-size: 16px;
    line-height: calc(25/16);
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    color: #285674;
    padding-bottom: 5px;
  }
  .home_package_trial .package-title::after {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .home_package_trial .package-content {
    padding-left: 20px;
  }
  .home_package_trial .content-left h3 {
    margin-top: 40px;
    font-size: 43px;
    line-height: calc(57/43);
    color: #285674;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
  }
  .home_package_trial .content-left img {
    width: 254px;
    margin: 15px 0;
  }
  .home_package_trial .content-left button {
    text-transform: inherit;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 23px;
    line-height: calc(31/23);
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 0px 54px;
  }
  .home_package_trial .content-right {
    margin-top: 20px;
  }
  .home_package_trial .content-right .disclaimer {
    font-size: 12px;
    line-height: calc(13/12);
    color: #285674;
    font-family: 'Gotham-Light', sans-serif;
  }
  .home_package_trial .package-intro-items {
    margin-bottom: 0;
    max-width: 230px;
    width: 100%;
  }
  .home_package_trial .package-intro-items .package-intro-item {
    padding-left: 28px;
    position: relative;
  }
  .home_package_trial .package-intro-items .package-intro-item::before {
    content: '';
    display: block;
    width: 23px;
    height: 20px;
    background: url(../../frontend/YesMed/default/en_AU/images/ticked-2x.webp) no-repeat;
    background-size: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .home_package_trial .package-intro-items p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: calc(15/11);
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 600;
    color: #285674;
  }
  .home_package_trial .package-intro-contact {
    padding-left: 20px;
  }
  .home_package_trial .package-intro-contact .intro-contact {
    background: #ffffff;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 0 30px 25px;
  }
  .home_package_trial .package-intro-contact .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    margin-bottom: 30px;
  }
  .home_package_trial .package-intro-contact p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: calc(19/14);
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 600;
    color: #285674;
  }
  .home_package_trial .package-intro-contact p a {
    color: #285674;
  }
  .home_introduction_bottom {
    background: #f5f5f5;
  }
  .home_introduction_bottom .home-introduction-bottom {
    padding: 40px 20px 60px;
    text-align: center;
  }
  .home_introduction_bottom h3 {
    margin-top: 0;
    font-size: 25px;
    line-height: calc(30/25);
    color: #545453;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .home_introduction_bottom p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: calc(26/16);
    font-family: 'Manrope', sans-serif;
    color: #545453;
    font-weight: 300;
  }
  .home_introduction_bottom p.top {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .cms-home .page-main,
  .cms-index-index .page-main {
    padding: 0;
  }
  .cms-home .mobile-hidden,
  .cms-index-index .mobile-hidden {
    display: none !important;
  }
  .home_category_session {
    padding: 0 20px;
  }
  .home_category_session .category-session-title {
    margin: 30px 0 45px;
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #285674;
    font-size: 30px;
    line-height: calc(34/30);
  }
  .home_category_session .category-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 0;
  }
  .home_category_session .category-items a {
    font-family: 'Hind Madurai', sans-serif, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(19/14);
    color: #285674;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    position: relative;
    padding-bottom: 27px;
  }
  .home_category_session .category-items a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home_category_session .category-items a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home_category_session .category-items .category-item {
    height: 100%;
  }
  .home_category_session .category-items li:not(.mobile-width-double) a img {
    object-fit: cover;
  }
  .home_category_session .category-one .category-items li {
    width: 100%;
  }
  .home_category_session .category-four li,
  .home_category_session .category-three li {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .home_category_session .category-four li.mobile-width-double,
  .home_category_session .category-three li.mobile-width-double {
    max-width: 50%;
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-four li.mobile-width-double + li.mobile-width-double,
  .home_category_session .category-three li.mobile-width-double + li.mobile-width-double {
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .category-four li.category-item-right,
  .home_category_session .category-three li.category-item-right {
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-two.third li {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .home_category_session .category-two.third li.mobile-width-double {
    max-width: 50%;
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .category-two.third li.category-item-right {
    padding-left: 5px;
    padding-right: 0;
  }
  .home_category_session .category-two.third .category-items a img {
    min-height: 216px;
    object-fit: cover;
  }
  .home_category_session .category-four.second .mobile-width-double.desktop-right {
    padding-left: 0;
    padding-right: 5px;
  }
  .home_category_session .range-icon {
    max-width: 75%;
    width: 100%;
    margin: 20px auto 30px;
  }
  .home_category_session .home-category-session-bottom {
    margin-top: 20px;
  }
  .home_category_session .category-range {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .home_category_session .category-range a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background: #0c7394;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    padding: 13px;
  }
  .home_category_session .category-item-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: #285674;
  }
  .home_category_session .category-item-content {
    margin: 30px 0;
    font-size: 14px;
    line-height: calc(25/14);
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #545453;
  }
  .home_category_session .home-category-range {
    padding: 30px;
    -o-border-radius: 11px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .testimonials_homepage_session {
    margin: 30px 0;
  }
  .testimonials_homepage_session .icon {
    max-width: 81px;
    width: 100%;
    margin: 0 auto;
  }
  .home_brands {
    padding: 0 20px;
  }
  .home_brands .brand-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: calc(24/18);
    color: #285674;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
  }
  .home_brands .brand-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .home_brands .brand-items .brand-item {
    max-width: 50%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding-right: 5px;
  }
  .home_brands .brand-items .brand-item:nth-child(2n) {
    padding: 0 0 0 5px;
  }
  .home_brands a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(16/14);
    color: #285674;
  }
  .home_brands a::after {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url('../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-2x.webp') no-repeat;
    background-size: 11px;
    margin-left: 10px;
  }
  .mp-banner-slider .owl-carousel .banner-item img.banner-item-destop {
    display: none;
  }
}
body .ym-green-page {
  font-family: 'Manrope', sans-serif;
}
body .ym-green-page p {
  font-family: 'Manrope', sans-serif;
}
.page-environment .page-main {
  padding: 0;
}
.page-environment .ym-banner {
  width: 100%;
}
.page-environment .ym-banner img {
  width: 100%;
  height: auto;
}
.ym-green-page {
  padding: 0 36px;
}
.ym-green-page .ym-green-container {
  max-width: 1503px;
  margin: auto;
}
.ym-green-page .text-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 20px 19px;
}
.ym-green-page .text-wrap .text {
  flex: 100%;
}
.ym-green-page .slogan {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 24px;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.09);
}
.ym-green-page .slogan .text-content {
  margin-bottom: 0;
}
.ym-green-page .gr-title {
  color: #0f4571;
  font-size: 30px;
  line-height: 32px;
  margin: auto;
  text-align: center;
  font-family: 'Bebas Kai', sans-serif;
  margin-bottom: 63px;
}
.ym-green-page .slogan {
  color: #333333;
  font-size: 30px;
  line-height: 43px;
  padding: 62px 25px;
  position: relative;
  text-align: center;
}
.ym-green-page .slogan .icon {
  display: block;
  left: 50%;
  margin: auto;
  max-width: 117px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -40%);
}
.ym-green-page .story {
  margin-top: 50px;
}
.ym-green-page .story .heading {
  color: #333333;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.ym-green-page .story .content {
  background: #0f4571 0% 0% no-repeat padding-box;
  border-radius: 12px;
  margin-top: 26px;
  max-width: 1503px;
  padding: 39px 25px;
}
.ym-green-page .story .content p {
  color: #ffffff;
}
.ym-green-page .statistical {
  margin-top: 13px;
}
.ym-green-page .statistical .box {
  border-radius: 24px;
  border: 0.5px solid #0f4571;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ym-green-page .statistical .box:not(:first-child) {
  margin-top: 14px;
}
.ym-green-page .statistical .box .counter {
  background: #e6e6e6 0% 0% no-repeat padding-box;
  border-bottom: 0.5px solid #0f4571;
  color: #0f4571;
  font-size: 39px;
  font-weight: 700;
  line-height: 64px;
  margin-top: 0;
  padding: 25px 0;
}
.ym-green-page .statistical .box .text {
  color: #0f4571;
  margin-top: 21px;
  margin-bottom: 0;
}
.ym-green-page .statistical .box .small-text {
  color: #333333;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin-top: 43px;
  margin-bottom: 0;
}
.ym-green-page .content-middle {
  margin-top: 46px;
}
.ym-green-page .content-middle .gr-logo {
  display: flex;
  justify-content: center;
  max-width: 150px;
  margin: auto;
}
.ym-green-page .content-middle .heading {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin: 19px auto 16px;
  max-width: 214px;
  text-align: center;
}
.ym-green-page .content-middle .gr-box {
  align-items: center;
  display: flex;
}
.ym-green-page .content-middle .gr-box .icon {
  margin-right: 12px;
  max-width: 95px;
  width: 100%;
}
.ym-green-page .content-middle .gr-box p {
  margin-bottom: 0;
}
.page-new-career .page-main {
  padding: 0;
}
.perks-of-team .perks-of-team-top {
  padding: 0 100px;
}
.perks-of-team h2 {
  text-align: center;
  font-size: 60px;
  line-height: 74px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  font-weight: 700;
  color: #285674;
}
.perks-of-team p {
  color: #333333;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Century-Gothic', sans-serif;
  position: relative;
  padding-left: 54px;
}
.perks-of-team p img {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  max-width: 29px;
}
.perks-of-team .perks {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.perks-of-team .perk {
  flex: 0 0 calc(100%/3);
  padding: 0 20px;
  margin-bottom: 20px;
}
.perks-of-team .gallery-perks h2 {
  color: #ffffff;
}
.gallery-perks .gallery-images {
  display: flex;
  flex-wrap: wrap;
}
.gallery-perks h2 {
  margin: 0;
  background: url('../../frontend/YesMed/default/en_AU/images/yes-group-bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 146px 16px 80px;
  text-align: center;
}
.gallery-perks .gallery-image {
  flex: 0 0 calc(100%/3);
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.gallery-perks .gallery-image img {
  display: block;
  width: 100%;
}
.gallery-perks .gallery-image p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  line-height: 86px;
  padding: 50px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-perks .gallery-image.text-blue p {
  background: #104470;
}
.gallery-perks .gallery-image.text-green p {
  background: #6eb749;
}
.gallery-perks .gallery-bottom-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.gallery-perks .gallery-bottom-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .ym-green-page .statistical .box .text-wrap {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .ym-green-page .gr-title {
    font-size: 50px;
    line-height: 54px;
  }
  .ym-green-page .content-middle .heading {
    font-size: 40px;
    line-height: 50px;
    max-width: 654px;
    margin: 59px auto 55px;
  }
  .ym-green-page .content-middle .gr-logo {
    max-width: 296px;
  }
  .ym-green-page .content-middle .gr-box .icon {
    max-width: 165px;
  }
  .ym-green-page .gr-row .gr-box p {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 43px;
  }
  .ym-green-page .slogan .text-content {
    font-size: 30px;
    line-height: 43px;
  }
  .ym-green-page .story .heading {
    font-size: 40px;
    line-height: 43px;
  }
  .ym-green-page .story .content p {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 0;
    text-align: center;
  }
  .ym-green-page .statistical .box .text {
    font-size: 30px;
    line-height: 43px;
  }
  .ym-green-page .statistical .box .small-text {
    font-size: 21px;
    line-height: 33px;
  }
  .ym-green-page .gr-col img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ym-green-page .gr-title {
    font-size: 80px;
    line-height: 86px;
  }
  .ym-green-page .story .heading {
    text-align: left;
  }
  .ym-green-page .text-wrap {
    padding-bottom: 45px;
  }
  .ym-green-page .slogan .icon {
    max-width: 172px;
  }
  .ym-green-page .statistical {
    grid-gap: 47px;
    display: flex;
    margin-top: 54px;
  }
  .ym-green-page .statistical .box:not(:first-child) {
    margin-top: 0;
  }
  .ym-green-page .statistical .box .counter {
    font-size: 164px;
    line-height: 270px;
  }
  .ym-green-page .gr-row {
    display: flex;
    justify-content: space-between;
  }
  .ym-green-page .gr-col {
    max-width: 48%;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .ym-green-page .content-middle .gr-box .icon {
    max-width: 237px;
  }
}
.cms-page-view .title-recent {
  text-transform: capitalize;
  text-align: center;
}
.cms-page-view .messages {
  margin-bottom: 0;
}
.cms-page-view .page-title-wrapper {
  max-width: 100%;
  margin: auto;
}
.cms-page-view .page-title-wrapper .page-title {
  color: #e42a31;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  font-weight: 400;
}
.cms-page-view .page-title-wrapper .page-title:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #104470;
  z-index: 2;
}
.cms-page-view .page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(150%);
  height: 2px;
  background: #b1aaa2;
  z-index: 1;
}
.cms-about-us .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-about-us .page-main .cms-about-testimonials h2,
.cms-about-us .page-main .cms-about-brands h2 {
  text-align: center;
  padding: 30px 0 15px;
  padding-bottom: 30px;
  line-height: 36px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cms-about-us .page-main .cms-about-testimonials h2,
  .cms-about-us .page-main .cms-about-brands h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.cms-about-us .page-main .cms-about-brands .list-sub-category .cat-item {
  width: calc(100%/5);
}
@media (max-width: 1600px) {
  .cms-about-us .page-main .cms-about-brands .list-sub-category .cat-item {
    width: calc(100%/4);
  }
}
.cms-about-us .about-astir .tparrows {
  width: 33px !important;
  height: 37px !important;
  background: 0 0 !important;
}
.cms-about-us .about-astir .tparrows:before {
  background-size: 33px !important;
  line-height: 37px !important;
  font-size: 0 !important;
}
.cms-about-us .about-astir .tparrows.tp-leftarrow:before {
  background: url('../../frontend/YesMed/default/en_AU/images/previmage.png') no-repeat;
}
.cms-about-us .about-astir .tparrows.tp-rightarrow:before {
  background: url('../../frontend/YesMed/default/en_AU/images/nextimage.png') no-repeat;
}
@media (max-width: 767.98px) {
  .cms-about-us .about-astir .tparrows {
    display: none !important;
  }
}
.cms-about-us .about-astir .tp-bullets {
  display: none !important;
}
.cms-about-us .about-astir .tp-tabs {
  display: none !important;
}
/** 404 page Yesmed **/
.cms-no-route .page-wrapper .page-main {
  background: url("../../frontend/YesMed/default/en_AU/images/bg-error-desktop.png") no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 135px;
  padding: 74px 140px 0 140px;
}
.cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title {
  color: #104470;
  text-transform: uppercase;
  line-height: 108px;
  font-size: 95px;
  font-family: 'Bebas Kai', sans-serif;
  font-weight: 400;
}
.cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title:before {
  display: none;
}
.cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title:after {
  display: none;
}
.cms-no-route .page-wrapper .page-main .columns {
  background-image: unset;
}
.cms-no-route .page-wrapper .page-main .columns .call-us {
  display: none;
}
.cms-no-route .page-wrapper .page-main .columns .call-us-mobile {
  display: none;
}
.cms-no-route .page-wrapper .page-main .columns .error-wrp {
  display: flex;
  flex-wrap: wrap;
}
.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left {
  width: 50%;
}
.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop .error-des {
  color: #434342;
  line-height: 31px;
  font-size: 24px;
  margin-bottom: 120px;
  max-width: 388px;
  width: 100%;
}
.cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop .error-link a {
  color: #104470;
  line-height: 23px;
  font-size: 20px;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-list {
  width: 100%;
  display: flex;
  margin-bottom: -44px;
  justify-content: center;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 12px rgba(169, 169, 169, 0.1);
  margin-right: 16px;
  padding: 49.5px 0;
  text-align: center;
  width: 100%;
  max-width: 398px;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box .title {
  color: #104470;
  line-height: 23px;
  font-size: 24px;
  font-weight: 700;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box .link {
  color: #434342;
  text-decoration: underline;
  margin-top: 16px;
  line-height: 23px;
  font-size: 18px;
  font-weight: 400;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-list :last-child {
  margin-right: 0;
}
.cms-no-route .page-wrapper .page-main .columns .error-content-image {
  position: absolute;
  top: 30px;
  right: 0;
}
.cms-no-route .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.cms-no-route .page-wrapper .page-footer {
  padding-top: 95px;
}
@media (max-width: 1600px) {
  .cms-no-route .page-wrapper .page-main {
    background-position: center;
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .cms-no-route .page-wrapper .page-main {
    padding: 200px 30px 0 30px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .cms-no-route main#maincontent .page-title-wrapper .page-title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .cms-no-route .page-wrapper {
    padding-top: 58px;
  }
  .cms-no-route .page-wrapper .page-main {
    background: url("../../frontend/YesMed/default/en_AU/images/bg-error-mobile.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 314px;
  }
  .cms-no-route .page-wrapper .page-main .columns .error-content-list {
    width: 100%;
    display: block;
    position: unset;
    z-index: 999;
  }
  .cms-no-route .page-wrapper .page-main .columns .error-content-list .error-box {
    width: 100%;
    max-width: unset;
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
  }
  .cms-no-route .page-wrapper .page-main .columns .error-content-list :last-child {
    margin-bottom: 0;
  }
  .cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left {
    width: 100%;
  }
  .cms-no-route .page-wrapper .page-main .columns .error-wrp .error-content-left .error-content-desktop .error-des {
    max-width: 279px;
    margin: 0 auto 35px auto;
    text-align: center;
    font-size: 16px;
  }
  .cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 66px;
    width: 100%;
    line-height: 80px;
    text-align: center;
  }
}
/** End 404 page Yesmed  **/
/**About-us Yesmed **/
.cms-about-us .page-main {
  padding: 0;
}
.cms-about-us .page-main * {
  box-sizing: border-box;
}
.cms-about-us .page-main .full-bleed {
  width: 100%;
  max-width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 20px 0 20px;
}
.cms-about-us .page-main .row-full-width-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.cms-about-us .page-main .block-banner {
  display: flex;
  margin-bottom: 95px;
}
.cms-about-us .page-main .block-banner__content {
  flex: 40%;
  padding-left: 111px;
  margin-top: 115px;
}
.cms-about-us .page-main .block-banner__content .title {
  max-width: 603px;
  font-size: 52px;
  color: #1e446c;
  line-height: 60px;
  letter-spacing: -2.5px;
  padding-bottom: 44px;
}
.cms-about-us .page-main .block-banner__content .detail,
.cms-about-us .page-main .block-banner__content .detail-link {
  max-width: 480px;
}
.cms-about-us .page-main .block-banner__content .detail p,
.cms-about-us .page-main .block-banner__content .detail-link p {
  margin-bottom: 32px;
}
.cms-about-us .page-main .block-banner__content .detail p,
.cms-about-us .page-main .block-banner__content .detail-link p,
.cms-about-us .page-main .block-banner__content .detail a,
.cms-about-us .page-main .block-banner__content .detail-link a {
  letter-spacing: -0.25px;
  font-size: 23px;
  line-height: 32px;
  color: #545453;
}
.cms-about-us .page-main .block-banner__content .detail-link a {
  color: #6bb233;
}
.cms-about-us .page-main .block-banner__image {
  flex: 60%;
}
.cms-about-us .page-main .block-intro-box .intro-box figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 1451px;
}
.cms-about-us .page-main .block-intro-box .intro-box figure img {
  width: 100%;
  height: auto;
}
.cms-about-us .page-main .block-extensions {
  max-width: 1706px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 156px;
}
.cms-about-us .page-main .block-extensions .title {
  padding-left: 100px;
  display: flex;
}
.cms-about-us .page-main .block-extensions .title figure {
  max-width: 206px;
  padding-right: 25px;
}
.cms-about-us .page-main .block-extensions .title h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 1px dotted #18446c;
  padding-left: 25px;
  font-size: 48px;
  line-height: 58px;
  color: #18446c;
  text-align: center;
  font-weight: 400;
  letter-spacing: -2.5px;
}
.cms-about-us .page-main .block-extensions .content {
  display: flex;
  flex-wrap: wrap;
}
.cms-about-us .page-main .block-extensions .content .border-bt {
  border-bottom: 1px dotted #18446c;
}
.cms-about-us .page-main .block-extensions .content .border-rr {
  border-right: 1px dotted #18446c;
}
.cms-about-us .page-main .block-extensions .content .reason {
  flex: 50%;
  display: flex;
}
.cms-about-us .page-main .block-extensions .content .reason figure,
.cms-about-us .page-main .block-extensions .content .reason .detail {
  flex: 50%;
}
.cms-about-us .page-main .block-extensions .content .reason .detail {
  margin-top: 30px;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 {
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 58px;
  color: #18446c;
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fun {
  color: #0a959f;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fast {
  color: #7fb559;
}
.cms-about-us .page-main .block-extensions .content .reason .detail h5 .fun {
  color: #4ac0e2;
}
.cms-about-us .page-main .block-extensions .content .reason .detail p {
  font-size: 23px;
  line-height: 27px;
  color: #18446c;
  font-family: 'Gotham-Book', sans-serif;
}
.cms-about-us .page-main .block-extensions .contact {
  text-align: right;
  margin-top: 22px;
}
.cms-about-us .page-main .block-extensions .contact p {
  font-size: 23px;
  line-height: 27px;
  color: #6eb749;
}
.cms-about-us .page-main .block-extensions .contact p a {
  padding-left: 60px;
  color: #6eb749;
}
.cms-about-us .page-main .block-my-team {
  margin-bottom: 75px;
  padding: 0;
}
.cms-about-us .page-main .block-my-team .title {
  margin-bottom: 75px;
}
.cms-about-us .page-main .block-my-team .title h3 {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  color: #1e446c;
  font-weight: 700;
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-about-us .page-main .block-my-team .title h3 span {
  color: #6eb749;
}
.cms-about-us .page-main .block-company .block-company__member {
  max-width: 1845px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.cms-about-us .page-main .block-company .block-company__member .person {
  max-width: 25%;
  flex: 25%;
  position: relative;
  margin-bottom: 50px;
}
.cms-about-us .page-main .block-company .block-company__member .person .info {
  position: absolute;
  right: 25px;
  bottom: -20px;
  text-align: right;
  max-width: 275px;
  transform: rotateY(0deg) rotate(-15deg);
}
.cms-about-us .page-main .block-company .block-company__member .person .info h5,
.cms-about-us .page-main .block-company .block-company__member .person .info p {
  font-size: 25px;
  font-weight: 400;
  color: #104470;
  text-transform: none;
}
.cms-about-us .page-main .block-company .block-company__member .person .info h5 {
  font-weight: 700;
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    bottom: -30px;
  }
}
.cms-about-us .page-main .block-company .block-company__member .looking {
  flex: 75%;
  margin: auto;
}
.cms-about-us .page-main .block-company .block-company__member .looking figure {
  text-align: center;
}
@media (max-width: 1440px) {
  .cms-about-us .page-main .block-banner {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-about-us .page-main .block-banner__content {
    flex: 100%;
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-banner__content .title {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__content .detail {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__image {
    flex: 100%;
    order: 1;
  }
  .cms-about-us .page-main .block-banner__image figure {
    height: 500px;
    overflow: hidden;
  }
  .cms-about-us .page-main .block-extensions .title {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .cms-about-us .page-main .block-extensions .title figure {
    flex: 100%;
    padding: 0;
    margin: auto;
  }
  .cms-about-us .page-main .block-extensions .title h4 {
    flex: 100%;
    border: 0;
    padding: 0;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-extensions .content > div:nth-child(even) {
    padding-left: 20px;
  }
  .cms-about-us .page-main .block-extensions .content .reason {
    flex-wrap: wrap;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail {
    flex: 100%;
    margin-top: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail figure {
    flex: 100%;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail h5 {
    margin-top: 0;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    position: relative;
    right: 0;
    bottom: 50px;
    margin-right: 10px;
    margin-left: auto;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info h5,
  .cms-about-us .page-main .block-company .block-company__member .person .info p {
    font-size: 15px;
    font-weight: 400;
    color: #104470;
    text-transform: none;
  }
}
@media (max-width: 768px) {
  .cms-about-us .page-main p {
    font-size: 16px;
  }
  .cms-about-us .page-main .block-banner {
    margin-bottom: 30px;
  }
  .cms-about-us .page-main .block-banner__content .title {
    max-width: 280px;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
  }
  .cms-about-us .page-main .block-banner__content .detail p,
  .cms-about-us .page-main .block-banner__content .detail-link p,
  .cms-about-us .page-main .block-banner__content .detail a,
  .cms-about-us .page-main .block-banner__content .detail-link a {
    font-size: 14px;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
  }
  .cms-about-us .page-main .block-banner__content .detail-link {
    text-align: center;
    max-width: 100%;
  }
  .cms-about-us .page-main .block-banner__image figure {
    height: 360px;
    position: relative;
  }
  .cms-about-us .page-main .block-banner__image figure img {
    transform: translate(-50%, 0);
    position: absolute;
    width: 150%;
    max-width: 150%;
    left: 50%;
  }
  .cms-about-us .page-main .block-extensions {
    margin-bottom: 50px;
  }
  .cms-about-us .page-main .block-extensions .title figure {
    max-width: 104px;
  }
  .cms-about-us .page-main .block-extensions .title h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .cms-about-us .page-main .block-extensions .content > div:nth-child(even) {
    padding-left: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason {
    flex: 100%;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail {
    margin-bottom: 20px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail h5 {
    font-size: 30px;
  }
  .cms-about-us .page-main .block-extensions .content .reason .detail p {
    font-size: 16px;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-rr {
    border-right: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-bt {
    border-bottom: 0;
  }
  .cms-about-us .page-main .block-extensions .content .reason.border-sm {
    border-bottom: 3px dotted #18446c;
  }
  .cms-about-us .page-main .block-extensions .contact p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 30px 0;
  }
  .cms-about-us .page-main .block-extensions .contact p a {
    padding: 0;
    font-weight: 700;
  }
  .cms-about-us .page-main .block-my-team .title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-about-us .page-main .block-my-team .title h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .cms-about-us .page-main .block-my-team .picture-team figure {
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .cms-about-us .page-main .block-my-team .picture-team figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: none;
  }
  .cms-about-us .page-main .block-company .block-company__member .person {
    flex: 50%;
    max-width: 50%;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    max-width: 100%;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info .name,
  .cms-about-us .page-main .block-company .block-company__member .person .info .class {
    font-size: 14px;
    list-style: 15px;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info .name {
    margin-top: 0;
    font-weight: 700;
  }
  .cms-about-us .page-main .block-company .block-company__member .looking {
    flex: 100%;
  }
}
@media (max-width: 576px) {
  .cms-about-us .page-main .block-company .block-company__member .person {
    flex: 100%;
    max-width: 100%;
    position: relative;
  }
  .cms-about-us .page-main .block-company .block-company__member .person .info {
    right: 15px;
    position: absolute;
    bottom: 0;
  }
}
/** End About-us Yesmed  **/
.cms-specials .page-title-wrapper .page-title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
  margin-top: 23px;
}
.cms-noroute-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.cms-noroute-index .page-footer {
  padding-top: 0;
}
.cms-noroute-index .columns {
  background-image: url('../../frontend/YesMed/default/en_AU/images/no-route-bg-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.cms-noroute-index .columns .column.main {
  padding: 0 45px;
}
.cms-noroute-index .columns .column.main .not-found-content {
  display: flex;
  justify-content: space-between;
}
.cms-noroute-index .columns .column.main .not-found-content .not-found-bottom-content img {
  display: block;
}
.cms-noroute-index .columns .column.main .not-found-content h4 {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}
.cms-noroute-index .columns .column.main .not-found-content h1 {
  font-size: 36px;
  line-height: 40px;
}
.cms-noroute-index .columns .column.main .not-found-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
}
.cms-noroute-index .columns .column.main .not-found-content ul {
  padding-left: 0;
  list-style: none;
  padding-top: 15px;
}
.cms-noroute-index .columns .column.main .not-found-content ul li {
  font-size: 18px;
  line-height: 20px;
  padding-left: 13px;
  position: relative;
}
.cms-noroute-index .columns .column.main .not-found-content ul li:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}
.cms-noroute-index .columns .column.main .not-found-content .not-found-detail {
  padding-bottom: 60px;
}
.cms-noroute-index .columns .column.main .not-found-content .not-found-detail a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #df1e32;
}
.cms-noroute-index .columns .column.main .not-found-content .not-found-detail a i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
}
.cms-noroute-index .columns .column.main .not-found-content .not-found-top-content {
  width: 38%;
}
@media (max-width: 1800px) {
  .cms-noroute-index .columns .column.main .not-found-content .not-found-top-content {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .cms-noroute-index .columns .column.main .not-found-content .not-found-top-content {
    width: 70%;
  }
}
@media (max-width: 1260px) {
  .cms-noroute-index .columns .column.main .not-found-content {
    align-items: flex-end;
  }
  .cms-noroute-index .columns .column.main .not-found-content .not-found-top-content {
    width: 100%;
    padding-right: 50px;
  }
  .cms-noroute-index .columns .column.main .not-found-content h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .cms-noroute-index .columns .column.main .not-found-content h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .cms-noroute-index .columns .column.main .not-found-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .cms-noroute-index .columns .column.main {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .cms-noroute-index .columns .column.main .not-found-content {
    display: block;
  }
  .cms-noroute-index .columns .column.main .not-found-content .not-found-top-content {
    padding-right: 0;
  }
  .cms-noroute-index .columns .column.main .not-found-content .not-found-bottom-content img {
    display: block;
  }
}
@media (max-width: 767px) {
  .cms-noroute-index .columns .column.main .not-found-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .cms-noroute-index .columns .column.main .not-found-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }
  .cms-noroute-index .columns .column.main .not-found-content .not-found-detail a {
    font-size: 20px;
  }
  .cms-noroute-index .page-footer {
    margin-top: 0;
  }
}
/*REGISTERED page*/
.cms-registered-thank-you .page-title-wrapper {
  padding-top: 30px;
}
.cms-registered-thank-you .page-title-wrapper .page-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #484740;
  font: 700 40px/40px 'Gotham-Bold', sans-serif;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cms-registered-thank-you .page-title-wrapper .page-title:before,
.cms-registered-thank-you .page-title-wrapper .page-title:after {
  display: none;
}
@media (max-width: 991px) {
  .cms-registered-thank-you .page-title-wrapper .page-title {
    font-size: 28px !important;
    padding: 0 20px;
    line-height: 32px;
  }
}
.registered-thank-you {
  position: relative;
}
.registered-thank-you .registered-content {
  margin: 50px 0 50px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 50px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .registered-thank-you .registered-content {
    margin: 30px 0 30px;
    padding: 30px;
  }
}
.registered-thank-you .registered-content p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}
.registered-thank-you .registered-content p:last-child {
  margin-bottom: 0;
}
.registered-thank-you .registered-content strong {
  display: block;
  padding-top: 3px;
}
.registered-thank-you h2 {
  text-align: center;
  margin-top: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #484740;
  font-style: italic;
}
@media (min-width: 992px) {
  .registered-thank-you h2.hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .registered-thank-you h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.registered-thank-you .success_submit h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .registered-thank-you .success_submit h2 {
    display: none;
  }
}
.registered-thank-you .success_submit p {
  line-height: 28px !important;
}
@media (max-width: 991px) {
  .registered-thank-you .best-shopping {
    display: block;
  }
  .registered-thank-you .best-shopping .left-best {
    width: 100%;
  }
  .registered-thank-you .best-shopping .success_submit {
    width: 100%;
    padding: 0;
  }
  .registered-thank-you h2.hidden-desktop {
    padding-bottom: 30px;
  }
  .registered-thank-you .logo_app {
    display: none;
  }
}
@media (max-width: 767px) {
  .registered-thank-you .best-shopping .content-form {
    display: block;
  }
  .registered-thank-you .best-shopping .content-form .fieldset {
    width: 100%;
  }
  .registered-thank-you .best-shopping .content-form .actions-toolbar {
    width: 100%;
    margin-top: 0;
  }
  .registered-thank-you .best-shopping .content-form .actions-toolbar button {
    width: 100%;
  }
  .registered-thank-you .best-shopping .send-app-download-link {
    margin-bottom: 20px;
  }
}
/* Returns page */
@media (min-width: 768px) {
  .cms-returns .page-main {
    max-width: 1680px;
  }
}
.returns-page .return-page-title {
  font-family: 'Manrope', sans-serif;
  color: #104470;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.returns-page .step-subtitle {
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #686969;
  margin: 30px 0;
}
.returns-page .return-page-step {
  text-align: center;
}
.returns-page .return-page-step.steps-1 .step-items li {
  position: relative;
}
.returns-page .return-page-step.steps-1 .step-items li::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
}
.returns-page .return-page-step.steps-2 a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}
.returns-page .step-title {
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.returns-page .step-content p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #686969;
}
.returns-page .step-items {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.returns-page .step-items li {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  background: #f5f5f5;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.returns-page .return-page-reviews h3 {
  margin-top: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #104470;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .returns-page .return-page-title {
    font-size: 60px;
    margin: 60px 0 0;
  }
  .returns-page .step-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .returns-page .step-content p {
    font-size: 26px;
    line-height: calc(45/26);
  }
  .returns-page .step-subtitle {
    margin: 60px 0;
    font-size: 30px;
    line-height: calc(72/30);
  }
  .returns-page .return-page-step.steps-1 .step-item {
    max-width: calc((100% - 60px)/3);
    width: 100%;
    margin-right: 30px;
    padding: 60px 60px;
  }
  .returns-page .return-page-step.steps-1 .step-item.item-3 {
    margin-right: 0;
  }
  .returns-page .return-page-step.steps-1 .step-content p {
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 .step-item {
    max-width: calc(50% - 15px);
    width: 100%;
    margin-right: 30px;
    padding: 60px 60px;
  }
  .returns-page .return-page-step.steps-2 .step-item:last-child {
    margin-right: 0;
  }
  .returns-page .return-page-step.steps-2 .step-content p {
    margin-top: 50px;
  }
  .returns-page .return-page-step.steps-2 a {
    font-size: 20px;
    line-height: calc(36/20);
    padding: 6px 20px;
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 .step-icon {
    margin-bottom: 60px;
  }
  .returns-page .return-page-step.steps-3 {
    margin-top: 120px;
  }
  .returns-page .return-page-step.steps-next {
    margin-top: 65px;
  }
  .returns-page .return-page-step.policy {
    margin-top: 100px;
  }
  .returns-page .return-page-step.policy .step-content p {
    margin-bottom: 30px;
  }
  .returns-page .return-page-step.steps-3 .step-title,
  .returns-page .return-page-step.steps-next .step-title,
  .returns-page .return-page-step.policy .step-title {
    margin-bottom: 30px;
  }
  .returns-page .return-page-reviews {
    margin-top: 150px;
  }
  .returns-page .return-page-reviews h3 {
    font-size: 18px;
    line-height: calc(24/18);
  }
}
@media (max-width: 1199px) {
  .returns-page .return-page-title {
    font-size: 30px;
  }
  .returns-page .step-content p {
    font-size: 16px;
    line-height: calc(25/16);
  }
  .returns-page .step-subtitle {
    font-size: 18px;
    line-height: calc(25/18);
  }
  .returns-page .step-title {
    font-size: 25px;
    line-height: 1;
  }
  .returns-page .step-items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .returns-page .return-page-step.steps-1 .step-item,
  .returns-page .return-page-step.steps-2 .step-item {
    padding: 40px;
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-1 .step-content p,
  .returns-page .return-page-step.steps-2 .step-content p {
    margin-top: 60px;
  }
  .returns-page .return-page-step.steps-2 a {
    font-size: 14px;
    line-height: 1;
    padding: 13px 20px;
  }
  .returns-page .return-page-step.steps-2 .step-icon {
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-3,
  .returns-page .return-page-step.steps-next {
    margin-bottom: 40px;
  }
  .returns-page .return-page-step.steps-3 .step-title,
  .returns-page .return-page-step.steps-next .step-title,
  .returns-page .return-page-step.policy .step-title {
    margin-bottom: 25px;
  }
  .returns-page .return-page-step.policy .step-content p {
    margin-bottom: 25px;
  }
  .returns-page .return-page-reviews {
    display: none;
  }
}
/* End Returns page */
/*Recent Ordered Products*/
body.cms-recent-ordered .page-title-wrapper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.cms-recent-ordered .recent-cms-content {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1260px) {
  body.cms-recent-ordered .recent-cms-content {
    padding-top: 0;
  }
}
body.cms-recent-ordered .recent-cms-content p {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 15px;
}
body.cms-recent-ordered .recent-cms-content a {
  display: inline-block;
  background: #dc2027;
  color: #ffffff;
  padding: 5px 40px;
  border-radius: 5px;
}
@media (max-width: 639px) {
  body.cms-recent-ordered .recent-cms-content a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body.cms-recent-ordered .recent-cms-content img {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  body.cms-recent-ordered .recent-cms-content .title-recent {
    font-size: 28px;
  }
}
/* Account Summary */
body.cms-account-summary .page-title-wrapper {
  text-align: center;
  padding: 30px 0;
}
body.cms-account-summary .page-title-wrapper .page-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
}
body.cms-account-summary .page-title-wrapper .page-title:after {
  left: -15px;
  width: calc(100% + 30px);
}
body.cms-account-summary .page-title-wrapper .page-title:before {
  left: 50%;
  transform: translateX(-50%);
  width: 56%;
}
body.cms-account-summary .acc-summary {
  max-width: 600px;
  margin: 0 auto;
}
body.cms-account-summary .acc-summary ul {
  list-style: none;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
}
body.cms-account-summary .acc-summary ul li {
  width: 50%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  float: left;
}
body.cms-account-summary .acc-summary ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 140px;
}
body.cms-account-summary .acc-summary ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 44px;
}
/* Contact us */
.wrapper-contact-us {
  position: relative;
}
.wrapper-contact-us .main-map-contact {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper-contact-us .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-contact-us .contact-us .background-header {
  width: 100%;
  position: relative;
}
.wrapper-contact-us .contact-us .background-header .header-text {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
.wrapper-contact-us .contact-us .background-header .header-text h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.wrapper-contact-us .contact-us .background-header .header-text p {
  font-size: 30px;
  color: #686969;
  margin-top: 40px;
  font-weight: 600;
}
.wrapper-contact-us .contact-us .background-header .header-text p a {
  text-decoration: underline;
  color: red;
}
.wrapper-contact-us .contact-us .background-header img {
  width: 100%;
}
.wrapper-contact-us .contact-us .background-header .title-bottom {
  text-align: center;
  font-size: 19px;
  background: #29292a;
}
.wrapper-contact-us .contact-us .background-header .title-bottom p {
  font-size: 30px;
  color: white;
  line-height: 42px;
  margin-top: -8px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper-contact-us .contact-us .main-contact {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .wrapper-contact-us .contact-us .main-contact {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .wrapper-contact-us .contact-us .main-contact {
    padding: 0 45px;
  }
}
.wrapper-contact-us .contact-us .list-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.wrapper-contact-us .contact-us .list-contact .content {
  width: 25%;
  text-align: center;
  border-right: 1px solid #686969;
}
.wrapper-contact-us .contact-us .list-contact .content:last-child {
  border-right: none;
}
.wrapper-contact-us .contact-us .list-contact a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 27px;
  line-height: 1.2;
  color: #29292a;
}
.wrapper-contact-us .contact-us .list-contact a:hover {
  cursor: pointer;
}
.wrapper-contact-us .slogan-map {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}
.wrapper-contact-us .slogan-map h3 {
  text-align: center;
  color: #686969;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
.wrapper-contact-us .map-contact-us {
  position: relative;
}
.wrapper-contact-us .map-office-contact {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.wrapper-contact-us .map-office-contact img.img-map {
  width: 100%;
}
.wrapper-contact-us .map-office-contact .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  padding: 5px 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.wrapper-contact-us .map-office-contact .tooltiptext p {
  font-style: italic;
  line-height: 24px;
  margin-bottom: 0;
}
.wrapper-contact-us .map-office-contact .tooltiptext span {
  font-size: 14px;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.wrapper-contact-us .map-office-contact .flag-office-astir .img-big {
  display: none;
}
.wrapper-contact-us .map-office-contact .flag-office-astir .img-small {
  display: block;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .img-big {
  display: block;
}
.wrapper-contact-us .map-office-contact .flag-office-astir:hover .img-small {
  display: none;
}
.wrapper-contact-us .map-office-contact #flag-office-nt {
  position: absolute;
  left: 530px;
  top: -18px;
}
.wrapper-contact-us .map-office-contact #flag-office-nt .tooltiptext {
  width: 200px;
  top: 100%;
  left: -40px;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-wa {
  position: absolute;
  left: 170px;
  top: 380px;
}
.wrapper-contact-us .map-office-contact #flag-office-wa .tooltiptext {
  width: 200px;
  bottom: 100%;
  left: 0;
}
.wrapper-contact-us .map-office-contact #flag-office-sa {
  position: absolute;
  left: 688px;
  top: 495px;
}
.wrapper-contact-us .map-office-contact #flag-office-sa .tooltiptext {
  width: 200px;
  bottom: 100%;
  right: 0;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-vic {
  position: absolute;
  left: 725px;
  top: 600px;
}
.wrapper-contact-us .map-office-contact #flag-office-vic .tooltiptext {
  width: 200px;
  bottom: 100%;
  left: 30px;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-tas {
  position: absolute;
  left: 817px;
  top: 750px;
}
.wrapper-contact-us .map-office-contact #flag-office-tas .tooltiptext {
  width: 200px;
  color: #000000;
  bottom: 20px;
  left: 100%;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-nsw {
  position: absolute;
  left: 960px;
  top: 400px;
}
.wrapper-contact-us .map-office-contact #flag-office-nsw .tooltiptext {
  width: 200px;
  top: -10px;
  right: 111%;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-qld {
  position: absolute;
  left: 925px;
  top: 295px;
}
.wrapper-contact-us .map-office-contact #flag-office-qld .tooltiptext {
  width: 200px;
  top: -10px;
  right: 111%;
  text-align: right;
}
.wrapper-contact-us .map-office-contact #flag-office-auckland {
  position: absolute;
  left: 1384px;
  top: 500px;
}
.wrapper-contact-us .map-office-contact #flag-office-auckland .tooltiptext {
  width: 200px;
  color: #000000;
  top: -115px;
  left: 0;
  text-align: left;
}
.wrapper-contact-us .map-office-contact #flag-office-wanganui {
  position: absolute;
  left: 1409px;
  top: 580px;
}
.wrapper-contact-us .map-office-contact #flag-office-wanganui .tooltiptext {
  width: 200px;
  color: #000000;
  top: -10px;
  right: 100%;
  text-align: right;
}
.wrapper-contact-us .title-get-in-touch {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 600px;
  text-align: right;
}
.wrapper-contact-us .title-get-in-touch h3 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.wrapper-contact-us .title-get-in-touch p {
  margin-top: 20px;
  text-align: right;
  color: #000000;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}
.wrapper-contact-us .footer-top {
  display: none;
}
@media screen and (max-width: 1400px) {
  .wrapper-contact-us .map-office-contact #flag-office-nt {
    left: 435px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-wa {
    left: 170px;
    top: 380px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-sa {
    left: 577px;
    top: 430px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-vic {
    left: 619px;
    top: 504px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-tas {
    left: 663px;
    top: 589px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-nsw {
    left: 777px;
    top: 358px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-qld {
    left: 756px;
    top: 241px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-auckland {
    left: 1127px;
    top: 371px;
  }
  .wrapper-contact-us .map-office-contact #flag-office-wanganui {
    left: 1142px;
    top: 464px;
  }
}
@media screen and (max-width: 1260px) {
  .wrapper-contact-us .contact-us .background-header {
    padding-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .wrapper-contact-us .contact-us .background-header .header-text h1 {
    font-size: 28px;
  }
  .wrapper-contact-us .contact-us .background-header .header-text p {
    font-size: 16px;
    margin-top: 15px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom {
    font-size: 19px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrapper-contact-us .contact-us .list-contact a {
    font: 400 16px/24px 'Gotham-Book', sans-serif;
  }
  .wrapper-contact-us .contact-us .list-contact .content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper-contact-us .contact-us .list-contact .content a {
    padding: 0 15px;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-contact-us .map-office-contact .flag-office-astir {
    display: none;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-contact-us .contact-us .map-contact .address-contact {
    margin-right: 20px;
  }
  .wrapper-contact-us .title-get-in-touch {
    text-align: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
  }
  .wrapper-contact-us .title-get-in-touch h3 {
    font-size: 18px;
  }
  .wrapper-contact-us .title-get-in-touch p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text p {
    font-size: 10px;
    margin-top: 0;
  }
  .wrapper-contact-us .contact-us .background-header .header-text h1 {
    font-size: 14px;
    margin-top: 0;
    line-height: 13px;
  }
  .wrapper-contact-us .contact-us .background-header .title-bottom p {
    font-size: 10px;
    padding: 0 15px;
  }
  .wrapper-contact-us .contact-us .list-contact {
    overflow: hidden;
    display: block;
    text-align: center;
  }
  .wrapper-contact-us .contact-us .list-contact .content {
    border-right: none;
    width: 50%;
    margin-top: 20px;
    float: left;
  }
  .wrapper-contact-us .contact-us .list-contact .content:nth-child(2n + 1) {
    clear: both;
  }
  .wrapper-contact-us .slogan-map {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .wrapper-contact-us .slogan-map h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper-contact-us .map-office-contact {
    margin: 60px 0 0 0;
  }
}
/* End Contact us */
/* Astir Fast Page */
.astirfast-page .page-main {
  max-width: 100%;
  padding: 0;
}
.astirfast-page .page-main h2,
.astirfast-page .page-main h3 {
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 40px;
  color: #484740;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.astirfast-page .page-main h3 {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
.astirfast-page .page-main p {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 30px;
}
.astirfast-page .page-main .columns .column.main {
  padding-bottom: 0;
}
.astirfast-page .page-footer {
  padding-top: 0;
  margin-top: 0;
}
.astirfast-page .page-footer .footer-top {
  display: none;
}
.astirfast-page .astirfast-session .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.astirfast-page .banner-session {
  max-height: 950px;
  background: url(../../frontend/YesMed/default/en_AU/images/bg-ss2.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.astirfast-page .banner-session h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 50px;
  line-height: 1.2;
  color: #484740;
  text-transform: uppercase;
}
.astirfast-page .banner-session .image {
  width: 60%;
  float: left;
  padding-right: 50px;
  line-height: 1;
  font-size: 0;
}
.astirfast-page .banner-session .block-info-banner {
  width: 40%;
  float: left;
  padding: 50px 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
}
.astirfast-page .banner-session .block-info-banner p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 35px;
  color: #484740;
  line-height: 1.2;
  font-style: italic;
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}
.astirfast-page .astirfast-session-2 {
  text-align: center;
  margin-top: 85px;
}
.astirfast-page .astirfast-session-2 .container {
  align-items: unset;
}
.astirfast-page .astirfast-session-2 h2 {
  margin-top: 90px;
}
.astirfast-page .astirfast-session-2 .seconds {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #484740;
  text-transform: uppercase;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-2 .date-update {
  margin-bottom: 35px;
}
.astirfast-page .astirfast-session-2 .information,
.astirfast-page .astirfast-session-2 .call-us {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 30px;
}
.astirfast-page .astirfast-session-2 .call-us {
  font-family: 'Gotham-Medium', sans-serif;
}
.astirfast-page .astirfast-session-2 .col2-left-item {
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
  background-color: #f7f7f7;
  padding: 0 65px;
}
.astirfast-page .astirfast-session-2 .col2-right-item {
  width: calc(50% - 20px);
  float: left;
  margin-left: 20px;
  background-color: #f7f7f7;
  padding: 0 65px;
  font-size: 0;
  line-height: 1;
}
.astirfast-page .astirfast-session-2 .img2-left {
  max-width: 77%;
  margin: auto;
}
.astirfast-page .astirfast-session-2 .img2-left img {
  display: block;
}
.astirfast-page .astirfast-session-2 .img2-right {
  max-width: 93%;
  margin: auto;
  margin-top: 20%;
}
.astirfast-page .astirfast-session-2 .img2-right img {
  display: block;
}
.astirfast-page .astirfast-session-3 {
  background-color: #000000;
  margin-top: 85px;
}
.astirfast-page .astirfast-session-3 h2 {
  color: #ffffff;
}
.astirfast-page .astirfast-session-3 .info-detail,
.astirfast-page .astirfast-session-3 .available-on {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  margin-top: 30px;
}
.astirfast-page .astirfast-session-3 .info-detail {
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-3 .available-on {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 700;
}
.astirfast-page .astirfast-session-3 .col3-left-item {
  width: 40%;
  float: left;
  padding-right: 20px;
}
.astirfast-page .astirfast-session-3 .col3-right-item {
  width: 60%;
  float: left;
  padding-left: 20px;
  margin-top: 100px;
  line-height: 0;
  font-size: 0;
}
.astirfast-page .astirfast-session-3 .col3-left-item .img3-left img {
  max-width: 40%;
  padding-right: 10px;
}
.astirfast-page .astirfast-session-3 .col3-left-item .img3-left img:last-child {
  padding-right: 0;
}
.astirfast-page .astirfast-session-4 {
  background-color: #f7f7f7;
}
.astirfast-page .astirfast-session-4 .col4-left-item {
  padding-right: 80px;
  width: 60%;
  float: right;
}
.astirfast-page .astirfast-session-4 .col4-left-item .img4-left {
  margin-top: 100px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-4 .info-detail {
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
}
.astirfast-page .astirfast-session-4 .col4-right-item {
  width: 40%;
}
.astirfast-page .astirfast-session-4 .col4-right-item p {
  margin-top: 40px;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-4 .col4-right-item a {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #e52027;
  border-radius: 0;
  display: inline-block;
  margin-top: 40px;
}
.astirfast-page .astirfast-session-5 .col5-left-item {
  width: 32%;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-5 .col5-left-item p {
  margin-top: 30px;
}
.astirfast-page .astirfast-session-5 .col5-left-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-5 .col5-right-item {
  width: 68%;
}
.astirfast-page .astirfast-session-5 .col5-right-item .img5-right {
  margin-top: 100px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-6 {
  background-color: #000000;
}
.astirfast-page .astirfast-session-6 h2,
.astirfast-page .astirfast-session-6 h3,
.astirfast-page .astirfast-session-6 p {
  color: #ffffff;
}
.astirfast-page .astirfast-session-6 .col6-left-item {
  margin-top: 100px;
  width: 60%;
  float: right;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-6 .col6-left-item .img6-left {
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-6 .col6-right-item {
  width: 40%;
}
.astirfast-page .astirfast-session-6 .col6-right-item a {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.astirfast-page .astirfast-session-6 .col6-right-item a:hover {
  color: #df1e32;
}
.astirfast-page .astirfast-session-6 .col6-right-item p {
  margin-top: 50px;
  margin-bottom: 0;
  max-width: 530px;
}
.astirfast-page .astirfast-session-6 .col6-right-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-7 {
  background-color: #f7f7f7;
}
.astirfast-page .astirfast-session-7 .col7-left-item {
  width: 40%;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-7 .col7-left-item a {
  font-family: 'Gotham-Medium', sans-serif;
}
.astirfast-page .astirfast-session-7 .col7-left-item p {
  margin-bottom: 0;
  margin-top: 20px;
}
.astirfast-page .astirfast-session-7 .col7-left-item .date-update {
  margin: 0;
}
.astirfast-page .astirfast-session-7 .col7-right-item {
  width: 60%;
}
.astirfast-page .astirfast-session-7 .col7-right-item .img7-right {
  margin-top: 50px;
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-8 {
  margin-top: 85px;
}
.astirfast-page .astirfast-session-8 .col8-left-item {
  width: 55%;
  float: right;
  padding-right: 50px;
}
.astirfast-page .astirfast-session-8 .col8-left-item .img8-left {
  font-size: 0;
  line-height: 0;
}
.astirfast-page .astirfast-session-8 .col8-right-item {
  width: 45%;
}
.astirfast-page .astirfast-session-8 .col8-right-item p {
  margin-top: 30px;
  margin-bottom: 0;
}
.astirfast-page .astirfast-session-9 {
  background-color: #f7f7f7;
  padding-top: 85px;
  padding-bottom: 85px;
}
.astirfast-page .astirfast-session-9 h2 {
  text-align: center;
}
.astirfast-page .astirfast-session-9 .astirfast_testimonials_session {
  margin-top: 50px;
}
.astirfast-page .astirfast-session-9 .block9-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item {
  width: calc(100%/3);
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 40px;
  padding: 30px;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item:last-child {
  margin-right: 0;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item .author {
  color: #f3f3f3;
  font-family: 'Gotham-Medium', sans-serif;
  margin-bottom: 0;
  text-align: right;
}
.astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
  margin: 20px 0 30px;
  min-height: 165px;
}
.astirfast-page .astirfast-session-10 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.astirfast-page .astirfast-session-10 h2,
.astirfast-page .astirfast-session-10 h3 {
  text-align: center;
}
.astirfast-page .astirfast-session-10 .list-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px -15px 0;
}
.astirfast-page .astirfast-session-10 .list-contact .content {
  width: 25%;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
  text-align: center;
}
.astirfast-page .astirfast-session-10 .list-contact .content:last-child {
  border-right: 0;
}
.astirfast-page .astirfast-session-10 .list-contact .content a {
  font-size: 27.04px;
  color: #000000;
  display: inline-block;
  margin-top: 30px;
}
.astirfast-page .astirfast-session-10 .list-contact .content a:hover {
  color: #df1e32;
}
@media (min-width: 768px) {
  .astirfast-page .astirfast-session-4 .col4-left-item {
    order: -1;
  }
  .astirfast-page .astirfast-session-6 .col6-left-item {
    order: -1;
  }
  .astirfast-page .astirfast-session-8 .col8-left-item {
    order: -1;
  }
  .page-clinic-wrapper .about-astir-story {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  .astirfast-page .astirfast-session-2 .col2-left-item,
  .astirfast-page .astirfast-session-2 .col2-right-item {
    padding: 0 15px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 35px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 40px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 35px;
  }
  .astirfast-page .page-main p {
    font-size: 25px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 35px;
  }
  .astirfast-page .banner-session .block-info-banner {
    padding: 30px 20px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 30px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 35px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 35px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 25px;
  }
  .astirfast-page .page-main p {
    font-size: 20px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 27px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 25px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
    min-height: 130px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content .image-list {
    max-width: 60%;
    margin: auto;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 15px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    padding-left: 12%;
  }
}
@media (max-width: 1023px) {
  .astirfast-page .page-main h2,
  .astirfast-page .page-main h3 {
    font-size: 20px;
  }
  .astirfast-page .page-main p {
    font-size: 15px;
  }
  .astirfast-page .banner-session h1 {
    font-size: 20px;
  }
  .astirfast-page .banner-session .block-info-banner p {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-2 .seconds {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-2 .information,
  .astirfast-page .astirfast-session-2 .call-us {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-3 h2 {
    font-size: 20px;
  }
  .astirfast-page .astirfast-session-3 .info-detail,
  .astirfast-page .astirfast-session-3 .available-on {
    font-size: 15px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item {
    margin-right: 20px;
    padding: 30px 15px;
  }
  .astirfast-page .astirfast-session-9 .block9-block .block9-item p.reviews-via-customer {
    min-height: 100px;
  }
  .astirfast-page .astirfast-session-10 .list-contact .content a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .astirfast-page .astirfast-session .container {
    display: block;
    text-align: center;
  }
  .astirfast-page .banner-session {
    padding-bottom: 20px;
  }
  .astirfast-page .banner-session .image {
    width: 90%;
    float: none;
    padding-right: 50px;
    line-height: inherit;
    font-size: inherit;
    margin: 0 auto;
  }
  .astirfast-page .banner-session .image img {
    display: block;
  }
  .astirfast-page .banner-session .block-info-banner {
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: -6px;
    position: relative;
    width: 100%;
  }
  .astirfast-page div.astirfast-session-2 {
    margin-top: 30px;
  }
  .astirfast-page div.astirfast-session-2 .col2-left-item {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .astirfast-page div.astirfast-session-2 .col2-left-item .img2-left {
    max-width: 100%;
    margin-top: 30px;
  }
  .astirfast-page div.astirfast-session-2 h2 {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-2 .col2-right-item {
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 30px 15px 0;
    margin-bottom: 0;
  }
  .astirfast-page div.astirfast-session-3 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: left;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item .info-detail,
  .astirfast-page div.astirfast-session-3 .col3-left-item .available-on {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-3 .col3-left-item .img3-left {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-3 .col3-right-item {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-4 .col4-left-item {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .astirfast-page div.astirfast-session-4 .col4-left-item .img4-left {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item p {
    margin-top: 10px;
  }
  .astirfast-page div.astirfast-session-4 .col4-right-item a {
    display: block;
  }
  .astirfast-page div.astirfast-session-5 .col5-left-item {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-5 .col5-left-item .date-update {
    margin: 0 auto;
  }
  .astirfast-page div.astirfast-session-5 .col5-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-5 .col5-right-item .img5-right {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-6 .col6-left-item {
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .astirfast-page div.astirfast-session-6 .col6-right-item {
    width: 100%;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-6 .col6-right-item p {
    margin-top: 20px;
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-7 .col7-left-item {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .astirfast-page div.astirfast-session-7 .col7-left-item p {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-7 .col7-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-8 {
    margin-top: 50px;
  }
  .astirfast-page div.astirfast-session-8 .col8-left-item {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
    float: none;
  }
  .astirfast-page div.astirfast-session-8 .col8-right-item {
    width: 100%;
  }
  .astirfast-page div.astirfast-session-8 .col8-right-item p {
    max-width: 100%;
    margin-top: 15px;
  }
  .astirfast-page div.astirfast-session-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .astirfast-page div.astirfast-session-9 .block9-block {
    display: block;
  }
  .astirfast-page div.astirfast-session-9 .block9-block .block9-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .astirfast-page div.astirfast-session-9 .block9-block .block9-item p {
    max-width: 100%;
  }
  .astirfast-page div.astirfast-session-10 {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .astirfast-page div.astirfast-session-10 .list-contact {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .astirfast-page div.astirfast-session-10 .list-contact .content {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    border-right: none;
    text-align: center;
  }
  .astirfast-page div.astirfast-session-10 .list-contact .content .image-list {
    max-width: 80%;
  }
  .astirfast-page .page-main p {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}
/* End Astir Fast Page */
/* App Page */
.astirapp-top {
  text-align: center;
}
.astirapp-top h1 {
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 10px;
}
.astirapp-top h2 {
  text-transform: uppercase;
  font-size: 40px;
}
.astirapp-top h2 span {
  color: #ef1e23;
}
.astirapp-top h4 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 34px;
  padding: 20px 0;
  font-weight: 300;
}
.astirapp-top ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.astirapp-top ul li {
  display: flex;
  align-items: center;
}
.astirapp-top ul li img {
  display: block;
  margin-right: 5px;
}
.astirapp-middle {
  text-align: center;
  padding: 30px 0;
}
.astirapp-middle h2 {
  color: #ef1e23;
  padding-bottom: 15px;
}
.astirapp-middle p {
  font-size: 30px;
  padding-bottom: 30px;
}
.astirapp-middle ul {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.astirapp-middle ul li {
  display: inline-block;
  padding: 0 5px;
}
.astirapp-middle .astirapp-product-info ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.astirapp-middle .astirapp-product-info ul li {
  display: flex;
  align-items: center;
  padding: 0;
}
.astirapp-bottom .success_submit form {
  margin-bottom: 20px;
}
.astirapp-bottom .content-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.astirapp-bottom .content-form .fieldset {
  width: 100%;
  margin-bottom: 0;
}
.astirapp-bottom .content-form input {
  height: 48px;
}
.astirapp-bottom .content-form button {
  border-radius: unset;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.astirapp-bottom .content-form .actions-toolbar .primary .action {
  margin: 0 0 0 15px;
  font-size: 18px;
  padding: 0 30px;
}
.astirapp-bottom .content-form .actions-toolbar .primary .action.noti-sent {
  background: #508b3e !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .astirapp-bottom .content-form .actions-toolbar .primary .action {
    margin: 0;
    padding: 0 20px;
  }
  .astirapp-bottom .content-form .fieldset {
    padding-right: 15px;
  }
}
.astirapp-bottom .astirapp-bottom-content {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img {
  min-width: 40%;
  max-width: 40%;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  font-family: 'Gotham-Bold', sans-serif;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3:before {
  content: '';
  background: #e42a31;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -20px;
}
.astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text p {
  font-weight: 500;
  padding-top: 20px;
  color: #000000;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .astirapp-bottom .content-form {
    width: 60%;
  }
}
.app-email-sender {
  position: relative;
  margin-bottom: 10px;
}
.app-email-sender .email-telephone input {
  height: 48px;
}
.app-email-sender .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.app-email-sender .actions-toolbar button {
  font-weight: 300;
  font-family: 'Gotham-Light', sans-serif;
  margin: 0 !important;
}
.app-email-sender .fieldset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .astirapp-page .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cms-page-view.astirapp-page .page-main {
    padding: 0;
  }
  .astirapp-top {
    text-align: center;
  }
  .astirapp-top h1 {
    font-size: 34px;
  }
  .astirapp-top h2 {
    font-size: 30px;
  }
  .astirapp-top h4 {
    margin-top: 0;
  }
  .astirapp-top ul {
    display: block;
    text-align: left;
  }
  .astirapp-middle ul {
    display: flex;
    justify-content: center;
  }
  .astirapp-middle p {
    font-size: 24px;
  }
  .astirapp-middle .astirapp-product-info ul {
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content {
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img {
    max-width: 100%;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text {
    text-align: center;
    margin-top: -50px;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .astirapp-bottom .astirapp-bottom-content .astirapp-bottom-text p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .astirapp-bottom .content-form {
    display: block;
  }
  .astirapp-bottom .content-form .fieldset {
    padding-right: 0;
    margin-bottom: 7px;
  }
  .astirapp-bottom .form {
    margin-bottom: 20px;
  }
}
/* End App Page*/
/* Cilinic page */
.page-clinic-wrapper a:hover {
  cursor: pointer;
}
.page-clinic-wrapper .footer-top {
  display: none;
}
.page-clinic-wrapper .columns .column.main {
  padding-bottom: 0;
}
.page-clinic-wrapper .page-footer {
  margin-top: 0;
  padding-top: 0;
}
.page-clinic-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-clinic-wrapper .header-banner-clinic {
  position: relative;
}
.page-clinic-wrapper .header-banner-clinic img {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.page-clinic-wrapper .header-main {
  max-width: 1640px;
  margin: 0 auto;
}
.page-clinic-wrapper .content-header {
  position: absolute;
  right: 0;
  max-width: 600px;
  margin-right: 50px;
  background: white;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0%, -50%);
}
.page-clinic-wrapper .content-header p {
  font-size: 50px;
  color: #484740;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: bold;
  line-height: 30px;
  line-height: 1.2;
}
.page-clinic-wrapper .title-clinic {
  text-align: center;
  margin-bottom: 5px;
  padding: 50px;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .title-clinic h1 {
  color: #484740;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1240px;
  margin-bottom: 20px;
}
.page-clinic-wrapper .title-clinic p {
  line-height: 32px;
  margin-top: 20px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1640px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
}
.page-clinic-wrapper .main-clinic {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 50px;
}
.page-clinic-wrapper .main-clinic .view-more {
  background: #484740;
  padding: 10px 20px;
  color: white;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}
.page-clinic-wrapper .main-clinic .view-range {
  border: 1px solid #484740;
  padding: 10px 20px;
  color: #484740;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.page-clinic-wrapper .content-row {
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  margin-bottom: 50px;
  min-height: 350px;
  position: relative;
}
.page-clinic-wrapper .content-row .left-product-clinic {
  width: 50%;
  padding: 40px;
}
.page-clinic-wrapper .content-row .left-product-clinic h2 {
  font-family: 'Gotham-Book', sans-serif;
  color: #484740;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
}
.page-clinic-wrapper .content-row .left-product-clinic .list-infor {
  display: flex;
}
.page-clinic-wrapper .content-row .left-product-clinic ul {
  width: calc(100%/3);
  padding: 10px 0 0 20px;
  margin-right: 50px;
}
.page-clinic-wrapper .content-row .left-product-clinic ul li {
  margin-bottom: 0;
}
.page-clinic-wrapper .content-row .left-product-clinic ul li a {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1.52;
  margin-top: 0;
}
.page-clinic-wrapper .content-row .right-image-product {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-clinic-wrapper .content-row .right-image-product img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .product-row {
  display: flex;
  justify-content: space-between;
}
.page-clinic-wrapper .product-row .left-product,
.page-clinic-wrapper .product-row .right-product {
  display: flex;
  background: #f3f3f3;
  width: 48%;
}
.page-clinic-wrapper .product-row .content-product {
  text-align: left;
  padding: 70px 0px 40px 40px;
  width: 50%;
}
.page-clinic-wrapper .product-row .information-product {
  min-height: 170px;
  margin-bottom: 20px;
}
.page-clinic-wrapper .product-row .information-product h2 {
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
}
.page-clinic-wrapper .product-row p {
  margin-top: 20px;
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
}
.page-clinic-wrapper .product-row .btn-view {
  display: inline-grid;
}
.page-clinic-wrapper .product-row .btn-view a {
  margin-bottom: 15px;
  text-align: center;
}
.page-clinic-wrapper .product-row .image-product {
  width: 50%;
  text-align: right;
}
.page-clinic-wrapper .question-clinic {
  padding: 50px 40px;
  -webkit-box-shadow: 0px 2px 10px 0px #eeeeee;
  -moz-box-shadow: 0px 2px 10px 0px #eeeeee;
  box-shadow: 0px 2px 10px 0px #eeeeee;
  margin-top: 50px;
}
.page-clinic-wrapper .question-clinic h2 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
.page-clinic-wrapper .question-clinic .header-content {
  text-align: center;
  padding-bottom: 40px;
}
.page-clinic-wrapper .question-clinic .header-content p {
  margin: 0 auto;
  max-width: 1240px;
  font-family: 'Gotham-Light', sans-serif;
  color: #000000;
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.4;
}
.page-clinic-wrapper .content-form {
  display: flex;
  justify-content: space-between;
}
.page-clinic-wrapper .content-form form {
  width: 100%;
}
.page-clinic-wrapper .content-form input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #bbbbbb;
  font-family: 'Gotham-Light', sans-serif;
  height: 48px;
}
.page-clinic-wrapper .content-form .fieldset {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .page-clinic-wrapper .content-form .fieldset.action-field {
    margin-left: 35px;
  }
}
.page-clinic-wrapper .content-form .fieldset.action-field .recaptchaField > div {
  width: 100% !important;
}
.page-clinic-wrapper .content-form .fieldset.action-field input {
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  height: 48px;
  padding: 0px 20px;
  border: 0;
  background-color: #eb2228;
  vertical-align: middle;
  -webkit-appearance: button;
  -webkit-border-fit: border;
  transition: 0.3s;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-transform: uppercase;
}
.page-clinic-wrapper .content-form .field {
  margin-bottom: 15px;
}
.page-clinic-wrapper .content-form .field input {
  margin: 0;
}
.page-clinic-wrapper .content-form .field input.validate-phone {
  padding-left: 20px !important;
}
.page-clinic-wrapper .content-form .field textarea {
  margin-top: 0;
  font-size: 18px;
  resize: none;
}
.page-clinic-wrapper .content-form textarea {
  min-height: 112px;
  border-radius: 3px;
}
.page-clinic-wrapper .content-form .actions-toolbar {
  margin-top: 20px;
}
.page-clinic-wrapper .content-form .actions-toolbar,
.page-clinic-wrapper .content-form .primary,
.page-clinic-wrapper .content-form .submit {
  width: 100%;
  font-size: 20px;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .digital-clinic-content {
  background-image: linear-gradient(to left, rgba(1, 1, 0, 0.75), #010101);
}
.page-clinic-wrapper .digital-word {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.page-clinic-wrapper .digital-word .content-digital {
  margin-top: 30px;
}
.page-clinic-wrapper .digital-word .content-digital h2 {
  margin-bottom: 20px;
}
.page-clinic-wrapper .digital-word .left-digital {
  width: 50%;
  padding-bottom: 60px;
}
.page-clinic-wrapper .digital-word .left-digital h2 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 40px;
  line-height: 45px;
  max-width: 400px;
  color: #ffffff;
  font-weight: 350;
}
.page-clinic-wrapper .digital-word .left-digital h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 350;
  margin-bottom: 30px;
}
.page-clinic-wrapper .digital-word .left-digital p {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 30px;
}
.page-clinic-wrapper .digital-word .right-img {
  width: 50%;
}
.page-clinic-wrapper .digital-word .app-footer {
  display: flex;
  margin-top: 30px;
}
.page-clinic-wrapper .digital-word .app-footer p {
  padding-top: 10px;
  padding-right: 30px;
}
.page-clinic-wrapper .digital-word .app-footer a {
  padding-left: 10px;
}
.page-clinic-wrapper .ordering-portal {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}
.page-clinic-wrapper .ordering-portal .content {
  width: 48%;
}
.page-clinic-wrapper .ordering-portal .content h2 {
  text-transform: uppercase;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 40px;
  max-width: 600px;
  line-height: 1.2;
}
.page-clinic-wrapper .ordering-portal .content ul {
  padding-left: 20px;
  margin-top: 20px;
}
.page-clinic-wrapper .ordering-portal .content ul li {
  margin-bottom: 30px;
}
.page-clinic-wrapper .ordering-portal .content ul a {
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .ordering-portal .right-image-order {
  width: 48%;
}
.page-clinic-wrapper .service-clinic {
  background: #363637;
  margin-top: -7px;
}
.page-clinic-wrapper .service-clinic h2,
.page-clinic-wrapper .service-clinic p {
  color: #ffffff;
}
.page-clinic-wrapper .service-clinic .our-service {
  max-width: 1640px;
  margin: auto;
  padding: 70px 20px;
}
.page-clinic-wrapper .service-clinic .our-service .title-service {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.page-clinic-wrapper .service-clinic .our-service .title-service h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.page-clinic-wrapper .service-clinic .our-service .title-service p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 20px;
}
.page-clinic-wrapper .service-clinic .list-service,
.page-clinic-wrapper .service-clinic .list-service-two {
  display: flex;
  margin-bottom: 30px;
}
.page-clinic-wrapper .service-clinic .list-service .col-service,
.page-clinic-wrapper .service-clinic .list-service-two .col-service {
  width: calc(100%/8);
  text-align: center;
}
.page-clinic-wrapper .service-clinic .list-service p,
.page-clinic-wrapper .service-clinic .list-service-two p {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.2;
}
.page-clinic-wrapper .service-clinic .list-service-two {
  justify-content: center;
}
.page-clinic-wrapper .sales-service {
  background: #cf3a38;
  padding: 70px 0px 0px 0px;
}
.page-clinic-wrapper .sales-content {
  text-align: center;
}
.page-clinic-wrapper .sales-content h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
}
.page-clinic-wrapper .sales-content p {
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.4;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-clinic-wrapper .sales-content a {
  padding: 10px 20px;
  color: #c22429;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  background: white;
  font-size: 20px;
  text-transform: capitalize;
}
.page-clinic-wrapper .img-sales {
  margin-top: 80px;
}
.page-clinic-wrapper .insprirations-practice {
  display: flex;
  max-width: 1640px;
  margin: auto;
  padding: 70px 0 0;
  justify-content: space-between;
}
.page-clinic-wrapper .insprirations-practice .images-practice {
  width: 48%;
  text-align: center;
}
.page-clinic-wrapper .insprirations-practice .right-content {
  padding-top: 60px;
  width: 48%;
}
.page-clinic-wrapper .insprirations-practice .right-content h2 {
  color: #484740;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  max-width: 450px;
}
.page-clinic-wrapper .insprirations-practice .right-content p {
  color: black;
  font-family: 'Gotham-Light', sans-serif;
  max-width: 700px;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .insprirations-practice .futured {
  display: flex;
  margin-top: 120px;
}
.page-clinic-wrapper .insprirations-practice .futured img {
  width: 50%;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content {
  width: 50%;
  background: #cf3a38;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content img {
  width: 36px;
  height: 35px;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content p {
  color: #ffffff;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.page-clinic-wrapper .insprirations-practice .futured .future-content h3 {
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.4;
}
.page-clinic-wrapper .people-behind {
  margin-top: -7px;
}
.page-clinic-wrapper .people-behind .background-header-clinic {
  max-width: 100%;
  margin: auto;
  padding-bottom: 0;
  background: #f7f7f7;
  position: relative;
  text-align: center;
}
.page-clinic-wrapper .people-behind img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .people-behind .header-text {
  text-align: center;
  width: 100%;
  padding-top: 70px;
}
.page-clinic-wrapper .people-behind .header-text h3 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-clinic-wrapper .people-behind .header-text p {
  color: #000000;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .people-behind .click-here {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-clinic-wrapper .people-behind .click-here a {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.22;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
}
.page-clinic-wrapper .customer-saying {
  background: #363637;
  margin-top: -10px;
  padding: 70px 20px 80px 20px;
}
.page-clinic-wrapper .customer-saying h2 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
}
.page-clinic-wrapper .customer-saying p {
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos {
  display: flex;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail {
  width: calc(100%/3);
  padding-right: 30px;
}
.page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail.last-child {
  margin-right: 0;
}
.page-clinic-wrapper .training-essential {
  max-width: 1640px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
}
.page-clinic-wrapper .training-essential .content-left {
  width: 50%;
  position: relative;
  max-width: 660px;
}
.page-clinic-wrapper .training-essential .content-training {
  position: absolute;
  top: 20%;
}
.page-clinic-wrapper .training-essential .content-training h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  max-width: 290px;
  line-height: 1.2;
}
.page-clinic-wrapper .training-essential .content-training p {
  color: #000000;
  font-weight: 600;
  margin-top: 30px;
  padding-right: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}
.page-clinic-wrapper .training-essential .content-training .view-more {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 20px;
  display: inline-block;
}
.page-clinic-wrapper .training-essential .images-training {
  width: 50%;
}
.page-clinic-wrapper .partnership-clinic {
  background: #f0f0f0;
  padding: 70px 0 0;
}
.page-clinic-wrapper .partnership-clinic .title-partner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.page-clinic-wrapper .partnership-clinic h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Gotham-Bold', sans-serif;
  line-height: 1.2;
  color: #484740;
}
.page-clinic-wrapper .partnership-clinic p {
  color: #000000;
  margin-top: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Gotham-Light', sans-serif;
}
.page-clinic-wrapper .partnership-clinic p.author {
  font-family: 'Gotham-Light', sans-serif;
  color: #484740;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
}
.page-clinic-wrapper .partnership-clinic .images-partnership {
  text-align: center;
}
.page-clinic-wrapper .partnership-clinic .images-partnership img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .wrapper-contact-us {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.page-clinic-wrapper .conference-trader {
  background: #f0f0f0;
}
.page-clinic-wrapper .conference-trader .main-conference {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-clinic-wrapper .conference-trader .left-content {
  padding: 40px;
  width: 50%;
}
.page-clinic-wrapper .conference-trader .left-content h2 {
  text-transform: uppercase;
  color: #484740;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-clinic-wrapper .conference-trader .left-content p {
  color: #000000;
  margin-top: 20px;
  font-weight: 600;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.page-clinic-wrapper .conference-trader .right-img {
  width: 50%;
  text-align: right;
}
.page-clinic-wrapper .conference-trader .right-img img {
  margin-bottom: -7px;
}
.page-clinic-wrapper .conference-trader .click-here {
  padding: 10px 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  background: #363637;
  font-size: 20px;
  text-transform: capitalize;
}
.wrapper-brand-protection .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-brand-protection .page-footer {
  margin-top: 0;
  padding-top: 0;
}
.wrapper-brand-protection .page-footer .footer-top {
  display: none;
}
.wrapper-brand-protection .column.main {
  padding-bottom: 0;
}
.wrapper-brand-protection .brand-astir {
  width: 100%;
}
.wrapper-brand-protection .brand-astir p a {
  color: #e42a31;
}
.wrapper-brand-protection .brand-protection-title {
  color: #e42a31;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 7.2px;
  text-align: center;
  text-transform: capitalize;
}
.wrapper-brand-protection .brand-protection {
  background: #e9e9e9;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.wrapper-brand-protection .brand-protection .brand-protection-left {
  width: 66.66667%;
  background: inherit;
  position: relative;
}
.wrapper-brand-protection .brand-protection .brand-protection-left .brand-protection-head {
  padding: 32px 24px;
}
.wrapper-brand-protection .brand-protection .brand-protection-livechat {
  color: #ababaa;
  line-height: 20px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  padding-top: 8px;
  text-align: center;
}
.wrapper-brand-protection .brand-protection .brand-protection-livechat h1 {
  color: #e42a31;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 7.2px;
  text-align: center;
  text-transform: capitalize;
}
.wrapper-brand-protection .brand-protection .brand-protection-body {
  padding: 0px 64px 50px 64px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body h3 {
  margin: 52px 0 25px 0;
  text-transform: capitalize;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.wrapper-brand-protection .brand-protection .brand-protection-body p {
  color: #484b4e;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body ul {
  position: relative;
  left: -25px;
}
.wrapper-brand-protection .brand-protection .brand-protection-body ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  background: url(../../frontend/YesMed/default/en_AU/images/red-tick.png) no-repeat 2px 10px;
  padding-left: 25px;
  list-style: none;
  margin-left: 0 !important;
  line-height: 32px !important;
}
.wrapper-brand-protection .brand-protection .brand-protection-right {
  width: 33.33333%;
  text-align: right;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image {
  position: relative;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image img {
  width: 100%;
  height: 100%;
}
.wrapper-brand-protection .brand-protection .brand-protection-right .block-image p {
  position: absolute;
  top: 50%;
  font-size: 28px !important;
  color: #ffffff !important;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.wrapper-qantas .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
.wrapper-qantas .footer-top {
  display: none;
}
.wrapper-qantas .qantas-page-wrapper .qantas-head-banner {
  padding: 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.wrapper-qantas .qantas-page-wrapper .qantas-head-banner img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  max-width: 950px;
  width: 100%;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content h1 {
  color: #ffffff;
  text-transform: inherit;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content p.text-thin {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
  font-style: inherit;
  margin-top: 40px;
  margin-bottom: 25px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  font-style: inherit;
  line-height: 34px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn {
  border: none;
  color: #ffffff;
  box-shadow: none;
  padding: 10px 20px;
  background-color: #ff272b;
  text-transform: uppercase;
  line-height: unset;
  margin-top: 20px;
}
.wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  text-align: center;
  font-family: 'Gotham-Light', sans-serif;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block {
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .qantas-intro-title {
  color: #212121;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: inherit;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
  display: flex;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left {
  margin-right: 30px;
  width: calc(60% - 15px);
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
  background: #f2f1f4;
  padding: 30px 20px 20px;
  width: 40%;
  text-align: center;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right strong {
  font-size: 26px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .illustrative-figure {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .dollar-icon {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
  margin: 0;
  font-style: normal;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .dollar-icon span {
  background: url(../../frontend/YesMed/default/en_AU/images/1-dollar-icon-1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 155px;
  width: 156px;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  align-items: center;
  color: #212121;
  padding-left: 10px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right li {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
  margin: 0;
  font-style: normal;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .qantas-points {
  display: flex;
  line-height: 20px;
  font-size: 60px;
  font-weight: bold;
  align-items: center;
  color: #212121;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .qantas-points span {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-left: 10px;
  line-height: 24px;
  text-align: left;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right p.figure-caption {
  color: #212121;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 35px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .sign-up-now-btn {
  background-color: #ff272b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note {
  margin: 50px 0;
  background: #f2f1f4;
  padding: 50px 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container {
  max-width: 1600px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title {
  width: 40%;
  color: #212121;
  text-align: center;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title h2 {
  text-align: left;
  color: #212121 !important;
  font-weight: bold;
  text-transform: inherit;
  font-size: 40px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin: 0;
  margin-bottom: 0.5em;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right {
  width: 60%;
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  color: #212121;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ff272b;
  position: absolute;
  left: 0;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points {
  text-align: center;
  padding-bottom: 50px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .container {
  max-width: 1600px !important;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h2 {
  color: #212121 !important;
  font-weight: bold;
  text-transform: inherit;
  font-size: 40px;
  padding-bottom: 30px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  list-style: none !important;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h4 {
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #212121;
  padding-top: 20px;
  font-size: 20px;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content p {
  color: #212121 !important;
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 300;
}
.wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content .qantas-points-bottom {
  color: #212121 !important;
  font-style: inherit !important;
  font-size: 18px !important;
  line-height: 28px;
  padding-top: 20px;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section {
  max-width: 1600px !important;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.wrapper-qantas .qantas-page-wrapper .bottom-section-content ul {
  list-style: none !important;
  padding-left: 0;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form {
  margin-bottom: 100px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form form {
  background: #e5e5e5;
  padding-bottom: 20px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .qantas-form-top {
  -webkit-box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 19px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  border-bottom: 9px solid #ff272b;
  margin-bottom: 30px;
  background: #ffffff;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form h2 {
  color: #212121;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1.3px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form small {
  font-size: 18px;
  color: #212121;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 0 30px;
  border: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow input,
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow select {
  height: 47px;
  width: 100%;
  margin-top: 0 !important;
  border: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormErrorMessage {
  display: none;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow {
  padding: 0 15px;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form #qantas-signup-form fieldset .vboutEmbedFormRow {
  padding: 0 15px;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .vboutEmbedFormRow.sumbit {
  clear: left;
  width: auto !important;
}
.wrapper-qantas .qantas-page-wrapper #qantas-signup-form .vboutEmbedFormRow.sumbit input {
  color: #ffffff;
  background: #ff272b;
  padding: 0 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.cms-page-view .modal-popup .modal-header {
  padding: 10px;
}
.cms-page-view .header.modal-header {
  padding: 10px;
}
.cms-page-view button.action-close {
  height: 25px;
}
.cms-page-view .modal-content {
  padding: 0;
}
.cms-page-view .modal-popup .modal-content {
  padding: 0;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  width: 33%;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  width: 40%;
  position: relative;
  background-color: #fefefe;
  margin: 2% auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 15px;
}
.cms-page-view .response-modal-content h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42a31;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.cms-page-view .response-modal-content .success {
  color: green;
  font-weight: bold;
  text-align: left;
}
.cms-page-view .response-modal-content .error {
  color: #eb2027;
  font-weight: bold;
  text-align: left;
}
.cms-page-view .response-modal-content .content > div:last-child {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  width: 40%;
}
.cms-page-view .close-modal-response {
  color: #aaa;
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  z-index: 99;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .page-clinic-wrapper .product-row .left-product,
  .page-clinic-wrapper .product-row .right-product {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
    width: 100%;
    padding: 0 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left,
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-brand-protection .brand-protection-title {
    letter-spacing: 5.2px;
  }
  .wrapper-brand-protection .brand-protection {
    display: inline-block;
  }
  .wrapper-brand-protection .brand-protection .brand-protection-body {
    padding: 0px 20px 50px 20px;
  }
  .wrapper-brand-protection .brand-protection .brand-protection-left,
  .wrapper-brand-protection .brand-protection .brand-protection-right {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-head-banner img {
    height: 400px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content {
    width: 100%;
    padding: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content p.text-thin {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper .qantas-banner-content .sign-up-now-btn {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .qantas-intro-title {
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper {
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.left {
    width: 100%;
    margin-right: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .illustrative-figure {
    display: none;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .intro-content-block.right .figure-caption {
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 20px !important;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .red-promo-box {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-block .intro-wrapper .red-promo-box a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note-content {
    display: block !important;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title {
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-title h2 {
    text-align: center;
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-intro-note .intro-note.container .intro-note-right::before {
    display: none;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h2 {
    font-size: 20px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul {
    padding-left: 0;
    display: block;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul img {
    width: 100px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content ul li {
    margin-bottom: 30px;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content h4 {
    margin-top: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-point-content p {
    font-size: 14px !important;
  }
  .wrapper-qantas .qantas-page-wrapper #section-qantas-points .qantas-points-bottom {
    font-size: 14px !important;
    margin-top: 0;
    padding-top: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form small {
    font-size: 16px;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset {
    margin: 0;
    padding: 0;
  }
  .wrapper-qantas .qantas-page-wrapper #qantas-signup-form fieldset .vboutEmbedFormRow {
    padding: 0 15px;
    width: 100%;
  }
  .wrapper-qantas .qantas-page-wrapper #bottom-section li {
    font-size: 14px;
  }
  .cms-page-view .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 30%;
  }
  .reviews-wrapper .reviews-page h1 {
    font-size: 18px;
    padding-bottom: 0;
  }
}
/* Review Page */
.reviews-page h1 {
  padding: 25px 0;
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42a31;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}
.reviews-page .testimonialsOfcustomer {
  padding-top: 50px;
}
.reviews-page .testimonialsOfcustomer ul {
  padding-left: 0;
}
.reviews-page .testimonialsOfcustomer li {
  list-style-type: none;
}
.reviews-page .testimonialsOfcustomer h5 {
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.reviews-wrapper .footer-top {
  display: none;
}
.astir-app-desktop .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.astir-app-desktop .footer-top {
  display: none;
}
.astir-app-desktop .page-footer {
  padding-top: 0;
  margin-top: 0;
}
.astir-app-desktop .column.main {
  padding-bottom: 0;
}
.app-page .header-app {
  background: url('../../frontend/YesMed/default/en_AU/images/bg-app-top.jpg') no-repeat;
}
.app-page .header-main-content {
  margin: 0 auto;
  text-align: center;
  max-width: 1140px;
}
.app-page .header-main-content .download-now {
  margin-top: 50px;
}
.app-page .header-main-content .download-now .link-download {
  margin-top: 50px;
}
.app-page .header-main-content .download-now .link-download img {
  width: 50px;
  height: 50px;
}
.app-page .header-main-content .download-now a.windown {
  position: relative;
}
.app-page .header-main-content .download-now a.windown:before {
  content: '';
  position: absolute;
  background-image: url('../../frontend/YesMed/default/en_AU/images/windows.png');
  background-repeat: no-repeat;
  top: 50%;
  left: 35px;
  width: 52px;
  height: 52px;
  background-size: 52px;
  transform: translateY(-50%);
}
.app-page .header-main-content .download-now a.mac {
  position: relative;
}
.app-page .header-main-content .download-now a.mac:before {
  content: '';
  position: absolute;
  background-image: url('../../frontend/YesMed/default/en_AU/images/os.png');
  background-repeat: no-repeat;
  top: 9px;
  left: 32px;
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.app-page .header-main-content .download-now a.linux {
  position: relative;
}
.app-page .header-main-content .download-now a.linux:before {
  content: '';
  position: absolute;
  background-image: url('../../frontend/YesMed/default/en_AU/images/linux.png');
  background-repeat: no-repeat;
  top: 50%;
  left: 35px;
  width: 50px;
  height: 58px;
  background-size: 58px;
  transform: translateY(-50%);
}
.app-page .header-main-content .download-now a {
  font-weight: 350;
  background: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  color: #484740;
  border-radius: 50px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
}
.app-page .header-main-content .download-now a:last-child {
  margin-right: 0;
}
.app-page .header-main-content .download-now a:after {
  content: '';
  position: absolute;
  top: 24px;
  right: 0;
  padding-left: 30px;
  width: 25px;
  height: 31px;
  background-image: url(../../frontend/YesMed/default/en_AU/images/arrow_download.PNG);
  background-repeat: no-repeat;
}
.app-page .content-header h1 {
  font-family: 'Gotham-Light', sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}
.app-page .content-header p {
  margin: 20px 0;
  font-style: italic;
}
.app-page p {
  font-weight: 600;
  color: #636363;
}
.app-page h2 {
  text-transform: uppercase;
  font-family: 'Gotham-Light', sans-serif;
}
.app-page .main-app {
  max-width: 100%;
  padding: 0 20px 50px;
  margin: 0 auto;
  display: flex;
}
.app-page .main-app .content-right {
  position: relative;
}
.app-page .main-app .content-right .main-right-content p {
  color: #000000;
}
.app-page .footer-app {
  background-image: url('../../frontend/YesMed/default/en_AU/images/background-app-footer.png');
}
.app-page .main-footer-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.app-page .main-footer-content .content-left {
  color: #ffffff;
}
.app-page .main-footer-content .content-left h2 {
  color: #ffffff;
}
.app-page .main-footer-content .content-left p {
  color: #ffffff;
  max-width: 800px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .app-page .main-app,
  .app-page .main-footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .app-page .main-app,
  .app-page .main-footer-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.app-desktop-download .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.app-desktop-download .footer-top {
  display: none;
}
.thanks-download .header-download {
  padding: 207px 20px 52px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #f3f4f5 0% 0% no-repeat padding-box;
}
.thanks-download .header-download:after {
  content: '';
  display: block;
  background: #000000 0 0% 0% no-repeat padding-box;
  border: 1px solid #bfbfbf;
  opacity: 0.45;
  filter: blur(4px);
  top: 70%;
  position: absolute;
  left: 0;
  /* z-index: 100; */
  width: 100%;
}
.thanks-download .download-content {
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
  padding-bottom: 188px;
}
.thanks-download .download-content .logo-download {
  font-size: 80px;
  border: 1px solid #c6c6c6;
  padding: 20px 26px;
  border-radius: 50%;
  color: black;
  word-spacing: -1em;
}
.thanks-download .download-content .logo-small {
  font-size: 40px;
  padding: 0 8px;
  word-spacing: -1em;
}
.thanks-download .download-content h2 {
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 20px;
  color: #104470;
  position: relative;
}
.thanks-download .download-content h2:after {
  content: '';
  width: 331px;
  max-width: 74%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
}
.thanks-download .download-content p {
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  color: #636363;
}
.thanks-download .download-content p a {
  text-transform: uppercase;
  font-weight: 300;
}
.thanks-download .download-content p a.yesmed-color-blue {
  font-weight: 400;
  text-transform: none;
  color: #104470;
}
.thanks-download .download-content p a.yesmed-color-blue:visited {
  color: inherit;
}
.thanks-download .download-content p a.yesmed-color-blue:active,
.thanks-download .download-content p a.yesmed-color-blue:hover {
  color: inherit;
}
.thanks-download .download-content .icon-window {
  max-width: 107px;
}
.thanks-download .icon-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 40px;
  color: #a6cb7f;
  word-spacing: -1em;
}
.thanks-download .icon-bottom a {
  color: inherit;
}
.thanks-download .icon-bottom a:visited {
  color: inherit;
}
.thanks-download .icon-bottom a:active,
.thanks-download .icon-bottom a:hover {
  color: #104470;
}
.thanks-download .icon-dropdown:before {
  content: '';
  background: url(../../frontend/YesMed/default/en_AU/images/icon_dropdown.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
}
.thanks-download .section-second {
  padding-top: 44px;
}
.thanks-download .section-header {
  margin-bottom: 50px;
}
.thanks-download .section-header h3 {
  text-transform: uppercase;
  text-align: center;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}
.thanks-download .section-header p {
  color: #000000;
  line-height: 1.4;
  font-style: normal;
  margin: 0 auto;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
}
.thanks-download .step-install {
  margin-top: 50px;
  position: relative;
  max-width: 1656px;
  margin: 0 auto;
}
.thanks-download .step-install:before {
  content: '';
  width: 63%;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1, #5db2e1, #5db2e1, #4792c4, #2a669d, #1f568f, #659850, #aac853, #eae67c);
  height: 2px;
}
.thanks-download .step-install .step {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
  padding: 0 20px;
}
.thanks-download .step-install .step img {
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 107px;
}
.thanks-download .step-install .step h4 {
  color: #104470;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  margin: 0 auto;
  margin-bottom: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-size: 25px;
  line-height: 1.4;
}
.thanks-download .step-install .step p {
  color: #000000;
  line-height: 1.5;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
.thanks-download .step-install .step .step-contain {
  min-height: 390px;
  box-shadow: 3.178px 6.237px 8.5px rgba(0, 0, 0, 0.16);
  padding: 70px 18px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .page-clinic-wrapper .title-clinic p {
    font-size: 30px;
  }
  .page-clinic-wrapper .main-clinic .view-more {
    font-size: 20px;
  }
  .page-clinic-wrapper .product-row .image-product img {
    height: 100%;
  }
  .page-clinic-wrapper .question-clinic .header-content p {
    font-size: 30px;
  }
  .page-clinic-wrapper .left-digital h3 {
    line-height: 1.2px;
    font-size: 40px;
  }
  .page-clinic-wrapper .left-digital p {
    font-size: 30px;
  }
  .page-clinic-wrapper .digital-word .right-img {
    position: relative;
  }
  .page-clinic-wrapper .digital-word .right-img .images-content {
    position: absolute;
    bottom: 0;
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-clinic-wrapper .title-clinic p {
    font-size: 30px;
  }
  .page-clinic-wrapper .content-header {
    max-width: 400px;
  }
  .page-clinic-wrapper .content-header p {
    font-size: 30px;
  }
  .page-clinic-wrapper .content-row {
    display: block;
  }
  .page-clinic-wrapper .content-row .right-image-product {
    width: 100%;
  }
  .page-clinic-wrapper .content-row .right-image-product img {
    width: 100%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic {
    width: 100%;
  }
  .page-clinic-wrapper .question-clinic .header-content p {
    font-size: 30px;
  }
  .page-clinic-wrapper .digital-word .left-digital p {
    font-size: 20px;
  }
  .page-clinic-wrapper .service-clinic {
    margin-top: 30px;
  }
  .page-clinic-wrapper .insprirations-practice {
    display: grid;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content h2 {
    max-width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
    width: 100%;
  }
  .page-clinic-wrapper .training-essential .content-training {
    top: 0;
  }
  .app-page .main-app .main-right-content {
    transform: none !important;
    padding: 0 !important;
    top: 0 !important;
    position: relative !important;
  }
  .app-page .main-app .content-right {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  /*
    Clinic-setup
*/
  .page-clinic-wrapper input {
    font-size: 14px;
  }
  .page-clinic-wrapper .right-image-product {
    text-align: right;
  }
  .page-clinic-wrapper .content-row {
    display: inline-block;
    max-height: 100%;
    width: 100%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic {
    width: 100%;
    padding: 20px;
    background: #f3f3f3;
  }
  .page-clinic-wrapper .content-row .left-product-clinic .list-infor {
    flex-wrap: wrap;
  }
  .page-clinic-wrapper .content-row .left-product-clinic ul {
    margin-right: 0;
    width: 50%;
  }
  .page-clinic-wrapper .content-row .left-product-clinic ul li a {
    font-size: 14px;
  }
  .page-clinic-wrapper h2 {
    font-size: 18px !important;
    line-height: 24px;
    max-width: 100% !important;
  }
  .page-clinic-wrapper p {
    font-size: 14px;
  }
  .page-clinic-wrapper .title-clinic {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .title-clinic h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .page-clinic-wrapper .digital-clinic-content {
    max-height: 100%;
  }
  .page-clinic-wrapper .digital-word {
    display: inline-grid;
    text-align: center;
  }
  .page-clinic-wrapper .digital-word .left-digital {
    width: 100%;
    padding-bottom: 0;
  }
  .page-clinic-wrapper .digital-word .right-img {
    background: black;
    padding-top: 40px;
    width: 100%;
  }
  .page-clinic-wrapper .digital-word .right-img img {
    height: auto;
  }
  .page-clinic-wrapper .digital-word .content-digital {
    margin-top: 20px;
  }
  .page-clinic-wrapper .digital-word .app-footer {
    display: inline;
    margin-top: 20px;
  }
  .page-clinic-wrapper .digital-word .app-footer p {
    padding-right: 0;
  }
  .page-clinic-wrapper .digital-word .right-img {
    text-align: center;
  }
  .page-clinic-wrapper .question-clinic {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .content-form {
    display: inline;
  }
  .page-clinic-wrapper .content-form .fieldset {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-clinic-wrapper .ordering-portal {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
  }
  .page-clinic-wrapper .ordering-portal .right-image-order {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .page-clinic-wrapper .ordering-portal .content {
    width: 100%;
    order: 0;
    padding-top: 20px;
  }
  .page-clinic-wrapper .ordering-portal .content ul li {
    margin-bottom: 0;
  }
  .page-clinic-wrapper .ordering-portal .content ul li a {
    font-size: 14px;
  }
  .page-clinic-wrapper .service-clinic {
    margin-top: 0;
    background: none;
  }
  .page-clinic-wrapper .service-clinic .our-service {
    padding: 50px 20px;
  }
  .page-clinic-wrapper .service-clinic .our-service .title-service {
    display: none;
  }
  .page-clinic-wrapper .service-clinic .our-service .title-service p {
    font-size: 14px;
  }
  .page-clinic-wrapper .service-clinic .list-service,
  .page-clinic-wrapper .service-clinic .list-service-two {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-clinic-wrapper .service-clinic .list-service p,
  .page-clinic-wrapper .service-clinic .list-service-two p {
    font-size: 14px;
    color: #484b4e;
  }
  .page-clinic-wrapper .service-clinic .list-service .col-service,
  .page-clinic-wrapper .service-clinic .list-service-two .col-service {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .sales-service {
    padding: 50px 20px 0 20px;
  }
  .page-clinic-wrapper .insprirations-practice {
    padding: 30px 20px;
    display: block;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .images-practice img {
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    margin-top: 50px;
    text-align: center;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    max-width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .right-content h2 {
    max-width: 100%;
  }
  .page-clinic-wrapper .people-behind .background-header-clinic {
    padding: 20px 20px 0 20px;
  }
  .page-clinic-wrapper .people-behind .header-text h3 {
    font-size: 18px;
  }
  .page-clinic-wrapper .people-behind .header-text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .page-clinic-wrapper .people-behind .click-here {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-clinic-wrapper .people-behind .click-here a {
    padding: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .page-clinic-wrapper .training-essential {
    display: inline-block;
    padding: 40px 0px 0 0px;
  }
  .page-clinic-wrapper .training-essential .content-left {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .training-essential .content-training {
    position: relative;
    text-align: center;
  }
  .page-clinic-wrapper .training-essential .content-training p {
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
  }
  .page-clinic-wrapper .training-essential .content-training h2 {
    max-width: 100% !important;
  }
  .page-clinic-wrapper .training-essential .images-training {
    width: 100%;
  }
  .page-clinic-wrapper .training-essential .images-training img {
    width: 100%;
  }
  .page-clinic-wrapper .partnership-clinic {
    padding: 30px 20px 0 20px;
  }
  .page-clinic-wrapper .partnership-clinic p.author {
    font-size: 18px;
  }
  .page-clinic-wrapper .partnership-clinic p {
    font-size: 14px;
  }
  .page-clinic-wrapper .product-row {
    flex-wrap: wrap;
  }
  .page-clinic-wrapper .product-row p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .page-clinic-wrapper .product-row .content-product,
  .page-clinic-wrapper .product-row .image-product {
    width: 50%;
  }
  .page-clinic-wrapper .product-row .btn-view a {
    font-size: 14px;
  }
  .page-clinic-wrapper .product-row .content-product {
    padding: 70px 10px 0px 20px;
    position: relative;
  }
  .page-clinic-wrapper .product-row .left-product,
  .page-clinic-wrapper .product-row .right-product {
    max-height: 100%;
    width: 100%;
  }
  .page-clinic-wrapper .product-row .left-product {
    margin-bottom: 30px;
  }
  .page-clinic-wrapper .product-row .image-product {
    text-align: right;
  }
  .page-clinic-wrapper .product-row .information-product p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .page-clinic-wrapper .insprirations-practice .futured {
    flex-wrap: wrap;
    margin-top: 30px;
    display: grid;
  }
  .page-clinic-wrapper .insprirations-practice .futured img {
    width: 100%;
    object-fit: cover;
  }
  .page-clinic-wrapper .insprirations-practice .futured .future-content {
    max-width: 100%;
    padding: 20px;
    width: 100%;
  }
  .page-clinic-wrapper .insprirations-practice .futured .future-content h3,
  .page-clinic-wrapper .insprirations-practice .futured .future-content p {
    font-size: 14px !important;
  }
  .page-clinic-wrapper .insprirations-practice .right-content {
    width: 100%;
    padding-top: 0;
  }
  .page-clinic-wrapper .insprirations-practice .right-content p {
    font-size: 14px;
  }
  .page-clinic-wrapper .wrapper-contact-us .map-office-contact {
    margin: 30px 0;
  }
  .page-clinic-wrapper .content-header {
    max-width: 200px;
    padding: 10px;
    margin-right: 30px;
    height: auto;
    width: 100%;
  }
  .page-clinic-wrapper .content-header p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .page-clinic-wrapper .customer-saying {
    padding: 50px 20px 50px 20px;
  }
  .page-clinic-wrapper .customer-saying .list-video {
    display: block;
  }
  .page-clinic-wrapper .customer-saying .list-video .video-detail {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-clinic-wrapper .customer-saying p {
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader {
    display: inline-block;
    padding: 30px 0 0;
  }
  .page-clinic-wrapper .conference-trader .click-here {
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader .left-content {
    padding: 20px 20px 50px 20px;
    width: 100%;
    text-align: center;
  }
  .page-clinic-wrapper .conference-trader .left-content p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page-clinic-wrapper .conference-trader .right-img {
    width: 100%;
  }
  .page-clinic-wrapper .conference-trader .right-img img {
    width: 100%;
    object-fit: cover;
  }
  .page-clinic-wrapper .sales-content p,
  .page-clinic-wrapper .sales-content a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .app-page .main-app {
    display: grid;
  }
  .page-clinic-wrapper .customer-saying .customer-saying-list-videos {
    display: block;
  }
  .page-clinic-wrapper .customer-saying .customer-saying-list-videos .video-detail {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .app-page .header-main-content {
    padding: 50px 20px;
  }
  .app-page h1 {
    font-size: 20px;
  }
  .app-page h2 {
    font-size: 18px;
  }
  .app-page .link-download {
    display: grid;
  }
  .app-page .download-now a {
    line-height: unset;
    padding: 20px 50px 20px 60px;
    margin-bottom: 17px;
    margin-right: 0;
  }
  .app-page .download-now a i {
    font-size: 40px;
  }
  .app-page .download-now a span {
    font-size: 20px;
  }
  .app-page .download-now a.mac i {
    font-size: 45px;
    padding-top: 20px;
  }
  .app-page .content-right {
    width: 100%;
  }
  .app-page .content-right .main-right-content {
    position: relative;
    width: 100%;
    transform: unset;
    padding: 0;
    top: 0;
  }
  .app-page .content-right p {
    margin-top: 15px;
  }
  .app-page .main-footer-content {
    display: block;
    padding: 30px 20px;
  }
  .app-page .left-app {
    width: 100%;
  }
  .app-page .left-app .content-left {
    position: relative;
    width: 100%;
    transform: unset;
  }
  .app-page .right-app {
    width: 100%;
    text-align: center;
  }
  .app-page .main-app .image-app {
    width: 100%;
    text-align: center;
  }
  /*
		thanks-download page
	*/
  .thanks-download h3 {
    font-size: 24px;
  }
  .thanks-download .header-download {
    padding: 60px 15px;
  }
  .thanks-download .header-download:after {
    top: 57%;
  }
  .thanks-download .download-content h2 {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 24px;
  }
  .thanks-download .download-content .logo-small {
    padding: 0 4px;
    font-size: inherit;
  }
  .thanks-download .download-content .logo-window {
    max-width: 64px;
    margin: 0 auto;
  }
  .thanks-download .icon-bottom {
    display: none;
  }
  .thanks-download .step-install .step img {
    max-width: 60px;
    margin-bottom: 20px;
  }
  .thanks-download .step-install .step h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
  }
  .thanks-download .step-install .step .step-contain {
    min-height: 335px;
  }
  .thanks-download .step-install:before {
    display: none;
  }
  .thanks-download .section-second {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .thanks-download .section-header {
    margin-bottom: 45px;
  }
  .thanks-download .section-header p {
    margin-top: 10px;
    font-size: 14px;
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .app-page .content-header h1 {
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
  }
  .app-page .content-header p {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .app-page .header-main-content {
    padding: 70px 20px;
  }
  .app-page .header-main-content .link-download {
    display: flex;
    justify-content: space-between;
  }
  .app-page .header-main-content .download-now a {
    padding: 25px 50px 25px 70px;
    margin-right: 15px;
    width: calc(100%/3 - 20px);
  }
  .app-page .header-main-content .download-now a i {
    font-size: 50px;
  }
  .app-page .header-main-content .download-now a.mac i {
    font-size: 65px;
    padding-top: 7px;
  }
  .app-page .header-main-content .download-now p {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  .app-page .main-app .content-right {
    width: 50%;
  }
  .app-page .main-app .content-right .main-right-content {
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    padding: 0 50px;
  }
  .app-page .main-app .content-right .main-right-content h2 {
    font-size: 40px;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 1.2;
    color: #484740;
  }
  .app-page .main-app .content-right .main-right-content p {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'Gotham-Light', sans-serif;
  }
  .app-page .main-app .content-right .main-right-content p {
    margin-top: 30px;
  }
  .app-page .main-footer-content {
    display: flex;
  }
  .app-page .main-footer-content .left-app {
    width: 50%;
    position: relative;
  }
  .app-page .main-footer-content .right-app {
    width: 50%;
    text-align: center;
  }
  .app-page .main-footer-content .right-app .img-right-app {
    margin-top: -60px;
  }
  .app-page .main-footer-content .right-app .img-right-app img {
    margin-bottom: -7px;
  }
  .app-page .main-footer-content .content-left {
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    max-width: 670px;
  }
  .app-page .main-footer-content .content-left h2 {
    font-size: 40px;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 1.2;
  }
  .app-page .main-footer-content .content-left p {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'Gotham-Light', sans-serif;
  }
  .thanks-download .download-content h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    margin: 35px 0 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }
  .thanks-download .download-content p {
    font-size: 35px;
    line-height: 1.2;
  }
  .thanks-download .download-linux,
  .thanks-download .download-mac {
    position: relative;
    text-decoration: unset;
  }
  .thanks-download .download-linux:after,
  .thanks-download .download-mac:after {
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 96%;
    left: 0;
  }
  .thanks-download .section-header {
    margin-bottom: 55px;
  }
  .thanks-download .section-header h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
  }
  .thanks-download .section-header p {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
  }
  .thanks-download .step-install .step p {
    font-size: 22px;
  }
  .section-second {
    padding-bottom: 11px;
  }
}
/* shockwave page */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body {
  counter-reset: my-sec-counter;
}
.page-shockwave-wrapper {
  overflow: hidden;
}
.page-shockwave-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-shockwave-wrapper .shockware-practice-section {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 125px;
  padding-bottom: 125px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block {
  display: flex;
  margin-top: 20px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item {
  margin: 0 25px 25px 0;
  width: 126px;
  height: 126px;
  border: 10px solid #f6f6f6;
  border-radius: 100%;
  display: block;
  position: relative;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .counter {
  color: #e42a31;
  font-size: 24px;
  line-height: 0.88889rem;
  font-weight: 700;
  font-family: 'Gotham-Book', sans-serif;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .chart_block .chart__item .title {
  display: block;
  font-size: 10px !important;
  line-height: 0.72222rem;
  color: #4a556b;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .text-right {
  display: inline-block;
  position: relative;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote__name {
  margin-top: 20px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .title {
  font-weight: 600;
  font-size: 18px;
  color: #636363;
  line-height: 1.5;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .subtitle {
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan {
  font-weight: bold;
  margin: 1em 0;
  color: #e42a31;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan .text-shadow {
  display: block;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff, 0 0 100px #ffffff, 0 0 150px #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster .quote_slogan .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px !important;
  font-weight: 600;
  font-family: 'Gotham-Bold', sans-serif;
}
.page-shockwave-wrapper .shockwave-section-effective {
  padding-top: 125px;
  padding-bottom: 125px;
  background: #f7f7f7;
  position: relative;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block {
  position: absolute;
  left: -300px;
  top: -310px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin {
  position: absolute;
  z-index: 1;
  width: 1345px;
  height: 1264px;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--1 {
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--2 {
  width: 90%;
  height: 90%;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--3 {
  width: 75%;
  height: 75%;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--4 {
  width: 60%;
  height: 60%;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--5 {
  width: 55%;
  height: 55%;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--6 {
  width: 50%;
  height: 50%;
  -webkit-animation-duration: 0.095s;
  animation-duration: 0.095s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--7 {
  width: 45%;
  height: 45%;
  -webkit-animation-duration: 0.085s;
  animation-duration: 0.085s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--8 {
  width: 40%;
  height: 40%;
  -webkit-animation-duration: 0.075s;
  animation-duration: 0.075s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--9 {
  width: 30%;
  height: 30%;
  -webkit-animation-duration: 0.065s;
  animation-duration: 0.065s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--10 {
  width: 25%;
  height: 25%;
  -webkit-animation-duration: 0.055s;
  animation-duration: 0.055s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--11 {
  width: 20%;
  height: 20%;
  -webkit-animation-duration: 0.045s;
  animation-duration: 0.045s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--12 {
  width: 15%;
  height: 15%;
  -webkit-animation-duration: 0.035s;
  animation-duration: 0.035s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--13 {
  width: 12%;
  height: 12%;
  -webkit-animation-duration: 0.025s;
  animation-duration: 0.025s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line.line--14 {
  width: 10%;
  height: 10%;
  -webkit-animation-duration: 0.015s;
  animation-duration: 0.015s;
}
.page-shockwave-wrapper .shockwave-section-effective .spin__block .spin .line {
  opacity: 0.4;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective {
  display: flex;
  margin-top: 30px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .image__block {
  position: relative;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .image__overlay {
  margin-top: -55px;
  position: absolute;
  z-index: 1;
  right: 0;
  display: block;
  right: 30px;
  bottom: -56px;
  max-width: max-content;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image .help__block p {
  font-size: 14px;
  font-style: italic;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text {
  margin-bottom: 30px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective .top-content-text p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-weight: 700;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul li {
  color: #636363;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a {
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  font-family: 'Gotham-Book', sans-serif;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a:before {
  content: '';
  height: 18px;
  width: 18px;
  border: solid #e42a31 2px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-shockwave-wrapper .shockwave-section-effective .main-effective ul a:hover:before {
  background: #e42a31;
}
.page-shockwave-wrapper .shockwave-section-patient-condition {
  background: #f7f7f7;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .main-section {
  display: flex;
  padding: 125px 45px;
  max-width: 100%;
  margin: 0 auto;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition {
  width: 50%;
  padding: 0 15px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin: 0;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 45px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  counter-increment: step-counter;
  list-style: none;
  position: relative;
  padding-left: 37px;
  margin-left: 0;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li:before {
  content: counter(step-counter);
  margin-right: 5px;
  color: #ffffff;
  font-weight: bold;
  background: #e42a31;
  border-radius: 100%;
  height: 23px;
  width: 23px;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li h3 {
  font-weight: 700;
  text-transform: inherit;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .left-condition ul li p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition {
  width: 50%;
  padding: 0 15px;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .image__block img {
  float: right;
  margin-bottom: 50px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .image__block img.loader {
  visibility: visible;
  animation: fadeInRight 2s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .left-bottom-bottom {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .left-bottom-bottom.loader {
  visibility: visible;
  animation: fadeInRight 1s;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .right-bottom-top {
  float: right;
  position: relative;
  z-index: 1;
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-patient-condition .right-condition .right-bottom-top.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna {
  background: #f7f7f7;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 45px 250px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content {
  width: 50%;
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  padding: 0 15px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  float: left;
  float: right;
  position: relative;
  z-index: 0;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym.loader {
  visibility: visible;
  animation: fadeInLeft 1s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .img-gym img {
  -webkit-box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video {
  position: relative;
  display: block;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video:before {
  content: '\f04b';
  font-family: 'FontAwesome' !important;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .mpf-video:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(74, 85, 107, 0.2);
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .video-gym {
  clear: both;
  max-width: 430px;
  width: 100%;
  display: block;
  margin-top: 55px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 1;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content .video-gym.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym {
  width: 50%;
  padding: 0 15px;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'soleto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
}
.page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.page-shockwave-wrapper .shockwave-productoverview {
  margin-top: 125px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-shockwave-wrapper .shockwave-productoverview .main-productoverview {
    padding: 0 45px;
  }
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-left,
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right {
  width: 50%;
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-left.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right {
  border-left: 1px dotted #636363;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product-right.loader {
  visibility: visible;
  animation: fadeInRight 1.5s;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__image {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview p {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 600;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description {
  padding-left: 15px;
  padding-right: 15px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block {
  padding-bottom: 70px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content h3 {
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'soleto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content ul {
  padding-left: 50px;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__description .text__block .text-content ul li {
  color: #636363;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  list-style: disc;
  font-weight: 700;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer {
  text-align: left;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer a.button {
  background: #e42a31;
  display: inline-block;
  padding: 15px 27px;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 26px;
  font-weight: bold;
}
.page-shockwave-wrapper .shockwave-productoverview .main-productoverview .product__footer a.link {
  font-family: 'Gotham-Bold', sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #e42a31;
}
.page-shockwave-wrapper .shockwave-request-form {
  margin-top: 125px;
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../../frontend/YesMed/default/en_AU/images/contactform_1920x750.jpg');
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-request-form.loader {
  visibility: visible;
}
.page-shockwave-wrapper .shockwave-request-form ::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form ::placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  color: #b1aaa2;
  font-size: 14px;
}
.page-shockwave-wrapper .shockwave-request-form .left-form {
  width: 50%;
}
.page-shockwave-wrapper .shockwave-request-form .left-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .page-shockwave-wrapper .shockwave-request-form .left-form {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-shockwave-wrapper .shockwave-request-form .block__overlay {
  background: #ffffff;
  padding: 40px;
}
.page-shockwave-wrapper .shockwave-request-form h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
  margin: 0;
  margin-bottom: 0.5em;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-shockwave-wrapper .shockwave-request-form .main-content-request {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-shockwave-wrapper .shockwave-request-form .main-content-request {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-shockwave-wrapper .shockwave-request-form .main-content-request {
    padding: 0 45px;
  }
}
.page-shockwave-wrapper .shockwave-request-form .vboutEmbedFormRow {
  margin-bottom: 15px;
}
.page-shockwave-wrapper .shockwave-request-form .vboutEmbedFormRow input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  border-radius: 20px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375rem;
  color: #4a556b;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-shockwave-wrapper .shockwave-request-form textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1rem;
  padding: 15px 15px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  border-radius: 20px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375rem;
  color: #4a556b;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100px;
  resize: none;
  margin-bottom: 0;
  line-height: 1.3;
}
.page-shockwave-wrapper .shockwave-request-form input[type='submit'] {
  font-size: 12px;
  padding: 0;
  border-radius: 26px;
  background: #e42a31 !important;
  color: #ffffff;
  background-image: none !important;
  max-width: 145px;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 46px;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border: 1px solid rgba(74, 85, 107, 0.11);
  box-shadow: none;
  font-family: inherit;
  text-transform: capitalize;
}
.page-shockwave-wrapper .shockwave-customer-testimonial {
  padding: 125px 0;
}
.page-shockwave-wrapper .shockwave-customer-testimonial .wow {
  visibility: hidden;
}
.page-shockwave-wrapper .shockwave-customer-testimonial .wow.loader {
  visibility: visible;
  animation: fadeInLeft 1.5s;
}
.page-shockwave-wrapper .shockwave-customer-testimonial h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e42a31;
}
.page-shockwave-wrapper .popup {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #ffffff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  background: #ffffff;
  padding: 35px;
  width: auto;
  max-width: 590px;
}
.page-shockwave-wrapper .modal h2 {
  position: relative;
}
.page-shockwave-wrapper .modal h2:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 15px;
  color: #5a5b5d;
  top: 0;
  right: 0;
}
.page-shockwave-wrapper .modal h2:after:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice {
    display: block;
    margin: 0 20px;
  }
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice .left-shockmaster {
    width: 100%;
  }
  .page-shockwave-wrapper .shockware-practice-section .main-content-practice .right-shockmaster {
    width: 100%;
    text-align: center;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective {
    display: block;
    margin: 0 20px;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective .left-image {
    width: 100%;
    text-align: center;
  }
  .page-shockwave-wrapper .shockwave-section-effective .main-effective .right-text {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
  .page-shockwave-wrapper .shockwave-section-patient-condition .main-section {
    padding: 50px 0;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna {
    display: block;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .left-content {
    width: 100%;
    margin-bottom: 100px;
  }
  .page-shockwave-wrapper .shockwave-section-gymna .main-content-gymna .right-content-gym {
    width: 100%;
  }
  .page-shockwave-wrapper .shockwave-request-form .left-form {
    margin: 0 auto;
  }
}
@media (min-width: 1261px) {
  .mfp-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #e42a31;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .mfp-content p {
    color: #636363;
    font-size: 14px;
    font-style: italic;
    line-height: 16ppx;
  }
  button.mfp-close:hover {
    background: none;
  }
  .mfp-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .page-shockwave-wrapper .sections.nav-sections .navigation > ul {
    display: flex !important;
  }
  .page-shockwave-wrapper img {
    display: inline;
  }
}
@media (min-width: 1621px) {
  .page-shockwave-wrapper .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .page-shockwave-wrapper .chart__block {
    display: block !important;
  }
}
.page-shockwave-wrapper .quote__block--text-right .quote__slogan .text {
  position: relative;
}
.page-shockwave-wrapper .section-padding.bg--shadow-bottom {
  padding: 125px 0;
}
.page-shockwave-wrapper .quote__block--text-right .quote__slogan .text-shadow {
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff, 0 0 100px #ffffff, 0 0 150px #ffffff;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px !important;
  position: absolute;
}
.project_development .products-grid .product-item {
  margin-bottom: 10px;
}
.project_development .products-grid .product-item-photo .product-image-container {
  padding-bottom: 00px;
}
.project_development .products-grid .product-item-photo img {
  min-height: 295px;
  object-fit: cover;
}
.project_development .products-grid .product-item-details.details .product-stock-detail {
  display: none;
}
.project_development .products-grid .product-item-details.details .product-item-actions {
  display: none;
}
.project_development .column.main {
  width: 100%;
  margin-left: 0;
}
.project_development .product-image-container {
  max-width: 100%;
}
.project_development .products-grid .product-item {
  width: calc((100% - 40px)/4) !important;
  margin-right: 10px;
}
.project_development .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-inner {
  display: none;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-name {
  background-color: #eb2027;
  padding-bottom: 8.0625rem;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-link:hover:after {
  cursor: pointer;
}
.project_development .products-grid .product-item .product-item-info:hover .product-item-link:after {
  content: '';
  position: absolute;
  background-image: url('../../frontend/YesMed/default/en_AU/images/link-white.png');
  width: 53px;
  height: 53px;
  left: 50%;
  bottom: 10px;
  background-repeat: no-repeat;
  min-height: inherit;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.project_development .products-grid .product-item-details {
  display: block;
  margin: 0;
  text-align: left;
}
.project_development .products-grid .product-item-details .product-item-name {
  color: #1c1c1c;
  bottom: -1px;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: inline-block;
  z-index: 9;
  margin-bottom: 0;
}
.project_development .products-grid .product-item-details .product-item-name .product-item-link {
  color: #ffffff;
}
.project_development .products-grid .product-item-details .product-item-name .product-item-link:before {
  display: none;
}
.project_development .products-grid .product-item-info {
  box-shadow: none;
  border-radius: none;
  padding: 0;
  width: auto;
  position: relative;
}
.project_development .products-grid .product-item-info:hover {
  box-shadow: none;
}
.project_development .products-grid .product-image-wrapper {
  padding-bottom: 0 !important;
  min-height: 291px;
}
.project-page .product-info-main .page-title-wrapper,
.project-page .product-info-main .productquickinfo,
.project-page .product-info-main .product-add-form {
  display: none !important;
}
.wrapper-project-development .project-developer .container {
  padding-left: 0;
  padding-right: 0;
}
.wrapper-project-development .project-developer ul.gallery {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.wrapper-project-development .project-developer li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wrapper-project-development .project-developer li .gallery-prod-name a::after {
  content: '';
  display: inline-block;
  width: 52px;
  height: 0;
  background: url('../../frontend/YesMed/default/en_AU/images/link-white.png') no-repeat;
  margin-top: 10px;
}
.wrapper-project-development .project-developer li:hover a {
  background: url(../../frontend/YesMed/default/en_AU/images/transparent-red-bg.png);
  padding-bottom: 4.0625rem;
}
.wrapper-project-development .project-developer li:hover .gallery-prod-name a {
  padding-bottom: 30px;
  padding-top: 30px;
}
.wrapper-project-development .project-developer li:hover .gallery-prod-name a::after {
  height: 51px;
}
.wrapper-project-development .project-developer li div {
  position: relative;
}
.wrapper-project-development .project-developer p.text-center.gallery-prod-name {
  display: block;
  margin: 0;
  text-align: center;
}
.wrapper-project-development .project-developer .gallery-prod-name a {
  bottom: 0;
  background: none;
  left: 0;
  margin-left: 0 !important;
  min-height: inherit;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
}
.wrapper-project-development .project-developer img {
  display: block;
  min-height: 291px;
  object-fit: cover;
  max-height: 291px;
}
.wrapper-project-development .project-developer .gallery-prod-name a {
  color: #ffffff;
  bottom: 0px;
  display: inline-block;
  min-height: inherit;
  left: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.65s;
  font-weight: 200;
  padding: 20px 15px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper-project-development .project-developer .gallery-prod-name a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 1400px) {
  .wrapper-project-development .project-developer ul.gallery {
    max-width: 1600px;
  }
  .wrapper-project-development .project-developer ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .project_development .products-grid .product-item {
    width: calc((100% - 30px)/3) !important;
  }
}
@media screen and (max-width: 599px) {
  .wrapper-project-development .project-developer li {
    margin-right: 0;
    width: 100%;
  }
  .wrapper-project-development .project-developer img {
    max-height: initial;
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-project-development li {
    width: calc(100%/2 - 10px);
  }
  .wrapper-project-development .project-developer img {
    max-height: 180px;
    width: 100% !important;
  }
  .wrapper-project-development .page-title {
    font-size: 20px;
  }
}
.wrapper-ndis-pages .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wrapper-ndis-pages .provider-nids .header-nids {
  background-image: url('../../frontend/YesMed/default/en_AU/images/bg_ndis.png');
  background-repeat: no-repeat;
  min-height: 680px;
  background-size: cover;
  position: relative;
}
.wrapper-ndis-pages .provider-nids .main-nids {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.wrapper-ndis-pages .provider-nids .main-nids h2 {
  text-align: center;
  text-transform: uppercase;
}
.wrapper-ndis-pages .provider-nids .main-nids .top-content h2 {
  margin-bottom: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids p {
  margin-bottom: 15px;
  font-weight: 600;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis {
  border-top: 1px solid #dddddd;
  padding-top: 50px;
  margin-top: 30px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-form-ndis {
  text-align: left;
  margin-bottom: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis ::placeholder {
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #948b8bdd;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-clinician {
  background: #000000;
  padding: 20px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
  border: none;
  padding: 50px 80px;
  -webkit-box-shadow: 0px 2px 10px 0px #c6c6c6;
  -moz-box-shadow: 0px 2px 10px 0px #c6c6c6;
  box-shadow: 0px 2px 10px 0px #c6c6c6;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis input {
  height: 48px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .iti--allow-dropdown {
  margin-top: 20px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis textarea {
  min-height: 110px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.wrapper-ndis-pages .provider-nids .main-nids .form-ndis .btn-submit {
  text-align: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background: red;
  font-size: 24px;
  font-family: 'Gotham-Book', sans-serif;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 100%;
  padding: 30px 30px 25px 30px;
  left: 7%;
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  position: absolute;
  z-index: 99;
  width: 65%;
  height: 12px;
  border-radius: 100%;
  background: #dcdcde;
  background: linear-gradient(90deg, #dcdcde 0%, #cdc8c8 50%, #dcdcde 100%);
}
.wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
  max-width: 430px;
}
.wrapper-ndis-pages .provider-nids .text-right {
  width: 50%;
  position: relative;
  padding-left: 18%;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  left: -7%;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.wrapper-ndis-pages .provider-nids .text-right h1 {
  font-size: 58px;
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 600;
}
.wrapper-ndis-pages .provider-nids .support-content {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 50px;
}
.wrapper-ndis-pages .provider-nids .list-infor {
  margin-top: 30px;
  display: flex;
}
.wrapper-ndis-pages .provider-nids .list-infor .safe,
.wrapper-ndis-pages .provider-nids .list-infor .return,
.wrapper-ndis-pages .provider-nids .list-infor .arrow {
  width: 33.33%;
  text-align: center;
}
.wrapper-ndis-pages .provider-nids .list-infor .safe span,
.wrapper-ndis-pages .provider-nids .list-infor .return span,
.wrapper-ndis-pages .provider-nids .list-infor .arrow span {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .wrapper-ndis-pages .provider-nids .main-nids {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-ndis-pages .top-content {
    padding: 0 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids {
    padding: 0 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids h2 {
    font-size: 24px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
    padding: 10px;
    min-inline-size: auto;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis {
    margin-right: 0;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .text-right p {
    font-size: 36px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .wrapper-ndis-pages .list-infor {
    display: grid !important;
  }
  .wrapper-ndis-pages .list-infor .safe,
  .wrapper-ndis-pages .list-infor .return,
  .wrapper-ndis-pages .list-infor .arrow {
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-ndis-pages .provider-nids .text-right {
    font-size: 18px;
    padding-left: 0;
    width: 50%;
    box-shadow: 1px 2px 10px 0px #7d7d7d;
    margin-top: 30px;
  }
  .wrapper-ndis-pages .provider-nids .text-right h1 {
    left: 0;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis {
    border-top: 1px solid #dddddd;
    padding-top: 0;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-form-ndis {
    text-align: center;
    font-size: 20px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis .title-clinician {
    padding: 10px;
  }
  .wrapper-ndis-pages .provider-nids .main-nids h2 {
    font-size: 22px;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis {
    flex-direction: column;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images {
    left: 0;
    padding: 12px 10px 5px;
  }
  .wrapper-ndis-pages .provider-nids .header-nids {
    min-height: 430px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    padding: 15px;
    left: 0;
    width: 50%;
    min-height: auto;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .text-right h1 {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 200px;
  }
  .project_development .products-grid .product-item {
    width: calc((100% - 20px)/2) !important;
  }
}
@media screen and (max-width: 639px) {
  .project_development .products-grid .product-item {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-ndis-pages .provider-nids .main-content-ndis .images img {
    max-width: 200px;
  }
  .wrapper-ndis-pages .provider-nids .text-right {
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper-ndis-pages .provider-nids .main-nids .form-ndis fieldset {
    padding: 100px;
  }
  .wrapper-ndis-pages .provider-nids .text-right p {
    font-size: 70px;
  }
}
.cms-inservice .ui-datepicker .ui-datepicker-buttonpane button {
  font-size: 14px;
}
.cms-inservice .ui-datepicker .ui-datepicker-buttonpane button:hover {
  color: #ffffff;
}
.wrapper-inservice-pages footer .footer-top {
  display: none;
}
.wrapper-inservice-pages .page-title-wrapper {
  display: none;
}
.wrapper-inservice-pages .title-product-details {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #636363;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.wrapper-inservice-pages .title-product-details:before {
  content: '';
  height: 4px;
  width: 72px;
  background: #eb2027;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrapper-inservice-pages .title-product-details:after {
  content: '';
  height: 1px;
  width: 200px;
  background: #999999;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}
.wrapper-inservice-pages select,
.wrapper-inservice-pages input {
  color: #bbbbbb;
}
.wrapper-inservice-pages label {
  color: #4d4544;
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
}
.wrapper-inservice-pages fieldset {
  border: none;
}
.wrapper-inservice-pages .vboutEmbedFormRow {
  margin-bottom: 20px;
}
.wrapper-inservice-pages input,
.wrapper-inservice-pages select,
.wrapper-inservice-pages textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.wrapper-inservice-pages select {
  margin-top: 5px;
  height: 48px;
  border: 1px solid #cacaca;
  background: url('../../frontend/YesMed/default/en_AU/images/down_new.png') no-repeat;
  background-size: 6px;
  background-position: 98% 50%;
}
.wrapper-inservice-pages input {
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  background: #ffffff;
  font-size: 14px;
  height: 48px;
}
.wrapper-inservice-pages form.vbtEmbedFormStyle input[type='tel'] {
  padding-left: 16px !important;
}
.wrapper-inservice-pages form.vbtEmbedFormStyle > fieldset {
  padding: 0;
  min-width: 200px;
}
.wrapper-inservice-pages .mage-error #custom-159968-error,
.wrapper-inservice-pages .mage-error #custom-159969-error {
  display: block !important;
}
.wrapper-inservice-pages .form-inservice .booking_details select {
  background-position: 96% 50%;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box > div {
  width: calc(26% - 31px);
  float: left;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .date {
  width: 48%;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .time,
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .duration {
  margin-left: 31px;
}
.wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box + .vboutEmbedFormRow {
  clear: both;
  width: calc(26% - 31px);
}
.wrapper-inservice-pages .form-inservice form > fieldset > div {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px 37px 30px;
}
.wrapper-inservice-pages .form-inservice form > fieldset > div.contact_detail {
  margin-top: 0;
}
.wrapper-inservice-pages .main_contact {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .main_contact .left_contact,
.wrapper-inservice-pages .main_contact .right_contact {
  width: 49%;
}
.wrapper-inservice-pages .booking_details {
  width: 49%;
}
.wrapper-inservice-pages input[type='text']::-webkit-input-placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages input[type='text']:-ms-input-placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages input[type='text']::placeholder {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
}
.wrapper-inservice-pages .container-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-inservice-pages .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wrapper-inservice-pages .checkmark:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #104470;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrapper-inservice-pages .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  height: 12px;
  width: 12px;
  border: 0.5px solid #b2b2b2;
  background-color: #f5f5f5;
}
.wrapper-inservice-pages .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  width: 3px;
  height: 6px;
  border-width: 0 2px 2px 0;
}
.wrapper-inservice-pages .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.wrapper-inservice-pages .product_details .right_product_details {
  padding-left: 10px;
}
.wrapper-inservice-pages .product_details textarea {
  min-height: 100px;
}
.wrapper-inservice-pages .product_details .recaptchaField {
  margin-top: 15px;
}
.wrapper-inservice-pages .product_details .note {
  color: #eb1c24;
  font-size: 13px;
  margin-top: -50px;
}
.wrapper-inservice-pages .product_details p {
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 5px;
  color: #4d4544;
  font-size: 14px;
  font-weight: 600;
}
.wrapper-inservice-pages .product_details .main_content_product {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details {
  width: 49%;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content {
  display: flex;
  justify-content: space-between;
}
.wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content .vboutEmbedFormRow,
.wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content .vboutEmbedFormRow {
  width: 49%;
}
.wrapper-inservice-pages .page-title-inservice {
  text-align: center;
  padding: 30px;
}
.wrapper-inservice-pages .page-title-inservice h1 {
  text-align: center;
  color: #4d4544;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.wrapper-inservice-pages .page-title-inservice p {
  text-align: center;
  color: #4d4544;
  font-size: 20px;
}
.wrapper-inservice-pages .btn-submit {
  margin-top: 40px;
  border: none;
  background: red;
  color: #ffffff;
  padding: 10px 15px;
  width: 370px;
  height: 46px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wrapper-inservice-pages .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-inservice-pages .form-inservice .booking_details select {
    background-position: 98% 50%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .time,
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .duration {
    margin-left: 0;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box .date {
    width: 100%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box > div {
    width: 100%;
  }
  .wrapper-inservice-pages .form-inservice .vboutEmbedFormRow-box + .vboutEmbedFormRow {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-inservice-pages .title-product-details {
    padding-left: 0;
  }
  .wrapper-inservice-pages .form-inservice form > fieldset > div {
    padding: 20px 15px;
  }
  .wrapper-inservice-pages .contact_detail .vboutEmbedFormRow {
    height: auto !important;
  }
  .wrapper-inservice-pages .main_contact {
    display: block;
  }
  .wrapper-inservice-pages .main_contact .left_contact,
  .wrapper-inservice-pages .main_contact .right_contact {
    width: 100%;
  }
  .wrapper-inservice-pages .booking_details {
    width: 100%;
  }
  .wrapper-inservice-pages .product_details .right_product_details {
    padding-left: 0;
  }
  .wrapper-inservice-pages .product_details .note {
    margin-top: 0;
  }
  .wrapper-inservice-pages .product_details .main_content_product {
    display: block;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details {
    width: 100%;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content {
    display: block;
  }
  .wrapper-inservice-pages .product_details .main_content_product .left_product_details .row-content .vboutEmbedFormRow,
  .wrapper-inservice-pages .product_details .main_content_product .right_product_details .row-content .vboutEmbedFormRow {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .wrapper-inservice-pages .container {
    padding: 0;
  }
  .wrapper-inservice-pages .recaptchaField {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .wrapper-inservice-pages .btn-submit {
    width: 100%;
    margin-top: 15px;
  }
  .wrapper-inservice-pages .product_details p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
}
@media (min-width: 1621px) {
  .ves-megamenu .navigation .level0 {
    margin: 0 4px 0 0;
  }
}
/* Term and conditions */
.wrapper-terms .columns {
  margin-top: 50px;
}
.wrapper-terms .title-terms {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.wrapper-terms p strong > label {
  font-style: italic;
  font-weight: 600;
}
.wrapper-terms .terms-content {
  padding: 0;
}
.wrapper-terms .terms-content p span {
  font-style: italic;
  font-weight: 600;
}
.wrapper-terms .terms-content b {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-terms-and-conditions .columns {
  margin-top: 50px;
}
.cms-terms-and-conditions .title-terms {
  font-weight: 600;
  padding-bottom: 20px;
}
.cms-terms-and-conditions p strong > label {
  font-style: italic;
  font-weight: 600;
}
.cms-terms-and-conditions .terms-content {
  padding: 0;
}
.cms-terms-and-conditions .terms-content p span {
  font-style: italic;
  font-weight: 600;
}
.cms-terms-and-conditions .terms-content b {
  font-weight: 500;
}
/* Best Price Page */
body.page-layout-custom-page .page-main {
  padding: 0;
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
  padding: 80px 41px 80px 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
}
@media (min-width: 1600px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    padding: 80px 85px 80px 130px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee {
    padding: 60px 21px;
    padding-bottom: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block {
  width: 57%;
  max-width: 910px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block {
    order: 2;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block h1 {
  color: #285674;
  margin-top: 0;
  margin-bottom: 30px;
  font: normal normal 700 76px/1.2em 'Montserrat', sans-serif;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link {
    display: block;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a {
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 6px #0000001a;
  -webkit-box-shadow: 3px 3px 6px #0000001a;
  -moz-box-shadow: 3px 3px 6px #0000001a;
  -ms-box-shadow: 3px 3px 6px #0000001a;
  padding: 22px 31px 22px 35px;
  border-radius: 10px;
  color: #285674;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .left-block .content .link a img {
  display: block;
  margin-left: 31px;
}
body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block {
  width: 43%;
  position: relative;
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 768.98px) {
  body.page-layout-custom-page .beat-price-content .price-beat-guarantee .right-block:after {
    content: '';
    display: block;
    top: 100%;
    left: 0;
    width: 83%;
    height: 35px;
    -webkit-transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    -ms-transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    transform: matrix(-1, 0.02, -0.02, -1, 0, 0);
    background: transparent linear-gradient(273deg, #707070 8 0%, #a8a8a8 100%) 0% 0% no-repeat padding-box;
    opacity: 0.44;
    filter: blur(12px);
  }
}
body.page-layout-custom-page .beat-price-content .main-info {
  text-align: center;
  padding-top: 32px;
  padding-left: 41px;
  padding-right: 41px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block {
  border-radius: 20px;
  border: 1px solid #eeeeee;
  box-shadow: 3px 6px 8px #00000029;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1660px;
  overflow: hidden;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .top-block-contain,
body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
  padding-left: 54px;
  padding-right: 54px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block h2 {
  color: white;
  background-color: #285674;
  font-family: 'Montserrat', sans-serif;
  padding-top: 45px;
  padding-bottom: 34px;
  text-align: start;
  margin-top: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block h2 {
    font-size: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 774px;
  padding-bottom: 30px;
  text-align: start;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title {
    max-width: 100%;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .sub-title a {
  color: #285674;
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items {
  align-items: self-start;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 100px;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
  display: flex;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: start;
  width: calc(100% / 3);
  margin-bottom: 30px;
  justify-content: center;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item h5 {
  color: #285674;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: inherit;
  margin-top: unset;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item p {
  font: normal normal normal 18px/26px Manrope;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left {
  margin-right: 25px;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left img {
  display: block;
  height: 100%;
  max-height: 115px;
  max-width: 130px;
  object-fit: contain;
  width: auto;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-right {
  max-width: 280px;
}
@media (max-width: 1500px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
    width: calc(100% / 2);
  }
}
@media (max-width: 991.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item .item-left img {
    max-height: 75px;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block .content-items .item:last-child {
    margin-bottom: 0;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main a {
  text-decoration: underline;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact .main a.telto {
  text-decoration: none;
  color: #285674;
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .top-block .more-info-contact p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact {
  margin-bottom: 117px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main {
  margin-bottom: 20px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a {
  background-color: #285674;
  border-radius: 10px;
  color: white;
  display: inline-block;
  line-height: 73px;
  margin: 0 auto;
  max-width: 629px;
  width: 100%;
  font-size: 25px;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a .telto {
  font-weight: 700;
}
body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main p {
  font: normal normal 300 18px/26px 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #545453;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact {
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main a {
    line-height: 53px;
    font-size: 20px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .more-info-contact .main p {
    font-size: 16px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .botton-block {
    display: block;
    max-width: 100%;
    margin-top: 30px;
  }
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item {
  width: 50%;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item h5 {
  color: #285674;
  font: normal normal normal 40px/50px 'Manrope', sans-serif;
  margin-bottom: 38px;
  margin-top: 0;
  text-transform: inherit;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item li,
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 14px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > p {
  margin-bottom: 46px;
  max-width: 470px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > ul {
  max-width: 450px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item.left {
  border-right: 3px solid #c8c8c9;
  padding-right: 30px;
}
body.page-layout-custom-page .beat-price-content .main-info .botton-block .item.right {
  padding-left: 5%;
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item {
    width: 100%;
    padding: 0 !important;
    border-right: 0 !important;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item > p {
    margin-bottom: 24px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item li,
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item p {
    font-size: 18px;
    line-height: 24px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .botton-block .item h5 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  body.page-layout-custom-page .beat-price-content .main-info {
    padding-left: 21px;
    padding-right: 21px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block {
    margin-bottom: 30px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block .top-block-contain,
  body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-layout-custom-page .beat-price-content .main-info .top-block > h2 {
    padding: 25px 20px;
  }
}
/*------------- Style for Practice Set-up --------------*/
.practice-set-up__content .top-banner img {
  width: 100%;
}
.practice-set-up__content .top-content {
  padding: 0 25px;
  margin-top: 50px;
}
.practice-set-up__content .top-content h1 {
  font-size: 46px;
  line-height: 1;
  color: #104470;
  text-align: center;
  margin-bottom: 30px;
}
.practice-set-up__content .top-content p {
  font-size: 26px;
  line-height: 36px;
  color: #545453;
  text-align: center;
  margin-bottom: 35px;
}
.practice-set-up__content .list-practices-content {
  max-width: calc(100% - 200px);
  margin: 0 100px;
  background: #f5f5f5;
  padding: 30px;
}
.practice-set-up__content .list-practices-content h4 {
  font-size: 32px;
  line-height: 57.6px;
  color: #104470;
  text-align: center;
  margin-bottom: 40px;
}
.practice-set-up__content .list-practices-content .list-practices {
  display: inline-block;
  width: 100%;
}
.practice-set-up__content .list-practices-content .list-practices .item-column {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
  float: left;
}
.practice-set-up__content .list-practices-content .list-practices .item-column:last-child {
  margin-right: 0;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul li {
  position: relative;
}
.practice-set-up__content .list-practices-content .list-practices .item-column ul li:before {
  content: '';
  background: url('../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-24px.png') no-repeat;
  background-size: 10px;
  width: 10px;
  height: 17px;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.practice-set-up__content .list-practices-content .show_more {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 34px;
  display: none;
}
.practice-set-up__content .list-practices-content .show_more:after {
  content: '';
  background: url('../../frontend/YesMed/default/en_AU/images/show-more.png') no-repeat;
  width: 34px;
  height: 34px;
  background-size: 34px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.practice-set-up__content .practice-product {
  margin-top: 45px;
  padding: 0 25px;
}
.practice-set-up__content .practice-product h3 {
  font-size: 40px;
  line-height: 50.6px;
  color: #104470;
  text-align: center;
  margin-bottom: 45px;
}
.practice-set-up__content .practice-product .item-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  margin-bottom: 35px;
}
.practice-set-up__content .practice-product .item-product .img-wrapper {
  height: 400px;
  width: 68%;
  text-align: center;
}
.practice-set-up__content .practice-product .item-product .img-wrapper img {
  width: auto;
  height: 100%;
}
.practice-set-up__content .practice-product .item-product .more-info {
  width: 30%;
  padding: 0 30px;
}
.practice-set-up__content .practice-product .item-product .more-info h4 {
  font-size: 30px;
  line-height: 52px;
  margin-bottom: 30px;
  color: #104470;
  text-align: left;
}
.practice-set-up__content .practice-product .item-product .more-info a {
  color: #285674;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  position: relative;
  transition: 0.5s all;
  display: inline-block;
}
.practice-set-up__content .practice-product .item-product .more-info a:after {
  content: '';
  background: url('../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-24px.png') no-repeat;
  background-size: 10px;
  width: 10px;
  height: 17px;
  display: block;
  position: absolute;
  right: -20px;
  top: 7px;
}
.practice-set-up__content .out-service-content {
  margin-top: 70px;
}
.practice-set-up__content .out-service-content h4 {
  font-size: 42px;
  line-height: 57.6px;
  color: #104470;
  text-align: center;
  margin-bottom: 70px;
}
.practice-set-up__content .out-service-content .out-service {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 100px;
  padding: 30px;
}
.practice-set-up__content .out-service-content .out-service .item {
  width: calc((100% - 400px)/5);
  margin-right: 100px;
  margin-bottom: 83px;
  float: left;
}
.practice-set-up__content .out-service-content .out-service .item img {
  width: 100%;
}
.practice-set-up__content .out-service-content .out-service .item p {
  font-size: 20px;
  line-height: 45px;
  color: #104470;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
  margin-right: 0;
}
.practice-set-up__content .more-about-us .the-people-behind {
  position: relative;
  margin-bottom: 100px;
}
.practice-set-up__content .more-about-us .the-people-behind img {
  width: 100%;
  min-height: 955px;
  object-fit: cover;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info {
  position: absolute;
  top: 100px;
  left: 50%;
  padding: 0 25px;
  text-align: center;
  max-width: 1259px;
  transform: translateX(-50%);
  width: 100%;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info h5 {
  font-size: 42px;
  line-height: 56px;
  color: #285674;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info p {
  font-size: 24px;
  line-height: 32px;
  color: #545453;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .the-people-behind .more-people-info .button {
  max-width: 384px;
  height: 69px;
  border-radius: 11px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  color: #ffffff;
}
.practice-set-up__content .more-about-us .location {
  max-width: calc(100% - 200px);
  margin: 0 100px;
  padding: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.practice-set-up__content .more-about-us .location img {
  width: 100%;
}
.practice-set-up__content .more-about-us .location .more-people-info {
  position: absolute;
  top: 200px;
  right: 20px;
  text-align: left;
  max-width: 500px;
  width: 100%;
}
.practice-set-up__content .more-about-us .location .more-people-info h5 {
  font-size: 42px;
  line-height: 56px;
  color: #285674;
  margin-bottom: 30px;
}
.practice-set-up__content .more-about-us .location .more-people-info p {
  font-size: 24px;
  line-height: 32px;
  color: #545453;
  margin-bottom: 30px;
}
.practice-set-up__content .button.bottom-btn {
  max-width: 450px;
  height: 69px;
  border-radius: 11px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .practice-set-up__content .practice-product .item-product {
    flex-direction: column;
  }
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 285px;
    width: 100%;
    margin-bottom: 30px;
  }
  .practice-set-up__content .practice-product .item-product .more-info {
    width: 100%;
    padding: 30px;
  }
  .practice-set-up__content .practice-product .item-product .more-info a {
    font-size: 16px;
    line-height: 18px;
  }
  .practice-set-up__content .practice-product .item-product .more-info a:after {
    top: 1px;
  }
  .practice-set-up__content .practice-product .item-product .more-info h4 {
    font-size: 20px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: calc((100% - 150px)/4);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(4n) {
    margin-right: 0;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info {
    top: 50px;
  }
  .practice-set-up__content .more-about-us .location {
    max-width: 100%;
    margin: 0;
  }
  .practice-set-up__content .more-about-us .location .more-people-info {
    top: 20px;
    right: 20px;
  }
  .practice-set-up__content .list-practices-content {
    max-width: calc(100% - 50px);
    margin: 0 25px;
  }
  .practice-set-up__content .list-practices-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .practice-set-up__content .list-practices-content .list-practices .item-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .practice-set-up__content .list-practices .item-column ul {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .practice-set-up__content .out-service-content .out-service {
    max-width: 100%;
    margin: 0;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(5n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(4n) {
    margin-right: 50px;
  }
  .practice-set-up__content .out-service-content .out-service .item:nth-child(3n) {
    margin-right: 0;
  }
  .practice-set-up__content .out-service-content h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .practice-set-up__content .top-content {
    margin-top: 40px;
  }
  .practice-set-up__content .top-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .practice-set-up__content .top-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .practice-set-up__content .list-practices .item-column ul li {
    font-size: 14px;
    line-height: 19px;
  }
  .practice-set-up__content .list-practices-content .show_more {
    display: block;
  }
  .practice-set-up__content .practice-product h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .practice-set-up__content .more-about-us .location {
    display: flex;
    flex-direction: column;
  }
  .practice-set-up__content .more-about-us .location img {
    order: 2;
  }
  .practice-set-up__content .more-about-us .location .more-people-info {
    position: static;
    order: 1;
    max-width: 100%;
    text-align: center;
  }
  .practice-set-up__content .more-about-us .location .more-people-info h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .location .more-people-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind {
    margin-bottom: 0;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .practice-set-up__content .more-about-us .the-people-behind .more-people-info .button {
    height: 40px;
    max-width: 279px;
    width: 100%;
    font-size: 14px;
    padding: 6px;
    color: #ffffff;
  }
  .practice-set-up__content .top-banner img {
    min-height: 280px;
    object-fit: cover;
  }
  .list-practices-content .list-practices .item-column:not(:first-child) {
    display: none;
  }
  .list-practices-content.show_more .list-practices .item-column:not(:first-child) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 250px;
    margin-bottom: 25px;
  }
  .practice-set-up__content .out-service-content .out-service {
    position: relative;
    padding: 30px 70px;
  }
  .practice-set-up__content .out-service-content .out-service .item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 45px);
    margin: 0;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-next {
    background: url('../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-24px.png') no-repeat;
    background-size: 17px;
    width: 17px;
    height: 25px;
    display: block;
    right: 25px;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-next span {
    display: none;
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-prev {
    background: url('../../frontend/YesMed/default/en_AU/images/baseline-arrow_right-24px.png') no-repeat;
    background-size: 17px;
    width: 17px;
    height: 25px;
    display: block;
    left: 25px;
    transform: rotate(180deg);
  }
  .practice-set-up__content .out-service-content .owl-carousel .owl-nav button.owl-prev span {
    display: none;
  }
  .practice-set-up__content .button.bottom-btn {
    max-width: 450px;
    font-size: 20px;
    height: 55px;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .practice-set-up__content .list-practices-content .list-practices .item-column ul {
    max-width: 100%;
  }
  .practice-set-up__content .practice-product .item-product .img-wrapper {
    height: 183px;
  }
}
@media screen and (max-width: 569px) {
  .practice-set-up__content .button.bottom-btn {
    width: calc(100% - 30px);
    height: auto;
    line-height: 25px;
  }
}
/*------------- End style for Practice Set-up --------------*/
.cms-desktop-app .column.main {
  padding-bottom: 0;
}
.cms-desktop-app .page-footer {
  padding-top: 0;
}
.download-desktop-app .top-section {
  background-color: #f3f4f5;
  padding: 120px 45px 190px;
  text-align: center;
}
.download-desktop-app .top-section h1,
.download-desktop-app .top-section .main-title {
  font-size: 46px;
  line-height: 1;
  color: #104470;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.download-desktop-app .top-section .sub-title {
  font-size: 35px;
  line-height: 1;
  color: #636363;
  max-width: 991px;
  margin: auto;
  font-weight: 300;
}
.download-desktop-app .top-section .strikethrough {
  margin: 30px 0;
  width: 50%;
  height: 1.7px;
  background: url(../../frontend/YesMed/default/en_AU/images/strikethrough.png) no-repeat;
  display: inline-block;
  background-size: cover;
}
.download-desktop-app .top-section .download {
  margin-top: 75px;
}
.download-desktop-app .top-section .download .dowload__title {
  color: #104470;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
.download-desktop-app .top-section .download .dowload-app-cover {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 20px;
}
.download-desktop-app .top-section .download .dowload-app-cover:last-child {
  margin: 0;
}
.download-desktop-app .top-section .download .dowload-app {
  padding: 12.5px 24px;
  border: 1px solid #707070;
  border-radius: 40px;
  width: 238px;
  background-color: #ffffff;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.download-desktop-app .promo-section {
  padding: 100px 165px;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .download-desktop-app .promo-section {
    padding: 100px 65px;
  }
}
.download-desktop-app .promo-section .column {
  width: calc((100% - 20px) / 2);
}
.download-desktop-app .promo-section .left {
  margin-right: 10px;
}
.download-desktop-app .promo-section .right {
  margin-left: 10px;
}
.download-desktop-app .promo-section .content-box .title {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  color: #104470;
  text-transform: uppercase;
}
.download-desktop-app .promo-section .content-box .strikethrough {
  margin: 30px 0;
  width: 90%;
  height: 1.7px;
  background: url(../../frontend/YesMed/default/en_AU/images/strikethrough.png) no-repeat;
}
.download-desktop-app .promo-section.first {
  padding-bottom: 220px;
}
.download-desktop-app .promo-section.first .left {
  position: relative;
}
.download-desktop-app .promo-section.first .left img {
  position: absolute;
  right: 0;
  top: -190px;
}
.download-desktop-app .promo-section.first .right .content-box {
  padding: 50px 40px 70px;
  border-radius: 15px;
  box-shadow: 2px 3px 7px 3px rgb(0 0 0 / 16%);
  -webkit-box-shadow: 2px 3px 7px 3px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.16);
}
.download-desktop-app .promo-section.first .right .content-box .content {
  color: #285674;
  max-width: 475px;
  font-size: 21px;
}
.download-desktop-app .promo-section.second {
  padding-top: 150px;
  padding-bottom: 165px;
  background-color: #f3f4f5;
}
.download-desktop-app .promo-section.second .left {
  display: flex;
  justify-content: center;
}
.download-desktop-app .promo-section.second .left .content-box .title {
  margin-bottom: 30px;
}
.download-desktop-app .promo-section.second .left .content-box .content {
  max-width: 430px;
  font-size: 21px;
}
.download-desktop-app .promo-section.second .right {
  position: relative;
}
.download-desktop-app .promo-section.second .right img {
  position: absolute;
  right: 0;
  top: -310px;
}
@media screen and (max-width: 1199px) {
  .download-desktop-app .download-desktop-app .promo-section.second {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .download-desktop-app .top-section {
    padding: 90px 30px 125px;
  }
  .download-desktop-app .top-section .main-title {
    font-size: 34px;
    margin-bottom: 0px;
  }
  .download-desktop-app .top-section .sub-title {
    font-size: 24px;
    max-width: 90%;
  }
  .download-desktop-app .top-section .strikethrough {
    width: 90%;
  }
  .download-desktop-app .top-section .download .dowload__title {
    font-size: 33px;
  }
  .download-desktop-app .promo-section {
    flex-direction: column;
  }
  .download-desktop-app .promo-section .column {
    margin: 0 !important;
    width: 100%;
  }
  .download-desktop-app .promo-section .content-box .title {
    font-size: 29px;
    line-height: 36px;
  }
  .download-desktop-app .promo-section .content-box .strikethrough {
    margin: 15px 0;
  }
  .download-desktop-app .promo-section .content-box .content {
    font-size: 19px;
  }
  .download-desktop-app .promo-section.first .left img {
    position: relative;
  }
  .download-desktop-app .promo-section.first .right {
    margin-top: -70px !important;
  }
  .download-desktop-app .promo-section.first .right .content-box .content {
    max-width: 100%;
  }
  .download-desktop-app .promo-section.second {
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .download-desktop-app .promo-section.second .right {
    text-align: center;
  }
  .download-desktop-app .promo-section.second .right img {
    position: relative;
    top: -230px;
  }
  .download-desktop-app .promo-section.second .left .content-box {
    text-align: center;
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .download-desktop-app .top-section {
    padding: 65px 25px 120px;
  }
  .download-desktop-app .top-section .main-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .download-desktop-app .top-section .sub-title {
    font-size: 23px;
    max-width: 90%;
  }
  .download-desktop-app .top-section .strikethrough {
    margin: 20px 0;
  }
  .download-desktop-app .top-section .download {
    margin-top: 60px;
  }
  .download-desktop-app .top-section .download .dowload__title {
    font-size: 30px;
  }
  .download-desktop-app .top-section .download .dowload-app-cover {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .download-desktop-app .top-section .download .dowload-app-cover:last-child {
    margin-bottom: 20px;
  }
  .download-desktop-app .promo-section.first {
    padding-bottom: 150px;
  }
  .download-desktop-app .promo-section.first .left img {
    top: -170px;
  }
  .download-desktop-app .promo-section.first .right {
    margin-top: -100px !important;
  }
  .download-desktop-app .promo-section.second {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .download-desktop-app .promo-section {
    padding: 100px 40px;
  }
  .download-desktop-app .promo-section.second .left .content-box {
    margin-top: -180px;
  }
}
@media screen and (max-width: 480px) {
  .download-desktop-app .promo-section.first .right .content-box {
    padding: 40px 20px;
  }
  .download-desktop-app .promo-section {
    padding: 70px 25px;
  }
}
.cms-yes-medical-app .column.main {
  padding-bottom: 0;
}
.cms-yes-medical-app .page-footer {
  padding-top: 0;
}
.yesmed-app-page .only-desktop {
  display: inline-block !important;
}
.yesmed-app-page .only-mobile {
  display: none !important;
}
.yesmed-app-page .app-section-top {
  display: flex;
}
.yesmed-app-page .app-section-top .block {
  width: 50%;
  margin-bottom: 0;
}
.yesmed-app-page .app-section-top .block.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yesmed-app-page .app-section-top .block.right {
  background: url('../../frontend/YesMed/default/en_AU/images/yesmed-app-gradient.png') no-repeat;
  background-size: cover;
  padding: 124px 93px 74px;
}
.yesmed-app-page .app-section-top .block.right .main-title {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 64px;
  max-width: 800px;
  display: block;
}
@media screen and (max-width: 460px) {
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.yesmed-app-page .app-section-top .block.right .special-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin: 36px 0 0;
  opacity: 1;
  padding: 20px 55px;
  line-height: inherit;
  height: auto;
  display: flex;
}
.yesmed-app-page .app-section-top .block.right .special-btn span {
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.yesmed-app-page .app-section-top .block.right .special-btn .first {
  color: #43bdac;
}
.yesmed-app-page .app-section-top .block.right .special-btn .second {
  color: #a1cc3a;
}
.yesmed-app-page .app-section-top .block.right .special-btn .thirth {
  color: #48c6e9;
}
@media screen and (max-width: 460px) {
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 10px 15px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn span {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .yesmed-app-page .app-section-top .block.right {
    padding: 100px 70px 60px;
  }
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 20px 40px;
    margin: 36px auto auto;
  }
}
.yesmed-app-page .app-section-middle {
  margin-top: 40px;
}
.yesmed-app-page .app-section-middle .text-content h3 {
  color: #104470;
  font-size: 30px;
  max-width: 1190px;
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 45px;
}
.yesmed-app-page .app-section-middle .intro {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.yesmed-app-page .app-section-middle .intro .intro-item {
  text-align: center;
}
.yesmed-app-page .app-section-middle .intro .intro-item:not(:first-child) {
  margin-left: 60px;
}
.yesmed-app-page .app-section-middle .intro .intro-item img {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 1260px) and (max-width: 1400px) {
  .yesmed-app-page .app-section-middle .intro .intro-item img {
    width: 90%;
  }
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box {
  margin-top: 55px;
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box .title {
  font-size: 30px;
  line-height: 40px;
  color: #104470;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
  margin-top: 45px;
  color: #626262;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1400px) {
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .yesmed-app-page .app-section-middle .intro {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item {
    margin-top: 80px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item:nth-child(3) {
    margin-left: 0;
  }
}
.yesmed-app-page .app-section-bottom {
  margin-top: 45px;
  background-color: #f2f2f2;
}
.yesmed-app-page .app-section-bottom .download {
  text-align: center;
  padding: 90px 0;
}
.yesmed-app-page .app-section-bottom .download .title {
  font-size: 30px;
  line-height: 45px;
  color: #69ab3e;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.yesmed-app-page .app-section-bottom .download .box-link {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item {
  width: 220px;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item:not(:first-child) {
  margin-left: 33px;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item a {
  display: inline-flex;
  width: 100%;
}
.yesmed-app-page .app-section-bottom .download .box-link .link-item a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .yesmed-app-page .only-desktop {
    display: none !important;
  }
  .yesmed-app-page .only-mobile {
    display: block !important;
  }
  .yesmed-app-page .app-section-top {
    flex-direction: column;
  }
  .yesmed-app-page .app-section-top .block {
    width: 100%;
    margin: 0;
  }
  .yesmed-app-page .app-section-top .block.right {
    background: url('../../frontend/YesMed/default/en_AU/images/yesmed-app-gradient-mobile.png') no-repeat;
    background-size: cover;
    padding: 50px;
  }
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 40px;
    line-height: 46px;
    max-width: 428px;
    text-align: center;
    margin: auto;
  }
  .yesmed-app-page .app-section-top .block.right .special-btn {
    padding: 15px 25px;
    margin: 36px auto auto;
  }
  .yesmed-app-page .app-section-middle .text-content h3 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 30px;
  }
  .yesmed-app-page .app-section-middle .intro {
    margin-top: 60px;
  }
  .yesmed-app-page .app-section-middle .download .box-link .link-item {
    width: 180px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item img {
    width: 70%;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .title {
    font-size: 26px;
    line-height: 32px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box .content {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-middle .owl-dots {
    display: flex;
    height: 10px;
    background-color: #e1e1e1;
    bottom: 0;
    width: 90%;
    border-radius: 25px 25px;
    overflow: hidden;
    margin: 20px auto 0;
  }
  .yesmed-app-page .app-section-middle .owl-dots .owl-dot {
    height: 100%;
    width: 25%;
    background-color: #e1e1e1;
    color: inherit;
    border: none;
    font: unset;
    box-shadow: none;
    outline: none;
    border-radius: 0;
  }
  .yesmed-app-page .app-section-middle .owl-dots .owl-dot.active {
    background-color: #104470;
    border-radius: 25px;
  }
  .yesmed-app-page .app-section-bottom {
    margin-top: 100px;
  }
  .yesmed-app-page .app-section-bottom .download {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .yesmed-app-page .app-section-top .block.right .main-title {
    font-size: 30px;
    line-height: 36px;
    max-width: 320px;
  }
  .yesmed-app-page .app-section-middle .text-content {
    padding: 0 35px;
  }
  .yesmed-app-page .app-section-middle .text-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
  }
  .yesmed-app-page .app-section-middle .intro .intro-item .info-box {
    padding: 0 35px;
  }
  .yesmed-app-page .app-section-bottom {
    margin-top: 80px;
  }
  .yesmed-app-page .app-section-bottom .download {
    padding: 50px 0;
  }
}
.punchout-container {
  color: #707070;
  line-height: 26px;
  padding-top: 108px;
}
.punchout-container h1 {
  font-size: 185px;
  line-height: 211px;
  font-family: 'Bebas Kai', sans-serif;
  color: #525252;
  text-transform: uppercase;
}
.punchout-container h2 {
  font-size: 50px;
  line-height: 81px;
  font-family: 'Manrope', sans-serif;
  color: #104470;
  margin-top: -43px;
}
.punchout-container p {
  line-height: 26px;
  color: #707070;
  margin-bottom: 26px;
}
.punchout-container .column {
  float: left;
  display: inline-block;
  width: 48.37%;
  box-sizing: border-box;
}
.punchout-container .column-text {
  margin-top: 85px;
}
.punchout-container .column-image {
  width: 51.63%;
  padding-left: 15px;
  text-align: right;
}
.punchout-container .column-image img {
  max-width: 775px;
  width: 100%;
  margin-top: -180px;
}
.punchout-container .using-punchout {
  background: #104470;
  border-radius: 15px;
  padding: 38px 38px 46px 38px;
  color: #FFF;
  margin: 55px 0 78px 0;
}
.punchout-container .using-punchout ol {
  padding-left: 16px;
  margin: 25px 0 0 0;
}
.punchout-container .using-punchout ol li {
  margin: 0;
}
.punchout-container ul {
  list-style: none;
  padding: 22px 0 0 30px;
}
.punchout-container ul li {
  margin: 0;
  position: relative;
  padding-left: 23px;
}
.punchout-container ul li:before {
  content: "\2022";
  color: #104470;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0px;
  left: 3px;
  margin: 0;
  font-size: 24px;
}
.punchout-container .actions {
  clear: both;
  display: block;
  padding: 25px 0 132px 0;
}
.punchout-container .actions .button {
  padding: 14px 95px;
  background: #104470;
  border-radius: 5px;
  color: #FFF;
}
@media (max-width: 1260px) {
  .punchout-container {
    padding-top: 50px;
  }
  .punchout-container h1 {
    font-size: 140px;
    line-height: 180px;
  }
  .punchout-container h2 {
    font-size: 35px;
    line-height: 70px;
  }
}
@media (max-width: 1023.98px) {
  .punchout-container {
    padding-top: 30px;
  }
  .punchout-container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .punchout-container .column {
    width: 100%;
    flex: 100%;
    order: 2;
    margin-top: 0;
  }
  .punchout-container .column.column-image {
    order: 1;
    text-align: unset;
  }
  .punchout-container .column.column-image img {
    margin: 0;
  }
  .punchout-container .using-punchout {
    margin: 30px 0;
  }
  .punchout-container .actions {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .punchout-container h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .punchout-container h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
}
.freight-banner {
  padding: 143px 0;
}
.freight-banner h2 {
  font-size: 60px;
  line-height: 55px;
  letter-spacing: -0.6px;
}
.freight-box_text {
  padding: 60px 0;
}
.freight-box_text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
}
.freight-box {
  box-shadow: 1px 1px 7px 5px #cecece;
  border-radius: 15px;
  height: 100%;
}
.freight-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
}
.cms-freight-protection .page-main {
  padding: 0;
}
.freight_box_grid {
  width: calc(100% + 24px);
  margin-left: -24px;
}
.box-container .freight-heading h2 {
  margin-bottom: 45px;
  color: #104470;
}
.freight-heading h2 {
  font-size: 30px;
  line-height: 33px;
  color: #104470;
}
.mgz-single-image-wrapper {
  display: block;
  min-height: 105px;
  margin-bottom: 20px;
}
.freight-heading.freight-h-heading h2 {
  min-height: 66px;
  display: block;
  color: #104470;
}
.freight-heading-pd_3 {
  padding-bottom: 30px;
}
.freight-box_claim ol {
  margin-bottom: 0;
  padding-left: 14px;
}
.freight-box_claim ol li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 16px;
}
.freight-box_claim ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .freight-banner {
    padding: 86px 0 64px;
  }
  .freight-banner h2 {
    padding: 0 47px;
  }
  .freight-box_claim {
    padding: 0 20px;
  }
  .freight--box-heading {
    padding: 0 20px;
  }
  .freight_box_grid {
    width: 100%;
    margin-left: 0;
    padding: 0 12px;
  }
  .freight-box_text {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .freight-heading h2 {
    font-size: 14px;
    line-height: 27px;
  }
  .freight-heading .mgz-element-inner {
    min-height: auto !important;
  }
  .freight-heading.freight-h-heading h2 {
    min-height: auto;
  }
  .freight-box .mgz-single-image-wrapper img {
    width: 55px;
  }
  .freight-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .mgz-single-image-wrapper {
    min-height: auto;
    margin: 0;
  }
  .box-container > .mgz-element-inner {
    min-height: 270px;
  }
  .box-container .freight-heading h2 {
    max-width: 128px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .freight-box_claim {
    padding-bottom: 54px;
  }
  .freight-box_claim .mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 0;
  }
  .freight-box_claim ol li {
    font-size: 12px;
    line-height: 18px;
  }
  .freight_box_grid {
    padding: 0 20px;
  }
  .freight_box_grid .box-container {
    border: none !important;
    padding-bottom: 10px;
  }
  .freight_box_grid .box-container:last-child {
    padding-bottom: 0;
  }
  .freight-banner h2 {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.2px;
  }
  .freight-box_text p {
    font-size: 12px;
    line-height: 18px;
  }
}
.career-site-section p {
  margin: 0;
}
.career-site-section p:last-child {
  margin-bottom: 10px;
}
.career-site-section figure {
  margin: 0;
  width: 100%;
}
.career-site-section ul > li,
.career-site-section ol > li {
  margin-bottom: 0;
}
.career-site-section img {
  width: 100%;
}
.career-site-section.bleed {
  max-width: 1280px;
  margin: auto auto 30px;
}
.career-site-section .only-desktop {
  display: block;
}
.career-site-section .only-mobile {
  display: none;
}
.career-site-home {
  position: relative;
}
.career-site-home .ch-bg-video {
  width: 100%;
  display: flex;
  z-index: 1;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.career-site-home .ch-bg-video iframe,
.career-site-home .ch-bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-site-home .ch-content {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
}
.career-site-home .ch-content .ch-hashtag strong {
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
}
.career-site-home .ch-content .ch-hashtag strong::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #eae969 0%, #a2cc39 6%, #539c45 22%, #005695 51%, #0a66a3 61%, #2592c9 80%, #3ab4e7 93%, #3ab4e7 100%);
}
.career-site-home .ch-content .ch-content-child {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.career-site-home .ch-content .ch-title h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
  font-family: 'Century-Gothic-Bold', sans-serif;
  color: #ffffff;
  padding-top: 30px;
}
.career-site-home .ch-content .ch-detail p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Century-Gothic', sans-serif;
  color: #ffffff;
}
.career-site-home .ch-content .ch-redirect {
  margin-top: 30px;
}
.career-site-home .ch-content .ch-redirect a {
  text-decoration: none;
  display: block;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 10px;
  max-width: max-content;
  text-transform: uppercase;
  transition: 0.3s;
}
.career-site-home .ch-content .ch-redirect a:hover {
  background: #ffffff;
  color: #000000;
}
.career-site-home .ch-content * {
  color: #ffffff;
}
.career-site-shared .css-heading h3 {
  font-size: 50px;
  line-height: 70px;
  color: #104470;
  font-family: 'Century-Gothic', sans-serif;
  text-align: center;
  margin: 30px auto 30px;
  padding: 30px;
}
.career-site-shared .css-block {
  display: flex;
  flex-wrap: wrap;
}
.career-site-shared .css-block .css-life-at {
  font-size: 21px;
  line-height: 35px;
  color: #285674;
  font-family: 'Century-Gothic', sans-serif;
  margin-bottom: 20px;
}
.career-site-shared .css-block .css-life-at figure {
  max-width: 328px;
  display: flex;
}
.career-site-shared .css-block .css-life-at figure img {
  width: auto;
}
.career-site-shared .css-block .css-life-at p {
  color: #285674;
  padding-left: 20px;
  font-size: 42px;
  line-height: 70px;
}
.career-site-shared .css-block .css-content {
  flex: 35%;
}
.career-site-shared .css-block .css-content .css-detail {
  margin-top: 30px;
}
.career-site-shared .css-block .css-content .css-detail p {
  font-size: 24px;
  line-height: 38px;
  color: #333333;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  padding: 0 20px;
}
.career-site-shared .css-block .css-media {
  flex: calc(65% - 80px);
  margin-left: 80px;
  display: flex;
}
.career-site-shared .css-block .css-media .css-media-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.career-site-shared .css-block .css-media .css-media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-tab-sticky {
  background-color: #4e9b49;
}
.career-tab-sticky.career-tab-fixed {
  position: sticky;
  left: 0;
  right: 0;
  z-index: 98;
}
.career-tab-sticky .cyw-tab {
  max-width: 1200px;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.career-tab-sticky ul {
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.career-tab-sticky ul li {
  position: relative;
}
.career-tab-sticky ul li a {
  color: #ffffff;
  text-decoration: none;
}
.career-tab-sticky ul.cyw-tab-lv1 > li > a {
  display: block;
  padding: 19px 10px 15px;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 19px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  border-bottom: 4px solid transparent;
  text-align: center;
}
.career-tab-sticky ul.cyw-tab-lv1 > li > a:hover,
.career-tab-sticky ul.cyw-tab-lv1 > li > a:focus {
  color: #ffffff;
}
.career-tab-sticky ul.cyw-tab-lv1 > li:hover > a {
  border-bottom: 4px solid #285674;
}
.career-tab-sticky ul.cyw-tab-lv1 > li:hover .cyw-tab-lv2 {
  display: block;
}
.career-tab-sticky ul.cyw-tab-lv1 > li.active a {
  background: #ffffff;
  color: #4e9b49;
  border-color: #ffffff;
}
.career-tab-sticky ul.cyw-tab-lv1 > li.active a:hover {
  color: #4e9b49;
}
.career-tab-sticky ul.cyw-tab-lv2 {
  display: none;
  position: absolute;
  top: 100%;
  background: #ffffff;
  width: max-content;
  padding: 10px;
  z-index: 3;
}
.career-tab-sticky ul.cyw-tab-lv2 > li > a {
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.career-yes-way .cyw-heaading {
  padding-bottom: 70px;
}
.career-yes-way .cyw-heaading h2 {
  font-size: 60px;
  line-height: 75px;
  color: #104470;
  font-weight: bold;
  font-family: 'Century-Gothic-Bold', sans-serif;
  text-align: center;
}
.career-yes-way .cyw-heaading h2 span,
.career-yes-way .cyw-heaading h2 strong {
  color: #6eb749;
}
.career-yes-way .cyw-block {
  position: relative;
  z-index: 1;
}
.career-yes-way .cyw-block .cyw-media {
  height: 900px;
}
.career-yes-way .cyw-block .cyw-media img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.career-yes-way .cyw-block .cyw-people {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: 0;
  width: 100%;
  gap: 12%;
  padding-top: 30px;
  text-align: center;
}
.career-yes-way .cyw-block .cyw-people strong,
.career-yes-way .cyw-block .cyw-people .cyw-counter-began-people,
.career-yes-way .cyw-block .cyw-people .cyw-counter-began {
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  font-family: 'Century-Gothic-Bold', sans-serif;
}
.career-yes-way .cyw-block .cyw-people p {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin-top: 6px;
}
.career-yes-way .cyw-block .cyw-people * {
  color: #fff;
}
.career-value-section h2 {
  font-size: 60px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  line-height: 83px;
  color: #285674;
  padding: 30px 16px 50px;
  text-align: center;
  margin-top: 0;
}
.career-value-section .career-value-container {
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.career-value-section .career-value-container .career-value-item {
  flex: 25%;
  max-width: 25%;
  transition: all 0.25s;
  position: relative;
}
.career-value-section .career-value-container .career-value-item * {
  transition: all 0.25s;
}
.career-value-section .career-value-container .career-value-item .ci-show {
  text-align: center;
}
.career-value-section .career-value-container .career-value-item .ci-show .ci-icon {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 20px;
  margin-top: 10%;
  display: flex;
  width: 100%;
}
.career-value-section .career-value-container .career-value-item .ci-show .ci-icon img {
  margin: auto;
  max-width: 128px;
  object-fit: contain;
  object-position: top;
}
.career-value-section .career-value-container .career-value-item .ci-show .ci-title {
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  top: calc(100% + 20px);
}
.career-value-section .career-value-container .career-value-item .ci-show .ci-title h3 {
  font-size: 32px;
  line-height: 36px;
  color: #285674;
  font-weight: 500;
  font-family: 'Gotham-Medium', sans-serif;
  text-align: center;
  margin: auto;
}
.career-value-section .career-value-container .career-value-item .ci-hover {
  display: none;
}
.career-value-section .career-value-container .career-value-item .ci-hover ul {
  padding-left: 20px;
}
.career-value-section .career-value-container .career-value-item .ci-hover ul li {
  font-size: 16px;
  line-height: 26px;
}
.career-value-section .career-value-container .career-value-item .career-value-block {
  margin: 0 15px;
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 10px 8px 0px;
  padding: 20px;
  position: relative;
  height: 390px;
  cursor: pointer;
  margin-bottom: 25px;
}
.career-value-section .career-value-container .career-value-item .career-value-item {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  max-width: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: 100;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block {
  transition: all 0.25s;
  background: #285674;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 280px;
  z-index: 3;
  padding: 20px;
  margin: 0;
  width: calc(100% - 80px);
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .career-value-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .career-value-close-button::before {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block * {
  color: #fff;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show {
  margin-top: 10px;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show .ci-icon {
  left: 0;
  transform: translate(0, 0);
  width: 15%;
  margin-top: 0;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show .ci-icon img {
  width: auto;
  max-width: 60px;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show .ci-title {
  position: absolute;
  top: 12px;
  left: 75px;
  width: calc(85% - 40px);
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show .ci-title h3 {
  text-align: left;
  color: #fff;
  min-width: 130px;
}
.career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-hover {
  display: block;
}
.yes-explore-roles h2 {
  color: #104470;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 100px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 60px;
  font-family: 'Gotham-Medium', sans-serif;
  line-height: 70px;
}
.yes-explore-roles .role {
  padding: 60px 100px;
}
.yes-explore-roles .role .role-content h3 {
  font-size: 42px;
  line-height: 70px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  color: #104470;
  padding-bottom: 32px;
  margin-top: 0;
}
.yes-explore-roles .role .role-content p {
  line-height: 32px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  color: #333333;
}
.yes-explore-roles .role .role-content a.green-button {
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-top: 40px;
}
.yes-explore-roles .role .role-content .role-text {
  margin-top: -16px;
}
.yes-explore-roles .role .role-content .role-img {
  order: 2;
}
.yes-explore-roles .role.role-bg-1 {
  background: url('../../frontend/YesMed/default/en_AU/images/role-bg-1.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yes-explore-roles .role.role-bg-2 {
  background: url('../../frontend/YesMed/default/en_AU/images/role-bg-2.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yes-explore-roles .role.role-bg-1,
.yes-explore-roles .role.role-bg-2 {
  padding: 200px 100px;
  margin-bottom: 30px;
}
.yes-explore-roles .role.role-bg-1 .role-content h3,
.yes-explore-roles .role.role-bg-2 .role-content h3,
.yes-explore-roles .role.role-bg-1 .role-content p,
.yes-explore-roles .role.role-bg-2 .role-content p {
  color: #ffffff;
}
.yes-explore-roles .role.role-bg-1 .role-content .role-img,
.yes-explore-roles .role.role-bg-2 .role-content .role-img {
  order: -1;
}
.yes-explore-roles .role-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.yes-explore-roles .role-content > div {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  justify-content: center;
}
.yes-explore-roles .role-content .role-img {
  flex: calc(50% + 30px);
}
.yes-explore-roles .role-content .role-text {
  flex: calc(50% - 30px);
}
.yes-hq {
  padding: 50px 100px;
}
.yes-hq .yes-hq-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.yes-hq .yes-hq-content > div {
  display: flex;
  flex-direction: column;
  flex: 50%;
  padding: 0 15px;
}
.yes-hq .yes-hq-content .yes-hq-text h2 {
  color: #104470;
  margin-top: 0;
  font-size: 60px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  line-height: 83px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.yes-hq .yes-hq-content .yes-hq-text p {
  color: #797979;
  font-size: 20px;
  line-height: 38px;
}
.yes-hq .yes-hq-content .yes-hq-text .yes-hq-img {
  margin-top: 50px;
}
.yes-hq .yes-hq-content .yes-hq-imgs {
  order: -1;
}
.yes-hq .yes-hq-content .yes-hq-imgs .yes-hq-small img {
  margin-top: 32px;
}
.yes-hq.career-site-section img {
  text-align: right;
  display: block;
  margin-left: auto;
}
.yes-hq.career-site-section .yes-hq-img img {
  margin-right: auto;
  margin-left: 0;
}
.yes-hq.career-site-section .yes-hq-img.yes-hq-small img {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}
.six-step-process {
  padding: 50px 100px;
  background: url('../../frontend/YesMed/default/en_AU/images/Dotted-Background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.six-step-process h2 {
  padding-bottom: 50px;
  font-size: 71px;
  line-height: 83px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  font-weight: 700;
  color: #285674;
}
.six-step-process .steps {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.six-step-process .step {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 5px solid #6eb749;
  flex: 0 0 calc((100% - 120px)/3);
  margin: 0 20px;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 31px 38px 40px #C6C6C6;
}
.six-step-process .step-content strong {
  color: #285674;
  font-size: 74px;
  line-height: 86px;
  font-family: 'Century-Gothic-Bold', sans-serif;
}
.six-step-process .step-content h4 {
  display: flex;
  align-items: center;
  color: #285674;
  font-size: 29px;
  font-family: 'Century-Gothic', sans-serif;
  font-weight: 400;
  line-height: 38px;
  margin-top: 16px;
}
.six-step-process .step-content h4 img {
  display: inline;
  margin-right: 14px;
}
.six-step-process .step-content p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-top: 16px;
}
.meet-the-team,
.life-at-yes {
  text-align: center;
}
.meet-the-team h2,
.life-at-yes h2 {
  color: #104470;
  font-size: 60px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  font-weight: bold;
  line-height: 68px;
  padding-bottom: 16px;
}
.meet-the-team p,
.life-at-yes p {
  font-size: 24px;
  font-family: 'Century-Gothic', sans-serif;
  line-height: 30px;
}
.life-at-yes {
  padding: 50px 15px;
}
a.green-button {
  background: #6eb749;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 22px;
  line-height: 36px;
  margin-top: 24px;
}
.winfungrow {
  text-align: center;
  padding-top: 50px;
}
.winfungrow img {
  display: block;
  margin: 0 auto;
}
.life-at-yes-gallery {
  padding: 60px 80px 0;
}
.life-at-yes-gallery .life-yes-gallers {
  margin: 0 -10px;
  margin-bottom: 24px;
}
.life-at-yes-gallery .life-yes-gallers .life-yes-img {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
}
.life-at-yes-gallery .life-yes-gallers .life-yes-img.life-yes-img4,
.life-at-yes-gallery .life-yes-gallers .life-yes-img.life-yes-img5 {
  width: calc(40% - 20px);
}
.life-at-yes-gallery .life-yes-gallers .life-yes-img img {
  display: block;
  width: 100%;
}
.yes-medical-group {
  background: url('../../frontend/YesMed/default/en_AU/images/yes-group-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px;
}
.yes-medical-group h3 {
  color: #104470;
  font-size: 40px;
  font-family: 'Century-Gothic-Bold', sans-serif;
  font-weight: bold;
  line-height: 58px;
  padding-bottom: 50px;
}
.yes-medical-group p {
  color: #797979;
  font-size: 26px;
  line-height: 43px;
  margin-bottom: 0;
}
.yes-medical-group .medical-group-items {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.yes-medical-group .medical-group-items span {
  display: block;
}
.yes-medical-group .medical-group-items > div {
  display: flex;
  margin: 20px 5px 0;
  flex-direction: column;
  flex: 30%;
}
.yes-medical-group .medical-group-items > div img {
  margin: 0 auto;
  margin-top: 20px;
  width: auto;
  height: 60px;
}
.yes-medical-group .medical-group-items .footmedics-podiatry {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
}
.yes-medical-group .space-boder {
  height: 10px;
  border-bottom: 2px solid #104470;
  border-right: 2px solid #104470;
  border-left: 2px solid #104470;
  margin-top: 20px;
}
.page-new-career .page-footer {
  padding-top: 0;
}
.page-new-career .columns .column.main {
  padding-bottom: 0;
}
.new-career-bottom img {
  display: block;
  margin: 0 auto;
}
.fullwidth-img img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .career-value-section .career-value-container .career-value-item {
    flex: 50%;
    max-width: 50%;
  }
  .gallery-perks .gallery-image p {
    font-size: 24px;
    line-height: 36px;
  }
  .perks-of-team h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .yes-explore-roles .role.role-bg-1,
  .yes-explore-roles .role.role-bg-2 {
    padding: 200px 20px;
  }
  .yes-explore-roles .role {
    padding: 60px 20px;
  }
  .yes-explore-roles .role.role-bg-1,
  .yes-explore-roles .role.role-bg-2 {
    padding: 200px 20px;
  }
  .yes-hq {
    padding: 50px 20px;
  }
  .perks-of-team .perks-of-team-top {
    padding: 0 20px;
  }
  .six-step-process {
    padding: 50px 20px;
  }
  .life-at-yes-gallery {
    padding: 0;
  }
  .yes-medical-group {
    padding: 100px 20px;
  }
}
@media (max-width: 991.98px) {
  .career-site-home .ch-content .ch-title h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .career-site-home .ch-content .ch-redirect a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .career-site-shared .css-heading h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .career-site-shared .css-block .css-content .css-detail p {
    font-size: 16px;
    line-height: 26px;
  }
  .career-tab-sticky ul.cyw-tab-lv1 > li > a {
    font-size: 12px;
    line-height: 18px;
    border-bottom: none !important;
  }
  .career-yes-way .cyw-heaading h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .career-value-section h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .career-value-section .career-value-container .career-value-item .ci-show .ci-title h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .yes-explore-roles h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .yes-explore-roles .role .role-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .yes-explore-roles .role .role-content p {
    font-size: 26px;
  }
  a.green-button {
    font-size: 14px;
  }
  .perks-of-team p {
    font-size: 24px;
  }
  .six-step-process h2 {
    font-size: 50px;
  }
  .meet-the-team h2,
  .life-at-yes h2 {
    font-size: 50px;
  }
  .yes-medical-group p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .career-site-section .only-desktop {
    display: none;
  }
  .career-site-section .only-mobile {
    display: block;
  }
  .career-site-home .ch-content {
    left: 0;
    right: 0;
  }
  .career-site-home .ch-content .ch-content-child {
    text-align: center;
  }
  .career-site-home .ch-content .ch-content-child .ch-redirect a {
    margin: auto;
    padding: 8px 12px;
    font-size: 11px;
  }
  .career-site-home .ch-content .ch-title h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 6px;
  }
  .career-site-home .ch-content .ch-detail p {
    font-size: 14px;
    line-height: 20px;
  }
  .career-site-home .ch-content .ch-redirect {
    margin-top: 14px;
  }
  .career-site-shared .css-block .css-content {
    flex: 100%;
    order: 1;
  }
  .career-site-shared .css-block .css-content .css-life-at {
    display: none;
  }
  .career-site-shared .css-block .css-content .css-detail p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 0 14px;
  }
  .career-site-shared .css-block .css-media {
    flex: 100%;
    display: flex;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0 14px;
  }
  .career-site-shared .css-block .css-media .css-life-at {
    min-width: 100px;
    padding: 10px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .career-site-shared .css-block .css-life-at p {
    font-size: 14px;
    line-height: 23px;
    padding-left: 6px;
  }
  .career-site-shared .css-heading h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .career-value-section h2 {
    font-size: 30px;
    line-height: 43px;
  }
  .career-yes-way .cyw-heaading {
    padding-bottom: 40px;
  }
  .career-yes-way .cyw-heaading h2 {
    font-size: 20px;
    line-height: 23px;
    padding: 0 14px;
  }
  .career-yes-way .cyw-block .cyw-people {
    padding-top: 25px;
  }
  .career-yes-way .cyw-block .cyw-people strong,
  .career-yes-way .cyw-block .cyw-people .cyw-counter-began,
  .career-yes-way .cyw-block .cyw-people .cyw-counter-began-people {
    font-size: 40px;
    line-height: 40px;
  }
  .career-yes-way .cyw-block .cyw-people p {
    font-size: 16px;
    line-height: 20px;
  }
  .career-yes-way .cyw-block .cyw-media {
    height: 290px;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block {
    min-height: 160px;
    height: auto;
    padding: 20px 0;
    margin: 0 14px 20px;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block .career-value-close-button {
    display: none;
  }
  .career-value-section .career-value-container .career-value-item .ci-show .ci-icon img {
    margin: auto;
    max-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .career-value-section .career-value-container .career-value-item .ci-show .ci-title h3 {
    font-size: 12px;
    line-height: 14px;
  }
  .career-value-section .career-value-container .career-value-item .career-value-item .career-value-block .ci-show .ci-title {
    top: 0px;
  }
  .career-value-section .career-value-container .career-value-item.career-value-popup .career-value-block {
    max-width: 100%;
    width: calc(100% - 28px);
  }
  .career-value-section .career-value-container .career-value-item.career-value-popup .career-value-block .career-value-close-button {
    display: block;
  }
  .career-value-section .career-value-container .career-value-item.career-value-popup .ci-show .ci-title h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .career-value-section .career-value-container .career-value-item.career-value-popup .ci-hover {
    padding-top: 10px;
  }
  .career-value-section .career-value-container .career-value-item.career-value-popup .ci-hover ul li {
    font-size: 14px;
  }
  .yes-explore-roles h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 30px 14px;
  }
  .yes-explore-roles .role {
    padding: 30px 14px;
  }
  .yes-explore-roles .role .role-content {
    margin: 0 -14px;
    text-align: center;
  }
  .yes-explore-roles .role .role-content > div {
    padding: 0 14px;
  }
  .yes-explore-roles .role .role-content h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 24px;
  }
  .yes-explore-roles .role .role-content .role-img {
    flex: 100%;
    margin-bottom: 24px;
    order: -1;
  }
  .yes-explore-roles .role .role-content .role-text {
    flex: 100%;
    margin-top: 0;
  }
  .yes-explore-roles .role .role-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .yes-explore-roles .role .role-content a.green-button {
    font-size: 11px;
    line-height: 17px;
    margin-top: 24px;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
  }
  .yes-explore-roles .role.role-bg-1,
  .yes-explore-roles .role.role-bg-2 {
    background-position: left center;
    padding: 100px 14px;
    margin-bottom: 30px;
  }
  .yes-explore-roles .role.role-bg-2 {
    background-position: right center;
  }
  .yes-hq {
    padding: 20px 14px;
    padding-bottom: 50px;
    text-align: center;
  }
  .yes-hq .yes-hq-content {
    margin: 0 -14px;
  }
  .yes-hq .yes-hq-content > div {
    padding: 0 14px;
    flex: 100%;
  }
  .yes-hq .yes-hq-content .yes-hq-imgs {
    flex-direction: row;
    margin: 0 -3px;
    align-items: center;
    order: 1;
  }
  .yes-hq .yes-hq-content .yes-hq-imgs > div {
    display: flex;
    flex: calc(50% - 6px);
    padding: 0 3px;
  }
  .yes-hq .yes-hq-content .yes-hq-imgs > div.yes-hq-imgs-left {
    flex-direction: column;
  }
  .yes-hq .yes-hq-content .yes-hq-imgs .yes-hq-small img {
    margin-top: 6px;
    max-width: 110px;
  }
  .yes-hq .yes-hq-content .yes-hq-text {
    margin-bottom: 24px;
  }
  .yes-hq .yes-hq-content .yes-hq-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .yes-hq .yes-hq-content .yes-hq-text p {
    font-size: 14px;
    line-height: 26px;
  }
  .perks-of-team .perks-of-team-top {
    padding: 0 14px;
  }
  .perks-of-team h2 {
    font-size: 30px;
    line-height: 37px;
    margin-top: 0;
  }
  .perks-of-team p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 24px;
    margin-bottom: 0;
  }
  .perks-of-team p img {
    top: 4px;
    max-width: 13px;
  }
  .perks-of-team .perks {
    margin: 0 -14px;
    margin-bottom: 10px;
    padding: 24px 0;
  }
  .perks-of-team .perks .perk {
    flex: 0 0 calc(100%/2);
    padding: 0 14px;
    margin-bottom: 10px;
  }
  .gallery-perks .gallery-image {
    flex: 0 0 calc(100%/2);
  }
  .gallery-perks .gallery-image p {
    font-size: 12px;
    line-height: 18px;
    padding: 18px 16px;
  }
  .gallery-perks h2 {
    padding: 60px 16px 30px;
  }
  .six-step-process {
    padding: 20px 14px;
  }
  .six-step-process h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .six-step-process .steps {
    margin: 0 -14px;
  }
  .six-step-process .step {
    flex: 100%;
    margin: 0 14px;
    margin-bottom: 24px;
  }
  .six-step-process .step-content strong {
    font-size: 60px;
    line-height: 70px;
  }
  .six-step-process .step-content h4 {
    font-size: 24px;
  }
  .winfungrow {
    padding: 0 20px;
  }
  .meet-the-team,
  .life-at-yes {
    padding: 20px 0;
  }
  .meet-the-team h2,
  .life-at-yes h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .meet-the-team p,
  .life-at-yes p {
    font-size: 12px;
    line-height: 18px;
  }
  .meet-the-team a.green-button,
  .life-at-yes a.green-button {
    margin-bottom: 24px;
  }
  .life-at-yes {
    padding: 20px 14px;
  }
  a.green-button {
    font-size: 11px;
    line-height: 17px;
  }
  .life-at-yes-gallery .life-yes-gallers {
    margin: 0 -3px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .life-at-yes-gallery .life-yes-gallers .life-yes-img {
    display: flex;
    flex: calc((100% - 12px)/3);
    padding: 0 3px;
    margin-bottom: 6px;
  }
  .life-at-yes-gallery .life-yes-gallers .life-yes-img.life-yes-img4,
  .life-at-yes-gallery .life-yes-gallers .life-yes-img.life-yes-img5 {
    width: 100%;
    flex: 100%;
  }
  .yes-medical-group {
    padding: 30px 14px;
  }
  .yes-medical-group h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
  }
  .yes-medical-group .medical-group-items {
    align-items: center;
    justify-content: center;
  }
  .yes-medical-group .medical-group-items > div {
    flex: 100%;
    margin: 0 0 28px;
  }
  .yes-medical-group .medical-group-items > div img {
    height: auto;
    min-width: 160px;
  }
  .yes-medical-group .medical-group-items .footmedics-podiatry p + p {
    display: none;
  }
  .yes-medical-group p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 499.98px) {
  .career-tab-sticky ul.cyw-tab-lv1 > li > a {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .career-site-shared .css-block .css-media .css-life-at {
    display: none;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover {
    transition: all 0.25s;
    background: #285674;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover * {
    color: #ffffff;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-show {
    margin-top: 10px;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-show .ci-icon {
    left: 0;
    transform: translate(0, 0);
    margin-top: 0;
    justify-content: center;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-show .ci-icon img {
    width: auto;
    max-width: 70px;
    margin-left: 0;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-show .ci-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    width: calc(100% - 80px);
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-show .ci-title h3 {
    text-align: left;
    color: #fff;
    min-width: 130px;
  }
  .career-value-section .career-value-container .career-value-item .career-value-block:hover .ci-hover {
    display: block;
  }
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-nav {
  line-height: 0;
  margin-top: 0;
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-nav button {
  height: 0;
  margin: 0;
}
.cms-index-index .widget.block-static-block {
  margin-bottom: 0px;
}
.cms-index-index .home_category_session {
  margin-bottom: 81px;
}
.cms-index-index .home_category_session .home-category-session {
  padding: 0;
}
.cms-index-index .home_category_session .home-category-session > div {
  padding: 0 41px;
}
.cms-index-index .home_category_session .session-block-title {
  margin: 0 0 44px 0;
  padding: 48px 0;
  font-size: 52px;
  line-height: 57px;
  font-family: 'Hind Madurai', sans-serif, sans-serif;
  font-weight: 700;
  color: #285674;
  text-align: center;
  background: #f5f5f5;
}
.cms-index-index .home_category_session .session-block-title span {
  color: #6eb749;
}
.cms-index-index .home_category_session .category-item .category-item-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.cms-index-index .home_category_session .category-item .category-item-image img {
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
}
.cms-index-index .home_category_session .category-item .category-item-image .view-category {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  color: #ffffff;
  border: 2px solid #ffffff;
  position: absolute;
  padding: 8px 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  max-width: 243px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}
.cms-index-index .home_category_session .category-item .category-item-image:before {
  content: '';
  background: #104470;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 17px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}
.cms-index-index .home_category_session .category-item:hover .category-item-image .view-category {
  visibility: visible;
  opacity: 1;
}
.cms-index-index .home_category_session .category-item:hover .category-item-image:before {
  visibility: visible;
  opacity: 0.7;
}
.cms-index-index .home_category_session .category-item:hover .category-item-image img {
  transform: scale(1.2);
}
.cms-index-index .home_category_session .category-item a {
  font-size: 25px;
  height: auto;
  white-space: normal;
}
.cms-index-index .home_category_session .home-category-session-bottom {
  display: none;
}
.cms-index-index .home_category_session .category-three li.mobile-width-double.mobile-hidden {
  margin-right: 0;
}
.cms-index-index .home-stockup {
  background: #f5f5f5;
  padding: 40px;
}
.cms-index-index .home-stockup .widget .block-title strong {
  margin: 0 0 30px 0;
  padding: 48px 0;
  font-size: 52px;
  line-height: 57px;
  font-family: 'Hind Madurai', sans-serif, sans-serif;
  font-weight: 700;
  color: #285674;
  text-align: center;
  background: #f5f5f5;
  width: 100%;
  display: inline-block;
}
.cms-index-index .home-stockup .block-content {
  margin: 0 auto;
  padding: 0 9.5%;
}
.cms-index-index .home-stockup .product-items .product-item .product-item-photo {
  display: block;
  text-align: center;
}
.cms-index-index .home-stockup .product-items .product-item .product-item-details {
  padding: 20px 10px;
  text-align: center;
}
.cms-index-index .home-stockup .product-items .product-item:before {
  content: '';
  background: #ffffff;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 17px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.cms-index-index .home-stockup .product-items .product-item:hover .view-product {
  visibility: visible;
  opacity: 1;
}
.cms-index-index .home-stockup .product-items .product-item:hover:before {
  visibility: visible;
  opacity: 0.42;
}
.cms-index-index .home-stockup .product-items .product-item .product-item-name > a {
  color: #707070;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
}
.cms-index-index .home-stockup .view-product {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background: #104470;
  padding: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  max-width: 220px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.cms-index-index .home-stockup .owl-carousel .owl-stage {
  display: flex;
}
.cms-index-index .home-stockup .owl-carousel .owl-stage .owl-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(203, 203, 203, 0.3);
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 69px;
  border-radius: 50%;
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-next {
  border: 1px solid #104470;
  right: -9%;
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-next span:before {
  content: '\f105';
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #104470;
  left: -9%;
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button span {
  font-family: 'Font Awesome 5 Pro';
  color: #104470;
}
.cms-index-index .home-stockup .owl-carousel .owl-nav button span:before {
  content: '\f104';
  font-size: 52px;
  line-height: 69px;
  font-weight: 300;
}
.cms-index-index .home_services {
  background: #ffffff;
  padding: 42px;
}
.cms-index-index .home_services .home-services {
  border-radius: 15px;
  overflow: hidden;
  padding-left: 0;
}
.cms-index-index .home_services .home-services h5 {
  font-size: 42px;
  color: #285674;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 15px;
  text-transform: none;
}
.cms-index-index .home_services .home-services p {
  font-size: 20px;
  color: #707070;
  line-height: 26px;
  max-width: 347px;
}
.cms-index-index .home_services .home-services .service-left {
  max-width: 100%;
  width: 32%;
}
.cms-index-index .home_services .home-services .service-info {
  max-width: 390px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.cms-index-index .home_services .home-services .service-left-link {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  max-width: 245px;
  font-family: 'Manrope', sans-serif;
  color: #ffffff;
}
.cms-index-index .home_services .home-services .service-right {
  max-width: 100%;
  width: 68%;
}
.cms-index-index .home_services .home-services .service-right a {
  line-height: 0;
}
.cms-index-index .home_introduction {
  margin-top: 0;
}
.cms-index-index .home_introduction .home-introduction {
  display: flex;
}
.cms-index-index .home_introduction .home-introduction > div {
  width: calc((100% - 47px)/2);
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  border-radius: 11px;
}
.cms-index-index .home_introduction .home-introduction > div .intro-left {
  max-width: none;
  width: auto;
}
.cms-index-index .home_introduction .home-introduction > div .intro-right {
  max-width: none;
  width: auto;
}
.cms-index-index .home_introduction .home-introduction > div .intro-right img {
  max-width: 32.5%;
  width: 100%;
  margin: auto;
}
.cms-index-index .home_introduction .home-introduction .intro-about-us {
  margin-right: 47px;
}
.cms-index-index .home_introduction .home-introduction .intro-about-us .intro-right img {
  max-width: 74%;
}
.cms-index-index .home_introduction h5 {
  font-size: 42px;
  color: #285674;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 18px;
  margin-top: 90px;
}
.cms-index-index .home_introduction p {
  font-size: 20px;
  color: #707070;
  line-height: 26px;
  max-width: 100%;
}
.cms-index-index .home_introduction a {
  margin: 25px 0 90px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  max-width: 245px;
  width: 100%;
  border-radius: 10px;
  background: #0c7394;
  color: #ffffff;
}
.cms-index-index .home_ordering_app {
  background: transparent;
  position: relative;
}
.cms-index-index .home_ordering_app .background-img {
  margin-top: 0;
}
.cms-index-index .home_ordering_app .background-img img {
  object-fit: cover;
  width: 100%;
}
.cms-index-index .home_ordering_app .home-ordering-app {
  padding: 0;
  background: none;
}
.cms-index-index .home_ordering_app .home-ordering-app > div {
  width: 50%;
  max-width: 100%;
}
.cms-index-index .home_ordering_app .home-ordering-app .content-left {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  padding: 0;
  top: 12%;
}
.cms-index-index .home_ordering_app .home-ordering-app .content-right {
  display: none;
  order: 0;
  padding-right: 50px;
}
.cms-index-index .home_ordering_app .home-ordering-app .content-right img {
  width: 100%;
  max-width: 782px;
}
.cms-index-index .home_ordering_app .home-ordering-app .ordering-app {
  margin: 0;
  max-width: 100%;
}
.cms-index-index .home_ordering_app .home-ordering-app .ordering-app a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  width: 100%;
  background: #6eb749;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  max-width: 380px;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download {
  text-align: center;
  flex-direction: column;
  width: 40%;
  padding: 0 15px;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download p {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download a {
  display: inline-block;
  line-height: 0;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download ul {
  margin-bottom: 0;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download li {
  margin-bottom: 20px;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download li:last-child {
  margin-bottom: 0;
}
.cms-index-index .home_ordering_app .home-ordering-app .link-download img {
  max-width: 60%;
  min-width: 200px;
  margin: auto;
}
.cms-index-index .home_ordering_app .home-ordering-app h3 {
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}
.cms-index-index .home_ordering_app .home-ordering-app p {
  margin-bottom: 35px;
  color: #ffffff;
}
.cms-index-index .home_ordering_app .home-ordering-app p + p {
  margin-bottom: 0;
}
.cms-index-index .home_one_supplier {
  position: relative;
  line-height: 0;
}
.cms-index-index .home_one_supplier .background-mobile {
  display: none;
}
.cms-index-index .home_one_supplier .home_one_supplier-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  transform: translateY(-50%);
  padding: 0 20px;
}
.cms-index-index .home_one_supplier h5 {
  font-size: 52px;
  color: #fff;
  line-height: 57px;
  font-family: 'Hind Madurai', sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cms-index-index .home_one_supplier p {
  font-size: 31px;
  line-height: 34px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}
.cms-index-index .home_one_supplier a {
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  margin: 50px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  padding: 12px;
  width: 100%;
  background: #6eb749;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  max-width: 646px;
}
.cms-index-index .home_one_supplier img {
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}
.cms-index-index .yes-we-can {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.cms-index-index .yes-we-can h3 {
  font-size: 66px;
  font-family: 'Hind Madurai', sans-serif;
  color: #104470;
  font-weight: 700;
  line-height: 91px;
  margin-top: 0;
}
.cms-index-index .yes-we-can > a {
  color: #285674;
  font-size: 25px;
  font-family: 'Manrope', sans-serif;
  line-height: 42px;
}
.cms-index-index .yes-we-can > a:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 40px;
  position: relative;
  top: 5px;
  margin-left: 18px;
}
.cms-index-index .yes-we-can .list.reasons {
  display: flex;
  justify-content: space-around;
  padding: 0 108px;
  position: relative;
  margin-top: 60px;
}
.cms-index-index .yes-we-can .list .items {
  position: absolute;
  display: flex;
  justify-content: space-around;
}
.cms-index-index .yes-we-can .list .item {
  padding: 50px;
  text-align: left;
  border-radius: 10px;
  margin-right: 35px;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  width: calc((100% - 105px)/3);
}
.cms-index-index .yes-we-can .list .item:last-child {
  margin-right: 0;
}
.cms-index-index .yes-we-can .list .item img {
  width: 72px;
  margin-bottom: 20px;
}
.cms-index-index .yes-we-can .list .item h5 {
  font-weight: 600;
  font-size: 24px;
  color: #285674;
  line-height: 29px;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}
.cms-index-index .yes-we-can .list .item p {
  font-size: 15px;
  color: #545453;
  line-height: 25px;
  margin-bottom: 0px;
}
.cms-index-index .yes-we-can .list .item p a {
  color: #6ebd48;
}
.cms-index-index .background-img {
  margin-top: 170px;
}
.cms-index-index .background-img img {
  width: 100%;
}
.cms-index-index .background-img .mobile {
  display: none;
}
.cms-index-index .testimonials_homepage_session h3 {
  text-align: center;
  font-size: 52px;
  font-family: 'Hind Madurai', sans-serif;
  color: #104470;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 50px;
}
.cms-index-index .testimonials_homepage_session h3 span {
  color: #6ebd48;
}
.cms-index-index .testimonials_homepage_session .testimonials-content > div {
  max-width: 1200px;
  padding-bottom: 50px;
}
.cms-index-index .home_brands {
  background: #f5f5f5;
}
.cms-index-index .home_brands h3 {
  font-size: 52px;
  font-family: 'Hind Madurai', sans-serif;
  color: #104470;
  font-weight: 700;
  line-height: 72px;
}
.cms-index-index .home_brands h3 span {
  color: #6ebd48;
}
.cms-index-index .home_brands .home-brands {
  padding: 85px 110px;
  text-align: center;
}
.cms-index-index .home_brands .home-brands > a {
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  margin: 50px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  padding: 22px 12px;
  width: 100%;
  background: #6eb749;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  max-width: 350px;
}
.cms-index-index .home_brands .home-brands > a:after {
  display: none;
}
.cms-index-index .home-video-section .ch-bg-video {
  width: 100%;
  display: flex;
  z-index: 1;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cms-index-index .home-video-section .ch-bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  color: #ffffff;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-content-child {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-hashtag strong {
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-hashtag strong:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #eae969 0%, #a2cc39 6%, #539c45 22%, #005695 51%, #0a66a3 61%, #2592c9 80%, #3ab4e7 93%, #3ab4e7 100%);
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-title h3 {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  font-family: 'Century-Gothic', sans-serif;
  color: #ffffff;
  padding-top: 30px;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-detail p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Century-Gothic', sans-serif;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content .ch-redirect {
  margin-top: 30px;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content a {
  text-decoration: none;
  display: block;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 10px;
  max-width: max-content;
  text-transform: uppercase;
  transition: 0.3s;
}
.cms-index-index .home-video-section .ch-bg-video .ch-content a:hover {
  background: #ffffff;
  color: #000000;
}
.cms-index-index .home-delivery-section {
  margin-top: 53px;
  padding: 0 113px;
}
.cms-index-index .home-delivery-section .owl-item .item {
  display: flex;
  align-items: center;
}
.cms-index-index .home-delivery-section .owl-item .item img {
  width: 58px;
  margin-right: 30px;
}
.cms-index-index .home-delivery-section .owl-item .item.delivery img {
  width: 71px;
}
.cms-index-index .home-delivery-section .owl-item .item.prices img {
  width: 53px;
}
.cms-index-index .home-delivery-section .owl-item .item.products {
  margin: 0;
}
.cms-index-index .home-delivery-section .owl-item .item.products img {
  width: 48px;
}
.cms-index-index .home-delivery-section .owl-item .item h6 {
  font-size: 21px;
  color: #626262;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
}
.cms-index-index .home-delivery-section .owl-item .item h6 a {
  color: #626262;
}
.cms-index-index .home-delivery-section .owl-item .item h6 a:hover {
  color: #104470;
}
.cms-index-index .home-delivery-section .owl-item .item p {
  font-size: 18px;
  color: #626262;
  font-family: 'Manrope', sans-serif;
  margin: 0;
}
.cms-index-index .home-delivery-section .safety-recall h4.title {
  position: relative;
  margin: 40px 0 20px 0;
}
.cms-index-index .home-delivery-section .safety-recall h4.title:before {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 991px) and (max-width: 1700px) {
  .cms-index-index .home_ordering_app .background-img img {
    min-height: 480px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .content-left {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cms-index-index .home_category_session .category-item a {
    font-size: 18px;
  }
  .cms-index-index .home_category_session .category-four li {
    margin-right: 20px;
    max-width: 100%;
    width: calc((100% - 60px)/4);
  }
  .cms-index-index .home_category_session .category-two li:last-child {
    padding-left: 20px;
  }
  .cms-index-index .home_category_session .category-three li {
    width: calc((100% - 40px)/3);
    max-width: 100%;
    margin-right: 20px;
  }
  .cms-index-index .home_category_session .category-three li.mobile-width-double.mobile-hidden {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cms-index-index .home_category_session .home-category-session > div {
    padding: 0 25px;
  }
  .cms-index-index .home_category_session .session-block-title {
    font-size: 36px;
  }
  .cms-index-index .home-stockup {
    padding: 40px 25px;
  }
  .cms-index-index .home-stockup .widget .block-title strong {
    font-size: 36px;
    padding: 25px 20px 0 20px;
    line-height: normal;
  }
  .cms-index-index .home-stockup .block-content {
    padding: 0 0 44px 0;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .cms-index-index .home_services {
    padding: 40px 25px;
  }
  .cms-index-index .home_services .home-services {
    display: flex;
    flex-direction: column;
    border-radius: 11px;
  }
  .cms-index-index .home_services .home-services h5 {
    font-size: 32px;
  }
  .cms-index-index .home_services .home-services .service-left,
  .cms-index-index .home_services .home-services .service-right {
    width: 100%;
  }
  .cms-index-index .home_services .home-services .service-info,
  .cms-index-index .home_services .home-services .service-left-content,
  .cms-index-index .home_services .home-services p {
    max-width: 100%;
  }
  .cms-index-index .home_ordering_app .background-img img {
    min-height: 400px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .ordering-app {
    padding-top: 0;
    width: 100%;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download img {
    min-width: 130px;
  }
  .cms-index-index .home_one_supplier h5 {
    font-size: 36px;
  }
  .cms-index-index .home_one_supplier p {
    font-size: 24px;
    padding: 0 20px;
  }
  .cms-index-index .home_one_supplier a {
    margin-top: 40px;
  }
  .cms-index-index .home_introduction .intro-about-us h5,
  .cms-index-index .home_introduction .intro-medical-book h5 {
    margin-top: 30px;
  }
  .cms-index-index .home_introduction .intro-about-us a,
  .cms-index-index .home_introduction .intro-medical-book a {
    margin-bottom: 40px;
    display: inline-block;
  }
  .cms-index-index .yes-we-can h3 {
    font-size: 40px;
  }
  .cms-index-index .yes-we-can .list.reasons {
    padding: 40px;
    margin-top: 20px;
  }
  .cms-index-index .yes-we-can .list .item {
    padding: 15px;
    margin-right: 15px;
    width: calc((100% - 45px)/3);
  }
  .cms-index-index .yes-we-can .list .item h5 {
    font-size: 18px;
  }
  .cms-index-index .yes-we-can .list .item p {
    font-size: 16px;
  }
  .cms-index-index .testimonials_homepage_session h3 {
    font-size: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
  .cms-index-index .home_brands h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .cms-index-index .home_brands .home-brands {
    padding: 50px 25px;
  }
  .cms-index-index .home_brands .home-brands > a {
    margin-top: 25px;
  }
  .cms-index-index .home-delivery-section {
    padding: 0px 25px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .cms-index-index .home_ordering_app .background-img .desktop {
    display: none;
  }
  .cms-index-index .home_ordering_app .background-img .mobile {
    display: block;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3 {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
  }
  .cms-index-index .home_ordering_app .home-ordering-app p {
    font-size: 24px;
    margin-bottom: 35px;
    color: #ffffff;
  }
  .cms-index-index .home_ordering_app .home-ordering-app p + p {
    margin-bottom: 0;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .content-left {
    left: 0;
    width: 100%;
    flex-direction: column;
    top: 10%;
    padding: 0 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .ordering-app {
    margin-bottom: 40px;
    padding-top: 35px;
    max-width: 75%;
    width: 100%;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download {
    width: 100%;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download p {
    font-size: 24px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul {
    display: flex;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul li {
    margin-left: 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul li:first-child {
    margin-left: 0px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cms-index-index .home_category_session {
    padding: 0;
  }
  .cms-index-index .home_category_session .category-item .category-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cms-index-index .home_category_session .category-item .category-item-image:before {
    display: none;
  }
  .cms-index-index .home_category_session .category-item .category-item-image .view-category {
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    top: 0;
    font-size: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding: 0;
    max-width: 700px;
    background-color: transparent !important;
  }
  .cms-index-index .home_category_session .category-item:hover .category-item-image img {
    transform: scale(1);
  }
  .cms-index-index .home_category_session .home-category-session > div {
    padding: 0px 15px;
  }
  .cms-index-index .home_category_session .home-category-session .category-two.third li {
    height: 100%;
  }
  .cms-index-index .home_category_session .category-three li.mobile-width-double.desktop-hidden {
    padding-left: 5px;
    padding-right: 0px;
  }
  .cms-index-index .home_services {
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .cms-index-index .home-stockup {
    padding: 0px 15px;
  }
  .cms-index-index .home-stockup .product-items .product-item:before,
  .cms-index-index .home-stockup .product-items .product-item .view-product {
    display: none;
  }
  .cms-index-index .home_introduction .home-introduction {
    flex-direction: column;
    padding: 0 15px;
  }
  .cms-index-index .home_introduction .home-introduction h5 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .home_introduction .home-introduction p {
    font-size: 16px;
    line-height: 26px;
    max-width: 240px;
    margin: 0 auto 15px auto;
  }
  .cms-index-index .home_introduction .home-introduction a {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px;
  }
  .cms-index-index .home_introduction .home-introduction > div {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .cms-index-index .home_introduction .home-introduction > div .intro-left,
  .cms-index-index .home_introduction .home-introduction > div .intro-right {
    width: 100%;
  }
  .cms-index-index .home_introduction .home-introduction > div .intro-right {
    min-height: auto;
    margin-top: 30px;
  }
  .cms-index-index .home_introduction .home-introduction > div .intro-right img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 300px;
    object-fit: contain;
  }
  .cms-index-index .home_introduction .home-introduction .intro-about-us {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cms-index-index .home_introduction .home-introduction .intro-about-us h5 {
    margin-top: 78px;
  }
  .cms-index-index .home_introduction .home-introduction .intro-about-us .intro-right {
    margin-top: 75px;
  }
  .cms-index-index .home_introduction .home-introduction .intro-about-us p {
    max-width: 270px;
  }
  .cms-index-index .home_ordering_app {
    margin-bottom: 25px;
  }
  .cms-index-index .home_ordering_app .background-img .desktop {
    display: none;
  }
  .cms-index-index .home_ordering_app .background-img .mobile {
    display: block;
    min-height: auto;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 25px auto;
  }
  .cms-index-index .home_ordering_app .home-ordering-app p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    max-width: 260px;
    margin: 0 auto 25px auto;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .content-left {
    left: 0;
    width: 100%;
    flex-direction: column;
    top: 10%;
    padding: 0 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .ordering-app {
    margin-bottom: 40px;
    padding-top: 35px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .ordering-app a {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download {
    width: 100%;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    color: #f5f5f5;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul {
    display: flex;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul li {
    margin-left: 15px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download ul li:first-child {
    margin-left: 0px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .link-download img {
    max-width: 100%;
  }
  .cms-index-index .home-delivery-section {
    padding: 0px 15px;
    margin-top: 30px;
  }
  .cms-index-index .home-delivery-section .owl-item .item img {
    width: 45px !important;
    margin-right: 10px;
  }
  .cms-index-index .home-delivery-section .owl-item .item h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .cms-index-index .home-delivery-section .owl-item .item p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 640px) {
  .cms-index-index .yes-we-can {
    margin-top: 60px;
  }
  .cms-index-index .yes-we-can h3 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 15px;
  }
  .cms-index-index .yes-we-can > a {
    font-size: 16px;
    line-height: 26px;
  }
  .cms-index-index .yes-we-can > a:after {
    font-size: 30px;
  }
  .cms-index-index .yes-we-can .list.reasons {
    padding: 0 15px;
    margin-top: 70px;
  }
  .cms-index-index .yes-we-can .list .items {
    position: static;
    flex-direction: column;
  }
  .cms-index-index .yes-we-can .list .item {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 42px 31px 51px 31px;
  }
  .cms-index-index .yes-we-can .list .item img {
    margin-bottom: 7px;
  }
  .cms-index-index .yes-we-can .list .item h5 {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
  }
  .cms-index-index .yes-we-can .list .item p {
    font-size: 16px;
    line-height: 26px;
  }
  .cms-index-index .yes-we-can .background-img {
    margin-top: -27%;
  }
  .cms-index-index .yes-we-can .background-img .desktop {
    display: none;
  }
  .cms-index-index .yes-we-can .background-img .mobile {
    display: inline-block;
  }
  .cms-index-index .home-video-section {
    margin-top: 0;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-content-child {
    padding: 0 20px;
    text-align: center;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-hashtag strong {
    font-size: 12px;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-hashtag strong:before {
    margin-top: 8px;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-title h3 {
    font-size: 30px;
    line-height: 24px;
    padding-top: 0;
    margin-top: 25px;
    white-space: nowrap;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-detail p {
    font-size: 14px;
    line-height: 20px;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-redirect {
    margin-top: 18px;
  }
  .cms-index-index .home-video-section .ch-bg-video .ch-content .ch-redirect a {
    font-size: 11px;
    line-height: 17px;
    display: inline-block;
  }
  .cms-index-index .home_brands {
    padding: 50px 15px 44px 15px;
  }
  .cms-index-index .home_brands h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px 0;
  }
  .cms-index-index .home_brands .home-brands {
    padding: 0;
  }
  .cms-index-index .home_brands .home-brands > a {
    font-size: 12px;
    padding: 12px 12px;
  }
  .cms-index-index .home_brands .brand-items {
    display: grid;
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    margin: 0 -15px;
  }
  .cms-index-index .home_brands .brand-items .brand-item {
    max-width: 100%;
    padding: 15px;
  }
  .cms-index-index .home_brands .brand-items .brand-item:nth-child(2n) {
    padding: 15px;
  }
  .cms-index-index .home_brands .brand-items .brand-item.desktop-hidden {
    display: none;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3,
  .cms-index-index .home_ordering_app .home-ordering-app p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .cms-index-index .home_ordering_app .home-ordering-app .content-left {
    top: 3%;
  }
}
@media (max-width: 400px) {
  .cms-index-index .home_category_session {
    padding: 0;
    margin-bottom: 35px;
  }
  .cms-index-index .home_category_session .session-block-title {
    font-size: 14px;
    padding: 17px 0;
    margin-bottom: 15px;
    line-height: normal;
  }
  .cms-index-index .home_category_session .home-category-session > div {
    padding: 0 20px;
  }
  .cms-index-index .home_category_session .category-item-image:before {
    display: none;
  }
  .cms-index-index .home_category_session .category-item-image img {
    min-height: 212px;
    object-fit: cover;
  }
  .cms-index-index .home_category_session .category-item .category-item-image {
    border-radius: 0;
    margin-bottom: 10px;
  }
  .cms-index-index .home_category_session .category-item .category-item-image img {
    height: 212px;
  }
  .cms-index-index .home_category_session .category-item a {
    font-size: 14px;
    height: auto;
    padding: 0;
    white-space: normal;
  }
  .cms-index-index .home_category_session .category-four.first li,
  .cms-index-index .home_category_session .category-four.second li,
  .cms-index-index .home_category_session .category-four.third li {
    width: 65%;
    max-width: 100%;
  }
  .cms-index-index .home_category_session .category-four.first li:first-child,
  .cms-index-index .home_category_session .category-four.second li:first-child,
  .cms-index-index .home_category_session .category-four.third li:first-child,
  .cms-index-index .home_category_session .category-four.first li:last-child,
  .cms-index-index .home_category_session .category-four.second li:last-child,
  .cms-index-index .home_category_session .category-four.third li:last-child {
    width: 35%;
  }
  .cms-index-index .home_category_session .category-four.second li.category-item-right {
    width: 35%;
  }
  .cms-index-index .home_category_session .category-four.second li.category-item-right.desktop-hidden {
    width: 40%;
  }
  .cms-index-index .home_category_session .category-four.second li.desktop-right {
    width: 60%;
  }
  .cms-index-index .home_category_session .category-three li {
    width: 35%;
    max-width: 100%;
  }
  .cms-index-index .home_category_session .category-three li:last-child {
    width: 65%;
  }
  .cms-index-index .home_category_session .category-two.second .category-item .category-item-image img {
    min-height: auto;
  }
  .cms-index-index .home_category_session .category-two.third li {
    width: 65%;
    max-width: 100%;
  }
  .cms-index-index .home_category_session .category-two.third li:last-child {
    width: 35%;
  }
  .cms-index-index .home-stockup {
    padding: 0 20px;
  }
  .cms-index-index .home-stockup .widget {
    margin-bottom: 20px;
  }
  .cms-index-index .home-stockup .widget .block-title strong {
    font-size: 14px;
    line-height: normal;
    padding: 25px 0 0 0;
    margin-bottom: 0;
  }
  .cms-index-index .home-stockup .product-items .product-item .product-item-name > a {
    font-size: 14px;
    line-height: 22px;
  }
  .cms-index-index .home-stockup .block-content {
    padding: 0 50px 44px 50px;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }
  .cms-index-index .home-stockup .owl-carousel .owl-nav button span:before {
    line-height: 45px;
    font-size: 42px;
  }
  .cms-index-index .home_services .home-services {
    border-radius: 10px;
  }
  .cms-index-index .home_services .home-services h5 {
    font-size: 24px;
    line-height: normal;
    max-width: 200px;
    margin: 0 auto;
  }
  .cms-index-index .home_services .home-services .service-left-link {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px;
  }
  .cms-index-index .home_services .home-services p {
    font-size: 16px;
    max-width: 230px;
    margin: auto;
  }
  .cms-index-index .home_services .service-left-content {
    max-width: 240px;
    margin: 20px auto;
  }
  .cms-index-index .home_services .service-left {
    padding: 45px 0 30px 0;
  }
  .cms-index-index .home_services .service-right {
    height: auto;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .content-left {
    top: 20px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app .content-left .ordering-app {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .cms-index-index .home_ordering_app .home-ordering-app h3,
  .cms-index-index .home_ordering_app .home-ordering-app p {
    margin-bottom: 10px;
  }
  .cms-index-index .home_introduction .home-introduction > div .intro-right img {
    max-height: 250px;
  }
  .cms-index-index .home_one_supplier .background {
    display: none;
  }
  .cms-index-index .home_one_supplier .background-mobile {
    display: block;
    min-height: auto;
  }
  .cms-index-index .home_one_supplier .home_one_supplier-wrapper {
    padding: 0 15px;
  }
  .cms-index-index .home_one_supplier h5 {
    font-size: 24px;
    line-height: 30px;
    max-width: 235px;
    margin: 0 auto 30px auto;
  }
  .cms-index-index .home_one_supplier p {
    font-size: 16px;
    line-height: 20px;
    max-width: 290px;
    margin: auto;
  }
  .cms-index-index .home_one_supplier a {
    margin-top: 30px;
    font-size: 12px;
  }
  .cms-index-index .testimonials_homepage_session h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 35px 0;
  }
  .cms-index-index .testimonials_homepage_session .testimonials-content > div {
    padding-bottom: 20px;
  }
  .cms-index-index .home-delivery-section .owl-item .item h6 {
    font-size: 14px;
  }
  .cms-index-index .home-delivery-section .owl-item .item p {
    font-size: 10px;
  }
}
.page-wrapper.page-new-allied .page-main {
  padding: 0;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .magezon-builder .mgz-container {
    width: 100%;
  }
}
.page-wrapper.page-new-allied .magezon-builder h1,
.page-wrapper.page-new-allied .magezon-builder h2,
.page-wrapper.page-new-allied .magezon-builder h3 {
  color: #29292a;
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
}
.page-wrapper.page-new-allied .magezon-builder h1 {
  font-size: 3.5rem;
  line-height: 3.7rem;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .magezon-builder h1 {
    font-size: 40px;
    line-height: 100%;
  }
}
.page-wrapper.page-new-allied .magezon-builder h2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .magezon-builder h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.page-wrapper.page-new-allied .magezon-builder h3,
.page-wrapper.page-new-allied .magezon-builder h4 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .magezon-builder h3,
  .page-wrapper.page-new-allied .magezon-builder h4 {
    font-size: 40px;
    line-height: 46px;
  }
}
.page-wrapper.page-new-allied .magezon-builder p,
.page-wrapper.page-new-allied .magezon-builder ul li {
  color: inherit;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .magezon-builder p,
  .page-wrapper.page-new-allied .magezon-builder ul li {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
.page-wrapper.page-new-allied .magezon-builder strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.page-wrapper.page-new-allied .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.page-wrapper.page-new-allied .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.page-wrapper.page-new-allied .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.page-wrapper.page-new-allied .hivamat-request-demo-banner-image img {
  width: 100%;
  min-height: 50vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-banner-image img {
    min-height: unset;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-banner-heading {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.page-wrapper.page-new-allied .hivamat-request-demo-banner-heading > .mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.page-new-allied .hivamat-request-demo-banner-heading h1 {
  color: #ffffff;
}
.page-wrapper.page-new-allied .hivamat-request-demo-banner-heading h1 span {
  color: #104470;
  display: block;
}
.page-wrapper.page-new-allied .hivamat-request-demo-header {
  margin-top: 45px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-header {
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-header {
    padding: 0 140px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-heading {
  text-align: center;
  max-width: 1260px;
  margin: auto;
}
.page-wrapper.page-new-allied .hivamat-request-demo-heading h2 {
  color: #104470;
}
.page-wrapper.page-new-allied .hivamat-request-demo-subheading {
  margin-top: 25px;
  text-align: center;
}
.page-wrapper.page-new-allied .hivamat-request-demo-subheading p {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-subheading p {
    font-size: 30px;
    line-height: 46px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-subheading p span {
  color: #104470;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content {
  margin-top: 40px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content {
    margin-top: 80px;
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content {
    padding: 0 140px;
  }
}
@media (min-width: 768px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-form {
    padding-right: 40px;
  }
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-form {
    padding-right: 80px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-info {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-info {
    margin-top: 0;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-video {
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-video {
    margin-bottom: 50px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text {
  text-align: center;
  max-width: 748px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-text {
    padding-top: 250px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text h3 {
  color: #104470;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text h4 {
  color: #29292a;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text ul {
  list-style: none;
  margin: 15px 0 25px;
  padding: 0;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text ul li {
  background: url('../../frontend/YesMed/default/en_AU/images/check-icon.svg') left top no-repeat;
  background-size: 19px;
  padding-left: 30px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-text ul {
    margin: 30px 0 50px;
  }
  .page-wrapper.page-new-allied .hivamat-request-demo-content-text ul li {
    background-size: 38px;
    padding-left: 60px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-text p {
  max-width: 610px;
  margin: 0 auto;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-image {
  margin-top: 30px;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-action {
  margin-top: 30px;
  text-align: center;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-action a.mgz-btn {
  background-image: linear-gradient(#eb2228, #851317);
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  display: inline-block;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  padding: 15px;
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  line-height: 37px;
}
.page-wrapper.page-new-allied .hivamat-request-demo-content-action a.mgz-btn::before {
  background: url('../../frontend/YesMed/default/en_AU/images/call-icon.svg') left top no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 20px;
  float: left;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo-content-action a.mgz-btn {
    border-radius: 20px;
    column-gap: 18px;
    padding: 15px 24px;
    font-size: 20px;
    line-height: 50px;
  }
  .page-wrapper.page-new-allied .hivamat-request-demo-content-action a.mgz-btn::before {
    width: 50px;
    height: 50px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset {
  margin: 0;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field {
  margin: 0 0 25px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field {
    margin: 0 0 50px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field > .label {
  display: block;
  color: #29292a;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field > .label {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field.required > .label::after {
  color: #e02b27;
  font-size: inherit;
}
@media (min-width: 768px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset > .field.email {
    max-width: 100%;
    margin-right: 0;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .input-text {
  background: #ececec;
  border: none;
  border-radius: 8px;
  color: #a5a5a5;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  height: 46px;
  padding: 15px 25px;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .input-text:focus {
  border: none;
  color: #a5a5a5;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset .input-text {
    border-radius: 15px;
    font-size: 2rem;
    line-height: 2.8rem;
    height: 92px;
    padding: 30px 50px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .input-radio {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .input-radio:checked + .radio-label:after {
  display: inline-block;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .mage-error {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .select-control {
  position: relative;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .select-control::after {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #707070;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset .select-control::after {
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 9px;
    margin-top: -4px;
    right: 40px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio {
  margin-bottom: 10px;
  padding-left: 5px;
  white-space: nowrap;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio {
    padding-left: 10px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label {
  display: block;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label::before,
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label::before {
  background: none;
  border: 2px solid #104470;
  display: inline-block;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label::after {
  background: #104470;
  display: none;
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset .radio-label {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-left: 46px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset textarea {
  margin-top: 0;
}
.page-wrapper.page-new-allied .hivamat-request-demo .fieldset textarea.input-text {
  height: auto;
  min-height: 70px;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .fieldset textarea.input-text {
    min-height: 130px;
  }
}
.page-wrapper.page-new-allied .hivamat-request-demo .actions-toolbar .action.primary {
  display: block;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 1260px) {
  .page-wrapper.page-new-allied .hivamat-request-demo .actions-toolbar .action.primary {
    border-radius: 10px;
    font-size: 3rem;
    padding: 35px 50px;
  }
}
.cms-hivamat.cms-page-view .modal-popup._inner-scroll .modal-inner-wrap {
  width: 90%;
}
.cms-hivamat .page-main {
  padding: 0;
}
.cms-hivamat .modal-popup .modal-footer {
  display: none;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder .mgz-container {
    width: 100%;
  }
}
.cms-hivamat .magezon-builder h2,
.cms-hivamat .magezon-builder h3 {
  color: #29292a;
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
}
.cms-hivamat .magezon-builder h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.cms-hivamat .magezon-builder h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.cms-hivamat .magezon-builder p {
  color: inherit;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.cms-hivamat .magezon-builder p + p {
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .cms-hivamat .magezon-builder p + p {
    margin-top: 20px;
  }
}
.cms-hivamat .magezon-builder strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-hivamat .magezon-builder a.mgz-btn {
  background: #104470;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 45px 12px 15px;
  position: relative;
  white-space: nowrap;
}
.cms-hivamat .magezon-builder a.mgz-btn::before,
.cms-hivamat .magezon-builder a.mgz-btn::after {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-hivamat .magezon-builder a.mgz-btn::before {
  content: '';
  display: block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder a.mgz-btn::before {
    border-width: 2px;
    width: 32px;
    height: 32px;
  }
}
.cms-hivamat .magezon-builder a.mgz-btn::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 400;
  right: 18px;
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder a.mgz-btn::after {
    font-size: 16px;
    right: 20px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .magezon-builder a.mgz-btn {
    font-size: 14px;
    padding: 20px 60px 20px 30px;
  }
}
.cms-hivamat .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.cms-hivamat .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.cms-hivamat .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.cms-hivamat .hivamat-main-banner-image img {
  width: 100%;
}
.cms-hivamat .hivamat-request-demo h3 {
  color: #104470;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-request-demo h3 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin: 0 0 30px;
  }
}
.cms-hivamat .hivamat-request-demo .fieldset > .field {
  margin: 0 0 15px;
}
.cms-hivamat .hivamat-request-demo .fieldset > .field > .label {
  display: block;
  color: #29292a;
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 4px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-request-demo .fieldset > .field > .label {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.cms-hivamat .hivamat-request-demo .fieldset > .field.required > .label::after {
  color: #e02b27;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-request-demo .fieldset > .field.email {
    max-width: 100%;
    margin-right: 0;
  }
}
.cms-hivamat .hivamat-request-demo .fieldset .input-text {
  border-color: #c0bfbf;
  font-size: 1.6rem;
}
.cms-hivamat .hivamat-request-demo .fieldset .mage-error {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}
.cms-hivamat .hivamat-request-demo .fieldset textarea {
  font-family: 'Manrope', sans-serif;
  margin-top: 0;
}
.cms-hivamat .hivamat-request-demo .fieldset select {
  height: 38px;
}
.cms-hivamat .hivamat-deep-oscillation {
  margin-top: 45px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-deep-oscillation {
    margin-top: 90px;
    padding: 0 70px;
  }
}
.cms-hivamat .hivamat-deep-oscillation-heading {
  text-align: center;
  margin-bottom: 20px;
}
.cms-hivamat .hivamat-deep-oscillation-heading h2 {
  color: #104470;
  font-size: 2.5rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-deep-oscillation-heading {
    margin-bottom: 40px;
  }
  .cms-hivamat .hivamat-deep-oscillation-heading h2 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-deep-oscillation-content {
    margin: 0 -15px;
  }
  .cms-hivamat .hivamat-deep-oscillation-content > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-deep-oscillation-image {
    height: 100%;
    padding: 0 15px;
  }
  .cms-hivamat .hivamat-deep-oscillation-image > .mgz-element-inner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-deep-oscillation-video {
    padding: 0 15px;
  }
}
.cms-hivamat .hivamat-deep-oscillation-text {
  height: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-deep-oscillation-text {
    padding: 0 15px;
  }
  .cms-hivamat .hivamat-deep-oscillation-text > .mgz-element-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation {
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation {
    margin-top: 40px;
    padding: 0 70px;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation > .mgz-element-inner {
  background: #ffffff;
  box-shadow: 6px 6px 12px #5a5a5a1a;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px 35px 35px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation > .mgz-element-inner {
    border-radius: 20px;
    padding: 65px 70px 70px;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation-heading {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-heading {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-content {
    margin: 0 -15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-content {
    margin: 0 -45px;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation-item {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-item {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-item {
    padding: 0 45px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-third > .mgz-element-inner {
    display: flex;
  }
  .cms-hivamat .hivamat-electrostatic-oscillation-third .hivamat-electrostatic-oscillation-image {
    flex: 1;
    margin: 0;
  }
  .cms-hivamat .hivamat-electrostatic-oscillation-third .hivamat-electrostatic-oscillation-text {
    flex: 1;
    padding-left: 16px;
    padding-top: 150px;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation-image {
  max-width: 315px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-image {
    min-height: 70px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-image {
    min-height: 100px;
    margin-bottom: 50px;
  }
}
.cms-hivamat .hivamat-electrostatic-oscillation-text p {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-electrostatic-oscillation-text p {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.cms-hivamat .hivamat-watch-oscillation {
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-watch-oscillation {
    margin-top: 40px;
    padding: 0 70px;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-watch-oscillation-content {
    margin: 0 -15px;
  }
  .cms-hivamat .hivamat-watch-oscillation-content > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-watch-oscillation-video {
    padding: 0 15px;
  }
}
.cms-hivamat .hivamat-watch-oscillation-heading {
  height: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-watch-oscillation-heading {
    padding: 0 15px;
  }
  .cms-hivamat .hivamat-watch-oscillation-heading > .mgz-element-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cms-hivamat .hivamat-watch-oscillation-heading h2 {
  max-width: 580px;
}
.cms-hivamat .hivamat-treat-applicator {
  background: #f5f5f5;
  margin-top: 35px;
  padding: 50px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-treat-applicator {
    margin-top: 70px;
    padding: 100px 130px;
  }
}
.cms-hivamat .hivamat-treat-applicator-heading {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-treat-applicator-heading {
    margin-bottom: 44px;
  }
}
.cms-hivamat .hivamat-treat-applicator-heading h2 {
  color: #104470;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-treat-applicator-content {
    margin: 0 -15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-treat-applicator-content {
    margin: 0 -45px;
  }
}
.cms-hivamat .hivamat-treat-applicator-item {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-treat-applicator-item {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-treat-applicator-item {
    padding: 0 45px;
  }
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-treat-applicator-item > .mgz-element-inner {
    display: flex;
  }
}
.cms-hivamat .hivamat-treat-applicator-image {
  flex: 1;
  max-width: 315px;
}
.cms-hivamat .hivamat-treat-applicator-text {
  flex: 1;
  padding-top: 25px;
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-treat-applicator-text {
    padding-left: 44px;
  }
}
.cms-hivamat .hivamat-treat-applicator-text h3 {
  margin-bottom: 15px;
}
.cms-hivamat .hivamat-clinical-research {
  margin-top: 60px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research {
    margin-top: 125px;
    padding: 0 70px;
  }
}
.cms-hivamat .hivamat-clinical-research-heading {
  text-align: center;
  margin-bottom: 35px;
}
.cms-hivamat .hivamat-clinical-research-heading h2 {
  color: #104470;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-heading {
    margin-bottom: 70px;
  }
  .cms-hivamat .hivamat-clinical-research-heading h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-clinical-research-content {
    margin: 0 -15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-content {
    margin: 0 -35px;
  }
}
.cms-hivamat .hivamat-clinical-research-image {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-clinical-research-image {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-image {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-clinical-research-text {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-clinical-research-text {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-text {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-clinical-research-text > .mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-hivamat .hivamat-clinical-research-text h3 {
  color: #104470;
}
.cms-hivamat .hivamat-clinical-research-text a {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cms-hivamat .hivamat-clinical-research-text-white h3 {
  color: #ffffff;
}
.cms-hivamat .hivamat-clinical-research-links {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-clinical-research-links {
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-links {
    margin-top: 66px;
  }
}
.cms-hivamat .hivamat-clinical-research-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-clinical-research-links ul {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-links ul {
    gap: 40px;
  }
}
.cms-hivamat .hivamat-clinical-research-links ul li {
  margin: 0;
}
.cms-hivamat .hivamat-clinical-research-links ul li a {
  display: block;
  border: 1px solid #29292a;
  border-radius: 5px;
  color: #29292a;
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.cms-hivamat .hivamat-clinical-research-links ul li a:hover {
  background: #104470;
  border-color: #104470;
  color: #ffffff;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-clinical-research-links ul li a {
    border-width: 2px;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat .hivamat-clinical-research-links ul li a {
    width: 242px;
  }
}
.cms-hivamat .hivamat-recovery {
  margin-top: 35px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery {
    margin-top: 70px;
  }
}
.cms-hivamat .hivamat-recovery-image-10x {
  margin-bottom: -30px;
  padding: 0 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-recovery-image-10x {
    margin-bottom: -50px;
  }
}
@media (min-width: 1024px) {
  .cms-hivamat .hivamat-recovery-image-10x {
    margin-bottom: -70px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-image-10x {
    margin-bottom: -90px;
    padding: 0 100px;
  }
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-recovery-image-10x {
    margin-bottom: -110px;
  }
}
.cms-hivamat .hivamat-recovery-image-10x img {
  width: 100%;
}
.cms-hivamat .hivamat-recovery-image-sports img {
  width: 100%;
}
.cms-hivamat .hivamat-recovery-image-logos {
  margin-top: 35px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-image-logos {
    margin-top: 70px;
    padding: 0 130px;
  }
}
.cms-hivamat .hivamat-recovery-image-logos img {
  width: 100%;
}
.cms-hivamat .hivamat-recovery-text-sports {
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-recovery-text-sports {
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: 45%;
    max-width: 738px;
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-text-sports {
    left: 130px;
    max-width: 758px;
  }
}
.cms-hivamat .hivamat-recovery-sharing {
  margin-top: 50px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-recovery-sharing {
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-sharing {
    margin-top: 100px;
    padding: 0 35px;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-recovery-sharing-video {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-sharing-video {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-recovery-sharing-info {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-recovery-sharing-info {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-sharing-info {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-recovery-sharing-info h3 {
  color: #104470;
  margin-bottom: 10px;
}
.cms-hivamat .hivamat-recovery-sharing-info img {
  max-width: 100px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-sharing-info img {
    max-width: 190px;
  }
}
.cms-hivamat .hivamat-recovery-sharing-info strong {
  color: #29292a;
}
.cms-hivamat .hivamat-recovery-sharing-info p {
  margin-bottom: 0;
}
.cms-hivamat .hivamat-recovery-sharing-info p + p {
  margin-top: 10px;
}
.cms-hivamat .hivamat-recovery-sharing-info a {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  text-decoration: underline;
}
.cms-hivamat .hivamat-recovery-recommend {
  margin-top: 30px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-recommend {
    margin-top: 60px;
  }
}
.cms-hivamat .hivamat-recovery-recommend-image {
  margin-bottom: -20px;
  padding: 0 15px;
  z-index: 1;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-recommend-image {
    margin-bottom: -40px;
    padding: 0 60px;
  }
}
.cms-hivamat .hivamat-recovery-recommend-image img {
  width: 100%;
}
.cms-hivamat .hivamat-recovery-recommend-text {
  background: #104470;
  padding: 30px 15px;
  text-align: center;
}
.cms-hivamat .hivamat-recovery-recommend-text p {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-recovery-recommend-text p {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-recovery-recommend-text {
    padding: 60px;
  }
}
.cms-hivamat .hivamat-effectively {
  margin-top: 35px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively {
    margin-top: 70px;
    padding: 0 70px;
  }
}
.cms-hivamat .hivamat-effectively-heading-text {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
.cms-hivamat .hivamat-effectively-heading-text h3 {
  margin-bottom: 15px;
}
.cms-hivamat .hivamat-effectively-description {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-description {
    margin: 35px -15px 0;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-description {
    margin: 70px -35px 0;
  }
}
.cms-hivamat .hivamat-effectively-text h3 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-text {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-text {
    padding: 0 35px;
  }
  .cms-hivamat .hivamat-effectively-text h3 {
    margin-bottom: 50px;
  }
}
.cms-hivamat .hivamat-effectively-video {
  padding-top: 15px;
}
.cms-hivamat .hivamat-effectively-video-caption {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-video {
    padding: 0 15px;
  }
  .cms-hivamat .hivamat-effectively-video-caption {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-video {
    padding: 0 35px;
  }
  .cms-hivamat .hivamat-effectively-video-caption {
    margin-top: 25px;
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-effectively-visual {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-visual {
    margin: 35px -15px 0;
  }
  .cms-hivamat .hivamat-effectively-visual > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-visual {
    margin: 70px -35px 0;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-visual-video {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-visual-video {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-effectively-visual-text {
  height: 100%;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-effectively-visual-text {
    padding: 0 15px;
  }
  .cms-hivamat .hivamat-effectively-visual-text > .mgz-element-inner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-effectively-visual-text {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-effectively-visual-text h3 {
  max-width: 580px;
}
.cms-hivamat .hivamat-specialist-review {
  background: #f5f5f5;
  margin-top: 35px;
  padding: 40px 50px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specialist-review {
    margin-top: 70px;
    padding: 80px 130px;
  }
}
.cms-hivamat .hivamat-specialist-review-content > .mgz-element-inner > .mgz-container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specialist-review-content {
    margin: 0 -15px;
  }
  .cms-hivamat .hivamat-specialist-review-content > .mgz-element-inner > .mgz-container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specialist-review-content {
    margin: 0 -35px;
  }
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specialist-review-avatar {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specialist-review-avatar {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-specialist-review-text {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specialist-review-text {
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specialist-review-text {
    padding: 0 35px;
  }
}
.cms-hivamat .hivamat-specialist-review-text h3 {
  color: #104470;
  margin-bottom: 15px;
  max-width: 580px;
}
.cms-hivamat .hivamat-specification {
  margin-top: 35px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification {
    margin-top: 70px;
    padding: 0 70px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-details {
    margin: 0 -20px;
  }
  .cms-hivamat .hivamat-specification-details > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-details-properties {
    padding: 0 20px;
  }
}
.cms-hivamat .hivamat-specification-details-properties ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-hivamat .hivamat-specification-details-properties ul li {
  background: url('../../frontend/YesMed/default/en_AU/images/check-icon.svg') left 5px no-repeat;
  background-size: 19px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-details-properties ul li {
    background-position: left 10px;
    background-size: 38px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 40px;
    padding-left: 62px;
  }
  .cms-hivamat .hivamat-specification-details-properties ul li:last-child {
    margin-bottom: 0;
  }
}
.cms-hivamat .hivamat-specification-details-properties h3 {
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-details-properties h3 {
    margin-bottom: 15px;
  }
}
.cms-hivamat .hivamat-specification-details-image {
  height: 100%;
  padding-top: 10px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-details-image {
    padding: 0 20px;
  }
  .cms-hivamat .hivamat-specification-details-image > .mgz-element-inner {
    display: flex;
    align-items: center;
  }
}
.cms-hivamat .hivamat-specification-device {
  background: #ffffff;
  box-shadow: 6px 6px 12px #5a5a5a1a;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  margin-top: 35px;
  padding: 25px 35px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specification-device > .mgz-element-inner > .mgz-container {
    display: flex;
  }
  .cms-hivamat .hivamat-specification-device > .mgz-element-inner > .mgz-container > .mgz-element-column {
    display: flex;
    align-items: center;
  }
  .cms-hivamat .hivamat-specification-device > .mgz-element-inner > .mgz-container > .mgz-element-column > .mgz-element-inner {
    height: auto;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-device {
    border-radius: 20px;
    margin-top: 70px;
    padding: 50px 100px;
  }
}
.cms-hivamat .hivamat-specification-device-heading {
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-device-heading {
    margin-bottom: 30px;
  }
}
.cms-hivamat .hivamat-specification-device-heading h2 {
  color: #104470;
}
.cms-hivamat .hivamat-specification-device-text h3 {
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-device-text h3 {
    margin-bottom: 15px;
  }
}
.cms-hivamat .hivamat-specification-control {
  margin-top: 35px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-control {
    margin-top: 70px;
  }
}
.cms-hivamat .hivamat-specification-control-image {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 60px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specification-control-image {
    padding: 0 35px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-control-image {
    margin-bottom: 35px;
    padding: 0 120px;
  }
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-specification-control-image {
    padding: 0 180px;
  }
}
.cms-hivamat .hivamat-specification-control-text {
  text-align: center;
  padding: 0 60px;
}
.cms-hivamat .hivamat-specification-control-text h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specification-control-text {
    padding: 0 35px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-specification-control-text h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .cms-hivamat .hivamat-specification-control-text {
    padding: 0 120px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat .hivamat-specification-control-text {
    padding: 0 180px;
  }
}
.cms-hivamat .hivamat-specification-control-anatomical {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-specification-control-anatomical {
    margin-top: 0;
  }
}
.cms-hivamat .hivamat-customer-testimonial {
  margin-top: 35px;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-customer-testimonial {
    margin-top: 70px;
  }
}
.cms-hivamat .hivamat-customer-testimonial-heading {
  text-align: center;
  margin-bottom: 35px;
}
.cms-hivamat .hivamat-customer-testimonial-heading h2 {
  color: #104470;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-customer-testimonial-heading {
    margin-bottom: 70px;
  }
  .cms-hivamat .hivamat-customer-testimonial-heading h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.cms-hivamat .hivamat-customer-testimonial-videos {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cms-hivamat .hivamat-customer-testimonial-videos .mgz-col-md-4 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .cms-hivamat .hivamat-customer-testimonial-videos {
    padding: 0 7px;
  }
  .cms-hivamat .hivamat-customer-testimonial-videos .mgz-col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-customer-testimonial-videos {
    padding: 0 63px;
  }
}
@media (min-width: 1024px) {
  .cms-hivamat .hivamat-customer-testimonial-video {
    padding: 0 7px;
  }
}
.cms-hivamat .hivamat-customer-testimonial-text {
  margin: 5px 0 25px;
}
@media (min-width: 1024px) {
  .cms-hivamat .hivamat-customer-testimonial-text {
    padding: 0 7px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat .hivamat-customer-testimonial-text {
    margin: 12px 0 50px;
  }
}
.cms-hivamat .hivamat-sticky-button a.mgz-btn {
  position: fixed;
  right: 20px;
  bottom: 50%;
  z-index: 50;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.cms-hivamat-request-demo .page-main,
.cms-shockwave-request-demo .page-main {
  padding: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .magezon-builder .mgz-container,
  .cms-shockwave-request-demo .magezon-builder .mgz-container {
    width: 100%;
  }
}
.cms-hivamat-request-demo .magezon-builder h1,
.cms-hivamat-request-demo .magezon-builder h2,
.cms-hivamat-request-demo .magezon-builder h3,
.cms-shockwave-request-demo .magezon-builder h1,
.cms-shockwave-request-demo .magezon-builder h2,
.cms-shockwave-request-demo .magezon-builder h3 {
  color: #29292a;
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
}
.cms-hivamat-request-demo .magezon-builder h1,
.cms-shockwave-request-demo .magezon-builder h1 {
  font-size: 3.5rem;
  line-height: 3.7rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .magezon-builder h1,
  .cms-shockwave-request-demo .magezon-builder h1 {
    font-size: 7rem;
    line-height: 7.3rem;
  }
}
.cms-hivamat-request-demo .magezon-builder h2,
.cms-shockwave-request-demo .magezon-builder h2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .magezon-builder h2,
  .cms-shockwave-request-demo .magezon-builder h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.cms-hivamat-request-demo .magezon-builder h3,
.cms-hivamat-request-demo .magezon-builder h4,
.cms-shockwave-request-demo .magezon-builder h3,
.cms-shockwave-request-demo .magezon-builder h4 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .magezon-builder h3,
  .cms-hivamat-request-demo .magezon-builder h4,
  .cms-shockwave-request-demo .magezon-builder h3,
  .cms-shockwave-request-demo .magezon-builder h4 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.cms-hivamat-request-demo .magezon-builder p,
.cms-hivamat-request-demo .magezon-builder ul li,
.cms-shockwave-request-demo .magezon-builder p,
.cms-shockwave-request-demo .magezon-builder ul li {
  color: inherit;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .magezon-builder p,
  .cms-hivamat-request-demo .magezon-builder ul li,
  .cms-shockwave-request-demo .magezon-builder p,
  .cms-shockwave-request-demo .magezon-builder ul li {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
.cms-hivamat-request-demo .magezon-builder strong,
.cms-shockwave-request-demo .magezon-builder strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-hivamat-request-demo .mgz-element-column > .mgz-element-inner,
.cms-shockwave-request-demo .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.cms-hivamat-request-demo .mgz-child:not(:last-child) > .mgz-element-inner,
.cms-shockwave-request-demo .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.cms-hivamat-request-demo .mgz-single-image-wrapper,
.cms-shockwave-request-demo .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo-banner-image img,
.cms-shockwave-request-demo .hivamat-request-demo-banner-image img {
  width: 100%;
  min-height: 50vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cms-hivamat-request-demo .hivamat-request-demo-banner-image img,
  .cms-shockwave-request-demo .hivamat-request-demo-banner-image img {
    min-height: unset;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-banner-heading,
.cms-shockwave-request-demo .hivamat-request-demo-banner-heading {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cms-hivamat-request-demo .hivamat-request-demo-banner-heading > .mgz-element-inner,
.cms-shockwave-request-demo .hivamat-request-demo-banner-heading > .mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-hivamat-request-demo .hivamat-request-demo-banner-heading h1,
.cms-shockwave-request-demo .hivamat-request-demo-banner-heading h1 {
  color: #ffffff;
}
.cms-hivamat-request-demo .hivamat-request-demo-banner-heading h1 span,
.cms-shockwave-request-demo .hivamat-request-demo-banner-heading h1 span {
  color: #104470;
  display: block;
}
.cms-hivamat-request-demo .hivamat-request-demo-header,
.cms-shockwave-request-demo .hivamat-request-demo-header {
  margin-top: 45px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-header,
  .cms-shockwave-request-demo .hivamat-request-demo-header {
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat-request-demo .hivamat-request-demo-header,
  .cms-shockwave-request-demo .hivamat-request-demo-header {
    padding: 0 140px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-heading,
.cms-shockwave-request-demo .hivamat-request-demo-heading {
  text-align: center;
  max-width: 1260px;
  margin: auto;
}
.cms-hivamat-request-demo .hivamat-request-demo-heading h2,
.cms-shockwave-request-demo .hivamat-request-demo-heading h2 {
  color: #104470;
}
.cms-hivamat-request-demo .hivamat-request-demo-subheading,
.cms-shockwave-request-demo .hivamat-request-demo-subheading {
  margin-top: 25px;
  text-align: center;
}
.cms-hivamat-request-demo .hivamat-request-demo-subheading p,
.cms-shockwave-request-demo .hivamat-request-demo-subheading p {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-subheading p,
  .cms-shockwave-request-demo .hivamat-request-demo-subheading p {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-subheading p span,
.cms-shockwave-request-demo .hivamat-request-demo-subheading p span {
  color: #104470;
}
.cms-hivamat-request-demo .hivamat-request-demo-content,
.cms-shockwave-request-demo .hivamat-request-demo-content {
  margin-top: 40px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content,
  .cms-shockwave-request-demo .hivamat-request-demo-content {
    margin-top: 80px;
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content,
  .cms-shockwave-request-demo .hivamat-request-demo-content {
    padding: 0 140px;
  }
}
@media (min-width: 768px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-form,
  .cms-shockwave-request-demo .hivamat-request-demo-content-form {
    padding-right: 40px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-form,
  .cms-shockwave-request-demo .hivamat-request-demo-content-form {
    padding-right: 80px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-content-info,
.cms-shockwave-request-demo .hivamat-request-demo-content-info {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-info,
  .cms-shockwave-request-demo .hivamat-request-demo-content-info {
    margin-top: 0;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-content-video,
.cms-shockwave-request-demo .hivamat-request-demo-content-video {
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-video,
  .cms-shockwave-request-demo .hivamat-request-demo-content-video {
    margin-bottom: 50px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-content-text h3,
.cms-shockwave-request-demo .hivamat-request-demo-content-text h3 {
  color: #104470;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-text h4,
.cms-shockwave-request-demo .hivamat-request-demo-content-text h4 {
  color: #29292a;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-text ul,
.cms-shockwave-request-demo .hivamat-request-demo-content-text ul {
  list-style: none;
  margin: 15px 0 25px;
  padding: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-text ul li,
.cms-shockwave-request-demo .hivamat-request-demo-content-text ul li {
  background: url('../../frontend/YesMed/default/en_AU/images/check-icon.svg') left top no-repeat;
  background-size: 19px;
  padding-left: 30px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-text ul,
  .cms-shockwave-request-demo .hivamat-request-demo-content-text ul {
    margin: 30px 0 50px;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-text ul li,
  .cms-shockwave-request-demo .hivamat-request-demo-content-text ul li {
    background-size: 38px;
    padding-left: 60px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo-content-image,
.cms-shockwave-request-demo .hivamat-request-demo-content-image {
  margin-top: 30px;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action,
.cms-shockwave-request-demo .hivamat-request-demo-content-action {
  margin-top: 30px;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn {
  background: transparent linear-gradient(180deg, #104470 0%, #0c7394 100%) 0% 0% no-repeat;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Gotham-Bold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  padding: 18px 10px;
  white-space: nowrap;
  width: 100%;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn::before,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn::before {
  background: url('../../frontend/YesMed/default/en_AU/images/call-icon.svg') left top no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn div,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn div {
  text-align: left;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn h2,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn h2 {
  margin: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn h2,
.cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.2rem;
}
@media (min-width: 1024px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn p {
    font-size: 1.1rem;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn h2,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn {
    border-radius: 20px;
    column-gap: 18px;
    padding: 26px 20px;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn::before,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn::before {
    width: 58px;
    height: 58px;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn h2,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn {
    padding: 36px 20px;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn::before,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn::before {
    width: 74px;
    height: 74px;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn p,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .cms-hivamat-request-demo .hivamat-request-demo-content-action a.mgz-btn h2,
  .cms-shockwave-request-demo .hivamat-request-demo-content-action a.mgz-btn h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset {
  margin: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field {
  margin: 0 0 25px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field {
    margin: 0 0 50px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field > .label,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field > .label {
  display: block;
  color: #29292a;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field > .label,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field > .label {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field.required > .label::after,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field.required > .label::after {
  color: #e02b27;
  font-size: inherit;
}
@media (min-width: 768px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset > .field.email,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset > .field.email {
    max-width: 100%;
    margin-right: 0;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .input-text,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .input-text {
  background: #ececec;
  border: none;
  border-radius: 8px;
  color: #a5a5a5;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  height: 46px;
  padding: 15px 25px;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .input-text:focus,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .input-text:focus {
  border: none;
  color: #a5a5a5;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset .input-text,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset .input-text {
    border-radius: 15px;
    font-size: 2rem;
    line-height: 2.8rem;
    height: 92px;
    padding: 30px 50px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .input-radio,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .input-radio {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .input-radio:checked + .radio-label:after,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .input-radio:checked + .radio-label:after {
  display: inline-block;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .mage-error,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .mage-error {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .select-control,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .select-control {
  position: relative;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .select-control::after,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .select-control::after {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #707070;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset .select-control::after,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset .select-control::after {
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 9px;
    margin-top: -4px;
    right: 40px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio {
  margin-bottom: 10px;
  padding-left: 5px;
  white-space: nowrap;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio:last-child,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio {
    padding-left: 10px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label {
  display: block;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label::before,
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label::after,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label::before,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label::before,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label::before {
  background: none;
  border: 2px solid #104470;
  display: inline-block;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label::after,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label::after {
  background: #104470;
  display: none;
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset .radio-label,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset .radio-label {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-left: 46px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset textarea,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset textarea {
  margin-top: 0;
}
.cms-hivamat-request-demo .hivamat-request-demo .fieldset textarea.input-text,
.cms-shockwave-request-demo .hivamat-request-demo .fieldset textarea.input-text {
  height: auto;
  min-height: 70px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .fieldset textarea.input-text,
  .cms-shockwave-request-demo .hivamat-request-demo .fieldset textarea.input-text {
    min-height: 130px;
  }
}
.cms-hivamat-request-demo .hivamat-request-demo .actions-toolbar .action.primary,
.cms-shockwave-request-demo .hivamat-request-demo .actions-toolbar .action.primary {
  display: block;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .hivamat-request-demo .actions-toolbar .action.primary,
  .cms-shockwave-request-demo .hivamat-request-demo .actions-toolbar .action.primary {
    border-radius: 10px;
    font-size: 3rem;
    padding: 35px 50px;
  }
}
.cms-hivamat-request-demo .klaviyo-form form,
.cms-shockwave-request-demo .klaviyo-form form {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-row'],
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-row'] {
  margin: 0 0 25px;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-row']:last-child,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-row']:last-child {
  margin: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-row'],
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-row'] {
    margin: 0 0 50px;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'],
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] {
  padding: 0 !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label,
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] legend,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] legend {
  display: block;
  color: #29292a !important;
  font-family: 'Gotham-Medium', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.8rem;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label,
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] legend,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] legend {
    font-size: 2rem !important;
    line-height: 2.8rem;
    margin: 0 0 20px !important;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div {
  background: #ececec !important;
  border: none !important;
  border-radius: 8px !important;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div {
    border-radius: 15px !important;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div:not([role='listbox']),
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div:not([role='listbox']) {
  height: auto !important;
  outline: none !important;
  padding: 0 !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'],
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] {
  margin-top: 1px;
  overflow-x: hidden;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div {
  background: none !important;
  color: #a5a5a5 !important;
  font-family: 'Gotham-Book', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  padding: 5px 25px !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div:hover,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div:hover {
  background: #29292a !important;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] label + div > div[role='listbox'] div {
    font-size: 2rem !important;
    line-height: 2.8rem;
    padding: 10px 50px !important;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input {
  background: #ececec !important;
  border: none !important;
  border-radius: 8px !important;
  color: #a5a5a5 !important;
  font-family: 'Gotham-Book', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  height: 46px !important;
  outline: none !important;
  padding: 15px 25px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input::-webkit-input-placeholder,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input:-moz-placeholder,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input:-moz-placeholder {
  color: #a5a5a5;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input::-moz-placeholder,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input::-moz-placeholder {
  color: #a5a5a5;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input:-ms-input-placeholder,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input:focus,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input:focus {
  border: none;
  color: #a5a5a5;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input {
    border-radius: 15px !important;
    font-size: 2rem !important;
    line-height: 2.8rem;
    height: 92px !important;
    padding: 30px 50px !important;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label {
  margin: 0 0 10px !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg {
  margin: 0 !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg circle,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg circle {
  fill: #104470;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg:first-child circle,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > svg:first-child circle {
  fill: #ffffff;
  stroke: #104470;
  stroke-width: 2px;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > div,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > div {
  color: #484740 !important;
  font-family: 'Gotham-Book', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  margin-right: 0 !important;
  padding-left: 10px;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > div,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input[type='radio'] + label > div {
    font-size: 2rem !important;
    line-height: 2.8rem;
    padding-left: 25px;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button {
    padding-right: 40px;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button::after,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button::after {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #707070;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button::after,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button::after {
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 9px;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button:hover,
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button:focus,
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button:active,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button:hover,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button:focus,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button:active {
  background: none;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] input + button svg,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] input + button svg {
  display: none;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] > button,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] > button {
  background: #104470 !important;
  border: none !important;
  border-radius: 5px !important;
  font-family: 'Gotham-Medium', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  line-height: 3rem !important;
  text-transform: uppercase;
  height: auto !important;
  padding: 10px 20px !important;
}
.cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] > button:hover,
.cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] > button:hover {
  background: #104470 !important;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[data-testid='form-component'] > button,
  .cms-shockwave-request-demo .klaviyo-form div[data-testid='form-component'] > button {
    border-radius: 10px !important;
    font-size: 3rem !important;
    padding: 35px 50px !important;
  }
}
.cms-hivamat-request-demo .klaviyo-form div[role='radiogroup'],
.cms-shockwave-request-demo .klaviyo-form div[role='radiogroup'] {
  padding-left: 5px;
}
@media (min-width: 1260px) {
  .cms-hivamat-request-demo .klaviyo-form div[role='radiogroup'],
  .cms-shockwave-request-demo .klaviyo-form div[role='radiogroup'] {
    padding-left: 10px;
  }
}
.cms-hivamat-research-articles .page-main {
  padding: 0;
}
.cms-hivamat-research-articles .page-footer {
  margin-top: 0;
  padding-top: 0;
}
.cms-hivamat-research-articles .columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .magezon-builder .mgz-container {
    width: 100%;
  }
}
.cms-hivamat-research-articles .magezon-builder h1,
.cms-hivamat-research-articles .magezon-builder h2,
.cms-hivamat-research-articles .magezon-builder h3 {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-hivamat-research-articles .magezon-builder h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .magezon-builder h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
}
.cms-hivamat-research-articles .magezon-builder h2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .magezon-builder h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.cms-hivamat-research-articles .magezon-builder h3 {
  color: #104470;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .magezon-builder h3 {
    font-size: 4.2rem;
    line-height: 4.6rem;
  }
}
.cms-hivamat-research-articles .magezon-builder p,
.cms-hivamat-research-articles .magezon-builder ul li {
  color: inherit;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .magezon-builder p,
  .cms-hivamat-research-articles .magezon-builder ul li {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 24px;
  }
}
.cms-hivamat-research-articles .magezon-builder strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-hivamat-research-articles .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.cms-hivamat-research-articles .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.cms-hivamat-research-articles .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.cms-hivamat-research-articles .hivamat-research-articles-banner-image img {
  width: 100%;
  min-height: 50vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cms-hivamat-research-articles .hivamat-research-articles-banner-image img {
    min-height: unset;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-banner-heading {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cms-hivamat-research-articles .hivamat-research-articles-banner-heading > .mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-hivamat-research-articles .hivamat-research-articles-banner-heading h1 {
  color: #ffffff;
}
.cms-hivamat-research-articles .hivamat-research-articles-banner-heading h1 span {
  color: #104470;
  display: block;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-banner-heading h1 {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-content {
  margin-top: 48px;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-content {
    margin-top: 96px;
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat-research-articles .hivamat-research-articles-content {
    padding: 0 140px;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-subject-banner .mgz-cta-content {
  padding: 25px;
}
.cms-hivamat-research-articles .hivamat-research-articles-subject-banner .mgz-cta-content h2 {
  color: #ffffff;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-subject-banner .mgz-cta-content {
    min-height: 258px;
    padding: 50px;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-subject-links {
  margin: 30px 0 60px;
  padding: 0 25px;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-subject-links {
    margin-bottom: 120px;
    padding: 0 50px;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-subject-links a {
  text-decoration: underline;
}
.cms-hivamat-research-articles .hivamat-research-articles-booking {
  background: #f5f5f5;
  padding: 65px 15px;
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-booking {
    padding: 130px 70px;
  }
}
@media (min-width: 1920px) {
  .cms-hivamat-research-articles .hivamat-research-articles-booking {
    padding: 130px;
  }
}
.cms-hivamat-research-articles .hivamat-research-articles-booking-text {
  text-align: center;
  margin-bottom: 20px;
}
.cms-hivamat-research-articles .hivamat-research-articles-booking-action {
  text-align: center;
}
.cms-hivamat-research-articles .hivamat-research-articles-booking-action a.mgz-btn {
  background: transparent linear-gradient(180deg, #104470 0%, #0c7394 100%) 0% 0% no-repeat;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
  padding: 22px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cms-hivamat-research-articles .hivamat-research-articles-booking-action a.mgz-btn {
    padding: 22px 65px;
  }
}
@media (min-width: 1260px) {
  .cms-hivamat-research-articles .hivamat-research-articles-booking-action a.mgz-btn {
    font-size: 5rem;
    line-height: 5.6rem;
    border-radius: 20px;
    padding: 45px 130px;
  }
}
.cms-shockwave .page-main {
  padding: 0;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder .mgz-container {
    width: 100%;
  }
}
.cms-shockwave .magezon-builder h1,
.cms-shockwave .magezon-builder h2,
.cms-shockwave .magezon-builder h3 {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-shockwave .magezon-builder h2,
.cms-shockwave .magezon-builder h3 {
  color: #29292a;
  text-transform: uppercase;
}
.cms-shockwave .magezon-builder h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.cms-shockwave .magezon-builder h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.cms-shockwave .magezon-builder p {
  color: inherit;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
.cms-shockwave .magezon-builder p + p {
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .cms-shockwave .magezon-builder p + p {
    margin-top: 20px;
  }
}
.cms-shockwave .magezon-builder strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.cms-shockwave .magezon-builder a.mgz-btn {
  background: #104470;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 45px 12px 15px;
  position: relative;
  white-space: nowrap;
}
.cms-shockwave .magezon-builder a.mgz-btn::before,
.cms-shockwave .magezon-builder a.mgz-btn::after {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-shockwave .magezon-builder a.mgz-btn::before {
  content: '';
  display: block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder a.mgz-btn::before {
    border-width: 2px;
    width: 32px;
    height: 32px;
  }
}
.cms-shockwave .magezon-builder a.mgz-btn::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 400;
  right: 18px;
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder a.mgz-btn::after {
    font-size: 16px;
    right: 20px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .magezon-builder a.mgz-btn {
    font-size: 14px;
    padding: 20px 60px 20px 30px;
  }
}
.cms-shockwave .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.cms-shockwave .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.cms-shockwave .mgz-single-image-wrapper {
  display: block;
  min-height: unset;
  margin: 0;
}
.cms-shockwave .shockwave-main-banner-image img {
  width: 100%;
}
.cms-shockwave .shockwave-main-banner-text {
  background: #f2f2f2;
  text-align: center;
  padding: 23px 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-main-banner-text {
    padding: 45px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-main-banner-text {
    padding: 45px 180px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-main-banner-text {
    padding: 45px 360px;
  }
}
.cms-shockwave .shockwave-benefits {
  padding: 40px 15px 20px;
}
.cms-shockwave .shockwave-benefits > .mgz-element-inner {
  position: static;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-benefits {
    padding: 85px 85px 40px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-benefits {
    padding: 85px 170px 40px;
  }
}
.cms-shockwave .shockwave-benefits-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-shockwave .shockwave-benefits-background div {
  height: 100%;
}
.cms-shockwave .shockwave-benefits-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cms-shockwave .shockwave-benefits-heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cms-shockwave .shockwave-benefits-heading h2 {
  color: #ffffff;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-benefits-heading {
    margin-bottom: 60px;
    padding: 0 145px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-benefits-heading {
    padding: 0 300px;
  }
}
.cms-shockwave .shockwave-benefits-list {
  position: relative;
}
.cms-shockwave .shockwave-benefits-list > .mgz-element-inner > .mgz-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-benefits-list > .mgz-element-inner > .mgz-container {
    flex-direction: row;
    gap: 0;
  }
}
.cms-shockwave .shockwave-benefits-item {
  color: #ffffff;
}
.cms-shockwave .shockwave-benefits-item > .mgz-element-inner {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 35px 20px 30px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-benefits-item > .mgz-element-inner {
    border-radius: 20px;
    padding: 75px 45px 60px;
  }
}
.cms-shockwave .shockwave-benefits-item h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-benefits-item {
    height: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-benefits-item {
    padding: 0 45px;
  }
  .cms-shockwave .shockwave-benefits-item h3 {
    margin-bottom: 20px;
  }
}
.cms-shockwave .shockwave-affordable {
  padding: 30px 15px 35px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-affordable {
    padding: 60px 90px 70px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-affordable {
    padding: 60px 180px 140px;
  }
}
.cms-shockwave .shockwave-affordable > .mgz-element-inner {
  position: static;
}
.cms-shockwave .shockwave-affordable-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-shockwave .shockwave-affordable-background div {
  height: 100%;
}
.cms-shockwave .shockwave-affordable-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cms-shockwave .shockwave-affordable-content {
  position: relative;
}
.cms-shockwave .shockwave-affordable-heading h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-affordable-heading {
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .cms-shockwave .shockwave-affordable-heading {
    padding-top: 40px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-affordable-heading {
    max-width: 500px;
  }
  .cms-shockwave .shockwave-affordable-heading h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-affordable-heading {
    padding-top: 85px;
  }
}
.cms-shockwave .shockwave-affordable-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-affordable-text {
    max-width: 300px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-affordable-text {
    max-width: 450px;
  }
}
.cms-shockwave .shockwave-affordable-image {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-affordable-image {
    padding-top: 0;
  }
}
.cms-shockwave .shockwave-trial-action {
  color: #ffffff;
}
.cms-shockwave .shockwave-trial-action h2 {
  color: #ffffff;
}
.cms-shockwave .shockwave-trial-action .mgz-cta-content {
  padding: 110px 15px;
}
@media (min-width: 1024px) {
  .cms-shockwave .shockwave-trial-action .mgz-cta-content {
    padding: 220px 90px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-trial-action .mgz-cta-content {
    padding: 220px 180px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-trial-action .mgz-cta-content {
    padding: 220px 360px;
  }
}
.cms-shockwave .shockwave-trial-action .mgz-cta-content-item {
  margin-bottom: 15px;
}
.cms-shockwave .shockwave-trial-action .mgz-cta-content-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-trial-action .mgz-cta-content-item {
    margin-bottom: 30px;
  }
}
.cms-shockwave .shockwave-training {
  background: #f2f2f2;
  padding: 30px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training {
    padding: 60px 140px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-training {
    padding: 60px 280px;
  }
}
.cms-shockwave .shockwave-training-heading {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training-heading {
    margin-bottom: 30px;
  }
}
.cms-shockwave .shockwave-training-text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training-text {
    margin-bottom: 40px;
  }
}
.cms-shockwave .shockwave-training-content > .mgz-element-inner > .mgz-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-training-content > .mgz-element-inner > .mgz-container {
    flex-direction: row;
    gap: 0;
  }
}
.cms-shockwave .shockwave-training-item {
  height: 100%;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-training-item {
    padding: 0 8px;
  }
}
.cms-shockwave .shockwave-training-item > .mgz-element-inner {
  background: linear-gradient(180deg, #f2f2f2 0%, #ffffff 100%) 0% 0% no-repeat;
  border-radius: 10px;
  box-shadow: 0 29px 28px rgba(145, 145, 145, 0.1);
  padding: 40px 10px 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-training-item > .mgz-element-inner {
    padding: 40px 10px 115px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training-item > .mgz-element-inner {
    border-radius: 20px;
    padding: 85px 20px 135px;
  }
}
.cms-shockwave .shockwave-training-item-text h3 {
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training-item-text h3 {
    margin-bottom: 20px;
  }
}
.cms-shockwave .shockwave-training-item-action {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-training-item-action {
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-training-item-action {
    margin-top: 50px;
    bottom: 25px;
    left: 20px;
  }
}
.cms-shockwave .shockwave-effective {
  padding: 20px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-effective {
    padding: 40px 105px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-effective {
    padding: 40px 210px;
  }
}
.cms-shockwave .shockwave-effective-logo {
  max-width: 128px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-effective-logo {
    margin-top: 80px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-effective-logo {
    max-width: 256px;
    margin-top: 160px;
    margin-bottom: 40px;
  }
}
.cms-shockwave .shockwave-effective-heading {
  margin-bottom: 15px;
}
.cms-shockwave .shockwave-effective-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-effective-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-effective-heading {
    max-width: 640px;
  }
}
.cms-shockwave .shockwave-effective-text {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-effective-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-effective-text {
    max-width: 640px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-effective-image {
    max-width: 700px;
  }
}
.cms-shockwave .shockwave-interface {
  padding: 0 15px 35px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface {
    padding: 0 15px 60px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface {
    padding: 0 60px 120px;
  }
}
.cms-shockwave .shockwave-interface-heading {
  text-align: center;
  margin-bottom: 35px;
}
.cms-shockwave .shockwave-interface-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-heading {
    margin-bottom: 70px;
  }
}
.cms-shockwave .shockwave-interface-image {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface-image {
    padding-right: 35px;
  }
  .cms-shockwave .shockwave-interface-image.second {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-image {
    margin-bottom: 75px;
    padding-right: 70px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-interface-image {
    padding-right: 140px;
  }
}
.cms-shockwave .shockwave-interface-text {
  background: url('../../frontend/YesMed/default/en_AU/images/green-check-icon.svg') left top no-repeat;
  background-size: 15px;
  margin-bottom: 25px;
  padding-left: 22px;
}
.cms-shockwave .shockwave-interface-text h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface-text:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-text {
    background-size: 30px;
    margin-bottom: 50px;
    padding-left: 44px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface-treatment-image {
    padding-left: 8px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-treatment-image {
    padding-left: 16px;
  }
}
.cms-shockwave .shockwave-interface-imagery {
  margin-top: 35px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-imagery {
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-interface-imagery {
    margin-top: 140px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface-imagery-content > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-interface-imagery-content .mgz-col-md-6:last-child {
    padding-left: 8px;
  }
  .cms-shockwave .shockwave-interface-imagery-content .mgz-col-md-6:last-child > .mgz-element-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-interface-imagery-content .mgz-col-md-6:last-child {
    padding-left: 16px;
  }
}
.cms-shockwave .shockwave-therapy-system {
  border-top: 2px dashed #939393;
  padding: 60px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-therapy-system {
    padding: 120px 60px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-therapy-system-content > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
.cms-shockwave .shockwave-therapy-system-info {
  padding-top: 15px;
}
.cms-shockwave .shockwave-therapy-system-info > .mgz-element-inner {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 29px 28px rgba(145, 145, 145, 0.1);
  padding: 30px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-therapy-system-info {
    height: 100%;
    padding-top: 0;
    padding-left: 35px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-therapy-system-info {
    padding-left: 70px;
  }
  .cms-shockwave .shockwave-therapy-system-info > .mgz-element-inner {
    border-radius: 20px;
    padding: 60px;
  }
}
.cms-shockwave .shockwave-therapy-system-heading {
  margin-bottom: 15px;
}
.cms-shockwave .shockwave-therapy-system-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-therapy-system-heading {
    margin-bottom: 30px;
  }
}
.cms-shockwave .shockwave-therapy-system-image img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-therapy-system-image {
    height: 100%;
  }
  .cms-shockwave .shockwave-therapy-system-image div {
    height: 100%;
  }
  .cms-shockwave .shockwave-therapy-system-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-therapy-system-image img {
    border-radius: 20px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-image-carousel {
    padding: 0 180px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-image-carousel {
    padding: 0 360px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev,
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next {
  background: #104470;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
  width: 33px;
  height: 33px;
}
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev:hover,
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next:hover {
  background: #0c7394;
}
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev .fas,
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next .fas {
  font-weight: 300;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev,
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next {
    font-size: 40px;
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev,
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next {
    font-size: 80px;
    width: 132px;
    height: 132px;
  }
}
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-prev {
    left: -66px;
  }
}
.cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-image-carousel .owl-carousel .owl-nav .owl-next {
    right: -66px;
  }
}
.cms-shockwave .shockwave-industry-leading {
  background: #f2f2f2;
  margin-top: 90px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-industry-leading {
    margin-top: 180px;
  }
}
.cms-shockwave .shockwave-industry-leading-content > .mgz-element-inner > .mgz-container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-industry-leading-content > .mgz-element-inner > .mgz-container {
    flex-direction: row-reverse;
  }
}
.cms-shockwave .shockwave-industry-leading-info {
  padding: 35px 15px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-industry-leading-info {
    padding: 35px 0 35px 30px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-industry-leading-info {
    padding: 70px 0 70px 60px;
  }
}
.cms-shockwave .shockwave-industry-leading-heading {
  margin-bottom: 20px;
}
.cms-shockwave .shockwave-industry-leading-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-industry-leading-heading {
    margin-bottom: 40px;
  }
}
.cms-shockwave .shockwave-industry-leading-text p {
  border: 1px solid #777777;
  border-radius: 10px;
  padding: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-industry-leading-text p {
    border-radius: 20px;
    padding: 30px;
  }
  .cms-shockwave .shockwave-industry-leading-text p + p {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-industry-leading-image {
    height: 100%;
    padding-left: 25px;
  }
  .cms-shockwave .shockwave-industry-leading-image div {
    height: 100%;
  }
  .cms-shockwave .shockwave-industry-leading-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
@media (min-width: 1024px) {
  .cms-shockwave .shockwave-industry-leading-image img {
    object-position: left;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-industry-leading-image {
    padding-left: 50px;
  }
}
.cms-shockwave .shockwave-investment {
  padding: 25px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-investment {
    padding: 50px 60px;
  }
}
.cms-shockwave .shockwave-investment-caption {
  margin-top: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-investment-caption {
    margin-top: 30px;
  }
}
.cms-shockwave .shockwave-investment-info {
  padding-top: 15px;
}
.cms-shockwave .shockwave-investment-info > .mgz-element-inner {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 29px 28px rgba(145, 145, 145, 0.1);
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-investment-info {
    padding-top: 0;
    padding-left: 35px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-investment-info {
    padding-left: 70px;
  }
  .cms-shockwave .shockwave-investment-info > .mgz-element-inner {
    border-radius: 20px;
    padding: 120px 60px;
  }
}
.cms-shockwave .shockwave-investment-heading {
  margin-bottom: 25px;
}
.cms-shockwave .shockwave-investment-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-investment-heading {
    margin-bottom: 50px;
  }
}
.cms-shockwave .shockwave-investment-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-shockwave .shockwave-investment-text ul li {
  background: url('../../frontend/YesMed/default/en_AU/images/green-check-icon.svg') left 5px no-repeat;
  background-size: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
}
.cms-shockwave .shockwave-investment-text ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-investment-text ul li {
    background-position: left top;
    background-size: 30px;
    min-height: 30px;
    margin-bottom: 30px;
    padding-left: 50px;
  }
}
.cms-shockwave .shockwave-quietest {
  padding: 0 15px 25px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quietest {
    padding: 0 60px 50px;
  }
}
.cms-shockwave .shockwave-quietest-content {
  background: transparent linear-gradient(137deg, #eb2027 0%, #761014 100%) 0% 0% no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-quietest-content > .mgz-element-inner > .mgz-container {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quietest-content {
    border-radius: 20px;
  }
}
.cms-shockwave .shockwave-quietest-info {
  padding: 50px 30px 25px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quietest-info {
    padding: 100px 60px 50px;
  }
}
.cms-shockwave .shockwave-quietest-heading {
  text-align: center;
  margin-bottom: 45px;
}
.cms-shockwave .shockwave-quietest-heading h1 {
  color: #ffffff;
  font-size: 3.8rem;
  line-height: 4.5rem;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quietest-heading {
    margin-bottom: 90px;
  }
  .cms-shockwave .shockwave-quietest-heading h1 {
    font-size: 7.7rem;
    line-height: 9rem;
  }
}
.cms-shockwave .shockwave-quietest-text {
  background: #29292a;
  border-radius: 8px;
  color: #ffffff;
  padding: 15px 25px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quietest-text {
    border-radius: 15px;
    padding: 30px 50px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-quietest-image {
    height: 100%;
  }
  .cms-shockwave .shockwave-quietest-image div {
    height: 100%;
  }
  .cms-shockwave .shockwave-quietest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cms-shockwave .shockwave-quality {
  padding: 30px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality {
    padding: 60px;
  }
}
.cms-shockwave .shockwave-quality > .mgz-element-inner {
  position: static;
}
.cms-shockwave .shockwave-quality-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-shockwave .shockwave-quality-background div {
  height: 100%;
}
.cms-shockwave .shockwave-quality-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cms-shockwave .shockwave-quality-content {
  position: relative;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-quality-content > .mgz-element-inner > .mgz-container {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality-content {
    padding-top: 200px;
  }
}
@media (min-width: 1920px) {
  .cms-shockwave .shockwave-quality-content {
    padding-top: 400px;
  }
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-quality-detail > .mgz-element-inner > .mgz-container {
    display: flex;
    align-items: flex-end;
  }
  .cms-shockwave .shockwave-quality-detail .mgz-col-md-6 > .mgz-element-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cms-shockwave .shockwave-quality-heading {
  margin-bottom: 10px;
}
.cms-shockwave .shockwave-quality-heading h2 {
  color: #ffffff;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality-heading {
    margin-bottom: 20px;
  }
}
.cms-shockwave .shockwave-quality-text {
  color: #ffffff;
}
.cms-shockwave .shockwave-quality-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-shockwave .shockwave-quality-text ul li {
  background: url('../../frontend/YesMed/default/en_AU/images/green-check-icon.svg') left 5px no-repeat;
  background-size: 15px;
  padding-left: 22px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality-text ul li {
    background-position: left top;
    background-size: 30px;
    min-height: 30px;
    padding-left: 44px;
  }
}
.cms-shockwave .shockwave-quality-image {
  padding: 20px 0;
}
.cms-shockwave .shockwave-quality-image img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-quality-image {
    padding: 0 20px;
  }
  .cms-shockwave .shockwave-quality-image img {
    border-radius: 15px;
  }
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality-image {
    padding: 0 40px;
  }
}
.cms-shockwave .shockwave-quality-caption {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-quality-caption {
    margin-bottom: 30px;
  }
}
.cms-shockwave .shockwave-treatment-solution {
  padding: 45px 15px 35px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-treatment-solution {
    padding: 90px 60px 70px;
  }
}
.cms-shockwave .shockwave-treatment-solution > .mgz-element-inner {
  position: static;
}
.cms-shockwave .shockwave-treatment-solution-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-shockwave .shockwave-treatment-solution-background div {
  height: 100%;
}
.cms-shockwave .shockwave-treatment-solution-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cms-shockwave .shockwave-treatment-solution-content > .mgz-element-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.cms-shockwave .shockwave-treatment-solution-heading {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}
.cms-shockwave .shockwave-treatment-solution-heading h2 {
  color: #ffffff;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-treatment-solution-heading {
    margin-bottom: 40px;
  }
}
.cms-shockwave .shockwave-treatment-solution-text {
  background: #f2f2f2;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 15px;
}
.cms-shockwave .shockwave-treatment-solution-text.first {
  background: #104470;
  color: #ffffff;
}
.cms-shockwave .shockwave-treatment-solution-text.second {
  background: #777777;
  color: #ffffff;
}
.cms-shockwave .shockwave-treatment-solution-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-treatment-solution-text {
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 30px;
  }
  .cms-shockwave .shockwave-treatment-solution-text p + p {
    margin-top: 15px;
  }
}
.cms-shockwave .shockwave-applicator {
  padding: 30px 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator {
    padding: 60px;
  }
}
.cms-shockwave .shockwave-applicator-heading {
  text-align: center;
  margin-bottom: 10px;
}
.cms-shockwave .shockwave-applicator-heading h2 {
  color: #104470;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-heading {
    margin-bottom: 20px;
  }
}
.cms-shockwave .shockwave-applicator-text {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-text {
    margin-bottom: 60px;
  }
}
.cms-shockwave .shockwave-applicator-content {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 29px 28px rgba(145, 145, 145, 0.1);
  padding: 20px 35px 35px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-content {
    border-radius: 20px;
    padding: 40px 70px 70px;
  }
}
.cms-shockwave .shockwave-applicator-table {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.cms-shockwave .shockwave-applicator-table table tr th,
.cms-shockwave .shockwave-applicator-table table tr td {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 15px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-table table tr th,
  .cms-shockwave .shockwave-applicator-table table tr td {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 30px;
  }
}
.cms-shockwave .shockwave-applicator-table table tr th {
  border-bottom: 1px solid rgba(41, 41, 42, 0.5);
  font-family: 'Gotham-Bold', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.cms-shockwave .shockwave-applicator-table table tr th:first-child {
  border-bottom: none;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-table table tr th {
    border-width: 2px;
  }
}
.cms-shockwave .shockwave-applicator-table table tr td {
  border-bottom: 1px dashed rgba(41, 41, 42, 0.5);
  font-family: 'Gotham-Book', sans-serif;
  vertical-align: middle;
}
.cms-shockwave .shockwave-applicator-table table tr td:first-child {
  border-bottom: none;
}
.cms-shockwave .shockwave-applicator-table table tr td:nth-child(2) {
  white-space: nowrap;
}
.cms-shockwave .shockwave-applicator-table table tr td:nth-child(6) img {
  max-height: 20px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-table table tr td {
    border-width: 2px;
  }
}
.cms-shockwave .shockwave-applicator-table img {
  max-height: 40px;
  max-width: unset;
}
.cms-shockwave .shockwave-applicator-table img.big-image {
  max-height: 87px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-applicator-table img {
    max-height: 80px;
  }
  .cms-shockwave .shockwave-applicator-table img.big-image {
    max-height: 174px;
  }
}
.cms-shockwave .shockwave-regular-applicator-heading {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .cms-shockwave .shockwave-regular-applicator-heading {
    margin-bottom: 60px;
  }
}
.cms-shockwave .shockwave-sticky-button a.mgz-btn {
  position: fixed;
  right: 20px;
  bottom: 50%;
  z-index: 50;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .modal-popup.modal-slide {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
}
.contact-index-index .modal-popup.modal-slide ._inner-scroll .modal-inner-wrap {
  min-height: inherit;
  margin: 50px auto;
  max-width: 500px;
}
#responseModal-shockwave h2 {
  margin: 15px 0;
}
.contact-delivery-return-info.delivery-container {
  display: flex;
  max-width: 1798px;
  margin: 74px auto 0 auto;
  justify-content: space-between;
}
.banner-img .tp-bullet {
  height: 7px !important;
  width: 50px !important;
  background: #6ebd48 !important;
}
.banner-img .tp-bullet.selected {
  background: #43bdac !important;
}
.contact-banner {
  position: relative;
}
.contact-banner .content {
  position: absolute;
  max-width: 196px;
  padding: 7px 29px 7px 15px;
  top: 23.4%;
  right: 7.8%;
  width: 100%;
}
.contact-banner .content:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
  box-sizing: border-box;
  border: 1px solid #104470;
  border-right: none;
}
.contact-banner .content:after {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0px;
  height: 100%;
  box-sizing: border-box;
  width: 20px;
  border: 1px solid #104470;
  border-left: none;
}
.contact-banner .content .text {
  font-size: 12px;
  max-width: 158px;
  color: #104470;
  line-height: 19px;
  text-align: center;
  font-weight: 800;
  top: 23.8%;
  letter-spacing: -0.5px;
  right: 7.8%;
  margin-bottom: 0;
}
.contact-banner .content .text a {
  color: #104470;
}
.contact-banner img {
  width: 100%;
}
.contact-info .content,
.contact-office .content {
  max-width: 286px;
  margin: 0 auto 0 auto;
  padding: 28px 0 21.8px 0;
  text-align: center;
}
.contact-info .col-xs-12,
.foreign-office .col-xs-12,
.inland-office .col-xs-12 {
  padding: 0 21px 22.2px 21px;
}
.contact-info {
  text-align: center;
  margin-top: 31px;
}
.contact-info .image {
  text-align: center;
  margin-bottom: 13px;
}
.contact-info .title {
  color: #104470;
  font-size: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  margin-top: 0;
  line-height: 30px;
  padding-top: 0;
}
.contact-info .subtitle {
  letter-spacing: -0.1px;
  line-height: 25px;
  padding-bottom: 1px;
}
.contact-info .email-block img {
  width: 65px;
  margin-top: -6px;
}
.contact-info .phone-block img {
  width: 29%;
  margin-left: -10px;
}
.contact-info .arrange-block .image {
  margin-bottom: 8px;
}
.contact-info .arrange-block .image img {
  width: 33%;
  margin-left: -12px;
  margin-top: -10px;
}
.form.contact {
  padding: 0 20px;
  margin-top: 48px;
}
.form.contact .p-sm-0 {
  padding: 0;
}
.form.contact .fieldset {
  margin-bottom: 17px;
}
.form.contact .vboutEmbedFormRow:not(:first-child) {
  margin-bottom: 8px;
}
.form.contact input,
.form.contact textArea {
  padding: 20px 23px 23px 23px;
  border-radius: 3px;
  font-family: 'Manrope';
  font-size: 14px;
  box-sizing: border-box;
  border-width: 2px;
  color: #070707;
}
.form.contact input:focus,
.form.contact textArea:focus {
  border-width: 2px;
}
.form.contact textArea {
  margin-top: 0;
  padding: 12px 0 12px 23px;
  max-height: 202px;
  height: 100%;
}
.form.contact .submit.action.primary {
  margin-top: 17px;
  height: 40px;
  padding: 0;
  font-size: 13px;
  width: auto;
  font-family: 'Manrope';
  text-transform: capitalize;
  width: 100%;
  border-radius: 6px;
}
.form.contact .note {
  font-size: 25px;
  color: #104470;
  font-family: 'Manrope';
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 41px;
}
.contact-office {
  margin-top: 17.2px;
}
.contact-office .col-xs-12 {
  border-radius: 12px;
  text-align: center;
  margin-bottom: 43px;
  padding-bottom: 0;
}
.contact-office .title {
  font-size: 19px;
  font-family: 'Manrope';
  line-height: 23px;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 28px;
}
.contact-office .address {
  font-size: 14px;
  font-family: 'Manrope';
  color: #808080;
  line-height: 19px;
  margin-bottom: 21px;
}
.contact-office .info {
  font-size: 14px;
  font-family: 'Manrope';
  color: #808080;
  line-height: 18px;
  letter-spacing: -0.3px;
}
.contact-office .info a {
  color: #104470;
}
.contact-office .link.action.primary {
  height: 40px;
  margin-top: 24px;
  max-width: 207px;
  width: 100%;
  margin-bottom: 17px;
}
.contact-office .link.action.primary a {
  font-size: 13px;
  font-family: 'Manrope';
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-office .image {
  margin-bottom: 0;
  border-radius: 12px;
  width: 100%;
}
.contact-office .image img {
  display: block;
  object-fit: cover;
  border-radius: 0 0 12px 12px;
  object-position: center;
  width: 100%;
}
.contact-office .content.long .title {
  padding-top: 11px;
  line-height: 39px;
}
.contact-office .content.long .link.action.primary {
  margin-top: 5px;
  margin-bottom: 18px;
}
.contact-office .inland-office {
  max-width: 1408px;
  margin: 1px auto 0 auto;
}
.contact-office .inland-office .content {
  padding-bottom: 28.2px;
}
.contact-office .inland-office .title {
  margin-top: 4px;
  margin-bottom: 51px;
}
.col-xs-12 .item {
  box-shadow: 0 3px 6px #707070;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .contact-banner .mobile {
    display: none;
  }
  .contact-banner .desktop {
    display: block;
  }
  .contact-banner .desktop img {
    max-height: 483px;
    height: 100%;
  }
  .contact-banner .content {
    max-width: 196px;
    padding: 41px 33px 46px 0;
    top: 24%;
    right: 19.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 694px;
  }
  .contact-banner .content:before {
    width: 66px;
    border: 4px solid #104470;
    border-right: none;
  }
  .contact-banner .content:after {
    width: 64px;
    border: 4px solid #104470;
    border-left: none;
  }
  .contact-banner .content .text {
    font-size: 27px;
    max-width: 354px;
    color: #104470;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    top: 23.8%;
    right: 7.8%;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .contact-banner .text:after {
    width: 65px;
    border: 4px solid #104470;
    border-left: none;
  }
  .contact-index-index .page-main {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .contact-info {
    max-width: 1841px;
    margin: 44px auto 0 auto;
  }
  .contact-info .content {
    padding: 0;
    margin-top: -14px;
    max-width: 431px;
  }
  .contact-info .phone-block img {
    width: 26%;
    margin-left: 3px;
  }
  .contact-info .image {
    text-align: center;
    margin-bottom: 0;
  }
  .contact-info .title {
    font-size: 35px;
    line-height: 45px;
    margin-top: 48px;
    margin-bottom: 63px;
  }
  .contact-info .title a {
    color: #104470;
  }
  .contact-info .subtitle {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 45px;
    padding: 0 13px;
  }
  .contact-info .item {
    box-shadow: 0 3px 6px #c9c9c9;
    display: flex;
    height: 610px;
    align-items: center;
    border-radius: 5px;
    width: 100%;
  }
  .contact-info .arrange-block .item {
    align-items: start;
  }
  .contact-info .arrange-block .content {
    margin-top: 86px;
  }
  .contact-info .arrange-block .title {
    margin-top: 37px;
    margin-bottom: 95px;
  }
  .contact-info .arrange-block .image img {
    width: 123px;
    margin-left: 0;
    margin-top: 1px;
  }
  .contact-info .email-block img {
    width: 96px;
    margin-top: 6px;
  }
  .contact-office .content {
    padding: 0;
    max-width: 399px;
    margin-top: -14px;
  }
  .contact-info .col-xs-12,
  .foreign-office .col-xs-12,
  .inland-office .col-xs-12 {
    padding: 0 21px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    max-width: 1856px;
    width: 100%;
    margin: 116px auto 64px auto;
  }
  .form.contact .note {
    font-size: 45px;
    letter-spacing: 0.8px;
    width: 100%;
    margin-bottom: 70px;
    line-height: 51px;
  }
  .form.contact .p-md-3 {
    padding: 0 10px;
  }
  .form.contact .vboutEmbedFormRow:not(:first-child) {
    margin-bottom: 18px;
  }
  .form.contact .vboutEmbedFormRow.col-message {
    margin-bottom: 19px;
  }
  .form.contact .col-firstname,
  .form.contact .col-email {
    width: 48.6%;
  }
  .form.contact .col-lastname,
  .form.contact .col-telephone {
    width: 51.4%;
  }
  .form.contact .col-lastname input,
  .form.contact .col-telephone input {
    padding-left: 27px;
  }
  .form.contact input,
  .form.contact textArea {
    padding: 26px 10px 28px 19px;
    font-size: 18px;
    border-radius: 8px;
  }
  .form.contact textArea {
    padding: 15px 0 0 18px;
    max-height: 231px;
  }
  .form.contact .submit.action.primary {
    display: block;
    align-items: center;
    align-self: center;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    font-size: 19px;
    color: #ffffff;
  }
  .form.contact .fieldset {
    margin-bottom: 0;
  }
  .form.contact .fieldset .field {
    display: inline-block;
  }
  .contact-office {
    max-width: 1838px;
    margin: 60px auto 0;
  }
  .contact-office .title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 44px;
    line-height: 40px;
  }
  .contact-office .address,
  .contact-office .info {
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
  }
  .contact-office .info {
    margin-bottom: 30px;
    word-break: break-all;
  }
  .contact-office .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-office .item .link.action.primary {
    max-width: 352px;
    height: 50.2px;
    margin-bottom: 27px;
  }
  .contact-office .item .link.action.primary a {
    font-size: 18px;
    line-height: 50px;
  }
  .contact-office .content {
    max-width: 429px;
    width: 100%;
    margin-top: 20px;
  }
  .contact-office .content.long .title {
    margin-bottom: 39px;
  }
  .contact-office .content.long .info {
    margin-bottom: 30px;
  }
  .contact-office .content.long .link.action.primary {
    margin-bottom: 26px;
  }
  .contact-office .address {
    margin-bottom: 26px;
  }
  .contact-office .foreign-office .row {
    margin-bottom: 17px;
  }
  .contact-office .foreign-office .row.second .content.long .address {
    margin-bottom: 25px;
  }
  .contact-office .foreign-office .item {
    max-height: 800px;
  }
  .contact-office .foreign-office .item.three .content.long .title {
    margin-bottom: 37px;
  }
  .contact-office .foreign-office .item.three .content.long .link.action.primary {
    margin-top: 7px;
  }
  .contact-office .foreign-office .second .content .title {
    margin-bottom: 45px;
    font-weight: bold;
  }
  .contact-office .foreign-office .second .content.long .title {
    margin-bottom: 32px;
  }
  .contact-office .foreign-office .second .content.long .info {
    margin-bottom: 41px;
  }
  .contact-office .foreign-office .second .item.two .title {
    margin-bottom: 49px;
  }
  .contact-office .foreign-office .second .item.two .link.action.primary {
    margin-top: 20px;
  }
  .contact-office .image img {
    max-height: 357px;
    width: 100%;
  }
  .contact-office .inland-office .content {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .contact-office .inland-office .address {
    margin-top: 49px;
    margin-left: -9px;
  }
  .contact-office .inland-office .info {
    margin-left: -13px;
    margin-bottom: 33px;
  }
  .contact-office .inland-office .title {
    margin-bottom: 0;
    font-weight: bold;
  }
  .contact-office .inland-office .two .title {
    letter-spacing: 0.5px;
    margin-left: 16px;
    word-spacing: 3px;
  }
  .contact-office .inland-office .two .address,
  .contact-office .inland-office .two .info {
    margin-left: 0;
  }
  .contact-index-index .testimonial-review-title {
    margin-top: 24px;
    margin-left: -33px;
    font-weight: 800;
  }
  .contact-delivery-return-info.delivery-container > * {
    width: 30.33%;
    flex-direction: row;
    display: flex;
    position: relative;
    max-width: 536px;
  }
  .contact-delivery-return-info.delivery-container .content {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 17px;
    padding-left: 18px;
    max-width: 285px;
    padding-top: 18px;
    letter-spacing: -0.8px;
  }
  .contact-delivery-return-info.delivery-container .content p {
    font-size: 27px;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 30px;
    margin-bottom: 4px;
    letter-spacing: 0;
    color: #104470;
  }
  .contact-delivery-return-info.delivery-container .content p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    font-size: 20px;
    background: #104470;
  }
  .contact-delivery-return-info.delivery-container .return {
    margin-left: -6px;
  }
  .contact-delivery-return-info.delivery-container .return .content {
    padding-left: 44px;
    max-width: 303px;
    letter-spacing: -0.6px;
  }
  .contact-delivery-return-info.delivery-container .product-range {
    max-width: 553px;
  }
  .contact-delivery-return-info.delivery-container .product-range .icon {
    margin-left: -11px;
    margin-top: 5px;
  }
  .contact-delivery-return-info.delivery-container .product-range .content {
    line-height: 22px;
    padding-left: 69px;
    width: 100%;
    max-width: 373px;
  }
  .contact-delivery-return-info.delivery-container .delivery {
    max-width: 536px;
    padding-right: 0;
  }
}
@media (min-width: 1260px) {
  .contact-banner {
    margin-top: -27px;
  }
  .contact-delivery-return-info.delivery-container .delivery .content {
    padding-left: 18px;
  }
}
@media (min-width: 1440px) {
  .inland-office .item {
    max-width: 570px;
    max-height: 473px;
  }
  .inland-office .item.two {
    margin-left: 92px;
  }
}
@media (min-width: 768px) and (max-width: 1027px) {
  .contact-delivery-return-info.delivery-container .icon {
    align-self: center;
  }
  .contact-banner .content {
    right: 4%;
    padding: 0;
    max-width: 400px;
    top: 15%;
  }
  .contact-info .content {
    word-break: break-word;
  }
  .contact-info .title {
    margin: 20px 0;
  }
  .contact-info .arrange-block .title {
    margin-top: 0;
  }
  .contact-office .content {
    padding: 0 10px;
  }
}
@media (min-width: 1028px) and (max-width: 1619px) {
  .contact-banner .content {
    right: 4.6%;
    padding: 15px;
    max-width: 500px;
  }
  .contact-office .content {
    padding: 0 10px;
  }
}
@media (min-width: 1620px) {
  .contact-banner .content {
    top: 24%;
    right: 19.6%;
  }
  .contact-office .image img {
    max-height: 363px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-index-index .page-main {
    padding: 0;
  }
  .contact-review {
    display: none;
  }
  .contact-banner .desktop {
    display: none;
  }
  .contact-delivery-return-info.delivery-container {
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
  }
  .contact-delivery-return-info.delivery-container .delivery,
  .contact-delivery-return-info.delivery-container .return,
  .contact-delivery-return-info.delivery-container .product-range {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-office .content.long .title {
    line-height: 23px;
    margin-bottom: 28px;
  }
  .contact-office .content.long .address {
    margin-bottom: 20px;
  }
  .contact-office .row.second .item.two .title {
    padding-top: 11px;
  }
  .contact-office .row.second .content.long .title {
    padding-top: 10px;
  }
  .contact-office .item.three .content.long .title {
    padding-top: 10px;
  }
}
@media (max-width: 375px) {
  .contact-office .image img {
    max-height: 229px;
    height: 100%;
  }
}
body .field.password .control,
body .field.confirmation .control {
  position: relative;
}
body .field.password .control input,
body .field.confirmation .control input {
  padding-right: 40px;
}
body .field.password .control .toggle-password,
body .field.confirmation .control .toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 38px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body .login-container .fieldset .required label {
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: 500;
}
body .login-container .fieldset .required label:after {
  content: '*';
  color: #104470;
  font-style: italic;
  position: absolute;
  right: -10px;
  top: -4px;
  z-index: 9;
}
body .login-container .fieldset .required .control:after {
  display: none;
}
body.account .page-main .backorders-table thead th {
  border-bottom: 1px solid #104470;
}
body.account .page-main .backorders-table thead th[data-sort-enable='true'] span::before,
body.account .page-main .backorders-table thead th.image span::before {
  border-top: 8px solid #104470;
}
body.account .page-main .backorders-table thead th[data-sort-enable='true'] span::after,
body.account .page-main .backorders-table thead th.image span::after {
  border-bottom: 8px solid #104470;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content {
  background: #E9E9E9;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap span:after {
  background: url('../../frontend/YesMed/default/en_AU/images/cart-white.svg') no-repeat center;
  background-size: contain;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap.prefer {
  padding: 15px 40px;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap.prefer span {
  font-size: 16px;
  min-width: 270px;
  max-width: 270px;
  text-align: left;
  white-space: normal;
}
body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-tag img {
  max-width: 120px;
}
.customer-account-forgotpassword .form.password.forget .title-form-forget p.sub-title {
  border-left: 3px solid #104470;
}
.sales-order-history .search-title,
.customer-account-invoices .search-title,
.favlist-page .search-title {
  margin: 0 30px;
}
.sales-order-history .search-title h2,
.customer-account-invoices .search-title h2,
.favlist-page .search-title h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .table-wrapper .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail::after {
    background: transparent;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #104470;
  }
  .sales-order-history .search-title,
  .customer-account-invoices .search-title,
  .favlist-page .search-title {
    margin: 20px 50px 0;
  }
}
@media (max-width: 991px) {
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom {
    width: 100%;
    margin: 15px 0;
  }
  body.account.backorder_page .page-main .backorder-main .backorders-table tbody tr td.switch-product .switch-content .switch-action-bottom .swap-item-form-container .favlist-form .action.swap {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
  }
}
.customer-account-login .page-title-wrapper {
  text-align: center;
  line-height: 1;
}
.customer-account-login .page-title-wrapper .page-title {
  color: #686868;
  word-break: normal;
}
/* Block's element */
.login-container {
  margin-top: 30px;
}
.login-container .block {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 16px -8px #808080;
}
.login-container .block .block-title {
  border: none;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  letter-spacing: -1.25px;
  padding-bottom: 8px;
  margin-top: 6px;
  margin-bottom: 20px;
  text-align: center;
  color: #282828;
}
.login-container .block .block-caption {
  color: #808080;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  font-style: italic;
  min-height: 52.5px;
}
.login-container .block .block-content #required-field-label {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #29292a;
  margin-left: 10px;
}
.login-container .block .block-content #required-field-label::before {
  content: '*';
  color: #e92629;
  position: absolute;
  left: -7px;
}
.login-container .block .block-content .actions-toolbar .primary * {
  font-size: 22px;
}
.login-container .block .block-content .actions-toolbar .primary a {
  margin-right: 0;
  padding-top: 8px;
}
.login-container .block .block-content .actions-toolbar .secondary #forgot-password {
  font-size: 14px;
  color: #e4262e;
  line-height: 1;
}
.login-container .fieldset {
  margin-bottom: 0;
}
.login-container .fieldset .field .control {
  width: 100% !important;
}
.login-container .fieldset .field .control input[type='text'],
.login-container .fieldset .field .control input[type='password'],
.login-container .fieldset .field .control input[type='url'],
.login-container .fieldset .field .control input[type='tel'],
.login-container .fieldset .field .control input[type='search'],
.login-container .fieldset .field .control input[type='number'],
.login-container .fieldset .field .control input[type='datetime'],
.login-container .fieldset .field .control input[type='email'],
.login-container .fieldset .field .control input.input-text {
  color: #000000 !important;
  /* Override styleguide */
}
.login-container .fieldset .field .control input[type='text']::placeholder,
.login-container .fieldset .field .control input[type='password']::placeholder,
.login-container .fieldset .field .control input[type='url']::placeholder,
.login-container .fieldset .field .control input[type='tel']::placeholder,
.login-container .fieldset .field .control input[type='search']::placeholder,
.login-container .fieldset .field .control input[type='number']::placeholder,
.login-container .fieldset .field .control input[type='datetime']::placeholder,
.login-container .fieldset .field .control input[type='email']::placeholder,
.login-container .fieldset .field .control input.input-text::placeholder {
  color: #c0bfbf;
}
.login-container .fieldset .field .control input[type='text']:focus,
.login-container .fieldset .field .control input[type='password']:focus,
.login-container .fieldset .field .control input[type='url']:focus,
.login-container .fieldset .field .control input[type='tel']:focus,
.login-container .fieldset .field .control input[type='search']:focus,
.login-container .fieldset .field .control input[type='number']:focus,
.login-container .fieldset .field .control input[type='datetime']:focus,
.login-container .fieldset .field .control input[type='email']:focus,
.login-container .fieldset .field .control input.input-text:focus {
  color: #000000 !important;
}
.login-container .fieldset .field .control div.mage-error {
  /* Hide error message */
  display: none !important;
}
.login-container .fieldset .required .control {
  position: relative;
}
.login-container .fieldset .required .control::after {
  content: '*';
  color: #e92629;
  font-style: italic;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.login-container .fieldset::after {
  margin: 0 !important;
}
.login-container .block-customer-login {
  padding-left: 50px;
  padding-right: 50px;
}
.login-container .block-customer-login .form-wrapper {
  margin-top: 20px;
}
.login-container .block-customer-login .fieldset .field {
  margin-top: 26px;
  margin-bottom: 6px;
}
.login-container .block-customer-login .fieldset .field:first-of-type {
  margin-top: 6px;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary {
  width: 100%;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary button[type='submit'] {
  margin-top: 42px;
}
.login-container .block-customer-login .block-content .actions-toolbar .secondary {
  text-align: left;
}
.login-container .block-new-customer-register {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
}
.login-container .block-new-customer-register > * {
  flex-grow: 0;
}
.login-container .block-new-customer-register > .block-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-container .block-new-customer-register .primary {
  width: 100% !important;
}
.login-container .block-new-customer-register .primary #create-new-account-btn {
  border-radius: 5px;
}
/* Paragraph element */
.paragraph__wrapper#registration-form-intro {
  margin-top: 64px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 17px;
  line-height: 1;
  color: #808080;
}
.paragraph__item {
  margin-bottom: 13px;
}
/* customer create account */
.customer-account-create input,
.customer-account-create select {
  height: 38px;
  color: #000000;
  border: 1px solid #c0bfbf;
}
.customer-account-create input:focus,
.customer-account-create select:focus {
  color: #000000;
}
.customer-account-create .password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 100%;
}
.customer-account-create .password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.customer-account-create fieldset.fieldset {
  margin-left: 0;
  margin-bottom: 0;
}
.customer-account-create select {
  position: relative;
  color: #000000;
}
.customer-account-create .subtitle-registration {
  text-align: center;
  margin-top: 6px;
}
.customer-account-create .subtitle-registration p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.customer-account-create .footer-top {
  display: none;
}
.customer-account-create .field.required span {
  position: relative;
}
.customer-account-create .field.required span:after {
  content: '*';
  color: #eb2027;
  position: absolute;
  font-size: 24px;
  margin-left: 5px;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title-wrapper h1 {
  line-height: 1.2;
  font-family: 'Gotham-Bold', sans-serif;
  color: #686868;
}
.customer-account-create .form-create-account .fieldset.create.account:after {
  display: none;
}
.customer-account-create .form-create-account .title-details {
  margin-top: 30px;
  margin-bottom: 18px;
  border-bottom: none;
}
.customer-account-create .form-create-account .title-details span {
  font: 600 20px/24px 'Gotham-Book', sans-serif;
  position: relative;
  text-transform: uppercase;
}
.customer-account-create .form-create-account .title-details span:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #104470;
  z-index: 2;
}
.customer-account-create .form-create-account .title-details span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: calc(110%);
  height: 2px;
  background: #b1aaa2;
  z-index: 1;
}
.customer-account-create .form-create-account label span {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.customer-account-create .form-create-account .field {
  margin-bottom: 15px;
}
.customer-account-create .form-create-account .control {
  margin-top: 6px;
}
.customer-account-create .create-infor-content,
.customer-account-create .address-detail,
.customer-account-create .login-form-account {
  display: flex;
  justify-content: space-between;
}
.customer-account-create .create-infor-content .left-create-infor,
.customer-account-create .address-detail .left-create-infor,
.customer-account-create .login-form-account .left-create-infor,
.customer-account-create .create-infor-content .left-address-info,
.customer-account-create .address-detail .left-address-info,
.customer-account-create .login-form-account .left-address-info,
.customer-account-create .create-infor-content .password,
.customer-account-create .address-detail .password,
.customer-account-create .login-form-account .password,
.customer-account-create .create-infor-content .email-login,
.customer-account-create .address-detail .email-login,
.customer-account-create .login-form-account .email-login {
  width: 49%;
}
.customer-account-create .create-infor-content .left-create-infor .nested,
.customer-account-create .address-detail .left-create-infor .nested,
.customer-account-create .login-form-account .left-create-infor .nested,
.customer-account-create .create-infor-content .left-address-info .nested,
.customer-account-create .address-detail .left-address-info .nested,
.customer-account-create .login-form-account .left-address-info .nested,
.customer-account-create .create-infor-content .password .nested,
.customer-account-create .address-detail .password .nested,
.customer-account-create .login-form-account .password .nested,
.customer-account-create .create-infor-content .email-login .nested,
.customer-account-create .address-detail .email-login .nested,
.customer-account-create .login-form-account .email-login .nested {
  margin-top: 30px;
}
.customer-account-create .create-infor-content .left-create-infor .nested span:after,
.customer-account-create .address-detail .left-create-infor .nested span:after,
.customer-account-create .login-form-account .left-create-infor .nested span:after,
.customer-account-create .create-infor-content .left-address-info .nested span:after,
.customer-account-create .address-detail .left-address-info .nested span:after,
.customer-account-create .login-form-account .left-address-info .nested span:after,
.customer-account-create .create-infor-content .password .nested span:after,
.customer-account-create .address-detail .password .nested span:after,
.customer-account-create .login-form-account .password .nested span:after,
.customer-account-create .create-infor-content .email-login .nested span:after,
.customer-account-create .address-detail .email-login .nested span:after,
.customer-account-create .login-form-account .email-login .nested span:after {
  display: none;
}
.customer-account-create .create-infor-content .right-create-infor,
.customer-account-create .address-detail .right-create-infor,
.customer-account-create .login-form-account .right-create-infor,
.customer-account-create .create-infor-content .right-address-info,
.customer-account-create .address-detail .right-address-info,
.customer-account-create .login-form-account .right-address-info,
.customer-account-create .create-infor-content .confirmation,
.customer-account-create .address-detail .confirmation,
.customer-account-create .login-form-account .confirmation {
  width: 49%;
}
.customer-account-create .left-address-info .nested {
  margin-top: 15px !important;
}
.customer-account-create .label:after {
  display: none;
}
.customer-account-create .account_comment textarea {
  min-height: 200px;
  border: 1px solid #c0bfbf;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 18px;
}
.customer-account-create .new-subscription input.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
  top: 0;
  left: 0;
  margin-right: 15px;
}
.customer-account-create .new-subscription input.checkbox:after {
  border-radius: 0;
  background-color: #ffffff;
}
.customer-account-create .new-subscription input.checkbox:focus {
  box-shadow: none;
  outline: none;
}
.customer-account-create .new-subscription .checkmark {
  top: 0;
}
.customer-account-create .new-subscription .newsletter {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  margin-bottom: 50px;
}
.customer-account-create .new-subscription label.container {
  margin: 0;
}
.customer-account-create .actions-toolbar button span {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 16px;
  padding: 0 30px;
}
.customer-account-create .footer-create-account {
  padding: 70px 45px 50px;
  margin-top: 100px;
  box-shadow: 3px 3px 9px 3px #ececec;
  overflow: hidden;
}
.customer-account-create .footer-create-account .content-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 4px solid #104470;
}
.customer-account-create .footer-create-account .content-title h2 {
  font: 600 30px/34px 'Gotham-Book', sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.customer-account-create .footer-create-account .content-title p {
  text-transform: capitalize;
  color: #2f3132;
  font: 700 28px/32px 'Gotham-Book', sans-serif;
}
.customer-account-create .footer-create-account .brand-image {
  text-align: center;
  width: auto;
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.customer-account-create .footer-create-account .brand-image img {
  max-width: 130px;
  max-height: 130px;
}
.customer-account-create .footer-create-account .brand-image p {
  text-transform: capitalize;
  text-align: center;
  font: 700 16px/24px 'Gotham-Light', sans-serif;
}
.customer-account-create .footer-create-account .brand-image .col-image {
  text-align: center;
  width: calc(100% / 8);
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.customer-account-create ul.af_list li.af_item.af_hover {
  background-color: #006bb4;
  color: #ffffff;
}
.customer-account-create .control._with-tooltip input {
  width: 100%;
}
.customer-account-create .control._with-tooltip input.has-tooltip {
  width: calc(100% - 36px);
}
.customer-account-create .control._with-tooltip .field-tooltip-action:before {
  overflow: visible;
}
.customer-account-create .control._with-tooltip .field-tooltip-action:after {
  display: none;
}
.field-recaptcha {
  margin-top: 30px;
}
/* Responsive */
@media (min-width: 768px) {
  .customer-account-create .form.create.account {
    width: 100%;
  }
  .customer-account-create .field.required.email-login {
    width: 49%;
  }
  .customer-account-create .reviews-registration {
    margin-top: 100px;
  }
  .customer-account-create .actions-toolbar .primary {
    float: right;
  }
  .login-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .login-container::before,
  .login-container::after {
    display: none !important;
  }
  .login-container .block-new-customer-register {
    margin-bottom: 0 !important;
  }
  .customer-account-login .reviews-container {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1145px) {
  .login-container {
    margin-left: auto;
    margin-right: auto;
  }
  .login-container .block {
    width: calc(50% - 15px) !important;
  }
  .login-container .block .block .block-caption {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1144px) {
  .login-container .block .block-caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main#maincontent .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .login-container .block-new-customer-register {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-container .block-customer-login {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1366px) {
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: calc(100% / 4);
  }
  .customer-account-create .footer-create-account .brand-image .col-image p {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .customer-account-login .page-title-wrapper {
    margin-top: 8px;
    line-height: auto;
  }
  .customer-account-login .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding: 0 15px;
  }
  .customer-account-login .page-title-wrapper .page-title span {
    display: inherit;
  }
  .login-container .block .block-content .actions-toolbar .primary * {
    font-size: 18px;
  }
  select {
    font-size: 14px;
  }
  .login-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .login-container .block-new-customer-register,
  .login-container .block-customer-login {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-container .block-customer-login {
    order: 1;
  }
  .login-container .block-customer-login.block.shadowy-box {
    margin-bottom: 40px;
  }
  .login-container .block-new-customer-register {
    order: 2;
    margin-bottom: 0;
  }
  .login-container .block-new-customer-register .primary #create-new-account-btn {
    margin-top: 61px;
  }
  .login-container .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-container .block .block-caption {
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph__wrapper#registration-form-intro {
    margin-top: 44px;
  }
  .customer-account-create .page-title-wrapper {
    margin-top: 8px;
    line-height: auto;
  }
  .customer-account-create .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding: 0 15px;
  }
  .customer-account-create .page-title-wrapper .page-title span {
    display: inherit;
  }
  .customer-account-create .subtitle-registration p {
    font-size: 16px;
    padding: 0 15px;
  }
  .customer-account-create .fieldset.address {
    margin: 0;
  }
  .customer-account-create .create-infor-content {
    display: block;
  }
  .customer-account-create .create-infor-content .left-create-infor,
  .customer-account-create .create-infor-content .right-create-infor {
    width: 100%;
  }
  .customer-account-create .address-detail {
    display: block;
  }
  .customer-account-create .address-detail .right-address-info,
  .customer-account-create .address-detail .left-address-info {
    width: 100%;
  }
  .customer-account-create .login-form-account {
    display: block;
  }
  .customer-account-create .login-form-account .password,
  .customer-account-create .login-form-account .confirmation {
    width: 100%;
  }
  .customer-account-create .form-create-account .title-details span {
    font: 600 18px/24px 'Gotham-Book', sans-serif;
  }
  .customer-account-create .form-create-account label span {
    font-size: 14px;
  }
  .customer-account-create .form-create-account .field {
    margin-bottom: 10px;
  }
  .customer-account-create fieldset.fieldset.address .title-details,
  .customer-account-create fieldset.fieldset.create.account .title-details {
    margin-bottom: 10px;
  }
  .customer-account-create .footer-create-account {
    padding: 30px 15px;
  }
  .customer-account-create .footer-create-account .brand-image {
    display: block;
    margin-top: 65px;
    overflow: hidden;
  }
  .customer-account-create .footer-create-account .brand-image p {
    padding: 0 10px;
    height: 70px;
  }
  .customer-account-create .footer-create-account .brand-image .col-image {
    width: 49%;
    margin-bottom: 40px;
    float: left;
  }
  .customer-account-create .footer-create-account .brand-image .col-image:nth-child(2n + 1) {
    clear: both;
  }
  .customer-account-create .footer-create-account .brand-image .col-image:last-child {
    margin-bottom: 0;
  }
  .customer-account-create .footer-create-account .content-title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .customer-account-create .footer-create-account .content-title p {
    font-size: 16px;
    margin-top: 0;
  }
  .customer-account-create .footer-create-account .content-title:after {
    margin-top: 10px;
  }
}
body .link-to-invoices a {
  border: 1px solid #104470;
  color: #104470;
  padding: 6px 19px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
}
.welcome-msg {
  position: absolute;
  top: -20px;
  right: 0;
}
.header-wrapper-right {
  position: relative;
}
.back_url {
  display: none;
}
.nav--up .welcome-msg {
  display: none;
}
.info-payonline-top {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
}
.info-payonline-top p {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #29292a;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-left: 3px solid #eb2027;
  border-color: #104470;
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 15px 10px;
}
.info-payonline-top p:before {
  content: '';
  width: 29px;
  height: 25px;
  background: url(../../frontend/YesMed/default/en_AU/images/note.png) no-repeat;
  background-size: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.customer-account-edit .footer-top {
  display: none;
}
.customer-account-edit .page-title-wrapper .page-title {
  display: none !important;
}
.customer-account-edit .form-edit-account {
  margin-top: 15px;
}
.customer-account-edit .title-account {
  border-bottom: none;
}
.customer-account-edit .title-account h1 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(26/24);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  color: #104470;
  min-width: 350px;
  border-bottom: 2px solid #b1aaa2;
}
.customer-account-edit .title-account h1:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: auto;
  height: 5px;
  background: #104470;
  z-index: 2;
}
.customer-account-edit .page-main .field-checkbox {
  margin-bottom: 50px;
}
.customer-account-edit .page-main .field-checkbox .legend span {
  color: #e7212d;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.customer-account-edit .page-main .fieldset .info {
  margin-bottom: 50px;
}
.customer-account-edit .page-main .field {
  margin-bottom: 32px;
}
.customer-account-edit .page-main .field .label {
  margin-bottom: 6px;
  display: inline-block;
}
.customer-account-edit .fieldset > .field.required > .label::after,
.customer-account-edit .fieldset .field.required > .label::after {
  font-size: 16px;
  color: #eb2027;
  content: '*';
  margin: 0 0 0 5px;
}
.customer-account-edit .fieldset > .field > .label,
.customer-account-edit .fieldset .field > .label {
  font-size: 20px;
  line-height: 1.2;
  color: #29292a;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
}
.customer-account-edit .fieldset > .field.choice > .label,
.customer-account-edit .fieldset .field.choice > .label {
  font-size: 16px;
  line-height: calc(21/16);
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  padding-left: 40px;
}
.customer-account-edit .fieldset.password-field > .field > .label {
  font-size: 16px;
  line-height: calc(21/16);
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.customer-account-edit .fieldset.password-field .field.password-info {
  display: none;
}
.customer-account-edit .field-checkbox {
  width: 100%;
}
.customer-account-edit .field-checkbox legend {
  border-bottom: 1px solid #e7212d;
  padding-bottom: 19px;
  margin-bottom: 11px;
}
.customer-account-edit .field-checkbox .field.choice {
  margin-bottom: 9px;
}
.customer-account-edit input[type='email'],
.customer-account-edit input[type='password'],
.customer-account-edit input[type='text'] {
  border-radius: 5px;
}
.customer-account-edit input[type='email'],
.customer-account-edit input[type='password'],
.customer-account-edit input[type='text'],
.customer-account-edit select {
  color: #000000;
}
.customer-account-edit #password-strength-meter-container {
  display: none;
}
.customer-account-edit .i-agree-error {
  display: none;
}
.customer-account-edit .actions-toolbar .action.primary {
  height: auto;
  font-size: 14px;
  line-height: calc(16/14);
  padding: 9px 20px;
  margin: 0;
}
.customer-account-edit .form-change-password {
  display: none;
}
.customer-account-edit .form-change-password .control {
  position: relative;
}
.customer-account-edit .form-change-password input {
  padding-right: 40px;
}
.customer-account-edit .form-change-password .toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 38px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-account-edit table.table-customer-notifications select {
  height: 38px;
}
.customer-account-edit table.table-customer-notifications button.customer-notification-delete {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 19px;
  background: #ffffff;
  color: #eb2228;
}
.customer-account-edit table.table-customer-notifications button.customer-notification-delete:hover,
.customer-account-edit table.table-customer-notifications button.customer-notification-delete:focus {
  color: #111111;
}
.customer-account-edit table.table-customer-notifications tfoot {
  background: #ffffff;
}
.customer-account-edit table.table-customer-notifications tfoot > tr:first-child > td {
  padding-top: 10px;
  width: 100%;
  text-align: right;
}
.my-account-toolbar-wrapper {
  display: flex;
}
.my-account-toolbar-wrapper .filter-wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  margin-right: 30px;
  position: relative;
}
.my-account-toolbar-wrapper .filter-wrapper select {
  color: #484b4e;
  font-size: 14px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 23.5px;
  border: 1px solid #f3f3f3;
  background: url('../../frontend/YesMed/default/en_AU/images/arrow-down-2x.png') no-repeat;
  background-size: 12px;
  background-position: 93% 50%;
  height: auto;
  padding: 11px 32px 11px 24px;
}
.my-account-toolbar-wrapper .filter-wrapper select:focus {
  color: #484b4e;
}
.my-account-toolbar-wrapper .filter-wrapper .filter-title {
  display: block;
  margin-right: 20px;
  max-width: 100px;
  width: 100%;
  text-align: right;
  font-size: 17px;
  line-height: calc(18/17);
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.my-account-toolbar-wrapper .search-bar-wrapper {
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.my-account-toolbar-wrapper .search-bar-wrapper input {
  color: #484b4e;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 23.5px;
  border: 1px solid #f3f3f3;
  height: auto;
  padding: 10px 48px;
  text-align: right;
  font-size: 14px;
}
.my-account-toolbar-wrapper .search-bar-wrapper button {
  background: #ffffff;
  border-radius: 23.5px;
  position: absolute;
  right: 10px;
  z-index: 1;
  padding: 10px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.my-account-toolbar-wrapper .search-bar-wrapper button[disabled] {
  opacity: 1;
}
.my-account-toolbar-wrapper .search-bar-wrapper .account-clear-search {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23.5px;
  cursor: pointer;
}
.my-account-toolbar-wrapper .search-bar-wrapper .account-clear-search i {
  color: #eb2228;
}
.abs-pager-toolbar .pager,
.account .toolbar .pager,
.toolbar-giftregistry-results .pager,
.toolbar-wishlist-results .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.abs-pager-toolbar .limiter,
.account .toolbar .limiter,
.toolbar-giftregistry-results .limiter,
.toolbar-wishlist-results .limiter,
.abs-pager-toolbar .toolbar-amount,
.account .toolbar .toolbar-amount,
.toolbar-giftregistry-results .toolbar-amount,
.toolbar-wishlist-results .toolbar-amount,
.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-giftregistry-results .pages,
.toolbar-wishlist-results .pages {
  position: static;
  float: unset;
  width: auto;
}
.abs-pager-toolbar .limiter,
.account .toolbar .limiter,
.toolbar-giftregistry-results .limiter,
.toolbar-wishlist-results .limiter {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.abs-pager-toolbar .limiter .limiter-label,
.account .toolbar .limiter .limiter-label,
.toolbar-giftregistry-results .limiter .limiter-label,
.toolbar-wishlist-results .limiter .limiter-label {
  font-size: 16px;
  line-height: calc(20/16);
  white-space: nowrap;
}
.abs-pager-toolbar .limiter .limiter-options,
.account .toolbar .limiter .limiter-options,
.toolbar-giftregistry-results .limiter .limiter-options,
.toolbar-wishlist-results .limiter .limiter-options {
  cursor: pointer;
  height: auto;
  padding: 0 10px;
}
.abs-pager-toolbar .toolbar-amount,
.account .toolbar .toolbar-amount,
.toolbar-giftregistry-results .toolbar-amount,
.toolbar-wishlist-results .toolbar-amount {
  font-size: 16px;
  line-height: calc(20/16);
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-giftregistry-results .pages,
.toolbar-wishlist-results .pages {
  margin: 0;
}
.abs-pager-toolbar .pages strong.page,
.account .toolbar .pages strong.page,
.toolbar-giftregistry-results .pages strong.page,
.toolbar-wishlist-results .pages strong.page {
  background: transparent;
  font-size: 16px;
  line-height: calc(20/16);
  color: #e7212d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.abs-pager-toolbar .pages a.page,
.account .toolbar .pages a.page,
.toolbar-giftregistry-results .pages a.page,
.toolbar-wishlist-results .pages a.page {
  font-size: 16px;
  line-height: calc(20/16);
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.abs-pager-toolbar .pages a.page:hover,
.account .toolbar .pages a.page:hover,
.toolbar-giftregistry-results .pages a.page:hover,
.toolbar-wishlist-results .pages a.page:hover {
  color: #e7212d;
}
.abs-pager-toolbar .pages .action,
.account .toolbar .pages .action,
.toolbar-giftregistry-results .pages .action,
.toolbar-wishlist-results .pages .action {
  background: #e7212d;
  box-shadow: none;
  border: 1px solid #e7212d;
  color: #ffffff;
}
.abs-pager-toolbar .pages .action.next::before,
.account .toolbar .pages .action.next::before,
.toolbar-giftregistry-results .pages .action.next::before,
.toolbar-wishlist-results .pages .action.next::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.abs-pager-toolbar .pages .action.next:hover,
.account .toolbar .pages .action.next:hover,
.toolbar-giftregistry-results .pages .action.next:hover,
.toolbar-wishlist-results .pages .action.next:hover {
  color: #5d5d5d;
}
.abs-pager-toolbar .pages .action.next:hover::before,
.account .toolbar .pages .action.next:hover::before,
.toolbar-giftregistry-results .pages .action.next:hover::before,
.toolbar-wishlist-results .pages .action.next:hover::before {
  color: #5d5d5d;
}
.abs-pager-toolbar .pages .action.previous::before,
.account .toolbar .pages .action.previous::before,
.toolbar-giftregistry-results .pages .action.previous::before,
.toolbar-wishlist-results .pages .action.previous::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-weight: bold;
}
.abs-pager-toolbar .pages .action.previous:hover,
.account .toolbar .pages .action.previous:hover,
.toolbar-giftregistry-results .pages .action.previous:hover,
.toolbar-wishlist-results .pages .action.previous:hover {
  color: #5d5d5d;
}
.abs-pager-toolbar .pages .action.previous:hover::before,
.account .toolbar .pages .action.previous:hover::before,
.toolbar-giftregistry-results .pages .action.previous:hover::before,
.toolbar-wishlist-results .pages .action.previous:hover::before {
  color: #5d5d5d;
}
.abs-pager-toolbar .pages .item:last-child,
.account .toolbar .pages .item:last-child,
.toolbar-giftregistry-results .pages .item:last-child,
.toolbar-wishlist-results .pages .item:last-child {
  margin-right: 0;
}
.abs-pager-toolbar select,
.account .toolbar select,
.toolbar-giftregistry-results select,
.toolbar-wishlist-results select {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: calc(20/16);
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.abs-pager-toolbar .reset-pager,
.account .toolbar .reset-pager,
.toolbar-giftregistry-results .reset-pager,
.toolbar-wishlist-results .reset-pager {
  margin-right: 20px;
  color: #e7212d;
}
.account .footer-top {
  display: none;
}
.account .columns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.account .columns .column.main {
  box-shadow: 0px 10px 10px 0px #eeeeee;
  padding: 30px 0;
  margin-top: -10px;
  position: relative;
}
.account .columns button,
.account .columns .action.primary,
.account .columns .action-primary {
  font-size: 14px;
  line-height: calc(16/14);
  height: 34px;
  text-transform: capitalize;
}
.account .sidebar-main {
  width: 100% !important;
  padding-right: 0;
}
.account .block.account-nav {
  display: none;
}
.account .block-collapsible-nav .item.current > strong {
  border-color: none;
}
.account .block-collapsible-nav .item > strong,
.account .block-collapsible-nav .item > a {
  padding: 73px 18px 5px 15px;
  width: 100%;
  display: block;
  text-align: center;
}
.account .block-collapsible-nav .content {
  background: none;
  padding: 0;
}
.account .block-collapsible-nav .item.current a {
  border: none;
}
.account .block-collapsible-nav .nav.items {
  display: flex;
  padding: 0;
  margin: 0;
}
.account .block-collapsible-nav .nav.items a:hover {
  background: transparent;
}
.account .block-collapsible-nav .nav.items .nav.item {
  border-bottom: 2px solid #eb2228;
  width: calc(100%/9);
  display: flex;
  justify-content: center;
  margin: 0;
}
.account .block-collapsible-nav .nav.items .nav.item strong {
  border: none;
}
.account .block-collapsible-nav .nav.items .nav.item.current {
  border-bottom: none;
  background: transparent;
  box-shadow: 1px -8px 15px -2px #eeeeee;
  display: flex;
  justify-content: center;
}
.account .block-collapsible-nav .nav.items .item > a,
.account .block-collapsible-nav .nav.items .item > strong {
  position: relative;
}
.account .block-collapsible-nav .nav.items .item > a::before,
.account .block-collapsible-nav .nav.items .item > strong::before {
  content: '';
  display: inline-block;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-account-menu.png') no-repeat;
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  top: 0;
  background-position: 3% 4%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.account .block-collapsible-nav .nav.items .item > a .count,
.account .block-collapsible-nav .nav.items .item > strong .count {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  height: 24px;
  min-width: 24px;
  position: absolute;
  right: 50%;
  top: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transform: translateX(27px);
  -moz-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}
.account .block-collapsible-nav .nav.items .item > a .count.unapproved-orders,
.account .block-collapsible-nav .nav.items .item > strong .count.unapproved-orders {
  background: #e12b2d;
}
.account .block-collapsible-nav .nav.items .item > a .count.backorders,
.account .block-collapsible-nav .nav.items .item > strong .count.backorders {
  background: #27ae61;
}
.account .block-collapsible-nav .nav.items .item > a.account-dashboard::before,
.account .block-collapsible-nav .nav.items .item > strong.account-dashboard::before {
  width: 45px;
  height: 45px;
  background-position: 3% 4%;
}
.account .block-collapsible-nav .nav.items .item > a.sublogin_preapproval_orders::before,
.account .block-collapsible-nav .nav.items .item > strong.sublogin_preapproval_orders::before {
  width: 34px;
  height: 45px;
  background-position: 25% 4%;
}
.account .block-collapsible-nav .nav.items .item > a.account-address::before,
.account .block-collapsible-nav .nav.items .item > strong.account-address::before {
  width: 38px;
  height: 45px;
  background-position: 3% 37%;
}
.account .block-collapsible-nav .nav.items .item > a.account-order::before,
.account .block-collapsible-nav .nav.items .item > strong.account-order::before {
  width: 34px;
  height: 45px;
  background-position: 25% 4%;
}
.account .block-collapsible-nav .nav.items .item > a.account-quotes::before,
.account .block-collapsible-nav .nav.items .item > strong.account-quotes::before {
  width: 45px;
  height: 46px;
  background-position: 69% 4%;
}
.account .block-collapsible-nav .nav.items .item > a.account-user-detail::before,
.account .block-collapsible-nav .nav.items .item > strong.account-user-detail::before {
  width: 46px;
  height: 46px;
  background-position: -136px -83px;
}
.account .block-collapsible-nav .nav.items .item > a.account-favourites::before,
.account .block-collapsible-nav .nav.items .item > strong.account-favourites::before {
  background: url(../../frontend/YesMed/default/en_AU/images/White-Star-icon-3.png) no-repeat;
  top: 2px;
  width: 44px;
  height: 44px;
  background-size: 44px;
}
.account .block-collapsible-nav .nav.items .item > a.account-invoices::before,
.account .block-collapsible-nav .nav.items .item > strong.account-invoices::before {
  width: 33px;
  height: 45px;
  background-position: 45% 4%;
}
.account .block-collapsible-nav .nav.items .item > a.account-credit::before,
.account .block-collapsible-nav .nav.items .item > strong.account-credit::before {
  width: 55px;
  height: 35px;
  background-position: 97% 4%;
  top: 10px;
}
.account .block-collapsible-nav .nav.items .item > a.account-sublogin::before,
.account .block-collapsible-nav .nav.items .item > strong.account-sublogin::before {
  width: 46px;
  height: 41px;
  background-position: 75% 36%;
}
.account .block-collapsible-nav .nav.items .item > a.transferred-carts:before,
.account .block-collapsible-nav .nav.items .item > strong.transferred-carts:before {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-transferred-carts.png') no-repeat;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-size: contain;
}
.account .block-collapsible-nav .nav.items .item > a.account-backorder:before,
.account .block-collapsible-nav .nav.items .item > strong.account-backorder:before {
  width: 34px;
  height: 45px;
  background: url('../../frontend/YesMed/default/en_AU/images/backorder-icon.png') no-repeat;
  background-size: 34px;
}
.account .block-collapsible-nav .nav.items .item > a.account-recurring:before,
.account .block-collapsible-nav .nav.items .item > strong.account-recurring:before {
  width: 44px;
  height: 51px;
  background: url('../../frontend/YesMed/default/en_AU/images/recurring-icon.png') no-repeat;
  background-size: contain;
  background-position: center center;
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(12%) hue-rotate(318deg) brightness(96%) contrast(92%);
}
.account .block-collapsible-nav .nav.items .item > a.account-reports:before,
.account .block-collapsible-nav .nav.items .item > strong.account-reports:before {
  width: 34px;
  height: 45px;
  background: url('../../frontend/YesMed/default/en_AU/images/reports-icon.png') no-repeat;
  background-size: 34px;
}
.account .page-main .invoices {
  margin-top: 10px;
}
.account .order-details-items {
  border: unset;
  padding-left: 10px;
  padding-right: 10px;
}
.account .block-order-details-comments,
.account .block-order-details-view {
  padding-left: 10px;
  padding-right: 10px;
}
.account .order-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.account .data.table .col.actions .action.delete {
  color: #104470;
}
.box_add_by_sku {
  padding: 0 50px;
  margin-top: 30px;
}
.box_add_by_sku .box_filter {
  position: relative;
  width: calc(100% - 110px);
}
.box_add_by_sku .box_filter .box_content_result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  overflow: auto;
  max-height: 200px;
  display: none;
  box-shadow: 0px 5px 10px 0px #333333;
  z-index: 9999999999;
  font-size: 14px;
}
.box_add_by_sku .box_filter .box_content_result.show {
  display: block;
}
.box_add_by_sku .box_filter .list_suggest {
  width: 100%;
  margin: 0;
  padding: 0;
}
.box_add_by_sku .box_filter .list_suggest li {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  list-style-type: none;
  max-height: 24px;
  width: 100%;
  white-space: nowrap;
}
.box_add_by_sku form {
  display: flex;
}
.box_add_by_sku form label {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.box_add_by_sku form .content {
  width: 100%;
  display: flex;
}
.box_add_by_sku form > * {
  margin-top: auto;
  margin-bottom: auto;
}
.box_add_by_sku form .action {
  width: auto;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background-color: #104470;
  border-radius: 0;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
  margin-right: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block-collapsible-nav-content .mobile-menu-account {
  display: none;
}
.block-collapsible-nav-content.is-irt-customer ul.nav.items:after {
  border-bottom: 2px solid #104470;
  display: block;
  content: '';
  width: 100%;
}
#reports-error {
  display: none;
}
.account-sublogin-index .actions-toolbar.action-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 30px;
}
.account-sublogin-index .actions-toolbar.action-top .action {
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  height: auto;
  padding: 5px 20px;
  border-radius: 5px;
}
.account-sublogin-index .actions-toolbar.action-top .action::before {
  content: '\f067';
  display: inline-block;
  color: #ffffff;
  font-family: 'FontAwesome';
  margin-right: 7px;
}
.account-sublogin-index .sublogin-link-top a {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
}
.account-sublogin-index .sublogin-link-top i {
  font-size: 30px;
  margin-right: 10px;
  color: #000000;
}
.account-sublogin-index .user-info {
  text-align: center;
  margin: 20px 0 30px;
}
.account-sublogin-index .user-info p {
  font-size: 19.5px;
  line-height: 1.4;
  text-transform: uppercase;
}
.account-sublogin-index .user-action {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.account-sublogin-index .user-action a {
  margin: 0 3px;
}
.account-sublogin-index .user-action a.view::before,
.account-sublogin-index .user-action a.delete::before,
.account-sublogin-index .user-action a.login::before,
.account-sublogin-index .user-action a.logout::before {
  width: 70px;
  height: 70px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
}
.account-sublogin-index .user-action a.view::before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/Sublogin-Edit.png');
}
.account-sublogin-index .user-action a.delete::before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/Sublogin-Delete.png');
}
.account-sublogin-index .user-action a.login::before,
.account-sublogin-index .user-action a.logout::before {
  background-image: url('../../frontend/YesMed/default/en_AU/images/Sublogin-Login.png');
}
.account-sublogin-index .user-action a span {
  display: none;
}
.account-sublogin-index .user-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.account-sublogin-index .user-image img {
  max-width: 160px;
  width: 100%;
  border-radius: 100%;
}
.sublogin-sublogin-edit #tab_container {
  display: none;
}
form.form-edit-sublogin .fieldset.info {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
form.form-edit-sublogin .fieldset.info .legend {
  display: none;
}
form.form-edit-sublogin .fieldset.info > .field.required > .label::after {
  color: #eb2228;
  font-size: 18px;
}
form.form-edit-sublogin .fieldset.info > .field > .label {
  font-size: 18px;
  line-height: 1.2;
  color: #606060;
  margin-bottom: 5px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
form.form-edit-sublogin .field {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
form.form-edit-sublogin .field.show_wholesale_price {
  order: 1;
  padding-right: 10px;
}
form.form-edit-sublogin .field.level {
  order: 7;
  padding-right: 10px;
}
form.form-edit-sublogin .field.parent_sublogin_id {
  order: 9;
  padding-right: 10px;
}
form.form-edit-sublogin .field.customer_address_ids {
  order: 10;
  padding-left: 10px;
}
form.form-edit-sublogin .field.email {
  order: 6;
  padding-left: 10px;
}
form.form-edit-sublogin .field.create_sublogins {
  order: 3;
  padding-right: 10px;
}
form.form-edit-sublogin .field.firstname {
  order: 2;
  padding-left: 10px;
}
form.form-edit-sublogin .field.lastname {
  order: 4;
  padding-left: 10px;
}
form.form-edit-sublogin .field.password {
  order: 8;
  padding-left: 10px;
}
form.form-edit-sublogin .field.order_needs_approval {
  order: 12;
  padding-left: 10px;
}
form.form-edit-sublogin .field.order_approval_amount_check {
  order: 11;
  padding-right: 10px;
}
form.form-edit-sublogin .field.active {
  order: 5;
  padding-right: 10px;
}
form.form-edit-sublogin .field.profile_image {
  order: 13;
  padding-right: 10px;
}
form.form-edit-sublogin input {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  height: auto;
  font-size: 18px;
  line-height: 1.2;
  padding: 11px 20px;
  color: #606060;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
form.form-edit-sublogin textArea {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  color: #606060;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
form.form-edit-sublogin select {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  height: auto;
  font-size: 18px;
  line-height: 1.2;
  padding: 11px 30px 11px 20px;
  background: url('../../frontend/YesMed/default/en_AU/images/icon-down.png') no-repeat;
  background-size: 17px;
  background-position: 98% 50%;
  color: #606060;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
form.form-edit-sublogin .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
form.form-edit-sublogin .actions-toolbar .required-label {
  color: #606060;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  margin-right: 20px;
}
form.form-edit-sublogin .actions-toolbar .required-label::before {
  content: '*';
  display: inline-block;
  color: #eb2228;
  margin-right: 5px;
}
form.form-edit-sublogin .actions-toolbar .action.save {
  height: auto;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-right: 0;
  padding: 9px 50px;
}
form.form-address-edit .action.save.primary {
  font-size: 25px;
  line-height: 30px;
  height: auto;
  padding: 9px 17px;
}
#remember-me-box {
  display: flex;
}
#remember-me-box label {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #bababa;
}
#remember-me-box label.container {
  margin: 0;
}
#remember-me-box label.label {
  padding-left: 0;
}
#remember-me-box label .checkmark {
  top: 0;
}
#remember-me-box .checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
  top: 0;
  left: 0;
  margin-right: 15px;
}
#remember-me-box .checkbox:focus {
  box-shadow: none;
  outline: none;
}
#remember-me-box .checkbox:after {
  border-radius: 0;
  background-color: #ffffff;
}
#remember-me-box .tooltip {
  display: none;
}
.block-addresses {
  margin-top: 38px;
  overflow: hidden;
}
.block-addresses.block-addresses-list {
  margin-top: 0px;
}
.block-addresses.block-addresses-list .box-info {
  margin-top: 0;
}
.block-addresses .box {
  width: 100%;
  float: unset;
}
.block-addresses .box:nth-child(2n + 1) {
  margin-right: 0;
}
.block-addresses .box-info {
  padding: 0;
  margin-top: 0px;
}
.block-addresses .box-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: calc(21/18);
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e7212d;
  padding-bottom: 15px;
}
.block-addresses .box-content address {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #525252;
  line-height: 1.375;
}
.block-addresses .box-actions {
  position: absolute;
  top: 30px;
  right: 30px;
}
.block-addresses .box-actions .action {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #eb2027;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-addresses .box-actions .action + .action {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #808080;
}
.table-address .address-col {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  color: #5d5d5d;
  vertical-align: middle;
  padding: 20px 10px;
}
.table-address .address-col.action {
  text-align: right;
}
.table-address .address-col .action {
  font-family: 'Gotham-Book', sans-serif;
  color: #eb2027;
  font-weight: 300;
  text-transform: uppercase;
  line-height: calc(21/16);
  border-right: 1px solid #808080;
  padding-right: 5px;
  margin-right: 5px;
}
.table-address .address-col .action:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.table-address th.address-col {
  color: #29292a;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.table-address thead tr {
  border-bottom: 2px dashed #b2b2b2;
}
.table-address tbody .row-info {
  border-bottom: 1px solid #b2b2b2;
}
.table-address tbody .row-info.show-form-edit {
  border-bottom: 0;
  background: #f6f6f6;
}
.table-address tbody .row-edit {
  border-bottom: 0;
  display: none;
}
.table-address tbody .row-edit td {
  padding: 0;
}
.table-address tbody .row-edit.show-form-edit {
  display: table-row;
}
.table-address .show-form-edit .content-list-address-edit {
  border-bottom: 1px solid #b2b2b2;
}
.customer-addresses-toolbar {
  margin-top: 20px;
}
.content-list-address-edit .legend span {
  font-size: 16px;
  line-height: calc(21/16);
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
}
.content-list-address-edit .form-address-edit .fieldset > .field.choice .label {
  padding-left: 40px;
}
.content-list-address-edit .form-address-edit .actions-toolbar .action.primary {
  font-size: 16px;
  line-height: calc(21/16);
  text-transform: uppercase;
}
.content-list-address-edit .form-address-edit .actions-toolbar .primary {
  float: unset;
  width: 100%;
  margin-bottom: 0;
}
.content-list-address-edit .form-address-edit .actions-toolbar .action.secondary {
  display: none;
}
.content-list-address-edit input,
.content-list-address-edit select {
  border-radius: 5px;
}
.content-list-address-edit .fieldset > .field.required > .label::after {
  color: #eb2027;
}
.customer-address-index .form-address-edit {
  display: none;
}
.customer-address-index .actions-toolbar {
  padding-top: 0px;
  display: inline-block;
}
.customer-address-index .actions-toolbar .action.primary {
  height: auto;
  font-size: 14px;
  line-height: calc(16/14);
  padding: 9px 20px;
  min-width: 205px;
  margin: 0;
}
.customer-address-index .columns .column.main {
  position: relative;
}
.customer-address-form .field.choice .label {
  margin-left: 40px;
}
.customer-address-form .form-address-edit .message {
  margin: 0 !important;
  clear: both;
}
.customer-address-form .form-address-edit .message + .message {
  margin-top: 10px !important;
}
.customer-address-form .form-address-edit input,
.customer-address-form .form-address-edit textarea,
.customer-address-form .form-address-edit select {
  border-radius: 5px;
}
.customer-address-form .form-address-edit .fieldset > .field.required > .label::after {
  color: #eb2027;
}
.customer-address-form .form-address-edit .action.save.primary {
  font-size: 14px;
  line-height: calc(16/14);
  height: 34px;
  text-transform: capitalize;
}
.customer-address-form .column.main {
  position: relative;
}
.customer-address-form .control._with-tooltip input {
  width: 100%;
}
.customer-address-form .control._with-tooltip input.has-tooltip {
  width: calc(100% - 36px);
}
.customer-address-form .control._with-tooltip .field-tooltip .field-tooltip-content {
  left: auto;
  right: -10px;
  top: 40px;
}
.customer-address-form .control._with-tooltip .field-tooltip .field-tooltip-content::before,
.customer-address-form .control._with-tooltip .field-tooltip .field-tooltip-content::after {
  border: 10px solid transparent;
  height: 0;
  left: auto;
  margin-top: -21px;
  right: 10px;
  top: 0;
  width: 0;
}
.customer-address-form .control._with-tooltip .field-tooltip .field-tooltip-content::before {
  border-bottom-color: #999999;
}
.customer-address-form .control._with-tooltip .field-tooltip .field-tooltip-content::after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.block-dashboard-info .products-grid .product-item-info {
  padding: 5px;
}
.block-dashboard-info .products-grid .product-item-info:hover,
.block-dashboard-info .products-grid .product-item-info:active {
  background: transparent;
  margin: 0;
  padding: 5px;
  border: 0;
  box-shadow: none;
}
.block-dashboard-info .block.widget .products-grid .product-item {
  width: 100%;
  margin-bottom: 0;
}
.block-dashboard-info .owl-carousel {
  padding: 0 30px;
}
.block-dashboard-info .owl-carousel .owl-nav button {
  position: absolute;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.block-dashboard-info .owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  color: #707070;
  left: 0;
}
.block-dashboard-info .owl-carousel .owl-nav button.owl-prev:hover {
  color: #eb2027;
}
.block-dashboard-info .owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  color: #707070;
  right: 0;
}
.block-dashboard-info .owl-carousel .owl-nav button.owl-next:hover {
  color: #eb2027;
}
.block-dashboard-info .product-item-photo {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.block-dashboard-info .product-image-photo {
  border-radius: 10px;
}
.block-dashboard-info .product-item-name {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
}
.block-dashboard-info .product-item-name a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: calc(18/14);
}
.customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.account-balance {
  width: 100%;
  padding-right: 70px;
  padding-left: 70px;
}
.customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.account-balance .box-content {
  display: none;
}
.customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.product {
  padding-left: 70px;
  width: 100%;
}
.customer-account-index .account-balance .table-balance {
  background: #fff;
  padding: 0;
}
.customer-account-index .account-balance .table-account-balance caption {
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #5f5f5f;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
}
.customer-account-index .account-balance .table-account-balance tr th,
.customer-account-index .account-balance .table-account-balance tr td {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  padding: 0 30px;
}
.customer-account-index .account-balance .table-account-balance tr th {
  font-size: 18px;
  line-height: 26px;
  color: #104470;
  font-family: 'Manrope', sans-serif;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 8px;
}
.customer-account-index .account-balance .table-account-balance tr th:last-child {
  text-align: right;
}
.customer-account-index .account-balance .table-account-balance tr td {
  font-size: 16px;
  line-height: 32px;
  color: #5f5f5f;
  font-family: 'Manrope', sans-serif;
  padding: 0 30px !important;
}
.customer-account-index .account-balance .table-account-balance tbody tr:first-child td {
  padding-top: 17px !important;
}
.customer-account-index .account-balance .table-account-balance tbody tr:last-child td {
  padding-bottom: 15px !important;
}
.customer-account-index .account-balance .table-account-balance tfoot {
  border-top: 3px solid #e8e8e8;
}
.customer-account-index .account-balance .table-account-balance tfoot tr:first-child td {
  padding-top: 17px !important;
}
.customer-account-index .account-balance .table-account-balance tfoot tr td {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
}
.customer-account-index .account-balance .table-account-balance tfoot tr td:last-child {
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
}
.customer-account-index .account-balance .actions-toolbar {
  margin-top: 87px;
}
.customer-account-index .account-balance .actions-toolbar .download-statement {
  font-size: 14px;
  line-height: 44px;
  text-transform: capitalize;
  font-family: 'Gotham-Bold', sans-serif;
  color: #fff;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
  height: 44px;
  background: #104470;
}
.customer-account-index .account-balance .actions-toolbar .download-statement:hover {
  background: #0c7394;
}
.customer-account-index .account-balance .actions-toolbar .download-statement + .paid {
  margin-right: 15px;
  height: 44px;
  max-width: 206px;
  width: 100%;
  border: 2px solid #6ebd48;
  border-radius: 5px;
  background: #fff;
  color: #6ebd48;
}
.customer-account-index .account-balance .actions-toolbar .download-statement + .paid:hover {
  background: #6ebd48;
  color: #fff;
}
.customer-account-index .account-balance .actions-toolbar .pay-online-form .pay-online {
  height: 44px;
  background: #104470;
  font-family: 'Gotham-Bold', sans-serif;
}
.customer-account-index .account-balance .actions-toolbar .pay-online-form .pay-online:hover {
  background: #0c7394;
}
.customer-account-index .column.main .block:not(.widget) .box-title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.customer-account-index .column.main .block:not(.widget) .box-title > strong {
  font-size: 20px;
  font-weight: 700;
}
.customer-account-index .column.main .block:not(.widget) .box-title > span {
  font-size: 20px;
}
.customer-account-index .column.main .block:not(.widget) .block-content .box.account-balance {
  width: 100%;
  margin-top: 30px;
}
.customer-account-index .column.main .block:not(.widget) .block-content .box.promo-slide {
  width: 90%;
  margin: 0 auto;
  float: none !important;
}
.customer-account-index .column.main .block:not(.widget) .block-content .box.promo-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.customer-account-index .column.main .block.block-dashboard-orders .block-title {
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e7212d;
}
.customer-account-index .block-dashboard-info {
  margin: 60px 48px;
}
.customer-account-index .block-dashboard-info .block-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.customer-account-index .block-content-left {
  display: flex;
  flex-direction: column;
  width: calc((100% - 53px)/2);
  margin-right: 53px;
}
.customer-account-index .block-content-left .account-info {
  border: 2px solid #104470;
  border-radius: 5px;
  padding: 22px 30px;
}
.customer-account-index .block-content-left .account-info > div {
  display: flex;
  justify-content: space-between;
}
.customer-account-index .block-content-left .account-info > div strong {
  margin: 0;
}
.customer-account-index .block-content-left .account-info .title strong {
  letter-spacing: 0px;
  color: #104470;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}
.customer-account-index .block-content-left .account-info .info span {
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #104470;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.customer-account-index .block-content-left .account-info .rappid-info {
  border-top: 1px dashed #707070;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 20px;
}
.customer-account-index .block-content-left .account-info .rappid-info-logo {
  width: 141px;
  margin-bottom: 5px;
}
.customer-account-index .block-content-left .account-info .rappid-info-text {
  color: #525252;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 26px;
  gap: 4px;
}
.customer-account-index .block-content-left .account-info .rappid-info-status {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.customer-account-index .block-content-left .account-info .rappid-info-state {
  color: #6ebd48;
}
.customer-account-index .block-content-left .account-info .rappid-info-member {
  font-size: 14px;
}
.customer-account-index .block-content-right {
  background: #ffffff 0% 0% no-repeat padding-box;
  width: calc((100% - 53px)/2);
  box-shadow: 6px 6px 29px #f6f6f6;
  border-radius: 10px;
  padding: 34px 0;
}
.customer-account-index .block.block-dashboard-info {
  margin-top: 60px;
}
.customer-account-index .table-balance {
  background: #eb2027;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px 30px;
}
.customer-account-index .table-balance table > caption {
  height: auto;
  width: auto;
  position: static;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  text-align: left;
}
.customer-account-index .table-balance table > tbody > tr > td {
  padding: 10px 10px 0;
}
.customer-account-index .table-balance table > tbody > tr > td:first-child {
  padding-left: 0;
}
.customer-account-index .table-balance table > tbody > tr > td:last-child {
  text-align: right;
  padding-right: 0;
}
.customer-account-index .table-balance table > tbody > tr:last-child td {
  padding-bottom: 24px;
}
.customer-account-index .table-balance table > tfoot {
  border-top: 1px solid #ffffff;
}
.customer-account-index .table-balance table > tfoot > tr > td {
  padding: 0 10px 10px;
  text-align: right;
}
.customer-account-index .table-balance table > tfoot > tr > td:first-child {
  padding-left: 0;
}
.customer-account-index .table-balance table > tfoot > tr > td:last-child {
  padding-right: 0;
}
.customer-account-index .table-balance table > tfoot > tr:first-child > td {
  padding-top: 24px;
}
.customer-account-index .actions-toolbar {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  margin-top: 30px;
}
.customer-account-index .actions-toolbar .print-order-form {
  margin-right: 30px;
}
.customer-account-index .actions-toolbar .action.print-order {
  background: #5d5d5d;
}
.block-dashboard-orders .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-dashboard-orders .block-title strong {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -1px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  color: #29292a;
  text-transform: uppercase;
}
.block-dashboard-orders .block-title p {
  font-size: 16px;
  line-height: calc(26/16);
  letter-spacing: -1px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  color: #b4b4b4;
}
.block-dashboard-orders .table-wrapper.orders-recent {
  margin-top: 0;
  border-bottom: 1px solid #b2b2b2;
}
.block-dashboard-orders .table > tbody > tr:first-child td {
  border-top: 0;
}
.block-dashboard-orders .table > tbody > tr > td {
  border-top: 1px solid #b2b2b2;
  width: auto;
  padding: 10px 11px;
}
.block-dashboard-orders .table > tbody > tr > td:last-child {
  text-align: right;
}
.block-dashboard-orders .table > tbody > tr > td.shipping {
  text-align: center;
}
.block-dashboard-orders .table > tbody > tr:hover {
  background: #f6f6f6;
}
.block-dashboard-orders .table > thead > tr > th {
  width: auto;
  padding: 10px 11px;
}
.block-dashboard-orders .content-wrapper a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  width: 100%;
}
.block-dashboard-orders .content-wrapper a::after {
  content: '\f0da';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #eb2027;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-dashboard-orders .content-wrapper .order-id-content {
  margin-bottom: 0;
}
.customer-account-forgotpassword .column.main {
  overflow: hidden;
}
.customer-account-forgotpassword .forgot-password-bg h2 {
  text-align: center;
  color: #606060;
  line-height: 1.2;
}
.customer-account-forgotpassword .actions-toolbar > .secondary .action.back {
  display: block;
  margin-top: 0;
  text-align: left;
  position: relative;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  color: #ec2b30;
  line-height: 1.2;
}
.customer-account-forgotpassword .actions-toolbar > .secondary .action.back::before {
  content: '<';
  display: inline-block;
  margin-right: 10px;
}
.customer-account-forgotpassword .title-form-forget h1 {
  color: #494840;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}
.customer-account-forgotpassword .title-form-forget p.sub-title {
  color: #5d5d5d;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  padding: 1.5px 0 1.5px 20px;
  border-left: 3px solid #eb2a32;
  margin-bottom: 30px;
  line-height: 1.2;
}
.customer-account-forgotpassword .form.password.forget .field.title {
  color: #494840;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.customer-account-forgotpassword .form.password.forget .field.note {
  color: #000000;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.customer-account-forgotpassword .form.password.forget input {
  color: #000000;
  border-color: #bababa;
  height: auto;
  line-height: 1.2;
}
.customer-account-forgotpassword .form.password.forget input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bababa;
}
.customer-account-forgotpassword .form.password.forget input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bababa;
}
.customer-account-forgotpassword .form.password.forget input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bababa;
}
.customer-account-forgotpassword .form.password.forget .fieldset::after {
  display: none;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar:after,
.customer-account-forgotpassword .form.password.forget .actions-toolbar:before {
  display: none;
}
.customer-account-forgotpassword .form.password.forget .primary {
  order: 2;
  width: auto;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.customer-account-forgotpassword .form.password.forget .secondary {
  order: 1;
  width: 53.8%;
}
.customer-account-forgotpassword .form.password.forget button.primary {
  width: auto;
  float: right;
  color: #ffffff;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 10px;
  height: auto;
  line-height: 1.2;
  padding: 7.5px 30px;
}
.table-wrapper.orders-history {
  border-bottom: 0;
}
.table-cart-items.history,
.table-order-items.history {
  margin-top: 38px;
}
.table-cart-items.history caption,
.table-order-items.history caption {
  display: none;
}
.table-cart-items.history table tfoot,
.table-order-items.history table tfoot {
  background: transparent;
}
.table-cart-items.history table > thead > tr > th,
.table-order-items.history table > thead > tr > th {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.table-cart-items.history > tbody > tr > td,
.table-order-items.history > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #b2b2b2;
  padding: 19px 10px;
  vertical-align: middle;
}
.table-cart-items.history > tbody > tr > td.title-date,
.table-order-items.history > tbody > tr > td.title-date {
  border-bottom: 1px solid #e7212d;
  padding-bottom: 19px;
}
.table-cart-items.history > tbody > tr > td.title-date h3,
.table-order-items.history > tbody > tr > td.title-date h3 {
  font-size: 18px;
  line-height: calc(21/18);
  color: #29292a;
  text-align: left;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.table-cart-items.history > tbody > tr.order-detail > td,
.table-order-items.history > tbody > tr.order-detail > td {
  padding: 0;
  border-bottom: 0;
}
.table-cart-items.history td.shipping,
.table-order-items.history td.shipping,
.table-cart-items.history td.po,
.table-order-items.history td.po,
.table-cart-items.history td.total,
.table-order-items.history td.total {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: calc(21/16);
}
.table-cart-items.history .order-date-content,
.table-order-items.history .order-date-content {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: calc(21/14);
  margin-bottom: 0;
}
.table-cart-items.history .order-id-content,
.table-order-items.history .order-id-content {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(21/16);
  margin-bottom: 0;
}
.table-cart-items.history .id-date-wrapper,
.table-order-items.history .id-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.table-cart-items.history .id-date-wrapper .order-detail-toggle,
.table-order-items.history .id-date-wrapper .order-detail-toggle {
  display: block;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #104470;
}
.table-cart-items.history .show-order-detail .id-date-wrapper .order-detail-toggle,
.table-order-items.history .show-order-detail .id-date-wrapper .order-detail-toggle {
  background: transparent;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #104470;
  border-top: transparent;
}
.table-cart-items.history tr.show-order-detail:not(.order-detail),
.table-order-items.history tr.show-order-detail:not(.order-detail) {
  background-color: #f6f6f6;
}
.table-cart-items.history tr.show-order-detail:not(.order-detail) > td,
.table-order-items.history tr.show-order-detail:not(.order-detail) > td {
  border-bottom: 0;
}
.table-cart-items.history tr.item-order-history:hover,
.table-order-items.history tr.item-order-history:hover {
  background: #f6f6f6;
}
.table-cart-items.history .shipment-detail-wrapper,
.table-order-items.history .shipment-detail-wrapper {
  display: none;
}
.table-cart-items.history .order-detail.show-order-detail .order-detail-wrapper,
.table-order-items.history .order-detail.show-order-detail .order-detail-wrapper {
  border-bottom: 1px solid #b2b2b2;
}
.table-cart-items.history .order-detail-wrapper,
.table-order-items.history .order-detail-wrapper {
  display: none;
  overflow: hidden;
}
.table-cart-items.history .order-detail-wrapper.no-shipment .ordered-items.order-overview,
.table-order-items.history .order-detail-wrapper.no-shipment .ordered-items.order-overview {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  border: 0;
}
.table-cart-items.history .order-detail-wrapper table > tbody > tr .col,
.table-order-items.history .order-detail-wrapper table > tbody > tr .col,
.table-cart-items.history .order-detail-wrapper table > thead > tr .col,
.table-order-items.history .order-detail-wrapper table > thead > tr .col {
  width: auto;
}
.table-cart-items.history .order-detail-wrapper table .summary-line,
.table-order-items.history .order-detail-wrapper table .summary-line {
  display: flex;
  justify-content: space-between;
}
.table-cart-items.history .order-detail-wrapper table .summary-line.payment-method,
.table-order-items.history .order-detail-wrapper table .summary-line.payment-method {
  display: none;
}
.table-cart-items.history .order-detail-wrapper table .summary-line .summary-label,
.table-order-items.history .order-detail-wrapper table .summary-line .summary-label {
  font-size: 14px;
  line-height: calc(24/14);
  font-weight: 700;
}
.table-cart-items.history .order-detail-wrapper table .summary-line .summary-value,
.table-order-items.history .order-detail-wrapper table .summary-line .summary-value {
  font-size: 14px;
}
.table-cart-items.history .order-detail-wrapper table > tfoot > tr.order-summary > td.col,
.table-order-items.history .order-detail-wrapper table > tfoot > tr.order-summary > td.col {
  width: auto;
}
.table-cart-items.history .ordered-items.order-overview.show-shipment-detail,
.table-order-items.history .ordered-items.order-overview.show-shipment-detail {
  display: none;
}
.table-cart-items.history .order-actions .col.action,
.table-order-items.history .order-actions .col.action {
  overflow: hidden;
  padding-bottom: 4px;
}
.table-cart-items.history .order-actions .col.action .print-order,
.table-order-items.history .order-actions .col.action .print-order,
.table-cart-items.history .order-actions .col.action .print-invoice,
.table-order-items.history .order-actions .col.action .print-invoice {
  background-color: #5d5d5d;
}
.table-cart-items.history .order-actions .col.action .print-order:hover,
.table-order-items.history .order-actions .col.action .print-order:hover,
.table-cart-items.history .order-actions .col.action .print-invoice:hover,
.table-order-items.history .order-actions .col.action .print-invoice:hover {
  background-color: #5d5d5d;
}
.table-cart-items.history .order-actions .approve-action-wrapper,
.table-order-items.history .order-actions .approve-action-wrapper,
.table-cart-items.history .order-actions .reorder-action-wrapper,
.table-order-items.history .order-actions .reorder-action-wrapper,
.table-cart-items.history .order-actions .disapprove-action-wrapper,
.table-order-items.history .order-actions .disapprove-action-wrapper,
.table-cart-items.history .order-actions .print-order-action-wrapper,
.table-order-items.history .order-actions .print-order-action-wrapper,
.table-cart-items.history .order-actions .print-invoice-action-wrapper,
.table-order-items.history .order-actions .print-invoice-action-wrapper {
  display: flex;
  margin-right: 20px;
}
.table-cart-items.history .order-actions .reorder-form,
.table-order-items.history .order-actions .reorder-form {
  display: flex;
}
.table-cart-items.history .order-actions a.action,
.table-order-items.history .order-actions a.action {
  font-size: 14px;
  line-height: calc(16/14);
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  background: #eb2228;
  color: #ffffff;
  vertical-align: middle;
  padding: 9px 20px;
  border: 0;
  border-radius: 5px;
}
.table-cart-items.history .order-actions a.action.approve,
.table-order-items.history .order-actions a.action.approve {
  background-color: #2c964d;
}
.table-cart-items.history .order-actions a.action.approve:hover,
.table-order-items.history .order-actions a.action.approve:hover {
  background-color: #2c964d;
}
.table-cart-items.history .order-actions a.action:hover,
.table-order-items.history .order-actions a.action:hover,
.table-cart-items.history .order-actions a.action:focus,
.table-order-items.history .order-actions a.action:focus,
.table-cart-items.history .order-actions a.action:active,
.table-order-items.history .order-actions a.action:active {
  color: #333333;
}
.table-cart-items.history .order-progress-wrapper,
.table-order-items.history .order-progress-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.table-cart-items.history .order-progress-wrapper .order-progress,
.table-order-items.history .order-progress-wrapper .order-progress {
  padding-right: 25px;
  padding-bottom: 20px;
  border-bottom: 0;
  position: relative;
  width: 25%;
}
.table-cart-items.history .order-progress-wrapper .order-progress::before,
.table-order-items.history .order-progress-wrapper .order-progress::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url('../../frontend/YesMed/default/en_AU/images/shipping-processing-2x.png') no-repeat;
  background-size: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.table-cart-items.history .order-progress-wrapper .order-progress._completed::before,
.table-order-items.history .order-progress-wrapper .order-progress._completed::before {
  background: url('../../frontend/YesMed/default/en_AU/images/shipping-done-2x.png') no-repeat;
  background-size: 19px;
}
.table-cart-items.history .order-progress-wrapper .order-progress .step-message.step-description,
.table-order-items.history .order-progress-wrapper .order-progress .step-message.step-description {
  line-height: calc(21/16);
  color: #5d5d5d;
  margin-bottom: 0;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
.table-cart-items.history .order-progress-wrapper .order-progress .step-date.step-time,
.table-order-items.history .order-progress-wrapper .order-progress .step-date.step-time {
  font-size: 14px;
  line-height: calc(21/14);
  color: #5d5d5d;
  font-style: italic;
}
.table-cart-items.history .order-progress-wrapper .order-progress.order-progress-5,
.table-order-items.history .order-progress-wrapper .order-progress.order-progress-5 {
  display: none;
}
.table-cart-items.history .order-progress-wrapper.no-border,
.table-order-items.history .order-progress-wrapper.no-border {
  border-bottom: none;
}
.table-cart-items.history > tbody > tr.month-group-title:not(:first-child) > td.title-date,
.table-order-items.history > tbody > tr.month-group-title:not(:first-child) > td.title-date {
  padding-top: 40px;
}
.table-cart-items.history {
  margin-top: 20px;
}
.promo-slide .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #104470;
  background: #fff;
  margin: 0 3px;
}
.promo-slide .owl-theme .owl-dots .owl-dot.active span,
.promo-slide .owl-theme .owl-dots .owl-dot:hover span {
  background: #104470;
}
.table-wrapper-custom {
  overflow-x: auto;
}
.table-wrapper-custom th {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #29292a;
  border-bottom: 1px solid #e7212d;
}
.table-wrapper-custom td {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #5d5d5d;
  border-bottom: 1px dashed #b2b2b2;
}
.table-wrapper-custom .col {
  width: 20%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  border-top: 0;
  line-height: 1;
}
.table-wrapper-custom .col.col-6 {
  width: calc(100%/6);
  max-width: 100%;
}
.table-wrapper-custom .col.col-6.checkbox {
  width: 50px;
}
.ewayrapid-mycards-edit .control._with-tooltip .field-tooltip .field-tooltip-content {
  left: auto;
  right: -10px;
  top: 40px;
}
.ewayrapid-mycards-edit .control._with-tooltip .field-tooltip .field-tooltip-content::before,
.ewayrapid-mycards-edit .control._with-tooltip .field-tooltip .field-tooltip-content::after {
  border: 10px solid transparent;
  height: 0;
  left: auto;
  margin-top: -21px;
  right: 10px;
  top: 0;
  width: 0;
}
.ewayrapid-mycards-edit .control._with-tooltip .field-tooltip .field-tooltip-content::before {
  border-bottom-color: #999999;
}
.ewayrapid-mycards-edit .control._with-tooltip .field-tooltip .field-tooltip-content::after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.ewayrapid-mycards-edit .form-mycard-edit input,
.ewayrapid-mycards-edit .form-mycard-edit select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.ewayrapid-mycards-edit .form-mycard-edit div.mage-error[generated] {
  margin-top: 10px;
}
.ewayrapid-mycards-index .table-wrapper-custom.table-eway-ewayrapid th,
.invoices-payonline .table-wrapper-custom.table-eway-ewayrapid th,
.ewayrapid-mycards-index .table-wrapper-custom.table-eway-ewayrapid td,
.invoices-payonline .table-wrapper-custom.table-eway-ewayrapid td {
  width: 25%;
  white-space: nowrap;
}
.ewayrapid-mycards-index .actions-toolbar .primary button.action:hover,
.invoices-payonline .actions-toolbar .primary button.action:hover,
.ewayrapid-mycards-index .actions-toolbar .primary button.action:focus,
.invoices-payonline .actions-toolbar .primary button.action:focus,
.ewayrapid-mycards-index .actions-toolbar .primary button.action:active,
.invoices-payonline .actions-toolbar .primary button.action:active {
  color: #333333;
}
.ewayrapid-mycards-index .field.save-card,
.invoices-payonline .field.save-card {
  margin: 30px 0 0 !important;
}
.invoices-payonline table.data.table tr > th {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: normal;
}
.invoices-payonline table.data.table tr > td {
  font-size: 16px;
}
.invoices-payonline table.data.table tr > td strong {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: normal;
}
.invoices-payonline table.data.table tr > td.amount-applied input {
  width: 100px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #5d5d5d;
}
.table-invoices-payonline {
  table-layout: fixed;
}
.customer-account-logoutsuccess .page-footer {
  padding-top: 0;
}
.customer-account-logoutsuccess #maincontent {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  max-width: unset !important;
}
.customer-account-logoutsuccess .page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #484740;
  text-transform: uppercase;
  padding-top: 90px;
}
.customer-account-logoutsuccess .page-heading {
  margin-bottom: 45px;
}
.customer-account-logoutsuccess .page-heading .page-heading__sub-title {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 34px;
  line-height: 1.207;
  color: #5d5d5d;
  text-align: center;
}
.customer-account-logoutsuccess .columns {
  background: url('../../frontend/YesMed/default/en_AU/images/logout_background.png') no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}
.customer-account-logoutsuccess .columns .column.main {
  padding-bottom: 0;
}
.customer-account-logoutsuccess .columns .content {
  display: flex;
}
.customer-account-logoutsuccess .columns .content .left,
.customer-account-logoutsuccess .columns .content .right {
  display: block;
  width: 50%;
  margin-bottom: 0;
}
.customer-account-logoutsuccess .columns .content .left .block-img-content img {
  display: block;
  width: 100%;
}
.customer-account-logoutsuccess .columns .content .right {
  margin-bottom: 35px;
}
.customer-account-logoutsuccess .columns .content .right .block-customer-login {
  width: 83%;
  float: right;
  padding: 55px 45px 45px;
  box-shadow: 0px 0px 16px -8px #808080;
  margin-bottom: 35px;
}
.customer-account-logoutsuccess .columns .content .right .block-customer-login {
  background-color: #ffffff;
}
.customer-account-logoutsuccess .columns .content .right .block-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.2258;
  font-size: 25px;
  text-transform: uppercase;
  color: #484740;
}
.customer-account-logoutsuccess .columns .content .right .block-caption {
  margin-top: 45px;
  margin-bottom: 30px;
}
.customer-account-logoutsuccess .columns .content .right .block-caption p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box {
  display: flex;
  margin: 25px 0 25px;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box label {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #bababa;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  top: 0;
  left: 0;
  margin-right: 15px;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox:after {
  border-radius: 0;
  background-color: #ffffff;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox:focus {
  box-shadow: none;
  outline: none;
}
.customer-account-logoutsuccess .columns .content .right #remember-me-box .tooltip {
  display: none;
}
.customer-account-logoutsuccess .columns .content .right .actions-toolbar .primary {
  width: 100%;
}
.customer-account-logoutsuccess .columns .content .right .actions-toolbar .primary .action.login {
  margin: 0;
  width: 100%;
  font-family: 'Gotham-Light', sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
}
.customer-account-logoutsuccess .field-recaptcha {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .my-account-toolbar-wrapper {
    position: static;
    margin-top: 30px;
    padding-left: 10px;
  }
  .my-account-toolbar-wrapper .filter-wrapper .filter-title {
    text-align: left;
  }
  .customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.account-balance {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.product {
    padding-left: 10px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box {
    width: 100%;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product {
    padding: 0 10px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.account-balance {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customer-account-index .block-content-left .account-info {
    padding: 22px;
  }
  .block-addresses.block-addresses-list .box-actions {
    position: static;
    margin-top: 10px;
  }
  .welcome-msg {
    display: none;
  }
}
@media (max-width: 992px) {
  .info-payonline-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customer-account-edit .title-account {
    text-align: center;
  }
  .customer-account-edit .title-account h1 {
    min-width: 300px;
    font-size: 18px;
  }
  .customer-account-edit .title-account h1::before {
    min-width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .my-account-toolbar-wrapper .search-bar-wrapper {
    margin-left: unset;
  }
  .account .page-header {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  }
  .account .sidebar-main {
    display: none;
  }
  .account .page-main .page-title-wrapper {
    padding: 0 30px;
    text-align: center;
    position: relative;
  }
  .account .page-main .page-title-wrapper .page-title {
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    color: #29292a;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
  }
  .account .page-main .page-title-wrapper .page-title:before {
    content: '';
    height: 1px;
    width: calc(100% + 70px);
    background-color: #999999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .account .page-main .page-title-wrapper .page-title:after {
    content: '';
    height: 5px;
    width: calc(100% + 30px);
    background-color: #eb2027;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .account .page-main .page-title-wrapper .back_url {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .account .page-main .page-title-wrapper .back_url span {
    display: none;
  }
  .account .invoice-products-toolbar {
    float: none;
    padding-right: 30px;
  }
  .account .toolbar {
    margin-bottom: 0;
  }
  .account .block-collapsible-nav {
    position: static;
  }
  .account .block-collapsible-nav .title {
    display: none;
  }
  .account .block-collapsible-nav .content {
    display: block;
    border: 0;
  }
  .account .block-collapsible-nav .nav.items {
    overflow: hidden;
    flex-wrap: wrap;
    background: #f2f2f2;
    max-height: 0em;
    transition: max-height 0.75s;
  }
  .account .block-collapsible-nav .nav.items.open {
    max-height: 35em;
  }
  .account .block-collapsible-nav .nav.items .nav.item {
    border-bottom: 0;
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }
  .account .block-collapsible-nav .nav.items .nav.item strong {
    color: #eb2228;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .account .block-collapsible-nav .nav.items .nav.item a {
    color: #525252;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .account .block-collapsible-nav .nav.items .nav.item a:hover {
    color: #eb2228;
  }
  .account .block-collapsible-nav .nav.items .item a::before {
    width: 36px;
    height: 36px;
    background-size: 265px;
    background-position: 3% 4%;
  }
  .account .block-collapsible-nav .nav.items .item strong::before {
    width: 36px;
    height: 36px;
    background: url('../../frontend/YesMed/default/en_AU/images/icon-account-menu.png') no-repeat;
    background-position: -12px -159px;
  }
  .account .block-collapsible-nav .nav.items .item strong::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 4px;
    background: #eb2228;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .account .block-collapsible-nav .nav.items a.account-order::before {
    width: 27px;
    height: 36px;
    background-size: 265px;
    background-position: -61px 4%;
  }
  .account .block-collapsible-nav .nav.items a.account-quotes::before {
    width: 36px;
    height: 36px;
    background-size: 263px;
    background-position: -156px 4%;
  }
  .account .block-collapsible-nav .nav.items a.account-address::before {
    width: 25px;
    height: 31px;
    background-size: 223px;
  }
  .account .block-collapsible-nav .nav.items a.account-user-detail::before {
    width: 31px;
    height: 31px;
    background-size: 223px;
    background-position: 48% 36%;
  }
  .account .block-collapsible-nav .nav.items a.account-invoices::before {
    width: 27px;
    height: 36px;
    background-size: 265px;
  }
  .account .block-collapsible-nav .nav.items a.account-favourites::before {
    width: 27px;
    height: 32px;
    background-size: 27px;
  }
  .account .block-collapsible-nav .nav.items a.account-credit::before {
    width: 46px;
    height: 29px;
    background-size: 265px;
  }
  .account .block-collapsible-nav .nav.items a.account-sublogin::before {
    width: 32px;
    height: 31px;
    background-size: 223px;
  }
  .account .block-collapsible-nav .nav.items strong::before {
    background: url('../../frontend/YesMed/default/en_AU/images/icon-account-menu.png') no-repeat;
    background-position: 72% 67%;
  }
  .account .block-collapsible-nav .nav.items strong::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 4px;
    background: #eb2228;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .account .block-collapsible-nav .nav.items strong.account-order::before {
    width: 27px;
    height: 36px;
    background-position: 72% 67%;
  }
  .account .block-collapsible-nav .nav.items strong.account-quotes::before {
    width: 36px;
    height: 36px;
    background-position: -142px -158px;
  }
  .account .block-collapsible-nav .nav.items strong.account-address::before {
    width: 25px;
    height: 31px;
    background-position: -80px 94%;
  }
  .account .block-collapsible-nav .nav.items strong.account-user-detail::before {
    width: 31px;
    height: 31px;
    background-position: 60% 94%;
  }
  .account .block-collapsible-nav .nav.items strong.account-invoices::before {
    width: 27px;
    height: 36px;
    background-position: 25% 67%;
  }
  .account .block-collapsible-nav .nav.items strong.account-favourites::before {
    width: 27px;
    height: 32px;
    background-size: 27px;
  }
  .account .block-collapsible-nav .nav.items strong.account-credit::before {
    width: 46px;
    height: 29px;
    background-position: 4% 93%;
  }
  .account .block-collapsible-nav .nav.items strong.account-sublogin::before {
    width: 32px;
    height: 31px;
    background-position: 83% 94%;
  }
  .account .block-collapsible-nav .item > strong,
  .account .block-collapsible-nav .item > a {
    padding: 60px 18px 15px 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .account .block-collapsible-nav .mobile-menu-account {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    background: #eb2228;
    color: #ffffff;
    position: relative;
    padding: 13.5px 18px 13.5px 47px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .account .block-collapsible-nav .mobile-menu-account::before {
    content: '';
    display: inline-block;
    background: url('../../frontend/YesMed/default/en_AU/images/icon-menu-account-mobile.png') no-repeat;
    width: 20px;
    height: 22px;
    left: 14px;
    top: 11px;
    position: absolute;
  }
  .account .block-collapsible-nav .mobile-menu-account::after {
    content: '\f0de';
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
  }
  .customer-account-logoutsuccess .page-title {
    font-size: 25px !important;
    line-height: 26px;
    padding-top: 35px;
  }
  .customer-account-logoutsuccess .page-heading {
    margin-bottom: 30px;
  }
  .customer-account-logoutsuccess .page-heading .page-heading__sub-title {
    font-size: 15px;
    line-height: 18.4px;
  }
  .customer-account-logoutsuccess .columns .content {
    flex-direction: column-reverse;
  }
  .customer-account-logoutsuccess .columns .content .left {
    width: 100%;
  }
  .customer-account-logoutsuccess .columns .content .left .block-img-content img {
    width: 100% !important;
    height: auto !important;
  }
  .customer-account-logoutsuccess .columns .content .right {
    width: 100%;
  }
  .customer-account-logoutsuccess .columns .content .right .block-customer-login {
    width: 100%;
    padding: 25px 20px 20px;
    margin-bottom: 40px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-title {
    font-size: 13px;
    line-height: 15px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption {
    margin: 12px 0;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption p {
    font-size: 12px;
    line-height: 14px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box {
    margin: 10px 0;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box label {
    font-size: 12px;
    line-height: 14px;
  }
  .back_url {
    display: block;
    margin-top: 30px;
  }
  .back_url a {
    display: flex;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 12.08px;
    line-height: 1;
    color: #5b5b5b;
    text-transform: uppercase;
    justify-content: center;
  }
  .back_url a:visited,
  .back_url a:hover,
  .back_url a:active {
    color: #5b5b5b;
  }
  .back_url a > span {
    padding-left: 5px;
  }
  .box_add_by_sku {
    padding: 0 30px;
  }
  .box_add_by_sku .box_filter .box_content_result {
    max-height: 150px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .promo-slide {
    width: 100%;
  }
  .customer-account-index .block-dashboard-info .block-content {
    flex-direction: column;
  }
  .customer-account-index .block-content-left {
    width: 100%;
  }
  .customer-account-index .block-content-right {
    width: 100%;
  }
  .customer-account-index .account-balance .actions-toolbar {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .account .column.main > .message,
  .account .column.main .invoice-message > .message,
  .account .column.main .list-detail-session > .message {
    margin: 30px 30px 0;
  }
  .account .column.main .quote-message .message {
    margin: 0;
  }
  .account .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  .info-payonline-top {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
  }
  .customer-account-edit table.table-customer-notifications tfoot > tr > td:not(:last-child) {
    display: none;
  }
  .customer-account-edit table.table-customer-notifications tfoot > tr > td:last-child button {
    width: 100%;
  }
  .customer-account-edit .form-edit-account {
    margin-top: 35px;
  }
  .customer-account-edit .page-main .field-checkbox.notification-setting,
  .customer-account-edit .page-main .field-checkbox.edit-required {
    display: flex;
    margin-bottom: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-account-edit .page-main .field-checkbox.notification-setting .legend,
  .customer-account-edit .page-main .field-checkbox.edit-required .legend {
    margin-bottom: 0;
  }
  .customer-account-edit .page-main .field {
    margin-bottom: 10px;
  }
  .customer-account-edit .fieldset.password-field {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .customer-account-edit .fieldset.info {
    margin-bottom: 0;
  }
  .customer-account-edit .fieldset > .field > .label,
  .customer-account-edit .fieldset .field > .label {
    font-size: 11px;
    line-height: calc(19-11);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
  }
  .customer-account-edit .fieldset > .field,
  .customer-account-edit .fieldset > .legend,
  .customer-account-edit .fieldset .form-change-password {
    padding: 0 30px;
  }
  .customer-account-edit .fieldset > .legend {
    padding-bottom: 10px;
  }
  .customer-account-edit .fieldset.notification-setting > .legend + br {
    display: none;
  }
  .customer-account-edit .actions-toolbar {
    padding: 0 30px;
  }
  .customer-account-edit table.table-customer-notifications {
    display: block;
  }
  .customer-account-edit table.table-customer-notifications tbody {
    display: block;
    width: 100%;
  }
  .customer-account-edit table.table-customer-notifications tbody tr > td::before {
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
    max-width: 120px;
    width: 100%;
  }
  .customer-account-edit table.table-customer-notifications tr {
    display: block;
  }
  .customer-account-edit table.table-customer-notifications tr > th {
    display: none;
  }
  .customer-account-edit table.table-customer-notifications tr > td {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    padding: 15px 30px;
    width: 100%;
    border: 0;
  }
  .customer-account-edit table.table-customer-notifications tr > td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .customer-account-edit table.table-customer-notifications tfoot {
    display: block;
  }
  .my-account-toolbar-wrapper .search-bar-wrapper {
    max-width: calc(100% - 60px);
    margin: 22px auto 20px;
    width: 100%;
    text-align: center;
  }
  .my-account-toolbar-wrapper .filter-wrapper {
    display: none;
  }
  .box_add_by_sku {
    padding: 0 15px;
  }
  .box_add_by_sku .box_filter .box_content_result {
    max-height: 100px;
    min-width: 290px;
    font-size: 12px;
  }
  .box_add_by_sku form {
    flex-wrap: wrap;
  }
  .box_add_by_sku form label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .abs-pager-toolbar .pager,
  .account .toolbar .pager,
  .toolbar-giftregistry-results .pager,
  .toolbar-wishlist-results .pager {
    justify-content: center;
  }
  .abs-pager-toolbar .limiter .limiter-label,
  .account .toolbar .limiter .limiter-label,
  .toolbar-giftregistry-results .limiter .limiter-label,
  .toolbar-wishlist-results .limiter .limiter-label {
    font-size: 12px;
    line-height: calc(21/12);
  }
  .abs-pager-toolbar select,
  .account .toolbar select,
  .toolbar-giftregistry-results select,
  .toolbar-wishlist-results select,
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    font-size: 12px;
    line-height: calc(21/12);
  }
  .abs-pager-toolbar .pages strong.page,
  .account .toolbar .pages strong.page,
  .toolbar-giftregistry-results .pages strong.page,
  .toolbar-wishlist-results .pages strong.page,
  .abs-pager-toolbar .pages a.page,
  .account .toolbar .pages a.page,
  .toolbar-giftregistry-results .pages a.page,
  .toolbar-wishlist-results .pages a.page {
    font-size: 12px;
    line-height: calc(21/12);
  }
  .block-addresses .box-billing-address .box-info,
  .block-addresses .box-shipping-address .box-info {
    padding: 15px 30px;
  }
  .block-addresses .box-billing-address .box-info p,
  .block-addresses .box-shipping-address .box-info p {
    margin-bottom: 0;
  }
  .block-addresses .block-content p.empty {
    margin-bottom: 0;
    padding: 15px 30px;
  }
  .block-addresses .box-title {
    padding-left: 30px;
  }
  .table-address .address-col {
    width: 50%;
  }
  .table-address .address-col.hidden-mobile {
    display: none;
  }
  .table-address .address-col.name {
    padding-left: 30px;
  }
  .table-address .address-col.action {
    padding-right: 30px;
  }
  .table-address .show-form-edit .content-list-address-edit {
    padding: 0;
  }
  .table-address .show-form-edit .content-list-address-edit .legend span {
    font-size: 10px;
    line-height: 1.7;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
  .table-address .show-form-edit .content-list-address-edit .fieldset > .field > .label {
    font-size: 10px;
    line-height: 1.7;
  }
  .table-address .show-form-edit .content-list-address-edit input,
  .table-address .show-form-edit .content-list-address-edit select {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .table-address .content-list-address-edit-details {
    padding: 30px;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field {
    margin-bottom: 20px;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:last-child {
    margin-bottom: 0;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:not(.choice) > .label {
    margin-bottom: 5px;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar {
    width: 100%;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar .action.primary {
    padding: 10px 20px;
  }
  .customer-address-index .actions-toolbar.btn-add-address {
    margin: 30px 0;
    width: 100%;
    display: inline-block;
  }
  .customer-address-index .actions-toolbar.btn-add-address .primary {
    margin-bottom: 0;
  }
  .customer-address-index .actions-toolbar .action.primary {
    font-size: 16px;
    line-height: calc(21/16);
    padding: 10px 20px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    display: block;
    padding: 20px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead {
    display: none;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
    width: 100%;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
    width: 100%;
    border: 1px solid #b2b2b2;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
    border: none;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.shipping {
    text-align: left;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:last-child {
    text-align: left;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before {
    content: attr(data-th) ':';
    font-weight: 300;
    display: inline-block;
    margin-right: 15px;
    max-width: 90px;
    width: 100%;
    font-size: 16px;
    color: #071c1f;
    text-align: left;
  }
  .block-dashboard-orders .table > tbody > tr .hidden-mobile,
  .block-dashboard-orders .table > thead > tr .hidden-mobile {
    display: none;
  }
  .customer-address-form .form-address-edit {
    padding: 30px;
  }
  .customer-address-form .form-address-edit .legend span {
    font-size: 10px;
    line-height: 1.7;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
  .customer-address-form .form-address-edit .fieldset > .field > .label {
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .customer-address-form .form-address-edit input,
  .customer-address-form .form-address-edit select {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .table-cart-items.history,
  .table-order-items.history {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .table-cart-items.history .order-progress-wrapper .step-title,
  .table-order-items.history .order-progress-wrapper .step-title {
    display: none;
  }
  .table-cart-items.history caption,
  .table-order-items.history caption {
    width: 100%;
    padding-left: 30px;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td {
    padding: 10px 30px;
    border-bottom: 1px solid #b2b2b2;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td:not(.id-date),
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td:not(.id-date),
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td[data-th]::before,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history td[data-th]::before {
    display: none;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history.show-order-detail td,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.item-order-history.show-order-detail td {
    border-bottom: 0;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail {
    display: none;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail {
    display: block;
    border-bottom: 1px solid #b2b2b2;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail > td,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail > td {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title > td,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title > td {
    padding: 15px 30px;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title > td:last-child,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title > td:last-child {
    border-bottom: 1px solid #e7212d;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title:not(:first-child) > td.title-date,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title:not(:first-child) > td.title-date {
    padding-top: 30px;
  }
  .table-cart-items.history > tbody,
  .table-order-items.history > tbody {
    display: block;
    width: 100%;
  }
  .table-cart-items.history > tbody tr,
  .table-order-items.history > tbody tr {
    display: block;
    width: 100%;
  }
  .table-cart-items.history > tbody tr td,
  .table-order-items.history > tbody tr td {
    display: inline-block;
    width: 100%;
  }
  .table-cart-items.history > tbody tr td.id-date,
  .table-order-items.history > tbody tr td.id-date {
    padding: 10px 30px;
  }
  .table-cart-items.history > tbody > tr > td.title-date,
  .table-order-items.history > tbody > tr > td.title-date {
    padding: 10px 30px;
  }
  .table-cart-items.history > tbody > tr > td.title-date h3,
  .table-order-items.history > tbody > tr > td.title-date h3 {
    font-size: 14px;
    line-height: calc(26/14);
  }
  .table-cart-items.history .order-id-content,
  .table-order-items.history .order-id-content {
    font-size: 12px;
    line-height: calc(21/12);
    color: #5d5d5d;
  }
  .table-cart-items.history .order-date-content,
  .table-order-items.history .order-date-content,
  .table-cart-items.history .order-total.mobile,
  .table-order-items.history .order-total.mobile {
    font-size: 10px;
    line-height: 2.1;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #5d5d5d;
  }
  .table-cart-items.history .id-date-wrapper .content-wrapper,
  .table-order-items.history .id-date-wrapper .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 11px);
    padding-right: 15px;
  }
  .table-cart-items.history .item-order-history td:not(.id-date),
  .table-order-items.history .item-order-history td:not(.id-date) {
    display: none;
  }
  .table-cart-items.history .order-info-detail.mobile,
  .table-order-items.history .order-info-detail.mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .table-cart-items.history .order-info-detail.mobile .order-info-title,
  .table-order-items.history .order-info-detail.mobile .order-info-title {
    font-size: 12px;
    line-height: calc(16/12);
    color: #5d5d5d;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
  .table-cart-items.history .order-info-detail.mobile .address-detail,
  .table-order-items.history .order-info-detail.mobile .address-detail,
  .table-cart-items.history .order-info-detail.mobile .po-number,
  .table-order-items.history .order-info-detail.mobile .po-number {
    font-size: 12px;
    line-height: calc(16/12);
    color: #5d5d5d;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
  }
  .table-cart-items.history .order-detail.show-order-detail .order-detail-wrapper,
  .table-order-items.history .order-detail.show-order-detail .order-detail-wrapper {
    border-bottom: 0;
  }
  .table-cart-items.history .order-detail-wrapper,
  .table-order-items.history .order-detail-wrapper {
    padding: 10px 30px 0;
  }
  .table-cart-items.history .order-detail-wrapper table .summary-line .summary-label,
  .table-order-items.history .order-detail-wrapper table .summary-line .summary-label {
    font-size: 10px;
    line-height: 1.2;
  }
  .table-cart-items.history .order-detail-wrapper table .summary-line .summary-value,
  .table-order-items.history .order-detail-wrapper table .summary-line .summary-value {
    font-size: 10px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
  }
  .table-cart-items.history .shipment-list,
  .table-order-items.history .shipment-list {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .table-cart-items.history .shipment-list.show-shipment-detail,
  .table-order-items.history .shipment-list.show-shipment-detail {
    margin-bottom: 105px;
    position: relative;
  }
  .table-cart-items.history .shipment-list .actions-toolbar,
  .table-order-items.history .shipment-list .actions-toolbar {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -90px;
    z-index: 1;
    width: 100%;
  }
  .table-cart-items.history .shipment-list .actions-toolbar button,
  .table-order-items.history .shipment-list .actions-toolbar button {
    width: 100%;
    font-size: 12px;
    line-height: calc(14/10);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    padding: 8px 15px;
  }
  .table-cart-items.history .shipment-list .shipment-title,
  .table-order-items.history .shipment-list .shipment-title,
  .table-cart-items.history .shipment-list .shipment-invoice,
  .table-order-items.history .shipment-list .shipment-invoice,
  .table-cart-items.history .shipment-list .track-your-order,
  .table-order-items.history .shipment-list .track-your-order {
    display: none;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-your-order,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-your-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
    z-index: 1;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-invoice,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-invoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -54px;
    z-index: 1;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-title,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-title,
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .invoice-title,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .invoice-title {
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    color: #5d5d5d;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-number,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .track-number,
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .invoice-id,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .invoice-id {
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #5d5d5d;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id {
    color: #eb2027;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-info-button,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-info-button {
    display: inline-block;
    background: #67c5d3;
    border-radius: 4px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 10px;
    vertical-align: top;
    white-space: nowrap;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-info-button:hover,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-info-button:hover {
    background: #104470;
  }
  .table-cart-items.history .shipment-list .shipment-id,
  .table-order-items.history .shipment-list .shipment-id {
    cursor: pointer;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    border-top: 1px solid #b2b2b2;
    padding: 7px;
  }
  .table-cart-items.history .shipment-list .shipment-id:hover,
  .table-order-items.history .shipment-list .shipment-id:hover {
    color: #eb2027;
  }
  .table-cart-items.history .shipment-list .shipment-title.mobile,
  .table-order-items.history .shipment-list .shipment-title.mobile {
    display: block;
    color: #eb2027;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 7px 7px;
  }
  .table-cart-items.history .shipment-list .shipment-info-title,
  .table-order-items.history .shipment-list .shipment-info-title {
    display: none;
  }
  .table-cart-items.history .ordered-items.order-overview,
  .table-order-items.history .ordered-items.order-overview {
    margin-top: 20px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items {
    display: block;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > thead,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > thead {
    display: none;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td {
    border-bottom: 1px dashed #b2b2b2;
    border-top: 0;
    display: flex;
    align-items: center;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:not(.image),
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:not(.image) {
    display: none;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td[data-th]:before,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td[data-th]:before {
    display: none;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:first-child,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:first-child {
    border-top: 1px dashed #b2b2b2;
    padding: 15px 0;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr.order-summary > td,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr.order-summary > td {
    border-top: 1px dashed #b2b2b2;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr.order-summary > td:first-child,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr.order-summary > td:first-child {
    display: none;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot {
    display: block;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot > tr.order-summary > td,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot > tr.order-summary > td {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot > tr > td.action,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot > tr > td.action {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 20px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .right-group button,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .right-group button {
    width: 100%;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form {
    width: calc(50% - 5px);
    padding-bottom: 10px;
    margin-right: 5px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form:nth-child(2n),
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form:nth-child(2n) {
    margin-left: 5px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form:nth-child(2n + 1),
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form:nth-child(2n + 1) {
    margin-right: 5px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form button,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form button {
    width: 100%;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    height: auto;
    padding: 7px 10px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.pay-online-form button,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.pay-online-form button {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    padding: 7px 10px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:hover,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:hover,
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:focus,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:focus,
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:active,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group form.reorder-form a:active {
    color: #333333;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .reorder-action-wrapper,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .reorder-action-wrapper {
    width: calc(50% - 5px);
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 0;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .reorder-action-wrapper a.action,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .reorder-action-wrapper a.action {
    width: 100%;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    height: auto;
    padding: 7px 10px;
    text-align: center;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .approve-action-wrapper,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .approve-action-wrapper {
    width: calc(50% - 5px);
    padding-bottom: 10px;
    margin-right: 5px;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .approve-action-wrapper a.action,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .approve-action-wrapper a.action {
    width: 100%;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    height: auto;
    padding: 7px 10px;
    text-align: center;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .disapprove-action-wrapper,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .disapprove-action-wrapper {
    width: calc(50% - 5px);
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 0;
  }
  .table-cart-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .disapprove-action-wrapper a.action,
  .table-order-items.history .ordered-items.order-overview .table.ordered-items > tfoot .left-group .disapprove-action-wrapper a.action {
    width: 100%;
    font-size: 12px;
    line-height: calc(16/12);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    height: auto;
    padding: 7px 10px;
    text-align: center;
  }
  .table-cart-items.history .ordered-items.order-overview .image-wrapper,
  .table-order-items.history .ordered-items.order-overview .image-wrapper {
    width: 50%;
  }
  .table-cart-items.history .ordered-items.order-overview .order-item-detail,
  .table-order-items.history .ordered-items.order-overview .order-item-detail {
    width: 50%;
    padding-left: 12px;
  }
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-name,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-name {
    margin-bottom: 10px;
    text-align: center;
    padding-right: 12px;
    font-size: 10px;
    line-height: 1.1;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-sku,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-sku,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-ordered-qty,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-ordered-qty,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-qty-shipped,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-qty-shipped,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-qty-follow,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-qty-follow,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-qty-invoiced,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-qty-invoiced,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-unit-price,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-unit-price,
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-total,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.6;
  }
  .table-cart-items.history .ordered-items.order-overview .order-item-detail .item-total,
  .table-order-items.history .ordered-items.order-overview .order-item-detail .item-total {
    margin-bottom: 0;
  }
  .table-cart-items.history .shipment-detail-wrapper,
  .table-order-items.history .shipment-detail-wrapper {
    padding-top: 20px;
  }
  .table-cart-items.history .shipment-detail-wrapper.show-shipment-detail,
  .table-order-items.history .shipment-detail-wrapper.show-shipment-detail {
    border-top: 1px dashed #b2b2b2;
  }
  .table-cart-items.history .order-progress-wrapper,
  .table-order-items.history .order-progress-wrapper {
    flex-direction: column;
  }
  .table-cart-items.history .order-progress-wrapper .order-progress,
  .table-order-items.history .order-progress-wrapper .order-progress {
    padding-right: 12px;
    padding-left: 24px;
    border-bottom: 0;
    width: 100%;
  }
  .table-cart-items.history .order-progress-wrapper .order-progress::before,
  .table-order-items.history .order-progress-wrapper .order-progress::before {
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .table-cart-items.history .order-progress-wrapper .order-progress._done,
  .table-order-items.history .order-progress-wrapper .order-progress._done {
    border-bottom: 0;
  }
  .table-cart-items.history .order-progress-wrapper .order-progress._done::after,
  .table-order-items.history .order-progress-wrapper .order-progress._done::after {
    background: #2c964d;
    content: '';
    display: inline-block;
    clear: both;
    width: 1px;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 9px;
    z-index: -1;
  }
  .table-cart-items.history .shipped-item-list > thead,
  .table-order-items.history .shipped-item-list > thead {
    display: none;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison),
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) {
    display: block;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td,
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td {
    border-bottom: 1px dashed #b2b2b2;
    border-top: 0;
    display: flex;
    padding: 15px 0;
    align-items: center;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:first-child,
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:first-child {
    border-top: 1px dashed #b2b2b2;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:not(.image),
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:not(.image),
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td[data-th]::before,
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td[data-th]::before {
    display: none;
  }
  .table-cart-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr:last-child > td,
  .table-order-items.history .shipped-item-list:not(.totals):not(.cart):not(.table-comparison) > tbody > tr:last-child > td {
    border-bottom: 0;
  }
  .table-cart-items.history .shipped-item-list .image-wrapper,
  .table-order-items.history .shipped-item-list .image-wrapper {
    width: 50%;
  }
  .table-cart-items.history .shipped-item-list .shipped-item-detail,
  .table-order-items.history .shipped-item-list .shipped-item-detail {
    width: 50%;
    padding-left: 12px;
  }
  .table-cart-items.history .shipped-item-list .shipped-name,
  .table-order-items.history .shipped-item-list .shipped-name {
    margin-bottom: 10px;
    text-align: center;
    padding-right: 12px;
    font-size: 10px;
    line-height: 1.1;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .table-cart-items.history .shipped-item-list .shipped-sku,
  .table-order-items.history .shipped-item-list .shipped-sku,
  .table-cart-items.history .shipped-item-list .shipped-qty,
  .table-order-items.history .shipped-item-list .shipped-qty {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    line-height: 1.6;
  }
  .table-cart-items.history .shipped-item-list .shipped-sku,
  .table-order-items.history .shipped-item-list .shipped-sku {
    margin-bottom: 10px;
  }
  .table-cart-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-order-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-cart-items.history .shipped-item-list > tbody > tr > td.image img,
  .table-order-items.history .shipped-item-list > tbody > tr > td.image img {
    max-width: 150px;
  }
  .table-cart-items.history .order-status,
  .table-order-items.history .order-status {
    font-size: 9px;
    line-height: calc(21/9);
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 5px;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .ewayrapid-mycards-edit .form-mycard-edit {
    padding: 30px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .legend span {
    font-size: 10px;
    line-height: 1.7;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field > .label {
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field.required > .label::after {
    color: #eb2027;
  }
  .ewayrapid-mycards-edit .form-mycard-edit input,
  .ewayrapid-mycards-edit .form-mycard-edit select {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .ewayrapid-mycards-edit .actions-toolbar button {
    font-size: 18px;
  }
  .ewayrapid-mycards-index table.data.table,
  .invoices-payonline table.data.table {
    display: block;
  }
  .ewayrapid-mycards-index table.data.table thead,
  .invoices-payonline table.data.table thead {
    display: none;
  }
  .ewayrapid-mycards-index table.data.table > tbody,
  .invoices-payonline table.data.table > tbody {
    display: block;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr,
  .invoices-payonline table.data.table > tbody > tr {
    display: block;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col,
  .invoices-payonline table.data.table > tbody > tr > td.col {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    border-bottom: 0;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col::before,
  .invoices-payonline table.data.table > tbody > tr > td.col::before {
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.checkbox::before,
  .invoices-payonline table.data.table > tbody > tr > td.col.checkbox::before {
    display: none;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.actions,
  .invoices-payonline table.data.table > tbody > tr > td.col.actions,
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.amount-applied,
  .invoices-payonline table.data.table > tbody > tr > td.col.amount-applied {
    border-bottom: 1px dashed #b2b2b2;
    padding: 10px 0 15px;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.actions::before,
  .invoices-payonline table.data.table > tbody > tr > td.col.actions::before,
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.amount-applied::before,
  .invoices-payonline table.data.table > tbody > tr > td.col.amount-applied::before {
    display: none;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.actions a.action::after,
  .invoices-payonline table.data.table > tbody > tr > td.col.actions a.action::after,
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.amount-applied a.action::after,
  .invoices-payonline table.data.table > tbody > tr > td.col.amount-applied a.action::after {
    display: none;
  }
  .ewayrapid-mycards-index table.data.table > tbody > tr > td.col.amount-applied::before,
  .invoices-payonline table.data.table > tbody > tr > td.col.amount-applied::before {
    display: inline-block;
  }
  .ewayrapid-mycards-index .actions-toolbar,
  .invoices-payonline .actions-toolbar {
    padding: 0 30px;
    margin-top: 30px;
  }
  .ewayrapid-mycards-index .table-wrapper-custom.table-eway-ewayrapid,
  .invoices-payonline .table-wrapper-custom.table-eway-ewayrapid,
  .ewayrapid-mycards-index .content-invoices-payonline,
  .invoices-payonline .content-invoices-payonline {
    margin-top: 30px;
    padding: 0 30px;
  }
  .ewayrapid-mycards-index .actions-toolbar button,
  .invoices-payonline .actions-toolbar button {
    font-size: 18px;
  }
  .invoices-payonline table.data.table tr > td {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-payonline table.data.table tfoot tr > td {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-payonline .content-invoices-payonline {
    margin-top: 0;
  }
  .table-invoices-payonline tfoot tr {
    display: block;
  }
  .table-invoices-payonline tfoot tr td {
    display: block;
  }
  .table-invoices-payonline tfoot tr td:first-child {
    border-top: none !important;
  }
  .table-wrapper-custom th,
  .table-wrapper-custom td {
    font-size: 14px;
  }
  .table-wrapper-custom .col {
    padding: 10px;
  }
  .account .columns .column.main {
    order: 2;
    padding: 0;
    box-shadow: none;
  }
  .account .page-title {
    font-size: 16px;
    line-height: 1.68;
    text-transform: uppercase;
    color: #eb2228;
  }
  form.form-edit-sublogin input,
  form.form-edit-sublogin select,
  form.form-edit-sublogin textarea {
    font-size: 13px;
  }
  .account-sublogin-index .sublogin-link-top {
    display: none;
  }
  .account-sublogin-index .actions-toolbar.action-top {
    justify-content: center;
  }
  .account-sublogin-index .actions-toolbar.action-top .action.add {
    padding: 7px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 13px;
  }
  .account-sublogin-index .user-action a.view::before,
  .account-sublogin-index .user-action a.delete::before,
  .account-sublogin-index .user-action a.login::before,
  .account-sublogin-index .user-action a.logout::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .block-addresses .box {
    width: 100%;
  }
  .block-addresses .box:nth-child(2n + 1) {
    margin-right: 0;
  }
  .block-addresses .box.box-address-billing {
    margin-bottom: 50px;
  }
  .customer-account-forgotpassword .column.main {
    flex-direction: column;
  }
  .customer-account-forgotpassword .forgot-password-bg h2 {
    font-size: 24px;
  }
  .customer-account-forgotpassword .title-form-forget h1 {
    font-size: 20px;
  }
  .customer-account-forgotpassword .title-form-forget p.sub-title {
    font-size: 18px;
  }
  .customer-account-forgotpassword .captcha-reload {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Gotham-Light', sans-serif;
    height: auto;
    padding: 7.5px 20px;
    border-radius: 10px;
    font-weight: 300;
  }
  .customer-account-forgotpassword .form.password.forget .field.title {
    font-size: 18px;
  }
  .customer-account-forgotpassword .form.password.forget .field.note {
    font-size: 16px;
  }
  .customer-account-forgotpassword .form.password.forget input {
    font-size: 16px;
    padding: 7px;
  }
  .customer-account-forgotpassword .form.password.forget button.primary {
    font-size: 18px;
  }
  .customer-account-forgotpassword .form.password.forget .primary {
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }
  .customer-account-forgotpassword .form.password.forget .secondary {
    order: 1;
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar > .secondary .action.back {
    font-size: 18px;
  }
  .customer-account-logoutsuccess .page-footer {
    margin-top: 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .table-cart-items.history {
    display: table;
    width: 100%;
    margin-top: 38px;
  }
  .table-cart-items.history > tbody {
    display: table-row-group;
  }
  .table-cart-items.history > tbody tr {
    display: table-row;
    width: 100%;
  }
  .table-cart-items.history > tbody tr td {
    display: table-cell;
    width: unset;
  }
}
@media (max-width: 639px) {
  .abs-pager-toolbar .pager,
  .account .toolbar .pager,
  .toolbar-giftregistry-results .pager,
  .toolbar-wishlist-results .pager {
    flex-direction: column;
    gap: 10px;
  }
  .abs-pager-toolbar select,
  .account .toolbar select,
  .toolbar-giftregistry-results select,
  .toolbar-wishlist-results select {
    height: 35px;
    padding-right: 0;
  }
  .account-sublogin-index .user-info p {
    font-size: 10.5px;
  }
  .block-dashboard-info .block.block-products-list {
    margin-bottom: 0;
  }
  .customer-account-index.has-sublogin .column.main .block:not(.widget).block-dashboard-info .block-content .box.product {
    padding-left: 0;
  }
  .customer-account-index.account .columns .column.main {
    padding: 0 15px;
  }
  .customer-account-index.account .page-main .page-title-wrapper .back_url {
    left: 0;
  }
  .customer-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 0;
    font-size: 14px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-title > strong {
    font-size: 14px;
    line-height: calc(26/14);
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product {
    padding: 0;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product .box-title {
    font-size: 14px;
    line-height: calc(26/14);
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.account-balance {
    padding: 0;
    margin-bottom: 30px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.account-balance .box-title {
    display: none;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .promo-slide img {
    width: auto;
    height: auto;
  }
  .customer-account-index .column.main .block.block-dashboard-orders .block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #999999;
  }
  .customer-account-index .column.main .block.block-dashboard-orders .block-title::before,
  .customer-account-index .column.main .block.block-dashboard-orders .block-title::after {
    display: none;
  }
  .customer-account-index .block.block-dashboard-info {
    margin: 60px 0;
  }
  .customer-account-index .actions-toolbar .print-order-form {
    margin-right: 0;
    width: 100%;
  }
  .customer-account-index .actions-toolbar .print-order-form .action.print-order {
    width: 100%;
    background: #eb2228;
  }
  .customer-account-index .actions-toolbar .pay-online-form {
    display: none;
  }
  .customer-account-index .block-content-left .account-info > div {
    margin-bottom: 0;
  }
  .customer-account-index .block-content-left .account-info .title strong {
    font-size: 14px;
  }
  .customer-account-index .block-content-left .account-info .info span {
    font-size: 14px;
  }
  .customer-account-index .block-content-left .account-info .rappid-info-status {
    font-size: 14px;
  }
  .customer-account-index .block-content-left .account-info .rappid-info-member {
    font-size: 12px;
  }
  .customer-account-index .table-balance {
    background: transparent;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    color: #5b5b5b;
    border-radius: 0 10px 0 10px;
    padding: 30px;
  }
  .customer-account-index .table-balance table > caption {
    font-size: 14px;
    line-height: calc(26/14);
    text-transform: uppercase;
    border-bottom: 1px solid #eb2027;
    padding-bottom: 10px;
  }
  .customer-account-index .table-balance table > tbody > tr > td {
    border-bottom: 1px dashed #b2b2b2;
    padding: 10px;
    font-size: 12px;
    line-height: calc(26/12);
  }
  .customer-account-index .table-balance table > tbody > tr:last-child > td {
    padding: 10px 0;
  }
  .customer-account-index .table-balance table > tfoot {
    border-top: 0;
  }
  .customer-account-index .table-balance table > tfoot > tr > td {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: calc(26/12);
  }
  .customer-account-index .table-balance table > tfoot > tr > td:first-child {
    text-align: left;
  }
  .customer-account-index .table-balance table > tfoot > tr > td:last-child {
    text-align: right;
  }
  .customer-account-index .account-balance .table-balance {
    box-shadow: none;
  }
  .customer-account-index .account-balance .table-account-balance caption {
    border-bottom: none;
    padding: 0;
  }
  .customer-account-index .account-balance .table-account-balance tr th {
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
  }
  .customer-account-index .account-balance .table-account-balance tr td {
    padding: 0;
    font-size: 12px;
    padding: 0 !important;
    border: none;
  }
  .customer-account-index .account-balance .table-account-balance tbody tr:first-child td {
    padding-top: 10px !important;
  }
  .customer-account-index .account-balance .table-account-balance tfoot tr:first-child td {
    padding-top: 10px !important;
  }
  .customer-account-index .account-balance .table-account-balance tfoot tr td {
    font-size: 12px;
  }
  .customer-account-index .account-balance .table-account-balance tfoot tr td:first-child {
    text-align: right;
  }
  .customer-account-index .account-balance .actions-toolbar {
    margin-top: 32px;
    flex-direction: column;
  }
  .customer-account-index .account-balance .actions-toolbar .pay-online-form .pay-online {
    display: block;
    width: 100%;
  }
  .customer-account-index .account-balance .actions-toolbar .download-statement {
    order: 2;
    margin-right: 0;
    margin-top: 15px;
  }
  .customer-account-index .account-balance .actions-toolbar .download-statement + .paid {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
  .block-dashboard-orders {
    border-radius: 0 10px 0 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
  }
  .block-dashboard-orders .block-title p {
    display: none;
  }
  .block-dashboard-orders .table-wrapper.orders-recent {
    border-bottom: 0;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    display: table;
    padding: 20px 0;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #eb2027;
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th.shipping {
    display: none;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th.id-date {
    padding-left: 0;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th.total {
    padding-right: 0;
    text-align: right;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: table-row-group;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: table-row;
    padding: 5px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    display: table-cell;
    border-top: 0;
    border-bottom: 1px dashed #b2b2b2;
    padding: 10px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td::before {
    font-size: 14px;
    margin-right: 5px;
    max-width: 80px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]::before {
    display: none;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.shipping {
    display: none;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.total {
    text-align: right;
    padding-right: 0;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.id-date {
    padding-left: 0;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a.action:after {
    margin: 0 5px;
  }
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a.action span {
    font-size: 14px;
  }
  .block-dashboard-orders .content-wrapper p {
    font-size: 12px;
    line-height: calc(26/12);
  }
  .table-wrapper.orders-history {
    border-top: 0;
  }
  .table-cart-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail > td:first-child,
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail.show-order-detail > td:first-child {
    padding: 0;
  }
  form.form-edit-sublogin .fieldset.info > .field > .label {
    font-size: 13px;
  }
  form.form-edit-sublogin .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  form.form-edit-sublogin .field.show_wholesale_price {
    order: 1;
    padding: 0;
  }
  form.form-edit-sublogin .field.level {
    order: 2;
    padding: 0;
  }
  form.form-edit-sublogin .field.parent_sublogin_id {
    order: 3;
    padding: 0;
  }
  form.form-edit-sublogin .field.customer_address_ids {
    order: 4;
    padding: 0;
  }
  form.form-edit-sublogin .field.email {
    order: 8;
    padding: 0;
  }
  form.form-edit-sublogin .field.create_sublogins {
    order: 5;
    padding: 0;
  }
  form.form-edit-sublogin .field.firstname {
    order: 6;
    padding: 0;
  }
  form.form-edit-sublogin .field.lastname {
    order: 7;
    padding: 0;
  }
  form.form-edit-sublogin .field.password {
    order: 9;
    padding: 0;
  }
  form.form-edit-sublogin .field.order_needs_approval {
    order: 10;
    padding: 0;
  }
  form.form-edit-sublogin .field.order_approval_amount_check {
    order: 11;
    padding: 0;
  }
  form.form-edit-sublogin .field.active {
    order: 12;
    padding: 0;
  }
  form.form-edit-sublogin .field.profile_image {
    order: 13;
    padding: 0;
  }
  form.form-edit-sublogin input,
  form.form-edit-sublogin select,
  form.form-edit-sublogin textArea {
    border-radius: 5px;
  }
  form.form-edit-sublogin .actions-toolbar {
    flex-wrap: wrap;
  }
  form.form-edit-sublogin .actions-toolbar .required-label {
    font-size: 13px;
    order: 2;
    margin-right: 0;
  }
  form.form-edit-sublogin .actions-toolbar .primary {
    width: 100%;
    order: 1;
  }
  form.form-edit-sublogin .actions-toolbar .action.save {
    border-radius: 5px;
  }
  .account-sublogin-index .user-image {
    padding: 15px 0;
  }
  .account-sublogin-index .user-image img {
    max-width: 78px;
  }
  .customer-account-logoutsuccess .page-title {
    font-size: 25px;
    line-height: 26px;
    padding-top: 35px;
  }
  .customer-account-logoutsuccess .page-heading {
    margin-bottom: 30px;
  }
  .customer-account-logoutsuccess .page-heading .page-heading__sub-title {
    font-size: 15px;
    line-height: 18.4px;
  }
  .customer-account-logoutsuccess .columns .content {
    flex-direction: column-reverse;
  }
  .customer-account-logoutsuccess .columns .content .left {
    width: 100%;
  }
  .customer-account-logoutsuccess .columns .content .left .block-img-content img {
    width: 100% !important;
    height: auto;
  }
  .customer-account-logoutsuccess .columns .content .right {
    width: 100%;
  }
  .customer-account-logoutsuccess .columns .content .right .block-customer-login {
    width: 100%;
    padding: 25px 20px 20px;
    margin-bottom: 40px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-title {
    font-size: 13px;
    line-height: 15px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption {
    margin: 12px 0;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption p {
    font-size: 12px;
    line-height: 14px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box {
    margin: 10px 0;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) {
  .account .column.main > .message,
  .account .column.main .invoice-message > .message,
  .account .column.main .list-detail-session > .message {
    margin: 30px 10px 30px 10px;
  }
  .account .column.main .quote-message .message,
  .account .column.main .block-dashboard-info .message {
    margin: 0;
  }
  .account .order-details-items .table-wrapper tr th:first-child,
  .account .order-details-items .table-wrapper tr td:first-child {
    padding-left: 0;
  }
  .account .order-details-items .table-wrapper tr th:last-child,
  .account .order-details-items .table-wrapper tr td:last-child {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .columns .column.main {
    width: 100%;
  }
  .account .block-collapsible-nav .nav.items .nav.item a,
  .account .block-collapsible-nav .nav.items .nav.item strong {
    font-weight: 700;
    font-size: 17px;
    line-height: calc(21/17);
  }
  .account .block-collapsible-nav .nav.items .nav.item strong {
    color: #eb2228;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .account .block-collapsible-nav .nav.items .nav.item a {
    color: #5f5f5f;
    font-family: 'Manrope', sans-serif;
  }
  .account .block-collapsible-nav .nav.items .nav.item a:hover {
    color: #eb2228;
  }
  .account .page-title {
    padding: 14px 0 6px;
    font-size: 24px;
    line-height: calc(26/24);
    color: #29292a;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    min-width: 350px;
    border-bottom: 2px solid #cccccc;
  }
  .account .page-title::after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 5px;
    background: #eb2228;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
  }
  .customer-account-edit .title-account {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .customer-account-edit .title-account h1::before {
    min-width: 40%;
  }
  .customer-account-edit .page-main .field-checkbox.notification-setting {
    margin-bottom: 60px;
  }
  .customer-account-edit .fieldset.password-field {
    padding-right: 10px;
    margin-top: 24px;
  }
  .customer-account-edit .fieldset.password-field .field.choice {
    margin-bottom: 36px;
  }
  .customer-account-edit .fieldset.info .field {
    padding-left: 10px;
  }
  .customer-account-edit .field-checkbox legend,
  .customer-account-edit .field-checkbox .field {
    padding: 0 30px;
  }
  .customer-account-edit .actions-toolbar {
    padding: 0 30px;
  }
  .customer-account-edit .actions-toolbar > .primary {
    float: right;
  }
  .customer-account-edit table.table-customer-notifications tr > td:first-child,
  .customer-account-edit table.table-customer-notifications tr > th:first-child {
    padding-left: 0;
  }
  .customer-account-edit table.table-customer-notifications tr > td:last-child,
  .customer-account-edit table.table-customer-notifications tr > th:last-child {
    padding-right: 0;
  }
  .customer-account-edit .block-customer-notification {
    padding: 0 30px;
  }
  .abs-pager-toolbar .pager,
  .account .toolbar .pager,
  .toolbar-giftregistry-results .pager,
  .toolbar-wishlist-results .pager {
    padding: 0 10px;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: flex !important;
    float: none !important;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    margin: 0;
  }
  .block-addresses .box-billing-address .box-info,
  .block-addresses .box-shipping-address .box-info {
    padding: 20px 50px;
  }
  .block-addresses .box-billing-address .box-info p,
  .block-addresses .box-shipping-address .box-info p {
    margin-bottom: 0;
  }
  .block-addresses .block-content p.empty {
    margin-bottom: 0;
    padding: 20px 50px;
  }
  .block-addresses .box.box-address-shipping {
    margin-top: 65px;
  }
  .block-addresses .box-title {
    padding-left: 50px;
  }
  .table-address .address-col {
    width: 25%;
    font-size: 16px;
    line-height: calc(21/16);
  }
  .table-address .address-col.name {
    padding-left: 10px;
  }
  .table-address .address-col.action {
    padding-right: 10px;
  }
  .table-address th.address-col {
    font-size: 18px;
    line-height: calc(21/18);
  }
  .table-address .show-form-edit .form-address-edit {
    overflow: hidden;
  }
  .table-address .content-list-address-edit-details {
    padding: 30px 10px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .content-list-address-edit .form-address-edit > .fieldset:nth-child(1) {
    width: 40%;
    float: left;
    margin-right: calc(10.5% + 3px);
  }
  .content-list-address-edit .form-address-edit > .fieldset:nth-child(2) {
    width: 40%;
    float: left;
  }
  .content-list-address-edit .form-address-edit > .fieldset .legend {
    padding-bottom: 4px;
    margin-bottom: 34px;
  }
  .content-list-address-edit .form-address-edit > .fieldset .message.info + .field.choice {
    margin-top: 5px;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar {
    width: 9%;
    text-align: right;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar .action.primary {
    padding: 0;
    background: transparent;
    border: 0;
    height: auto;
    min-width: auto;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #eb2027;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar .primary {
    text-align: right;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field {
    margin-bottom: 20px;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field.choice {
    margin-left: 0;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:not(.choice) {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:not(.choice) > .label {
    max-width: 150px;
    width: 100%;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:not(.choice) > .control {
    max-width: calc(100% - 150px);
    width: 100%;
  }
  .content-list-address-edit .form-address-edit .fieldset > .field:last-child {
    margin-bottom: 0;
  }
  .content-list-address-edit .form-address-edit .fieldset .message.info {
    margin-left: 0;
  }
  .customer-address-index .actions-toolbar.btn-add-address {
    position: absolute;
    top: 39px;
    right: 10px;
  }
  .customer-address-index .columns .column.main {
    padding: 30px 0 82px;
  }
  .customer-address-index .page-title-wrapper {
    padding: 0 10px;
  }
  .block-dashboard-info button.print-order {
    background-color: #5d5d5d;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product {
    float: left;
  }
  .customer-account-index .column.main .block.block-dashboard-orders .block-title {
    padding: 0 10px 16px;
  }
  .block-dashboard-orders .table > thead {
    display: none;
  }
  .customer-address-form .form-address-edit {
    padding: 38px 10px 30px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .customer-address-form .form-address-edit > .fieldset .legend {
    padding-bottom: 4px;
    margin-bottom: 34px;
  }
  .customer-address-form .form-address-edit > .fieldset .legend > span {
    font-size: 16px;
    line-height: calc(21/16);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
  }
  .customer-address-form .form-address-edit > .fieldset .message.info + .field.choice {
    margin-top: 5px;
  }
  .customer-address-form .form-address-edit .fieldset > .field {
    margin-bottom: 20px;
  }
  .customer-address-form .form-address-edit .fieldset > .field:not(.choice) {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .customer-address-form .form-address-edit .fieldset > .field:not(.choice) > .label {
    max-width: 150px;
    width: 100%;
  }
  .customer-address-form .form-address-edit .fieldset > .field:not(.choice) > .control {
    max-width: calc(100% - 150px);
    width: 100%;
  }
  .customer-address-form .form-address-edit .fieldset > .field:last-child {
    margin-bottom: 0;
  }
  .customer-address-form .form-address-edit .actions-toolbar .primary {
    float: right;
  }
  .customer-address-form .form-address-edit .actions-toolbar .primary .action {
    margin-right: 0;
  }
  .customer-address-form .actions-toolbar {
    position: absolute;
    top: 40px;
    right: 10px;
  }
  .table-cart-items.history > tbody > tr > td.id-date,
  .table-order-items.history > tbody > tr > td.id-date {
    padding-left: 10px;
    width: 30%;
  }
  .table-cart-items.history > tbody > tr > td.total,
  .table-order-items.history > tbody > tr > td.total {
    padding-right: 10px;
    text-align: right;
    width: 20%;
  }
  .table-cart-items.history > tbody > tr > td.shipping,
  .table-order-items.history > tbody > tr > td.shipping {
    text-align: center;
    width: 30%;
  }
  .table-cart-items.history > tbody > tr > td.po,
  .table-order-items.history > tbody > tr > td.po {
    text-align: right;
    width: 20%;
  }
  .table-cart-items.history > tbody > tr > td.title-date,
  .table-order-items.history > tbody > tr > td.title-date {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-cart-items.history .order-detail .order-detail-flex,
  .table-order-items.history .order-detail .order-detail-flex {
    display: flex;
    padding: 30px 10px;
  }
  .table-cart-items.history .order-detail .order-info-detail.mobile,
  .table-order-items.history .order-detail .order-info-detail.mobile {
    display: none;
  }
  .table-cart-items.history .order-detail .order-detail-wrapper.no-shipment .order-detail-flex,
  .table-order-items.history .order-detail .order-detail-wrapper.no-shipment .order-detail-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .table-cart-items.history .order-detail .order-detail-wrapper.no-shipment .order-detail-flex .order-progress-wrapper,
  .table-order-items.history .order-detail .order-detail-wrapper.no-shipment .order-detail-flex .order-progress-wrapper {
    margin-bottom: 20px;
  }
  .table-cart-items.history .shipment-list,
  .table-order-items.history .shipment-list {
    max-width: 235px;
    width: 100%;
    padding: 12px 0;
  }
  .table-cart-items.history .shipment-list .shipment-title,
  .table-order-items.history .shipment-list .shipment-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: calc(24/16);
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #eb2027;
    text-transform: uppercase;
  }
  .table-cart-items.history .shipment-list .shipment-title.mobile,
  .table-order-items.history .shipment-list .shipment-title.mobile {
    display: none;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper,
  .table-order-items.history .shipment-list .shipment-label-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper::after,
  .table-order-items.history .shipment-list .shipment-label-wrapper::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 11px;
    background: url('../../frontend/YesMed/default/en_AU/images/arrow-left-gray-2x.png') no-repeat;
    background-size: 6px;
    position: absolute;
    top: 36px;
    right: 37px;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail {
    background-color: #f6f6f6;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail::after,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail::after {
    background: url('../../frontend/YesMed/default/en_AU/images/arrow-right-red-2x.png') no-repeat;
    background-size: 6px;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id,
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id {
    color: #eb2027;
  }
  .table-cart-items.history .shipment-list .shipment-label-wrapper .track-your-order,
  .table-order-items.history .shipment-list .shipment-label-wrapper .track-your-order,
  .table-cart-items.history .shipment-list .shipment-label-wrapper .shipment-id,
  .table-order-items.history .shipment-list .shipment-label-wrapper .shipment-id {
    margin-bottom: 10px;
  }
  .table-cart-items.history .shipment-list .shipment-info-wrapper,
  .table-order-items.history .shipment-list .shipment-info-wrapper {
    margin: 0 44px 0 0;
    padding: 30px 0;
    border-bottom: 2px dashed #bdbdbd;
  }
  .table-cart-items.history .shipment-list .shipment-info-wrapper.no-border,
  .table-order-items.history .shipment-list .shipment-info-wrapper.no-border {
    border-bottom: none;
  }
  .table-cart-items.history .shipment-list .shipment-info-button,
  .table-order-items.history .shipment-list .shipment-info-button {
    display: inline-block;
    background: #67c5d3;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 7px 20px;
    white-space: nowrap;
  }
  .table-cart-items.history .shipment-list .shipment-info-button:hover,
  .table-order-items.history .shipment-list .shipment-info-button:hover {
    background: #104470;
  }
  .table-cart-items.history .shipment-list .view-order-overview,
  .table-order-items.history .shipment-list .view-order-overview {
    max-width: 100%;
    margin-left: 0px;
    width: 100%;
  }
  .table-cart-items.history .shipment-list.show-shipment-detail .shipment-title,
  .table-order-items.history .shipment-list.show-shipment-detail .shipment-title {
    margin: 20px 20px 20px 0;
  }
  .table-cart-items.history .shipment-list .track-number + .track-number::before,
  .table-order-items.history .shipment-list .track-number + .track-number::before {
    display: inline-block;
    content: ',';
    padding-right: 4px;
  }
  .table-cart-items.history .shipment-list .track-link + .track-link,
  .table-order-items.history .shipment-list .track-link + .track-link {
    margin-top: 4px;
  }
  .table-cart-items.history .shipment-list .track-number,
  .table-order-items.history .shipment-list .track-number,
  .table-cart-items.history .shipment-list .invoice-id,
  .table-order-items.history .shipment-list .invoice-id {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .table-cart-items.history .shipment-list .actions-toolbar,
  .table-order-items.history .shipment-list .actions-toolbar {
    padding-right: 44px;
  }
  .table-cart-items.history .shipment-list .shipment-info-title,
  .table-order-items.history .shipment-list .shipment-info-title,
  .table-cart-items.history .shipment-list .invoice-title,
  .table-order-items.history .shipment-list .invoice-title {
    text-transform: capitalize;
  }
  .table-cart-items.history .ordered-items.order-overview,
  .table-order-items.history .ordered-items.order-overview,
  .table-cart-items.history .shipment-detail-wrapper,
  .table-order-items.history .shipment-detail-wrapper {
    width: 100%;
    border-left: 1px solid #b2b2b2;
    padding-left: 40px;
  }
  .table-cart-items.history .ordered-items.order-overview,
  .table-order-items.history .ordered-items.order-overview {
    border-left: none;
  }
  .table-cart-items.history .shipment-detail-wrapper,
  .table-order-items.history .shipment-detail-wrapper {
    margin-top: 20px;
  }
  .table-cart-items.history .shipment-detail-wrapper table > thead > tr > .col.image,
  .table-order-items.history .shipment-detail-wrapper table > thead > tr > .col.image,
  .table-cart-items.history .shipment-detail-wrapper table > tbody > tr > .col.image,
  .table-order-items.history .shipment-detail-wrapper table > tbody > tr > .col.image {
    padding-left: 0;
  }
  .table-cart-items.history .shipment-detail-wrapper .shipped-item-wrapper,
  .table-order-items.history .shipment-detail-wrapper .shipped-item-wrapper {
    margin-top: 20px;
  }
  .table-cart-items.history .id-date-wrapper .order-total.mobile,
  .table-order-items.history .id-date-wrapper .order-total.mobile {
    display: none;
  }
  .table-cart-items.history .order-detail-wrapper .order-item-detail.mobile,
  .table-order-items.history .order-detail-wrapper .order-item-detail.mobile,
  .table-cart-items.history .order-detail-wrapper .shipped-item-detail.mobile,
  .table-order-items.history .order-detail-wrapper .shipped-item-detail.mobile {
    display: none;
  }
  .table-cart-items.history .order-detail-wrapper table > tbody > tr .col,
  .table-order-items.history .order-detail-wrapper table > tbody > tr .col,
  .table-cart-items.history .order-detail-wrapper table > thead > tr .col,
  .table-order-items.history .order-detail-wrapper table > thead > tr .col {
    vertical-align: top;
  }
  .table-cart-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-order-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-cart-items.history .shipped-item-list > tbody > tr > td.image img,
  .table-order-items.history .shipped-item-list > tbody > tr > td.image img {
    max-width: 100px;
  }
  .table-cart-items.history .order-status,
  .table-order-items.history .order-status {
    font-size: 12px;
    line-height: calc(21/12);
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 5px;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
  }
  .table-cart-items.history .order-actions .left-group,
  .table-order-items.history .order-actions .left-group {
    float: left;
    display: flex;
  }
  .table-cart-items.history .order-actions .left-group form,
  .table-order-items.history .order-actions .left-group form {
    margin-right: 20px;
  }
  .table-cart-items.history .order-actions .left-group form.disapprove-form,
  .table-order-items.history .order-actions .left-group form.disapprove-form {
    margin-right: 0;
  }
  .table-cart-items.history .order-actions .right-group,
  .table-order-items.history .order-actions .right-group {
    float: right;
  }
  .table-cart-items.history .order-progress-wrapper,
  .table-order-items.history .order-progress-wrapper {
    padding-bottom: 60px;
    border-bottom: 2px dashed #b2b2b2;
  }
  .table-cart-items.history .order-progress-wrapper .step-title,
  .table-order-items.history .order-progress-wrapper .step-title {
    font-size: 16px;
    line-height: calc(21/16);
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    color: #eb2027;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  .table-cart-items.history .order-progress-wrapper .order-progress-2._done::after,
  .table-order-items.history .order-progress-wrapper .order-progress-2._done::after,
  .table-cart-items.history .order-progress-wrapper .order-progress-3._done::after,
  .table-order-items.history .order-progress-wrapper .order-progress-3._done::after,
  .table-cart-items.history .order-progress-wrapper .order-progress-4._done::after,
  .table-order-items.history .order-progress-wrapper .order-progress-4._done::after,
  .table-cart-items.history .order-progress-wrapper .order-progress-5._done::after,
  .table-order-items.history .order-progress-wrapper .order-progress-5._done::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #2c964d;
    position: absolute;
    bottom: -2px;
    left: -100%;
    z-index: -1;
  }
  .table-cart-items.history thead tr th.total {
    text-align: right !important;
  }
  .ewayrapid-mycards-edit .form-mycard-edit {
    padding: 38px 10px 30px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset .legend {
    padding-bottom: 4px;
    margin-bottom: 34px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset .legend > span {
    font-size: 16px;
    line-height: calc(21/16);
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field:not(.choice) > .label {
    margin-bottom: 10px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field:not(.choice) > .label:after {
    color: #eb2027;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field.required > .label {
    margin-bottom: 10px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field.required > .label:after {
    color: #eb2027;
  }
  .ewayrapid-mycards-index .table-eway-ewayrapid,
  .invoices-payonline .table-eway-ewayrapid,
  .ewayrapid-mycards-index .content-invoices-payonline,
  .invoices-payonline .content-invoices-payonline {
    margin-top: 38px;
  }
  .ewayrapid-mycards-index .actions-toolbar,
  .invoices-payonline .actions-toolbar {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 40px;
  }
  .ewayrapid-mycards-index .actions-toolbar .primary button.action,
  .invoices-payonline .actions-toolbar .primary button.action {
    margin-right: 0;
  }
  .ewayrapid-mycards-index table.data.table tr > td,
  .invoices-payonline table.data.table tr > td,
  .ewayrapid-mycards-index table.data.table tr > th,
  .invoices-payonline table.data.table tr > th {
    text-align: left;
  }
  .ewayrapid-mycards-index table.data.table tr > td:last-child,
  .invoices-payonline table.data.table tr > td:last-child,
  .ewayrapid-mycards-index table.data.table tr > th:last-child,
  .invoices-payonline table.data.table tr > th:last-child {
    text-align: right;
  }
  .ewayrapid-mycards-index table.data.table tr > td.col-6,
  .invoices-payonline table.data.table tr > td.col-6,
  .ewayrapid-mycards-index table.data.table tr > th.col-6,
  .invoices-payonline table.data.table tr > th.col-6 {
    position: relative;
    text-align: center;
  }
  .customer-account-forgotpassword .column.main {
    flex-direction: row;
  }
  .customer-account-forgotpassword .desktop-left {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  .customer-account-forgotpassword .desktop-right {
    width: 49%;
    margin-left: 1%;
    float: right;
  }
  .customer-account-forgotpassword .title-form-forget p.sub-title {
    font-size: 28px;
  }
  .customer-account-forgotpassword .form.password.forget {
    max-width: 588px;
    width: 100%;
    min-width: auto;
  }
  .customer-account-forgotpassword .form.password.forget .field.title {
    font-size: 24px;
    line-height: 28px;
  }
  .customer-account-forgotpassword .form.password.forget .field.note {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .customer-account-forgotpassword .form.password.forget input {
    font-size: 20px;
    line-height: 24px;
    padding: 9px 16px;
  }
  .customer-account-forgotpassword .form.password.forget button.primary {
    font-size: 18px;
  }
  .customer-account-forgotpassword .form.password.forget .captcha-reload {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Gotham-Light', sans-serif;
    height: auto;
    padding: 7.5px 20px;
    border-radius: 10px;
    font-weight: 300;
  }
  .customer-account-forgotpassword .form.password.forget .captcha-reload:hover,
  .customer-account-forgotpassword .form.password.forget .captcha-reload:focus {
    color: #ffffff;
  }
  .customer-account-forgotpassword .forgot-password-bg {
    float: right;
  }
  .customer-account-forgotpassword .forgot-password-bg h2 {
    font-size: 50px;
  }
  .customer-account-forgotpassword .actions-toolbar > .secondary .action.back {
    font-size: 18px;
  }
  .customer-account-logoutsuccess .columns .column.main {
    max-width: 1640px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-account-toolbar-wrapper {
    margin-top: 38px;
    justify-content: center;
  }
  .table-cart-items.history .order-progress-wrapper .step-title,
  .table-order-items.history .order-progress-wrapper .step-title {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .account .page-title-wrapper {
    padding: 0 10px;
  }
  .my-account-toolbar-wrapper {
    position: absolute;
    top: 38px;
    right: 50px;
    max-width: 675px;
    width: 100%;
  }
  .my-account-toolbar-wrapper .search-bar-wrapper {
    max-width: 310px;
    width: 100%;
    text-align: right;
  }
  .my-account-toolbar-wrapper .filter-wrapper {
    max-width: 335px;
    width: 100%;
  }
  .account-sublogin-index .actions-toolbar.action-top {
    float: right;
    padding: 37px 0 30px;
  }
  .account-sublogin-index .users-sublogin {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .account .page-title-wrapper {
    padding: 0 50px;
  }
  .account .column.main > .message,
  .account .column.main .invoice-message > .message,
  .account .column.main .list-detail-session > .message {
    margin: 30px 50px 30px 50px;
  }
  .account .column.main .quote-message .message {
    margin: 0;
  }
  .account .order-details-items {
    padding-left: 50px;
    padding-right: 50px;
  }
  .account .order-details-items .table-wrapper tr th:first-child,
  .account .order-details-items .table-wrapper tr td:first-child {
    padding-left: 0;
  }
  .account .order-details-items .table-wrapper tr th:last-child,
  .account .order-details-items .table-wrapper tr td:last-child {
    padding-right: 0;
  }
  .account .block-order-details-comments,
  .account .block-order-details-view {
    padding-left: 50px;
    padding-right: 50px;
  }
  .customer-account-edit .title-account {
    padding-left: 50px;
  }
  .customer-account-edit .fieldset.password-field {
    padding-right: 64px;
  }
  .customer-account-edit .fieldset.info .field {
    padding-left: 64px;
  }
  .customer-account-edit .field-checkbox legend,
  .customer-account-edit .field-checkbox .field {
    padding: 0 64px;
  }
  .customer-account-edit .actions-toolbar {
    padding: 0 64px;
  }
  .customer-account-edit table.table-customer-notifications tr > td:first-child,
  .customer-account-edit table.table-customer-notifications tr > th:first-child {
    padding-left: 0;
  }
  .customer-account-edit table.table-customer-notifications tr > td:last-child,
  .customer-account-edit table.table-customer-notifications tr > th:last-child {
    padding-right: 0;
  }
  .customer-account-edit .block-customer-notification {
    padding: 0 64px;
  }
  .abs-pager-toolbar .pager,
  .account .toolbar .pager,
  .toolbar-giftregistry-results .pager,
  .toolbar-wishlist-results .pager {
    padding: 0 50px;
  }
  .table-address .address-col.name {
    padding-left: 50px;
  }
  .table-address .address-col.action {
    padding-right: 50px;
  }
  .table-address .content-list-address-edit-details {
    padding: 30px 20px;
    max-width: calc(100% - 60px);
  }
  .content-list-address-edit .form-address-edit .fieldset > .field.choice {
    margin-left: 150px;
  }
  .content-list-address-edit .form-address-edit .fieldset .message.info {
    margin-left: 150px;
    margin-right: 0;
  }
  .customer-address-index .actions-toolbar.btn-add-address {
    position: absolute;
    right: 50px;
  }
  .customer-address-index .page-title-wrapper {
    padding: 0 50px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box {
    width: 50%;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product {
    padding-right: 70px;
    padding-left: 30px;
  }
  .customer-account-index .column.main .block:not(.widget) .block-content .box.product.no-balance {
    padding-left: 70px;
    width: 100%;
  }
  .customer-account-index .column.main .block.block-dashboard-orders .block-title {
    padding: 0 70px 16px 70px;
  }
  .block-dashboard-orders .table > tbody > tr > td:first-child {
    padding-left: 70px;
  }
  .block-dashboard-orders .table > tbody > tr > td:last-child {
    padding-right: 70px;
  }
  .customer-address-form .form-address-edit {
    padding: 30px 20px;
    max-width: calc(100% - 60px);
  }
  .customer-address-form .form-address-edit .fieldset > .field.choice {
    margin-left: 150px;
  }
  .customer-address-form .actions-toolbar {
    right: 50px;
  }
  .table-cart-items.history > tbody > tr > td.id-date,
  .table-order-items.history > tbody > tr > td.id-date {
    padding-left: 50px;
  }
  .table-cart-items.history > tbody > tr > td.total,
  .table-order-items.history > tbody > tr > td.total {
    padding-right: 50px;
  }
  .table-cart-items.history > tbody > tr > td.title-date,
  .table-order-items.history > tbody > tr > td.title-date {
    padding-left: 50px;
    padding-right: 50px;
  }
  .table-cart-items.history .order-detail .order-detail-flex,
  .table-order-items.history .order-detail .order-detail-flex {
    padding-left: 50px;
    padding-right: 50px;
  }
  .table-cart-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-order-items.history .table.ordered-items > tbody > tr > td.image img,
  .table-cart-items.history .shipped-item-list > tbody > tr > td.image img,
  .table-order-items.history .shipped-item-list > tbody > tr > td.image img {
    max-width: 120px;
  }
  .table-cart-items.history > thead > tr > th:first-child,
  .table-cart-items.history > tbody > tr td:first-child {
    padding-left: 50px;
    width: 30%;
  }
  .table-cart-items.history > thead > tr > th:last-child,
  .table-cart-items.history > tbody > tr td:last-child {
    padding-right: 50px;
    width: 20%;
  }
  .table-cart-items.history thead tr th.total {
    padding-right: 50px;
  }
  .ewayrapid-mycards-edit .form-mycard-edit {
    padding: 30px 20px;
    max-width: calc(100% - 60px);
  }
  .ewayrapid-mycards-index .actions-toolbar,
  .invoices-payonline .actions-toolbar {
    right: 50px;
  }
  .ewayrapid-mycards-index table.data.table tr > td:last-child,
  .invoices-payonline table.data.table tr > td:last-child,
  .ewayrapid-mycards-index table.data.table tr > th:last-child,
  .invoices-payonline table.data.table tr > th:last-child {
    padding-right: 50px;
  }
  .ewayrapid-mycards-index table.data.table tr > td:first-child,
  .invoices-payonline table.data.table tr > td:first-child,
  .ewayrapid-mycards-index table.data.table tr > th:first-child,
  .invoices-payonline table.data.table tr > th:first-child {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .table-cart-items.history .order-progress-wrapper .step-title,
  .table-order-items.history .order-progress-wrapper .step-title {
    height: 63px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-customer-login {
    margin-bottom: 30px;
    padding: 40px 35px 35px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-title {
    font-size: 24px;
    line-height: 32px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-caption p {
    font-size: 24px;
    line-height: 32px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box .checkbox {
    width: 24px;
    height: 24px;
  }
  .customer-account-logoutsuccess .columns .content .right #remember-me-box label {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .customer-account-logoutsuccess .columns .content .right .block-content .form-wrapper input {
    border-color: #c9c9c9;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 20px;
    line-height: 42px;
    color: #bababa;
    padding: 10px 30px;
    height: auto;
  }
  .customer-account-logoutsuccess .columns .content .right .block-content .form-wrapper .field.email.required {
    margin-bottom: 15px;
  }
  .customer-account-logoutsuccess .columns .content .right .block-content .form-wrapper .field.password.required {
    margin-bottom: 0;
  }
  .customer-account-logoutsuccess .columns .content .right .block-content .form-wrapper .field.password .control .toggle-password {
    top: 13px;
  }
  .table-cart-items.history .order-progress-wrapper .step-title,
  .table-order-items.history .order-progress-wrapper .step-title {
    height: 42px;
  }
}
/* Sublogin level */
.subloginastir-sublogin_level-edit .buttons-set-elm {
  margin-top: 15px;
}
.subloginastir-sublogin_level-edit .buttons-set-elm .back-link {
  background: #eb2027;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 170px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 20px;
}
@media (max-width: 424px) {
  .subloginastir-sublogin_level-edit .buttons-set-elm .back-link {
    width: 130px;
    margin-right: 10px;
  }
}
.subloginastir-sublogin_level-edit .buttons-set-elm .back-link a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.subloginastir-sublogin_level-edit .buttons-set-elm .back-link + button.action.save.primary {
  margin-top: 0;
}
@media (max-width: 424px) {
  .subloginastir-sublogin_level-edit .buttons-set-elm .back-link + button.action.save.primary {
    min-width: 130px;
  }
}
.sublogin-level-detail {
  padding: 20px 50px;
}
.sublogin-level-detail .row-elm {
  margin: 0 -30px;
  display: flex;
}
.sublogin-level-detail .row-elm .col-elm-6 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.sublogin-level-detail .row-elm .col-elm-6 .field {
  display: flex;
  margin-bottom: 15px;
}
.sublogin-level-detail .row-elm .col-elm-6 .field .label {
  width: 130px;
}
.sublogin-level-detail .row-elm .col-elm-6 .field .label:after {
  content: ":";
}
.sublogin-level-detail .row-elm .col-elm-6 .field .control {
  width: calc(100% - 130px);
}
.sublogin-level-detail .row-elm .col-elm-6 .field textarea {
  margin-top: 0;
  min-height: 100px;
  resize: none;
}
.sublogin-level-detail .row-elm .col-elm-6 .field.required .control {
  position: relative;
}
.sublogin-level-detail .row-elm .col-elm-6 .field.required .control:after {
  content: "*";
  position: absolute;
  color: #104470;
  font-size: 24px;
  font-weight: 600;
  top: 11px;
  right: 10px;
}
.sublogin-level-detail .row-elm .col-elm-6 .field select {
  background: url("../../frontend/YesMed/default/en_AU/images/arrow-down-red.png") no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
.sublogin-level-detail .buttons-set-elm {
  text-align: right;
}
.sublogin-level-detail .buttons-set-elm button.primary {
  display: inline-block;
  margin: 0;
  background: #eb2027;
  border: 0;
  height: 34px;
  line-height: 34px;
  min-width: 180px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.subloginastir-sublogin_level-edit .sublogin-level-detail {
  padding-top: 50px;
}
.account.subloginastir-sublogin_level-index .actions-toolbar > .primary {
  float: right;
  padding-right: 50px;
  padding-top: 16px;
}
.account.subloginastir-sublogin_level-index .actions-toolbar > .primary a {
  height: auto;
  padding: 6px 20px;
  margin-right: 0;
}
.account.subloginastir-sublogin_level-index .page-title::after {
  width: 150px;
}
.account.subloginastir-sublogin_level-index .order-products-toolbar.toolbar.bottom .toolbar-amount {
  margin-right: 0;
}
.account.subloginastir-sublogin_level-index .sublogins-level {
  padding-top: 30px;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}
.account.subloginastir-sublogin_level-index .sublogins-level .col {
  width: 25%;
  text-align: center;
}
.account.subloginastir-sublogin_level-index .sublogins-level .col.name {
  padding-left: 50px;
}
.account.subloginastir-sublogin_level-index .sublogins-level .col.actions {
  padding-right: 50px;
}
.account.subloginastir-sublogin_level-index .sublogins-level tr th {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #29292a;
  font-weight: bold;
  border-bottom: 1.02px solid #e7212d;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-title td {
  padding-top: 19px;
  padding-bottom: 19px;
  vertical-align: middle;
  font-weight: 500;
  border-top: 1px solid #b2b2b2;
  font: 500 16px/21px 'Gotham-Light', sans-serif;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-title td.actions .action.view {
  color: #508b3e;
  text-align: right;
  position: relative;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-title.active {
  background: #f6f6f6;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-title:first-child td {
  border-top: none;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-title:hover {
  background: #f6f6f6;
}
.account.subloginastir-sublogin_level-index .sublogins-level .sublogin-level-content td {
  padding: 0;
}
.account.subloginastir-sublogin_level-index .actions-toolbar a.action.primary.add {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0;
  background: #eb2027;
  border: 0;
  height: 34px;
  line-height: 34px;
  min-width: 180px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.account.subloginastir-sublogin_level-index .order-products-toolbar {
  padding: 0 50px;
  margin-top: 100px;
}
/* End sublogin level */
.account.has-sublogin .item-invoices,
.account.has-sublogin .item-quotes,
.account.has-sublogin .item-sublogin {
  display: none !important;
}
.account.has-sublogin .block-collapsible-nav .nav.items .nav.item {
  width: 100%;
}
.account.sublogin-sublogin-index .actions-toolbar > .primary {
  float: right;
  padding-right: 50px;
  padding-top: 10px;
}
.account.sublogin-sublogin-index .actions-toolbar > .primary a {
  height: auto;
  padding: 6px 20px;
  margin-right: 24px;
  margin-bottom: 10px;
}
.account.sublogin-sublogin-index .actions-toolbar > .primary a:last-child {
  margin-right: 0;
}
.account.sublogin-sublogin-index .page-title::after {
  width: 95px;
}
.account.sublogin-sublogin-index .order-products-toolbar.toolbar.bottom .toolbar-amount {
  margin-right: 0;
}
.account.sublogin-sublogin-index .form-search-sublogin {
  float: right;
  margin-right: 30px;
  position: relative;
}
.account.sublogin-sublogin-index .form-search-sublogin .input-sublogin input {
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 23.5px;
  border: 1px solid #f3f3f3;
  height: auto;
  padding: 10px 48px 10px 48px;
  font-size: 14px;
}
.account.sublogin-sublogin-index .form-search-sublogin .action-box button {
  background: transparent;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.account.sublogin-sublogin-index .form-search-sublogin .clear-search {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #104470;
  font-size: 20px;
}
.account.sublogin-sublogin-index .sublogins {
  padding-top: 27px;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}
.account.sublogin-sublogin-index .sublogins tr th {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #525252;
  font-weight: bold;
  border-bottom: 1.02px solid #e7212d;
}
.account.sublogin-sublogin-index .sublogins tr th.name {
  padding-left: 50px;
}
.account.sublogin-sublogin-index .sublogins tr td.status .login,
.account.sublogin-sublogin-index .sublogins tr td.status .logout {
  margin-top: 5px;
  display: inline-block;
}
.account.sublogin-sublogin-index .sublogins tr td.status .login span,
.account.sublogin-sublogin-index .sublogins tr td.status .logout span {
  padding: 6px 20px;
  background-color: #104470;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 3px;
  font-family: "Gotham-Bold", sans-serif;
  display: block;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td {
  padding-top: 19px;
  padding-bottom: 19px;
  vertical-align: middle;
  font-weight: 500;
  border-top: 1px solid #b2b2b2;
  cursor: pointer;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status {
  color: #508b3e;
  text-align: right;
  padding-right: 50px;
  width: 10%;
  position: relative;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status.inactive {
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  width: 19px;
  height: 19px;
  text-align: center;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete:hover:before {
  color: #333;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.name {
  padding-left: 50px;
  position: relative;
  padding-right: 20px;
  width: 35%;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.name:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: #104470;
  font-weight: 700;
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.level {
  width: 80px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title.active {
  background: #f6f6f6;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title.active td.name:after {
  content: "\f0d8";
}
.account.sublogin-sublogin-index .sublogins .sublogin-title:first-child td {
  border-top: none;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title:hover {
  background: #f6f6f6;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content td {
  padding: 0;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail {
  padding: 40px 50px 20px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset {
  width: 95%;
  display: inline-block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field {
  flex: inherit;
  max-width: inherit;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field {
    width: 100%;
  }
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field .control {
  display: inline-block;
  vertical-align: middle;
  width: calc(64% - 25px);
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field .control {
    width: calc(70% - 25px);
  }
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field input,
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field select {
  padding: 7px 16px;
  outline: none;
  height: 38px;
  border: 1px solid #c0bfbf;
  border-radius: 0;
  width: 100%;
  color: #bfbab1;
  font-size: 14px;
  font-family: 'Gotham-Light', sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 24px;
  text-transform: initial;
  overflow: hidden;
  padding: 0 30px 0 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #484b4e;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url("../../frontend/YesMed/default/en_AU/images/down-blue.png") no-repeat;
  background-size: 12px;
  background-position: 98% 50%;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field label {
  text-align: left;
  display: inline-block;
  margin: 0 0 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  width: 36%;
}
@media (max-width: 1200px) {
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field label {
    width: 30%;
  }
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field label span {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 16px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field label:after {
  display: none;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.customer_address_ids select,
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.allowed_lists select {
  background: transparent;
  padding: 13px;
  height: auto;
  resize: vertical;
  overflow-y: scroll;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.required .control {
  position: relative;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.required .control:after {
  content: "*";
  position: absolute;
  color: #104470;
  font-size: 24px;
  font-weight: 600;
  top: 11px;
  right: 10px;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.required .control select {
  background-position: 94% 50%;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar {
  float: right;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar .primary {
  padding-right: 0;
  padding-top: 0;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar .primary button {
  padding: 20px 0 0;
  background: transparent;
  border: 0;
  height: auto;
  min-width: auto;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #eb2027;
  text-transform: uppercase;
}
.account.sublogin-sublogin-edit .form-edit-sublogin {
  padding: 20px 50px 20px;
  display: block;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info {
  width: 95%;
  display: inline-block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .account.sublogin-sublogin-edit .form-edit-sublogin .info {
    width: 100%;
    margin: 0;
  }
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field {
  flex: inherit;
  max-width: inherit;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field {
    width: 100%;
    padding: 0;
  }
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field input,
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field select {
  padding: 7px 16px;
  outline: none;
  height: 38px;
  border: 1px solid #c0bfbf;
  border-radius: 0;
  width: 100%;
  color: #bfbab1;
  font-size: 14px;
  font-family: 'Gotham-Light', sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 24px;
  text-transform: initial;
  overflow: hidden;
  padding: 0 30px 0 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #484b4e;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url(../../frontend/YesMed/default/en_AU/images/down-blue.png) no-repeat;
  background-size: 12px;
  background-position: 98% 50%;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field .label {
  text-align: left;
  display: inline-block;
  margin: 0 0 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  width: 36%;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field .label span {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 16px;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field .label:after {
  display: none;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field .control {
  display: inline-block;
  vertical-align: middle;
  width: calc(39%);
  margin-left: 20px;
  position: relative;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field.required .control:after {
  content: "*";
  position: absolute;
  color: #104470;
  font-size: 24px;
  font-weight: 600;
  top: 11px;
  right: -13px;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field.customer_address_ids select,
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field.allowed_lists select {
  background: transparent;
  padding: 13px;
  height: auto;
  resize: vertical;
  overflow-y: scroll;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar {
  float: right;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar button {
  padding: 20px;
  background: transparent;
  border: 0;
  height: auto;
  min-width: auto;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #eb2027;
  text-transform: uppercase;
}
@media (max-width: 1109px) and (min-width: 992px) {
  .account.sublogin-sublogin-index .form-search-sublogin {
    float: none;
    margin-left: 10px;
    margin-top: 25px;
    clear: both;
  }
}
@media (max-width: 1199.98px) {
  .sublogin-level-detail .row-elm {
    display: block;
    margin: 0;
  }
  .sublogin-level-detail .row-elm .col-elm-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .account.sublogin-sublogin-index .page-title-wrapper {
    padding: 0 15px;
  }
  .account.sublogin-sublogin-index .page-main .page-title-wrapper .back_url {
    left: 15px;
  }
  .account.sublogin-sublogin-index .actions-toolbar > .primary {
    padding-right: 15px;
    float: none;
  }
  .account.sublogin-sublogin-index .form-search-sublogin {
    display: block;
    float: none;
    margin: 15px;
  }
  .form-search-sublogin {
    display: block;
    float: none;
    margin: 15px;
  }
  .account.sublogin-sublogin-index .sublogins tr th.name {
    padding-left: 15px;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title td.status {
    padding-right: 15px;
    text-align: center;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete {
    position: static;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail {
    padding: 20px 15px 20px;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title td.name {
    padding-left: 15px;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title td {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .account.sublogin-sublogin-index .order-products-toolbar {
    padding: 0;
  }
  .account.sublogin-sublogin-edit .page-title-wrapper {
    padding-left: 15px;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin {
    padding: 20px 15px 20px;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar {
    float: none;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar button {
    padding-left: 0;
  }
  .account.sublogin-sublogin-edit .page-main .page-title-wrapper .back_url {
    left: 15px;
  }
  .account.sublogin-sublogin-index .actions-toolbar > .primary {
    float: none;
    padding-left: 15px;
    padding-top: 30px;
    width: 100%;
  }
  .account.sublogin-sublogin-index .actions-toolbar > .primary a {
    display: inline-block;
    width: 100%;
  }
  .account.subloginastir-sublogin_level-index .sublogins-level {
    margin-top: 30px;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .account.subloginastir-sublogin_level-index .sublogins-level .col.actions {
    padding-right: 20px;
  }
  .account.subloginastir-sublogin_level-index .sublogins-level .col.name {
    padding-left: 20px;
  }
  .account.subloginastir-sublogin_level-index .sublogins-level tr th {
    font-size: 16px;
  }
  .subloginastir-sublogin_level-edit .sublogin-level-detail {
    padding: 20px 10px;
  }
  .subloginastir-sublogin_level-edit .sublogin-level-detail .row-elm .col-elm-6 .field {
    display: block;
  }
  .subloginastir-sublogin_level-edit .sublogin-level-detail .row-elm .col-elm-6 .field .label,
  .subloginastir-sublogin_level-edit .sublogin-level-detail .row-elm .col-elm-6 .field .control {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .account.sublogin-sublogin-index .sublogins {
    padding-top: 0;
  }
  .account.sublogin-sublogin-index .actions-toolbar > .primary {
    margin-bottom: 15px;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > thead {
    width: 100%;
    display: table-header-group !important;
    vertical-align: middle;
    border-color: inherit;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > thead > tr {
    width: 100%;
    display: table-row !important;
    vertical-align: inherit;
    border-color: inherit;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
    text-align: left;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th.name,
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th.actions {
    display: table-cell !important;
    padding: 13px 10px !important;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: table-row-group !important;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: table-row !important;
    vertical-align: inherit;
    border-color: inherit;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td {
    display: none;
    text-align: left;
    border-bottom: none;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td.name,
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td.actions {
    display: table-cell !important;
    padding: 13px 10px !important;
    border-bottom: none !important;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:before {
    display: none !important;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-title .parent_id,
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-title .description {
    display: none !important;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-title .actions {
    border-top: 1px solid #b2b2b2;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-level-content > td {
    padding: 0 !important;
    display: table-cell;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-level-content .sublogin-level-detail {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-level-content .sublogin-level-detail .row-elm .col-elm-6 .field {
    display: block;
  }
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-level-content .sublogin-level-detail .row-elm .col-elm-6 .field .label,
  .sublogins-level table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.sublogin-level-content .sublogin-level-detail .row-elm .col-elm-6 .field .control {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info {
    width: 100%;
    margin: 0;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field {
    padding: 0;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field .label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field .control {
    width: 100%;
    margin-left: 0;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar {
    float: none;
    padding-top: 20px;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead {
    width: 100%;
    display: block;
    display: table-header-group;
    border-color: inherit;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr {
    width: 100%;
    display: block;
    display: table-row;
    border-color: inherit;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr th {
    padding-left: 9px;
    padding-right: 9px;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr th.name,
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr th.level {
    display: table-cell !important;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr th.address {
    font-size: 0;
    padding: 0;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    padding-left: 9px;
    padding-right: 9px;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.name,
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.level,
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status {
    display: table-cell !important;
    border-bottom: none;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.name:before,
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.level:before,
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status:before {
    display: none;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status {
    border-top: 1px solid #b2b2b2;
  }
  .account.sublogin-sublogin-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.address {
    font-size: 0;
    padding: 0;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content td {
    padding: 0 !important;
    display: table-cell !important;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title:first-child td {
    border-top: none !important;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field {
    padding: 0;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar {
    float: none;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar .primary {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field .control {
    width: 100%;
    margin-left: 0;
  }
  .account.sublogin-sublogin-index .toolbar .pager {
    flex-direction: inherit;
  }
  .account.sublogin-sublogin-index .sublogins .sublogin-title td.name {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .account.sublogin-sublogin-edit .form-edit-sublogin {
    display: flex;
    align-items: flex-start;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info {
    width: 75%;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field .label {
    width: 48%;
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .info .field .control {
    width: calc(52% - 40px);
  }
  .account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar {
    margin-top: 24px;
    padding-left: 20px;
  }
}
.sublogin-budget-index .page-title-wrapper,
.sublogin-budget-create .page-title-wrapper,
.sublogin-budget-edit .page-title-wrapper {
  border-bottom: none;
  margin-top: 15px;
  margin-bottom: 60px;
}
.sublogin-budget-index .page-title-wrapper h1.page-title,
.sublogin-budget-create .page-title-wrapper h1.page-title,
.sublogin-budget-edit .page-title-wrapper h1.page-title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(26/24);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  color: #104470;
  min-width: 350px;
  border-bottom: 2px solid #b1aaa2;
}
.sublogin-budget-index .page-title-wrapper h1.page-title:before,
.sublogin-budget-create .page-title-wrapper h1.page-title:before,
.sublogin-budget-edit .page-title-wrapper h1.page-title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: auto;
  height: 5px;
  z-index: 2;
}
.sublogin-budget-index .page-title-wrapper {
  margin-bottom: 0;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .form-search {
  float: right;
  margin-right: 30px;
  position: relative;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .form-search .input-container input {
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 23.5px;
  border: 1px solid #f3f3f3;
  height: auto;
  padding: 10px 48px 10px 48px;
  font-size: 14px;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .form-search .search-action {
  background: transparent;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons {
  float: right;
  padding: 10px 50px 0 0;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons .primary {
  float: none !important;
}
.sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons .action {
  height: auto;
  padding: 6px 20px;
  margin-bottom: 10px;
  background-color: #104470;
}
.sublogin-budget-index .sublogin-budget-list .table-wrapper.budgets {
  padding-top: 27px;
  width: 100%;
  border-bottom: none;
  margin-bottom: 20px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:first-child,
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:first-child {
  padding-left: 50px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:last-child,
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:last-child {
  padding-right: 50px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th {
  border-bottom: 1.02px solid #104470;
  font-weight: bold;
  padding: 11px 10px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td {
  border-bottom: 1px solid #cccccc;
  padding: 19px 10px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.actions {
  position: relative;
  width: 0;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td a.action.delete {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  width: 19px;
  height: 19px;
  text-align: center;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td a.action.delete::before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
}
.sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td a.action.delete span {
  display: none;
}
.sublogin-budget-index .sublogin-budget-list .percentage-spend .container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 2px 5px;
  color: white;
  border-radius: 5px;
}
.sublogin-budget-index .sublogin-budget-list .percentage-spend .container .base {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  background-color: #f7f7f7;
  width: 100%;
}
.sublogin-budget-index .sublogin-budget-list .percentage-spend .container .fill {
  width: 381%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background-color: #6ebd48;
}
.sublogin-budget-index .sublogin-budget-list a.action.edit {
  height: auto;
  padding: 6px 20px;
  background-color: #104470;
}
.sublogin-budget-index .sublogin-budget-list .no-items {
  margin: 20px 0;
  text-align: center;
}
.sublogin-budget-index .sublogin-budget-list .budgets.mobile {
  margin: 15px 0 30px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.mobile .budget-item {
  border-bottom: 1px solid #b2b2b2;
  margin: 15px;
  padding: 15px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.mobile .budget-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sublogin-budget-index .sublogin-budget-list .budgets.mobile .budget-item .percentage-spend {
  margin: 5px 0 10px;
}
.sublogin-budget-index .sublogin-budget-list .budgets.mobile .budget-item .action.delete {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: calc(1.14285714);
  padding: 6px 20px;
  font-family: 'Gotham-Bold', sans-serif, sans-serif;
  vertical-align: middle;
}
.sublogin-budget-create .form input.input-text,
.sublogin-budget-edit .form input.input-text,
.sublogin-budget-create .form select,
.sublogin-budget-edit .form select {
  border-radius: 5px;
  width: 100%;
}
.sublogin-budget-create .form .fieldset .field.required > .label::after,
.sublogin-budget-edit .form .fieldset .field.required > .label::after {
  font-size: 16px;
  content: '*';
  margin: 0 0 0 5px;
}
.sublogin-budget-create .form .fieldset .field,
.sublogin-budget-edit .form .fieldset .field {
  margin-bottom: 32px;
}
.sublogin-budget-create .form .fieldset .field > .label,
.sublogin-budget-edit .form .fieldset .field > .label {
  font-size: 20px;
  line-height: 1.2;
  color: #29292a;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
}
.sublogin-budget-create .form .actions-toolbar,
.sublogin-budget-edit .form .actions-toolbar {
  padding: 0 64px;
}
.sublogin-budget-create .no-sublogins,
.sublogin-budget-edit .no-sublogins {
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sublogin-budget-create form .actions-toolbar .action.primary,
  .sublogin-budget-edit form .actions-toolbar .action.primary {
    font-size: 16px;
    line-height: calc(21/16);
    text-transform: uppercase;
  }
  .sublogin-budget-create form .actions-toolbar .primary,
  .sublogin-budget-edit form .actions-toolbar .primary {
    float: unset;
  }
  .sublogin-budget-create form .actions-toolbar .secondary,
  .sublogin-budget-edit form .actions-toolbar .secondary {
    margin-right: 15px;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back {
    display: inline-block;
    height: 34px;
    text-transform: uppercase;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0;
    transition: 0.3s;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back:hover,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back:hover {
    background-color: #cccccc;
  }
  .sublogin-budget-create form .actions-toolbar .secondary .action.back span,
  .sublogin-budget-edit form .actions-toolbar .secondary .action.back span {
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td {
    min-width: 150px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:first-child,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:first-child {
    padding-left: 50px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th:last-child,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td:last-child {
    padding-right: 50px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.percentage-spend {
    min-width: 200px;
  }
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.period,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.period,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.budget,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.budget,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.percentage-spend,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items th.actions,
  .sublogin-budget-index .sublogin-budget-list .budgets.desktop .table-budget-items td.actions {
    width: 1%;
    white-space: nowrap;
  }
  .sublogin-budget-create .fieldset.info .field,
  .sublogin-budget-edit .fieldset.info .field {
    padding-left: 64px;
  }
}
@media (max-width: 1199px) {
  .sublogin-budget-create .page-main form,
  .sublogin-budget-edit .page-main form {
    margin: 0 10px;
  }
  .sublogin-budget-create .page-main form .actions-toolbar,
  .sublogin-budget-edit .page-main form .actions-toolbar {
    padding: 0;
  }
  .sublogin-budget-create .page-main form .actions-toolbar .secondary .action.back,
  .sublogin-budget-edit .page-main form .actions-toolbar .secondary .action.back {
    margin: 0;
  }
  .sublogin-budget-create .back_url,
  .sublogin-budget-edit .back_url {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .sublogin-budget-index .page-title-wrapper h1.page-title {
    min-width: 0;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .form-search {
    float: none;
    margin: 0 15px;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons {
    float: none;
    margin: 30px 15px 15px;
    padding: 0;
  }
  .sublogin-budget-index .sublogin-budget-list .actions-toolbar .buttons .action.add {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sublogin-budget-create .page-main form,
  .sublogin-budget-edit .page-main form {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .sublogin-budget-create .fieldset,
  .sublogin-budget-edit .fieldset {
    width: 48%;
  }
}
.payment-index-success {
  background: #f3f4f5;
}
.payment-index-success .payment-success {
  max-width: 1260px;
  margin: 0 auto;
}
.payment-index-success .payment-success .content-block {
  text-align: center;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block > img {
    max-width: 100px;
  }
}
.payment-index-success .payment-success .content-block h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #484740;
  line-height: 1.2;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block h1 {
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
  }
}
.payment-index-success .payment-success .content-block p {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #484740;
  margin-top: 36px;
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-block p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
  }
}
.payment-index-success .payment-success .content-payment {
  border-radius: 5px;
  background: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.payment-index-success .payment-success .content-payment .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item {
    display: block;
    padding: 26px 20px;
  }
}
.payment-index-success .payment-success .content-payment .item:last-child {
  border: none;
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-left p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p + p {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-left p + p {
    font-size: 14px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-left p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right {
    margin-top: 30px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p:last-child {
  margin-bottom: 0;
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  width: 220px;
  display: inline-block;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p .title {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }
}
.payment-index-success .payment-success .content-payment .item .content-payment-right p .price {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  width: 100px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .content-payment .item .content-payment-right p .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.payment-index-success .payment-success .total-payment {
  float: right;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment {
    width: 100%;
    float: none;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.payment-index-success .payment-success .total-payment p {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
  }
}
.payment-index-success .payment-success .total-payment p:last-child {
  margin-bottom: 0;
}
.payment-index-success .payment-success .total-payment p .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  width: 220px;
  display: inline-block;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment-index-success .payment-success .total-payment p .price {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #5d5d5d;
  font-family: 'Gotham-Book', sans-serif;
  width: 100px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .total-payment p .price {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment-index-success .payment-success .actions-toolbar-success {
  clear: both;
  float: right;
  margin-top: 20px;
}
.payment-index-success .payment-success .actions-toolbar-success.from-payment-page,
.payment-index-success .payment-success .actions-toolbar-success.pay-fail {
  width: 100%;
  text-align: center;
  display: block;
}
.payment-index-success .payment-success .actions-toolbar-success.from-payment-page a,
.payment-index-success .payment-success .actions-toolbar-success.pay-fail a {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    float: none;
  }
}
.payment-index-success .payment-success .actions-toolbar-success a {
  display: inline-block;
  width: 300px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 19px;
  line-height: 47px;
  color: #ffffff;
  background: #104470;
  text-align: center;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 15px;
  text-decoration: unset;
}
.payment-index-success .payment-success .actions-toolbar-success a.download-pdf {
  background: #5d5d5d;
  margin-right: 0;
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success a.download-pdf {
    order: -1;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .payment-index-success .payment-success .actions-toolbar-success a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .payment-index-success .payment-success .actions-toolbar-success a {
    font-size: 12px;
    line-height: 29px;
    width: calc(50% - 5px);
    margin: 0;
  }
  .payment-index-success .payment-success .actions-toolbar-success a.back-to-invoice {
    margin-right: 10px;
  }
}
.invoice-warning {
  margin-top: 40px;
  padding: 0 50px;
}
.invoice-warning .invoice-warning-content {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-left: 2px solid #104470;
  box-shadow: 1px 1px 3px #0000001a;
  padding: 11px 15px 9px 15px;
  display: flex;
  align-items: center;
}
.invoice-warning .invoice-warning-content p {
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 0;
  padding-right: 10px;
}
.invoice-warning .invoice-warning-content p img {
  min-width: 28px;
}
@media (max-width: 1199.98px) {
  .invoice-warning {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .invoice-warning {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .invoice-warning {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .invoice-warning .invoice-warning-content p {
    font-size: 10px;
    line-height: 14px;
  }
}
.telephone-number {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .telephone-number {
    margin-top: 5px;
  }
}
.telephone-number span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .telephone-number img {
    max-height: 12px;
  }
}
.customer-account-invoices .payment-method-content button {
  margin: 10px 0;
}
.customer-account-invoices .choice {
  display: inline-block;
}
.customer-account-invoices .choice .label {
  padding-left: 40px;
}
.customer-account-invoices .contact-us-order-invoices {
  padding: 10px;
}
.customer-account-invoices .contact-us-order-invoices p {
  margin-bottom: 0;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(1.3125);
  font-style: italic;
}
@media (max-width: 767px) {
  .customer-account-invoices .contact-us-order-invoices p {
    font-size: 12px;
  }
}
.customer-account-invoices .contact-us-order-invoices p a {
  color: #df1e32;
}
.customer-account-invoices .contact-us-order-invoices p a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .customer-account-invoices .contact-us-order-invoices {
    float: left;
  }
}
@media (min-width: 1200px) {
  .customer-account-invoices .contact-us-order-invoices {
    padding: 10px 50px;
  }
}
@media (max-width: 767px) {
  .customer-account-invoices .contact-us-order-invoices {
    padding: 10px 30px;
  }
}
.top-invoices {
  padding: 0 10px 0;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
@media (min-width: 1200px) {
  .top-invoices {
    padding: 20px 50px 0;
  }
}
@media (max-width: 1199px) {
  .top-invoices {
    display: block;
    text-align: center;
  }
  .top-invoices .right-top-invoices {
    margin-top: 20px;
    justify-content: center;
  }
}
.top-invoices .right-top-invoices {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.top-invoices .right-top-invoices .filter-box-quote {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.top-invoices .right-top-invoices .filter-box-quote select {
  width: auto;
  border-radius: 30px;
  margin: 0 30px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  background-position-x: 92%;
}
@media (min-width: 1300px) {
  .top-invoices .right-top-invoices .filter-box-quote select {
    min-width: 230px;
  }
}
@media (min-width: 1280px) {
  .top-invoices .right-top-invoices .filter-box-quote span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .top-invoices .right-top-invoices .filter-box-quote select {
    max-width: 300px;
    width: 100%;
    margin: 0;
    height: 37px;
  }
}
.top-invoices .right-top-invoices .button-payinvoicesonline {
  height: 46px;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  font-family: 'Gotham-Light', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.top-invoices .right-top-invoices .button-payinvoicesonline img {
  max-width: 37px;
}
.top-invoices .right-top-invoices .button-payinvoicesonline span {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .top-invoices .right-top-invoices .button-payinvoicesonline {
    font-size: 13px;
  }
}
.bottom-invoice {
  padding: 20px 10px;
  font-size: 14px;
  /* hidden bottom-invoice */
  display: none;
}
@media (min-width: 1200px) {
  .bottom-invoice {
    padding: 30px 50px;
  }
}
.bottom-invoice select {
  max-width: 285px;
  border-radius: 5px;
  font-size: 11px;
  margin-top: 20px;
}
.bottom-invoice .or-space {
  position: relative;
  padding: 0 20px;
}
.bottom-invoice .or-space:before {
  top: -35px;
  content: '';
  height: 35px;
  background: #b2b2b2;
  width: 1px;
  position: absolute;
  left: 50%;
}
.bottom-invoice .or-space:after {
  bottom: -35px;
  content: '';
  height: 35px;
  background: #b2b2b2;
  width: 1px;
  position: absolute;
  left: 50%;
}
.bottom-invoice .date-item {
  margin: 22px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.bottom-invoice .date-item label {
  white-space: nowrap;
  min-width: 100px;
  text-align: left;
}
@media (max-width: 991px) {
  .bottom-invoice .date-item {
    margin: 10px 0;
    display: block;
    text-align: left;
  }
}
.bottom-invoice .date-or-code {
  margin: 35px 0;
  background-color: #f2f2f2;
  padding: 10px 20px;
  max-width: 1027px;
  border: solid 1px #cccccc;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
@media (min-width: 1200px) {
  .bottom-invoice .date-or-code {
    padding: 10px 70px;
  }
}
.bottom-invoice .date-or-code input {
  border-radius: 3px;
  border-color: #e6e6e6;
}
.bottom-invoice .download-invoice button {
  height: 46px;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  font-family: 'Gotham-Light', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.bottom-invoice .download-invoice button .icon-download {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .bottom-invoice .download-invoice button {
    font-size: 13px;
  }
}
.invoice-products-toolbar {
  float: right;
  margin-top: 20px;
}
.invoice-products-toolbar .pager {
  justify-content: flex-end !important;
}
@media (min-width: 768px) {
  .invoice-products-toolbar {
    width: 100%;
  }
}
.table-invoices.table-order-items,
.table-invoices .table-order-items {
  margin-top: 0;
}
.table-invoices .active {
  background: rgba(88, 88, 88, 0.05);
}
.table-invoices .active .id-date-wrapper .order-detail-toggle {
  background: transparent;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #104470;
  border-top: transparent;
}
.table-invoices .active .id-myinvoice {
  color: #0c7394;
}
.table-invoices td.last {
  text-align: right;
}
@media (min-width: 1200px) {
  .table-invoices td.last {
    padding-right: 50px !important;
  }
}
.table-invoices .sales_order .label {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
}
.table-invoices .sales_order a {
  text-decoration: underline;
}
.table-invoices .invoice-title p {
  margin-bottom: 0;
}
.table-invoices .invoice-title .paid-status {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .table-invoices .invoice-title .paid-status {
    font-size: 9px;
  }
}
.table-invoices .invoice-title .paid-status.overdue {
  border: 1px solid red;
  padding: 3px 10px;
  border-radius: 5px;
  color: red;
  font-family: 'Gotham-Light', sans-serif;
  text-transform: unset;
}
.table-invoices .invoice-title .paid-status.partial {
  color: orange;
}
.table-invoices .invoice-title .paid-status.paid {
  color: #15a33b;
}
.table-invoices .invoice-title .paid-status.canceled {
  color: #e7212d;
}
.table-invoices .invoice-title .paid-status.pending,
.table-invoices .invoice-title .paid-status.unpaid {
  color: #e7212d;
}
@media (min-width: 1200px) {
  .table-invoices .invoice-detail .content-invoice-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .table-invoices .invoice-detail .content-invoice-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.table-invoices .content-info-customer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  width: 100%;
}
.table-invoices .content-info-customer .box {
  width: 25%;
}
@media (max-width: 991px) {
  .table-invoices .content-info-customer .box {
    width: 50%;
  }
}
.table-invoices .content-info-customer .box .box-title {
  margin-bottom: 5px;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 500;
  display: block;
}
.table-invoices .content-info-customer .box .box-content address {
  line-height: 1.25;
}
.table-invoices .content-shipment .order-detail .order-detail-flex {
  padding: 0 0 20px;
  border-bottom: 1px dashed #b2b2b2;
  margin-bottom: 20px;
}
.table-invoices .content-shipment .order-detail .order-detail-flex .shipment-label-wrapper.show-shipment-detail,
.table-invoices .content-shipment .order-detail .order-detail-flex .shipment-label-wrapper .shipment-info {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper {
  padding-bottom: 0;
  border-bottom: 0;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed {
  border-bottom-color: #eb2027;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 20px;
  color: #eb2027;
  background: none;
  line-height: 20px;
  background: #ffffff;
}
.table-invoices .content-shipment .order-detail .order-progress-wrapper .order-step-wrapper._completed::after {
  background: #eb2027 !important;
}
.table-invoices .content-shipment .order-detail .shipment-list .shipment-title {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .table-invoices .content-shipment {
    border-bottom: dashed 1px #b2b2b2;
  }
  .table-invoices .content-shipment .shipment,
  .table-invoices .content-shipment .inline-space {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .table-invoices .content-shipment .title-red {
    color: #eb2027;
  }
  .table-invoices .content-shipment .label {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .table-invoices .content-shipment .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-invoices .size-body {
    font-size: 12px;
  }
}
.table-invoices .product-table {
  margin-top: 30px;
  border-top: solid 1px #b2b2b2;
}
@media (max-width: 767px) {
  .table-invoices .product-table {
    border-top-style: dashed;
    margin-top: 5px;
  }
}
.table-invoices .product-table > tbody > tr > td {
  vertical-align: middle;
}
.table-invoices .product-table .inner-product {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.table-invoices .product-table .inner-product .product_name {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .table-invoices .product-table .inner-product .product_name {
    font-size: 18px;
    padding-left: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .table-invoices .product-table .inner-product .product_name {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 1.2;
  }
}
.table-invoices .product-table .inner-product .datapr {
  line-height: 1.6;
}
.table-invoices .product-table .inner-product .datapr > div {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
.table-invoices .product-table .product-image-container {
  width: 193px !important;
}
@media (min-width: 768px) {
  .table-invoices .product-table .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-invoices .product-table > thead {
    display: none;
  }
  .table-invoices .product-table > tbody tr td {
    display: none;
  }
  .table-invoices .product-table > tbody tr td.product {
    display: block;
    font-size: 10px;
  }
  .table-invoices .product-table > tbody tr td .content-product {
    width: 100%;
    padding-left: 12px;
  }
}
@media (max-width: 450px) {
  .table-invoices .product-table .product-image-container {
    width: 130px !important;
  }
}
.table-invoices .tfoot-total {
  max-width: 400px;
  float: right;
  color: #484b4e;
}
.table-invoices .tfoot-total tr {
  display: block;
}
.table-invoices .tfoot-total td {
  display: block;
  padding: 0;
}
.table-invoices .tfoot-total .content-total {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
.table-invoices .tfoot-total .content-total .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .table-invoices .tfoot-total {
    font-size: 18px;
  }
  .table-invoices .tfoot-total tr {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .table-invoices .tfoot-total {
    line-height: 1.6;
  }
}
.table-invoices .invoice-button {
  clear: both;
  margin: 0 -15px;
  padding-top: 30px;
}
.table-invoices .invoice-button .pay-online-button {
  float: right;
}
.table-invoices .invoice-button .pay-online-button .label-paid {
  display: inline-block;
  border: 1px solid #15a33b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 9px 40px;
  color: #15a33b;
  font-size: 14px;
  line-height: calc(1.14285714);
  font-family: 'Gotham-Bold', sans-serif;
}
@media (max-width: 767px) {
  .table-invoices .invoice-button .pay-online-button .label-paid {
    min-width: 142px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table-invoices.table-order-items {
    font-size: 10px;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td {
    display: none;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td.id-date {
    display: block;
  }
  .table-invoices.table-order-items > tbody tr.invoice-title td .myinvoice-info {
    width: 100%;
  }
  .table-invoices .invoice-button .action {
    display: flex;
    flex-direction: column;
  }
  .table-invoices .invoice-button .left-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    order: 1;
    margin-top: 20px;
  }
  .table-invoices .invoice-button .btn {
    min-width: 142px;
    font-size: 12px !important;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .table-invoices .invoice-button .left-group .btn {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-products-toolbar {
    float: none;
    padding-right: 0;
  }
  .top-invoices {
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-invoices .right-top-invoices {
    display: block;
  }
  .top-invoices .right-top-invoices .filter-box-quote {
    display: block;
  }
  .top-invoices .right-top-invoices .button-payinvoicesonline {
    height: 29px;
    font-size: 12px;
    margin: 75px auto 0;
  }
  .top-invoices .right-top-invoices .button-payinvoicesonline img {
    height: 16px;
  }
  .top-invoices .left-top-invoices {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 65px;
  }
  .bottom-invoice {
    padding: 0 30px;
    text-align: center;
  }
  .bottom-invoice .date-or-code {
    font-size: 10px;
    display: block;
    margin: 10px 0 20px;
  }
  .bottom-invoice .or-space:before {
    width: calc(50% - 15px);
    left: 0;
    top: 50%;
    height: 1px;
  }
  .bottom-invoice .or-space:after {
    width: calc(50% - 15px);
    right: 0;
    left: auto;
    top: 50%;
    height: 1px;
  }
  .bottom-invoice .download-invoice button {
    margin: auto;
    height: 29px;
  }
  .bottom-invoice select {
    height: 34px;
    margin-top: 5px;
  }
}
.sales-order-history .search-title {
  margin-top: 50px;
  padding: 0 50px 0;
}
@media (max-width: 1199px) {
  .sales-order-history .search-title {
    padding: 0 10px 0;
  }
}
@media (max-width: 767px) {
  .sales-order-history .search-title {
    margin-top: 0;
    padding: 0 30px 0;
  }
  .sales-order-history .search-title h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    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';
  }
  .navigation {
    background: #f0f0f0;
    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.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    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;
    color: #333333;
  }
  .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: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).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;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #ffffff;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: '\e61c';
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: '\e60f';
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #ffffff;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #ffffff;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(46%);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-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;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(46%);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-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%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #ffffff;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: '\e608';
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: '\e617';
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  /*fix issue section item on safari-mobile*/
  .nav-sections-items {
    position: relative !important;
  }
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333333;
  color: #ffffff;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none !important;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #ffffff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #ffffff;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333333;
  color: #ffffff;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #ffffff;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #ffffff;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #ffffff;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: '\e608';
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: '\e617';
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 768px), print {
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span {
    position: relative;
    display: inline-block;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span.opener,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a > span.drill-opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #dddddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #dddddd;
    color: #ffffff;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #dddddd;
    border-right-color: #dddddd;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #dddddd;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #dddddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #dddddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #dddddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #ffffff;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: '\e608';
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: '\e617';
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f0c9';
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #ffffff;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    background: transparent;
    box-shadow: none;
    position: static;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 > a,
  .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    text-transform: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: transparent;
  }
  .ves-megamenu .navigation.top-navigation > .navigation {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    max-width: 1920px;
    width: 100%;
  }
  .navigation {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1260px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 45px;
  }
}
@media (min-width: 1261px) {
  body {
    overflow-x: hidden;
  }
  body .ves-megamenu .navigation .level0 {
    position: static !important;
  }
  body .ves-megamenu .navigation .level0.current > a {
    background: #ffffff;
    font-weight: bold;
    color: #104470;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  }
  body .ves-megamenu .navigation .level0:hover > a {
    background: #ffffff;
    font-weight: bold;
    color: #104470;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  body .ves-megamenu .navigation .level0 > a {
    text-transform: capitalize;
    color: #104470;
    font-size: 16px;
    line-height: 55px;
    padding: 0 20px;
    font-weight: 400;
    white-space: nowrap;
  }
  body .ves-megamenu .navigation .level0 > a span {
    font-family: 'Manrope', sans-serif;
  }
  body .ves-megamenu .navigation .level0.active > a {
    background: transparent;
    color: #104470;
  }
  body .ves-megamenu .navigation .level0.products-menu:hover > a {
    border-left: 1px solid #cdcbca;
    border-right: 1px solid #cdcbca;
  }
  body .ves-megamenu .navigation .level0.products-menu:hover > a:before {
    display: block;
  }
  body .ves-megamenu .navigation .level0.products-menu > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
  }
  body .ves-megamenu .navigation .level0.products-menu > a:before {
    content: '';
    height: 10px;
    background: #ffffff;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: -3px;
    display: none;
    width: 100%;
  }
  body .ves-megamenu .navigation .level0.products-menu > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #104470;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(90%);
  }
  body .ves-megamenu .navigation .level0:first-child > a {
    padding-left: 0;
  }
  body .ves-megamenu .navigation .level0:last-child > a {
    padding-right: 0;
  }
  body .ves-megamenu .navigation ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  body .ves-megamenu .submenu.dropdown-menu {
    width: 100%;
    box-shadow: none !important;
  }
  .sections.nav-sections {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sections.nav-sections .navigation {
    background: transparent;
  }
  .sections.nav-sections .navigation > ul {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .menusub-category-session > .container {
    height: 100%;
    max-width: 1920px;
  }
  .menusub-category-session > .container .menusub-category.active {
    height: 100%;
  }
  .menusub-category-session > .container .menusub-category.active .level1 {
    height: 100%;
  }
  .menusub-category-session .sub-cattitle {
    color: #104470;
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
  }
  .menusub-category-session .sub-cattitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 50px;
    background: linear-gradient(180deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .menusub-category-session > .container {
    position: relative;
  }
  .menusub-category {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .menusub-category .visible-destop + .level-menu,
  .menusub-category .sub-cattitle + .level-menu {
    margin-left: 0;
  }
  .menusub-category .level-menu {
    width: calc((100% - 200px) / 6);
    display: inline-block;
    margin-left: 40px;
    position: relative;
  }
  .menusub-category .level-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  }
  .menusub-category .level1 a:hover,
  .menusub-category .level1 a:focus {
    background: transparent !important;
    box-shadow: none !important;
  }
  .menusub-category .level1 .img-item {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .menusub-category .level1 .img-item img {
    height: auto;
    max-width: 100px;
  }
  .menusub-category .level1 .img-item img:hover {
    transform: unset;
  }
  .menusub-category .level1 .cat-name a {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #515151;
    padding: 8px 20px 20px;
  }
  .menusub-category .level1 .cat-name a:hover,
  .menusub-category .level1 .cat-name a:focus {
    color: #104470;
  }
  .menusub-category .menusub-category-lv-2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
  .menusub-category .menusub-category-lv-2.active {
    opacity: 1;
    visibility: visible;
  }
  .menusub-category .menusub-category-lv-2:after {
    content: '';
    background: #ffffff;
    height: 100%;
    width: 10000px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 10px 0px #d8d8d8;
    -moz-box-shadow: 0px 3px 10px 0px #d8d8d8;
    box-shadow: 0px 3px 10px 0px #d8d8d8;
  }
  .menusub-category .menusub-category-lv-2 > div:not(.backtolv1),
  .menusub-category .menusub-category-lv-2 .sub-cattitle {
    position: relative;
    z-index: 2;
  }
  .menusub-category .menusub-category-lv-2 .sub-cattitle a {
    color: #104470;
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    display: inline-block;
    width: auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
  }
  .menusub-category .menusub-category-lv-2 .sub-cattitle a:hover,
  .menusub-category .menusub-category-lv-2 .sub-cattitle a:focus {
    color: #104470;
  }
  .menusub-category.active {
    left: -100%;
    transition: left 1s cubic-bezier(0.86, 0, 0.07000000000000001, 1) 1.5s;
  }
  .menusub-category.active .level1 > .cate-content > .cat-name,
  .menusub-category.active .level1 > .cate-content > .img-item {
    display: none;
  }
  .menusub-category.active > .line-through-menu {
    display: none;
  }
  .menusub-category .backtolv1 {
    background-color: #ffffff;
    color: #104470;
    cursor: pointer;
    margin: 0;
    position: static;
    top: 0;
    right: 0;
    z-index: 3;
    margin-right: 20px;
  }
  .menusub-category .backtolv1 .text {
    display: none;
  }
  .visible-destop,
  .visible-tablet {
    display: none;
  }
  .line-through-menu {
    clear: both;
    position: relative;
    padding: 10px 0;
    width: 100%;
    display: none !important;
  }
  .line-through-menu:before {
    content: '';
    height: 1px;
    background: #606060;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -50%;
    width: 10000px;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1261px) {
  .visible-destop {
    display: inline-block;
    width: 100%;
  }
  .menusub-category > .line-through-menu.visible-destop {
    display: inline-block;
  }
  .menusub-category .menusub-category-lv-2 > .line-through-menu.visible-destop {
    display: inline-block;
  }
  .menusub-category.active .level-menu {
    position: unset;
  }
  .menusub-category.active > .line-through-menu.visible-destop {
    display: none;
  }
  .menusub-category.active .menusub-category-lv-2 > .line-through-menu.visible-destop {
    display: inline-block;
  }
}
@media (max-width: 1699px) and (min-width: 1560px) {
  body .ves-megamenu .navigation .level0 > a {
    padding: 0 20px;
  }
}
@media (max-width: 1559px) and (min-width: 1500px) {
  body .ves-megamenu .navigation .level0 > a {
    padding: 0 15px;
  }
}
@media (max-width: 1499px) and (min-width: 1400px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 1399px) and (min-width: 1300px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1299px) and (min-width: 1261px) {
  body .ves-megamenu .navigation .level0 > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1260px) {
  .menusub-category-session .sub-cattitle,
  .menusub-category-session .img-item,
  .menusub-category-session .cate-content-lv-2 > a {
    display: none;
  }
  .menusub-category-session .container {
    padding-left: 0;
    padding-right: 0;
  }
  .menusub-category-session .level1 {
    position: relative;
  }
  .menusub-category-session .menusub-category-lv-2 {
    display: none;
    border-left: 1px dotted #cdcbca;
    padding-top: 30px;
    margin: -15px 10px 10px 10px;
  }
  .menusub-category-session .menusub-category-lv-2 .backtolv1 {
    display: none;
  }
  .menusub-category-session .menusub-category-lv-2 .line-through-menu {
    display: none;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a {
    position: relative;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a:before {
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    font-weight: 700;
    content: '\f0d7';
    position: absolute;
    right: 5px;
    top: 3px;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a.active:before {
    content: '\f0d8';
  }
  .sections.nav-sections {
    background: #f8f8f8;
  }
  .nav-sections-items .ves-megamenu a {
    color: #484740;
  }
  .nav-sections-items .ves-megamenu a:hover,
  .nav-sections-items .ves-megamenu a:focus {
    color: #484740;
  }
  .nav-sections-items .ves-megamenu .opener {
    background: transparent;
    width: auto;
    right: 20px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-sections-items .ves-megamenu .opener:before {
    display: none;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    content: '\f0d7';
    font-weight: 700;
  }
  .nav-sections-items .ves-megamenu .opener.item-active {
    background: transparent;
  }
  .nav-sections-items .ves-megamenu .opener.item-active:before {
    content: '\f0d8';
  }
  .nav-sections-items .ves-megamenu .nav-item > a {
    position: relative;
    padding: 0;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item {
    width: 100%;
    border-top-color: #cdcbca;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor:after {
    position: absolute;
    right: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #606060;
    content: '\f0d7';
    margin-right: 20px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor.active {
    background: #efefef;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item:first-child a.nav-anchor.active:after {
    position: absolute;
    right: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    color: #606060;
    content: '\f0d8';
    font-weight: 700;
    margin-right: 20px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item > a {
    margin: 0 15px;
    border: none;
    color: #484740;
    position: relative;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item > a span {
    font: 600 16px/32px 'Gotham-Book', sans-serif;
    color: #484740;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding: 0;
    margin: 0 15px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown .menusub-category-session {
    padding: 0 15px;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item.active > a {
    background: none;
    color: red;
    font-weight: 700;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item.active > a:before {
    font-weight: 700;
  }
  .nav-sections-items .nav-sections-item-title a {
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
  }
  .nav-sections-items .nav-sections-item-title.active a {
    color: #df1e32;
  }
}
@media (max-width: 600px) {
  .menusub-category .level1 > .cate-content > .cat-name > a:before {
    right: -15px;
  }
  .nav-sections-items .ves-megamenu > .navigation a:after {
    margin-right: 15px !important;
  }
  .nav-sections-items .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown .menusub-category-session {
    padding: 0 15px 0 0;
  }
}
body.sales-order-history .message.info.empty {
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  margin-top: 50px;
  padding-right: 50px;
  padding-top: 50px;
  background: #fff;
  border-top: 1px solid #104470;
  text-align: center;
}
body.sales-order-history .message.info.empty h4 {
  margin-top: 0;
  color: #999a9a;
}
body.sales-order-history .message.info.empty p {
  margin-top: 10px;
  line-height: 20px;
  color: #999a9a;
}
body.sales-order-history .message.info.empty p a {
  display: block;
  color: #0c7394;
  font-weight: 600;
  width: 100%;
}
body.sales-order-history .message.info.empty p a.refresh {
  color: #fff;
  background: #0c7394;
  display: inline-block;
  padding: 8px 30px;
  min-width: 289px;
  border-radius: 5px;
  margin-bottom: 10px;
}
body.sales-order-history .message.info.empty p a.refresh:hover {
  background: #104470;
}
body.sales-order-history .modal-popup.confirm .modal-footer {
  display: none;
}
@media (max-width: 767.98px) {
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail {
    display: block;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper {
    padding: 15px 30px;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper .left-group .reorder-action-wrapper {
    width: auto;
    margin-right: 10px;
    padding-bottom: 0;
  }
  body .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.order-detail td .order-detail-wrapper .left-group .reorder-action-wrapper a {
    font-size: 14px;
    line-height: calc(16/14);
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    background: #0c7394;
    color: #ffffff;
    vertical-align: middle;
    padding: 9px 20px;
    -webkit-appearance: button;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
  }
}
.message.global.demo {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1px;
  opacity: 0.9;
  width: auto;
}
.message.global.demo p {
  color: inherit;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .account-top-link .my-account span.account-no {
  color: #525252;
  display: block;
  font-size: 10px;
  line-height: 12px;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .account-top-link .my-account .my-account-hover span.account-no {
  color: #434342;
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .account-top-link .my-account .top-links-icon + span {
  white-space: normal;
  display: block;
  max-width: 12ch;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 16px;
  word-break: break-word;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .account-top-link .hover-account-title {
  text-align: left;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .call-us-wrapper {
  display: flex;
  align-items: center;
  width: 50%;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .call-us-wrapper .call-us-mobile {
  width: 32px;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .call-us-wrapper .call-us.hide-mb {
  padding-left: 20px;
}
.page-wrapper header.page-header .header.content .header-wrapper-right .top-links {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding-top: 7px;
  width: auto;
  justify-content: flex-end;
  margin-left: -5px;
}
@media (max-width: 1260px) {
  .page-wrapper header.page-header .header.content .header-wrapper-right .top-links {
    gap: 0 !important;
    width: 100%;
    display: inline-flex;
    padding: 0;
  }
}
.page-wrapper .page-header .rappid-block,
.page-wrapper .page-header-checkout .rappid-block {
  display: flex;
  align-items: center;
}
.page-wrapper .page-header .logo-divider,
.page-wrapper .page-header-checkout .logo-divider,
.page-wrapper .page-header .rappid-logo,
.page-wrapper .page-header-checkout .rappid-logo {
  display: inline-block;
}
.page-wrapper .page-header .logo-divider,
.page-wrapper .page-header-checkout .logo-divider {
  border-left: 1px solid #104470;
  width: 0;
  height: 34px;
  margin: 0 12px;
}
@media (max-width: 1260px) {
  .page-wrapper .page-header .logo-divider,
  .page-wrapper .page-header-checkout .logo-divider {
    height: 16px;
    margin: 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .page-wrapper .page-header .logo-divider,
  .page-wrapper .page-header-checkout .logo-divider {
    height: 20px;
  }
}
.page-wrapper .page-header .rappid-logo img,
.page-wrapper .page-header-checkout .rappid-logo img {
  width: 120px;
  margin: 3px 0;
}
.page-wrapper .page-header .rappid-logo small,
.page-wrapper .page-header-checkout .rappid-logo small {
  display: block;
  color: #525252;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .page-wrapper .page-header .rappid-logo img,
  .page-wrapper .page-header-checkout .rappid-logo img {
    max-width: 80px;
  }
  .page-wrapper .page-header .rappid-logo small,
  .page-wrapper .page-header-checkout .rappid-logo small {
    display: none;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .page-wrapper .page-header .rappid-logo img,
  .page-wrapper .page-header-checkout .rappid-logo img {
    max-width: 100px;
  }
}
@media (max-width: 1260px) {
  .page-wrapper .page-header .logo-menutab .logo.has-rappid,
  .page-wrapper .page-header-checkout .logo-menutab .logo.has-rappid {
    display: flex;
    align-items: center;
    width: 205px;
  }
  .page-wrapper .page-header .logo-menutab .logo.has-rappid > img,
  .page-wrapper .page-header-checkout .logo-menutab .logo.has-rappid > img {
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .page-wrapper .page-header .logo-menutab .logo.has-rappid,
  .page-wrapper .page-header-checkout .logo-menutab .logo.has-rappid {
    width: 290px;
  }
  .page-wrapper .page-header .logo-menutab .logo.has-rappid > img,
  .page-wrapper .page-header-checkout .logo-menutab .logo.has-rappid > img {
    max-width: 170px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .page-header-checkout .rappid-block {
    display: none;
  }
}
body.sublogin-lv1 .header.content .my-account-hover {
  min-width: 430px;
}
body.not-login .quote-order {
  display: none;
}
body .panel.header.builder-panel .action.primary.btn-panel-confirm {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  color: #ffffff;
}
body .panel.header.builder-panel .action.primary.btn-panel-confirm:hover {
  color: #ffffff;
}
body .login-menu {
  display: none;
}
body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
  box-shadow: none;
  border-radius: 0;
}
body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000000;
  opacity: 0.7;
}
body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content > div:not(.snize-close-area),
body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content > ul {
  position: relative;
  z-index: 1001;
  box-shadow: none;
  background: #ffffff;
}
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
  height: 60px;
  margin: 0;
}
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button {
  width: 50px;
}
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button .snize-close-button-arrow {
  background-image: url(../../frontend/YesMed/default/en_AU/images/icon-cancel.png) !important;
  background-size: 21px;
  width: 21px;
  height: 21px;
  margin: 0 auto;
}
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-search,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-clear-button-container,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  background: #ffffff;
  border: 0;
  box-shadow: none;
}
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  margin: 0;
  height: 60px;
}
body.checkout-index-index .page-header-checkout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #cdcbca;
}
@media screen and (max-width: 1260px) {
  body.checkout-index-index .page-header-checkout .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.checkout-index-index .page-header-checkout .header.content .nav-toggle {
  display: none;
}
body.checkout-index-index .page-header-checkout .header.content .header-left,
body.checkout-index-index .page-header-checkout .header.content .header-middle,
body.checkout-index-index .page-header-checkout .header.content .header-right {
  display: inline-block;
  vertical-align: middle;
}
body.checkout-index-index .page-header-checkout .header.content .header-left .logo,
body.checkout-index-index .page-header-checkout .header.content .header-middle .logo,
body.checkout-index-index .page-header-checkout .header.content .header-right .logo {
  float: none;
}
@media (max-width: 767px) {
  body.checkout-index-index .page-header-checkout .header.content .header-left .logo img,
  body.checkout-index-index .page-header-checkout .header.content .header-middle .logo img,
  body.checkout-index-index .page-header-checkout .header.content .header-right .logo img {
    margin: 0 auto;
    max-width: 120px;
  }
}
body.account .page-header .header.content .header-wrapper-right .my-account .link-menu-item {
  display: flex;
  padding: 0;
}
body.account .page-header .header.content .header-wrapper-right .menu-account {
  padding-top: 5px;
}
.icon-top-account {
  width: 23px;
  display: block;
  margin: 0 auto;
}
.quote-order .amquote-showcart {
  display: inline-block;
}
.quote-order span.counter-number {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  padding: 0 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: 'Gotham-Book', sans-serif;
  position: absolute;
  background: #67c5d3;
  top: -8px;
  left: 29px;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .header-announcement {
  background: #104470;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.page-header .header-announcement p {
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  margin: 0 auto;
}
html.nav-open .page-header {
  z-index: 101;
}
.fav-list-m .fas,
.sign-out-m .fa-sign-out {
  font-size: 19px;
  color: #606060;
  font-weight: 700;
}
.icon-menu-m {
  position: absolute !important;
  left: 10px;
  max-width: 21px;
  padding-left: 0 !important;
}
.icon-menu-m img {
  width: 100%;
}
.signout .fa-sign-out,
.favourites .fa-star {
  font-size: 23px;
  color: #606060;
  font-weight: 700;
}
.enable {
  display: block !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 12;
  cursor: pointer;
  display: none;
}
body.nav--up .header-content-section {
  box-shadow: none;
}
body .nav-sections {
  transition: margin-top 0.3s;
}
body .header-content-section {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
.header-wrapper-search .block {
  margin: 0;
}
.header-wrapper-search .search-autocomplete {
  margin-top: 0;
}
.header-wrapper-search .block-search-custom {
  clear: both;
}
.header-wrapper-search .block-search-custom form {
  position: relative;
}
.header-wrapper-search .block-search-custom form input[type='text'] {
  height: 50px;
  border-radius: 20px;
  color: #cccccc;
  font-size: 18px;
  letter-spacing: -0.6px;
  padding: 0 50px 0 20px;
  line-height: 50px;
  font-weight: 700;
}
.header-wrapper-search .block-search-custom form input[type='text']::-webkit-input-placeholder {
  /* Edge */
  color: #cccccc;
}
.header-wrapper-search .block-search-custom form input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
.header-wrapper-search .block-search-custom form input[type='text']::placeholder {
  color: #cccccc;
}
.header-wrapper-search .block-search-custom form .actions button {
  background: transparent;
  height: 50px;
  position: absolute;
  top: 3px;
  right: 25px;
  padding: 0;
}
.header-wrapper-search .block-search-custom .nested {
  display: none;
}
.header.content {
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.5s;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.header.content .header-left,
.header.content .header-wrapper-left {
  padding-right: 30px;
}
.header.content .header-left .logo,
.header.content .header-wrapper-left .logo {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1260px) {
  .header.content .header-left .logo > img,
  .header.content .header-wrapper-left .logo > img {
    margin: auto;
  }
}
.header.content .header-left .logo.has-rappid,
.header.content .header-wrapper-left .logo.has-rappid {
  display: flex;
  align-items: center;
}
@media (min-width: 1261px) {
  .header.content .header-left .logo.has-rappid img,
  .header.content .header-wrapper-left .logo.has-rappid img {
    max-width: 265px;
  }
}
@media (max-width: 1260px) {
  .header.content .header-left .logo.has-rappid,
  .header.content .header-wrapper-left .logo.has-rappid {
    width: 240px;
  }
  .header.content .header-left .logo.has-rappid > img,
  .header.content .header-wrapper-left .logo.has-rappid > img {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .header.content .header-left .logo.has-rappid,
  .header.content .header-wrapper-left .logo.has-rappid {
    width: 290px;
  }
}
@media (min-width: 1261px) {
  .header.content .header-wrapper-search.quote-empty {
    width: 50%;
  }
}
.header.content .header-wrapper-right {
  padding-left: 30px;
  width: 36.35%;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media (min-width: 1261px) {
  .header.content .header-wrapper-right.quote-empty {
    width: 30.9%;
  }
}
.header.content .header-wrapper-right p {
  line-height: 1.2;
  font-family: 'Gotham-Book', sans-serif;
  color: #626262;
  margin: 0;
  font-size: 12px;
}
.header.content .header-wrapper-right p a {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 21.83px;
  color: #484740;
}
.header.content .header-wrapper-right p .seconds a {
  color: #df1e32;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 12px;
}
.header.content .header-wrapper-right .call-us {
  margin-right: 20px;
}
.header.content .header-wrapper-right .call-us-text {
  font-size: 10px;
  font-family: 'Gotham-Book', sans-serif;
  color: #626262;
  text-transform: uppercase;
}
.header.content .header-wrapper-right .login a,
.header.content .header-wrapper-right .signup a,
.header.content .header-wrapper-right .signout a,
.header.content .header-wrapper-right .quote-order a,
.header.content .header-wrapper-right .my-account a,
.header.content .header-wrapper-right .favourites a {
  color: #80788f;
  font-size: 16px;
  letter-spacing: -0.6px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
}
.header.content .product-image-container {
  max-width: unset;
  min-height: unset;
}
.header.content .account-top-link .authentication-dropdown {
  right: 0;
  width: auto;
}
.header.content .account-top-link .authentication-dropdown::before {
  content: '';
  display: block;
  background: none;
  border-bottom: 13px solid #ffffff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header.content .account-top-link .authentication-dropdown .action-close {
  display: none;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .block-new-customer {
  border-top: none;
  margin-top: 20px;
  padding-top: 0;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .block-new-customer::before {
  display: none;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .block-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .block-title strong {
  font-weight: 700;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar {
  margin-bottom: 0;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar > .primary,
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
  display: block;
  float: none;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
  width: 100%;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar > .secondary a.action {
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-top: 0;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar > .secondary a.action:hover {
  text-decoration: underline;
}
.header.content .account-top-link .authentication-dropdown .block-authentication .actions-toolbar .primary {
  float: none;
}
.header.content .account-top-link .modal-custom-overlay {
  background: rgba(51, 51, 51, 0.55);
}
.header.content .my-account-content {
  position: relative;
}
.header.content .my-account-content.active .menu-account-dropdown {
  display: block;
}
.header.content .my-account-content .menu-account-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.header.content .my-account-content .click-account {
  cursor: pointer;
  display: inline-block;
}
.header.content .quote-order {
  order: 3;
}
.header.content .minicart-wrapper {
  margin-left: 0;
  white-space: normal;
  line-height: 1;
}
.header.content .minicart-wrapper .action.showcart:before {
  background: url('../../frontend/YesMed/default/en_AU/images/icon-cart-update.png') no-repeat;
}
.header.content .minicart-wrapper .action.showcart,
.header.content .minicart-wrapper .action.amquote-showcart {
  padding-left: 5px;
}
.header.content .minicart-wrapper .action.showcart:before,
.header.content .minicart-wrapper .action.amquote-showcart:before {
  content: '';
  width: 29px;
  height: 28px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1261px) {
  .header.content .minicart-wrapper .action.showcart:before,
  .header.content .minicart-wrapper .action.amquote-showcart:before {
    margin-top: -6px;
  }
}
@media (min-width: 1261px) {
  .header.content .minicart-wrapper .action.showcart .text,
  .header.content .minicart-wrapper .action.amquote-showcart .text {
    color: #80788f;
    font-size: 16px;
    font-family: 'Gotham-Book', sans-serif;
    letter-spacing: -0.6px;
    height: auto;
    overflow: inherit;
    width: auto;
    position: static;
    display: block;
  }
}
.header.content .minicart-wrapper .action.showcart .counter.qty,
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty {
  margin-top: 0;
  height: 0;
  display: block !important;
}
.header.content .minicart-wrapper .action.showcart .counter.qty.empty,
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty.empty {
  display: inline-block;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .counter-number,
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  background: #545453;
  padding: 0 4px !important;
  border-radius: 50%;
  width: auto;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -14px;
  left: 36px;
  min-width: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .label-counter-items,
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty .label-counter-items {
  display: none;
}
@media (min-width: 1261px) {
  .header.content .my-account {
    position: relative;
  }
  .header.content .my-account:hover .my-account-hover.visible {
    display: block;
  }
  .header.content .my-account-hover {
    display: none;
    position: absolute;
    background: #ffffff;
    right: 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    min-width: 395px;
    top: 100%;
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
  .header.content .my-account-hover .customer-name {
    font-size: 14px;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #707070;
    line-height: -webkit-calc(15/14);
    line-height: -moz-calc(15/14);
    line-height: calc(15/14);
  }
  .header.content .my-account-hover .full-name {
    color: #ea2027;
  }
  .header.content .my-account-hover .hover-account-welcome a {
    font-size: 14px;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #707070;
    text-decoration: underline;
    line-height: -webkit-calc(15/14);
    line-height: -moz-calc(15/14);
    line-height: calc(15/14);
  }
  .header.content .my-account-hover .hover-account-title {
    font-size: 14px;
    color: #707070;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: -webkit-calc(15/14);
    line-height: -moz-calc(15/14);
    line-height: calc(15/14);
  }
  .header.content .my-account-hover::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    right: 32px;
    z-index: 2;
    box-sizing: border-box;
    border: 0.5em solid #000000;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.16);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header.content .hover-account-welcome {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cccbcb;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .header.content .hover-account-summary {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cccbcb;
  }
  .header.content .hover-menu-account {
    width: 100%;
    padding: 20px;
  }
  .header.content .account-summary-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .header.content .account-summary-info .account-balance {
    padding: 10px;
    border-left: 2px solid #ea2027;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    margin-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-calc((100% - 30px)/2);
    max-width: -moz-calc((100% - 30px)/2);
    max-width: calc((100% - 30px)/2);
  }
  .header.content .account-summary-info .last-order {
    padding: 10px;
    border-left: 2px solid #ea2027;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-calc((100% - 30px)/2);
    max-width: -moz-calc((100% - 30px)/2);
    max-width: calc((100% - 30px)/2);
  }
  .header.content .account-summary-info .price-balance,
  .header.content .account-summary-info .last-order-id,
  .header.content .account-summary-info .last-order-id a {
    font-size: 20px;
    color: #ea2027;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    display: inline;
    line-height: -webkit-calc(21/20);
    line-height: -moz-calc(21/20);
    line-height: calc(21/20);
  }
  .header.content .account-summary-info p.subtitle {
    font-size: 10px;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #707070;
    line-height: -webkit-calc(11/10);
    line-height: -moz-calc(11/10);
    line-height: calc(11/10);
  }
  .header.content .account-summary-info p.overdue {
    font-size: 10px;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 300;
    color: #ea2027;
    line-height: -webkit-calc(11/10);
    line-height: -moz-calc(11/10);
    line-height: calc(11/10);
  }
  .header.content .menu-account {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .header.content .menu-account .menu-account-item {
    width: 100%;
    margin-bottom: 20px;
    max-width: -webkit-calc(50% - 15px);
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .header.content .menu-account .menu-account-item:nth-child(2n + 1) {
    margin-right: 30px;
  }
  .header.content .menu-account .menu-account-item .link-menu-item {
    position: relative;
    text-transform: capitalize;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .header.content .menu-account .menu-account-item .link-menu-item:hover {
    color: #ea2027;
  }
  .header.content .menu-account .menu-account-item i {
    display: inline-block;
  }
  .header.content .menu-account .menu-account-item.my-account {
    padding-bottom: 0;
  }
  .header.content .menu-account .menu-account-item.my-account i {
    width: 28px;
    height: 28px;
    background: url('../../frontend/YesMed/default/en_AU/images/hover-account-2x.png') no-repeat;
    background-size: 28px;
    margin-right: 10px;
  }
  .header.content .menu-account .menu-account-item.my-orders i {
    width: 22px;
    height: 30px;
    background: url('../../frontend/YesMed/default/en_AU/images/hover-order-2x.png') no-repeat;
    background-size: 22px;
    margin-right: 10px;
  }
  .header.content .menu-account .menu-account-item.my-fav i {
    width: 28px;
    height: 29px;
    background: url('../../frontend/YesMed/default/en_AU/images/White-Star-icon-3.png') no-repeat;
    background-size: 28px;
    margin-right: 10px;
  }
  .header.content .menu-account .menu-account-item.my-invoice i {
    width: 22px;
    height: 30px;
    background: url('../../frontend/YesMed/default/en_AU/images/hover-invoice-2x.png') no-repeat;
    background-size: 22px;
    margin-right: 10px;
  }
  .header.content .menu-account .menu-account-item.track-order {
    margin-bottom: 0;
  }
  .header.content .menu-account .menu-account-item.track-order i {
    width: 24px;
    height: 30px;
    background: url('../../frontend/YesMed/default/en_AU/images/hover-track-2x.png') no-repeat;
    background-size: 24px;
    margin-right: 10px;
    margin-left: 3px;
  }
  .header.content .menu-account .menu-account-item.user-sublogin {
    margin-bottom: 0;
  }
  .header.content .menu-account .menu-account-item.user-sublogin i {
    width: 28px;
    height: 25px;
    background: url('../../frontend/YesMed/default/en_AU/images/hover-user.png') no-repeat;
    background-size: 28px;
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .header.content .my-account-hover {
    display: none;
  }
}
.header.content .minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.quote-order.empty {
  display: none;
}
.quote-order.show {
  display: block;
}
.top-links-icon {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  height: 30px;
  object-fit: cover;
}
.page-footer {
  background: transparent;
  padding-bottom: 0;
  padding-top: 60px;
}
.page-footer .footer-top {
  text-align: center;
  padding-top: 115px;
  padding-bottom: 130px;
  background-color: #e7e8e8;
}
.page-footer .footer-top h3 {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 40px;
  color: #47473f;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.page-footer .footer-top .physio-text {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 35px;
  color: #47473f;
  line-height: 1.314;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0 100px;
}
.page-footer .footer-middle {
  background-color: #29292a;
  padding-top: 95px;
  padding-bottom: 65px;
}
.page-footer .footer-middle .container {
  overflow: hidden;
}
.page-footer .footer-middle h3 {
  margin: 0;
  font-size: 23.97px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;
  line-height: 1.133;
  margin-bottom: 15px;
}
.page-footer .footer-middle .explore-our-site,
.page-footer .footer-middle .explore-our-products {
  width: 25%;
  float: left;
}
.page-footer .footer-middle .explore-our-products {
  padding: 0 15px;
}
.page-footer .footer-middle .explore-our-product-categories {
  width: 50%;
  float: left;
}
.page-footer .footer-middle .explore-our-product-categories ul {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.page-footer .footer-middle .explore-our-product-categories ul + ul {
  padding-right: 0;
  padding-left: 10px;
}
.page-footer .footer-middle ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-footer .footer-middle ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.page-footer .footer-middle ul li a {
  display: inline-block;
  color: #bdbdbd;
  font-size: 19px;
  font-family: 'Gotham-Light', sans-serif;
  line-height: 1.744;
  padding-left: 20px;
  position: relative;
}
.page-footer .footer-middle ul li a:before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: 0;
}
.page-footer .footer-middle ul li a:hover {
  color: #df1e32;
}
.page-footer .footer-bottom {
  background-color: #29292a;
}
.page-footer .footer-bottom .share-app {
  border-top: 1px solid #bdbdbd;
  padding-top: 55px;
  padding-bottom: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  /* Desktop App section at footer currently removed */
}
.page-footer .footer-bottom .share-app > div {
  padding: 0 5px;
}
.page-footer .footer-bottom .share-app h5 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 23.97px;
  color: #ffffff;
  line-height: 1.133;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-footer .footer-bottom .share-app ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-footer .footer-bottom .share-app ul li {
  margin-bottom: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
}
.page-footer .footer-bottom .share-app .footer-eway {
  margin-bottom: 10px;
}
.page-footer .footer-bottom .share-app .footer-eway img {
  height: 70px;
}
.page-footer .footer-bottom .share-app .footer-eway img,
.page-footer .footer-bottom .share-app .footer-app img,
.page-footer .footer-bottom .share-app .img-footer img {
  vertical-align: bottom;
}
.page-footer .footer-bottom .share-app .destop-app ul li {
  padding-right: 15px;
  margin-bottom: 0;
}
.page-footer .footer-bottom .share-app .destop-app ul li:last-child {
  padding-right: 0;
}
.page-footer .footer-bottom .share-app .destop-app ul li a {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 19px;
  color: #bdbdbd;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.page-footer .footer-bottom .share-app .destop-app ul li a img {
  padding-right: 0;
  display: inline-block;
  margin-right: 10px;
  max-width: 28px;
}
.page-footer .footer-bottom .follow-us ul {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.page-footer .footer-bottom .follow-us ul li {
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  display: inline-block;
}
.page-footer .footer-bottom .follow-us ul li:hover {
  border-color: #df1e32;
  cursor: pointer;
}
.page-footer .footer-bottom .follow-us ul li:hover a {
  color: #df1e32;
}
.page-footer .footer-bottom .follow-us ul li a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #bdbdbd;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.page-footer .footer-img-app img {
  max-width: 120px;
  height: auto;
}
.page-footer .footer-copyright {
  background-color: #29292a;
  text-align: center;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 19px;
  padding-bottom: 75px;
  line-height: 1.74;
  width: 100%;
}
.page-footer .footer-copyright .copyright-text {
  color: #bdbdbd;
}
.page-footer .footer-copyright .term a {
  color: #de1c24;
}
@media (min-width: 1261px) {
  .header.content .header-wrapper-right .signup {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #eb2228;
    border-right: 1px solid #eb2228;
  }
}
@media (min-width: 1500px) {
  .header.content .header-wrapper-right .signup {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1260px) {
  body .login-menu {
    display: block;
  }
  body .login-menu .my-account {
    font: 600 16px/32px 'Gotham-Book', sans-serif;
    color: #484740;
  }
  .page-header .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .page-header .navigation {
    padding-left: 0;
    padding-right: 0;
    background: #f8f8f8;
  }
  .page-header .nav-sections-item-content {
    padding-top: 0;
  }
  .page-header .logo-menutab {
    width: 100%;
    border-bottom: 1px solid #dadada;
    position: relative;
    padding: 9px 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .page-header .logo-menutab .logo {
    width: 110px;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
    margin-left: 0;
    margin: 0 auto;
    padding: 0;
  }
  .page-header .logo-menutab .nav-sections .header.links a {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-left: 0;
    margin: 15px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .page-header .logo-menutab .nav-toggle {
    left: 18px;
    top: 10px;
  }
  .page-header .logo-menutab .nav-toggle:before {
    content: '';
    display: inline-block;
    background-image: url('../../frontend/YesMed/default/en_AU/images/arrow-right.png');
    background-size: cover;
    width: 9px;
    height: 17px;
  }
  .page-header .logo-menutab .nav-toggle:after {
    background: none;
    height: 50px;
  }
  .page-header .logo-menutab .span.action.nav-toggle,
  .page-header .logo-menutab .visible-mb {
    display: none;
  }
  .page-header .menusub-category-session .level1.level-menu a {
    position: relative;
    padding-left: 30px;
  }
  .page-header .menusub-category-session .level1.level-menu .icon-thmbnail-menu {
    max-width: 18px;
    display: none;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .page-header .menusub-category-session .level2.level-menu {
    border-bottom: 1px dotted #cdcbca;
  }
  .page-header .menusub-category-session .level2.level-menu a {
    border-top: 1px dotted #cdcbca;
  }
  .page-header .menusub-category-session .level2.level-menu a:first-child {
    border-top: none;
  }
  .page-header .menusub-category-session .level2.level-menu a:after {
    display: none;
  }
  .page-header .artir-account {
    margin: 0 15px;
    margin-bottom: 10px;
  }
  .page-header .artir-account ul {
    margin-left: 0;
  }
  .page-header .artir-account ul .icon-menu-m {
    position: static !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .page-header .artir-account ol {
    position: relative;
  }
  .page-header .artir-account ol li.my-quote-m .icon-menu-m {
    width: 23px;
  }
  .page-header .artir-account .my-account-mobile {
    position: relative;
  }
  .page-header .artir-account .my-account-mobile a {
    font-family: 'Gotham-Book', sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #484740;
    padding: 0;
  }
  .page-header .artir-account .my-account-mobile:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #606060;
    font-weight: 700;
    content: '\f0d7';
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-header .artir-account .my-account-mobile.active:before {
    content: '\f0d8';
  }
  .page-header .nav-sections-items .ves-megamenu > .navigation .nav-item.category-item > a {
    position: relative;
  }
  .page-header .nav-sections-items .ves-megamenu > .navigation .nav-item.category-item > a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #606060;
    font-weight: 700;
    content: '\f0d7';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .page-header .nav-sections-items .ves-megamenu > .navigation .nav-item.category-item > a.active:before {
    content: '\f0d8';
  }
  .page-header .nav-sections-item-content {
    margin-top: 0;
  }
  .page-header .nav-sections .header.links {
    border-bottom: none;
  }
  .page-header .nav-sections .header.links a {
    padding: 10px 40px;
  }
  .page-header .nav-sections .header.links a:hover {
    color: #484740;
    display: block;
    font-weight: 300;
    padding: 10px 40px;
    margin-left: 00;
  }
  .page-header .nav-sections .header.links li > a {
    border-top: none;
  }
  .page-header .nav-sections-item-content {
    display: block !important;
  }
  .page-header ul.header.links .customer-welcome .customer-menu .authorization-link {
    display: none !important;
  }
  .page-header ul.header.links h3 {
    color: #484740;
    padding: 0 70px;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
  }
  .page-header ul.header.links h3:before {
    content: '';
    width: 20px;
    height: 22px;
    position: absolute;
    left: 30px;
    top: 5px;
    display: inline-block;
    background-image: url('../../frontend/YesMed/default/en_AU/images/user.png');
    background-size: cover;
  }
  .page-header ul.header.links h3:after {
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #606060;
    content: '\f0d7';
    font-weight: 700;
    margin-right: 35px;
  }
  .page-header ul.header.links.active h3:after {
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    font-weight: 700;
    color: #606060;
    content: '\f0d8';
    margin-right: 35px;
  }
  .page-header ul.header.links li.greet.welcome {
    display: none !important;
  }
  .page-header ul.header.links li {
    border: none;
    padding-left: 20px;
    padding-right: 30px;
  }
  .page-header ul.header.links li .customer-name {
    display: none;
  }
  .page-header ul.header.links li span,
  .page-header ul.header.links li a {
    padding-left: 40px;
    position: relative;
    font-weight: 300;
  }
  .page-header .navigation {
    margin-top: 0;
  }
  .page-header .navigation .actives {
    margin-top: 0;
  }
  .page-header .navigation .is-logged {
    margin-top: 0;
  }
  .page-header .navigation li.level0:last-child {
    border-bottom: none;
  }
  .page-header .navigation .level0 {
    border: none;
  }
  .page-header .customer-name button {
    color: #606060;
    font-size: 16px;
    height: auto;
    margin-top: -11px;
    font-family: 'Gotham-Light', sans-serif;
  }
  .page-header .customer-name button span {
    padding-left: 0 !important;
  }
  .page-header .customer-name button span:before {
    display: none;
  }
  .customer-menu ul.header.links li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-item-title.nav-sections-item-title {
    display: none;
  }
  ul.header.links li {
    display: none;
  }
  ul.header.links .menu-create-account li {
    display: block;
  }
  ul.header.links .menu-create-account ul {
    display: none;
  }
  ul.header.links .customer-welcome {
    display: none !important;
  }
  ul.header.links .authorization-link {
    display: none !important;
  }
  ul.header.links .login-menu ul {
    display: none;
  }
  ul.header.links.active .menu-create-account ul {
    display: block;
    margin-top: 9px;
  }
  ul.header.links.active .menu-create-account li {
    display: block !important;
  }
  ul.header.links.active .login-menu ul {
    display: block;
    margin-top: 5px;
  }
  ul.header.links.active .login-menu li {
    display: block !important;
  }
  ul.header.links.active li {
    display: none !important;
  }
  .header.content {
    padding-bottom: 72px;
    padding-top: 10px;
  }
  .header.content .header-wrapper-left {
    padding-right: 0;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .header.content .header-wrapper-left .search_icon_mobile {
    margin-left: 40px;
    float: left;
    margin-top: 6px;
  }
  .header.content .header-wrapper-left .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header.content .header-wrapper-left .nav-toggle {
    top: 18px;
  }
  .header.content .header-wrapper-right {
    width: auto;
    padding-left: 0;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
  }
  .header.content .header-wrapper-right .call-us,
  .header.content .header-wrapper-right .login,
  .header.content .header-wrapper-right .signup,
  .header.content .header-wrapper-right .signout,
  .header.content .header-wrapper-right .favourites,
  .header.content .header-wrapper-right .quote-order,
  .header.content .header-wrapper-right .my-account {
    display: none;
  }
  .header.content .header-wrapper-right .minicart-wrapper {
    margin-top: 0;
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart:before {
    background: url(../../frontend/YesMed/default/en_AU/images/cart-mobile.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: unset;
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty {
    background-color: #104470;
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty .counter-number {
    background: #104470;
    left: 15px;
    top: -10px;
  }
  .header.content .header-wrapper-right .minicart-wrapper:not(.quote-order) {
    margin-left: 10px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.content .header-wrapper-right .call-us-mobile a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.content .header-wrapper-search {
    position: absolute;
    left: 0;
    width: 100%;
    cursor: pointer;
    transition: 0.5s;
    top: 62px;
    display: block;
    z-index: 9;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header.content .header-wrapper-search form input[type='text'] {
    height: 60px;
    border-radius: 0;
    border: none;
    padding-left: 50px;
  }
  .header.content .header-wrapper-search .cross {
    display: none;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    left: 15px;
    cursor: pointer;
    z-index: 2;
  }
  .header.content .header-wrapper-search .cross:before,
  .header.content .header-wrapper-search .cross:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: gray;
  }
  .header.content .header-wrapper-search .cross:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.content .header-wrapper-search .cross:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header.content .header-wrapper-search .cross {
    display: block;
  }
  .header.content .header-wrapper-search .block-search-custom form .actions button {
    top: 7px;
    outline: none;
  }
  .page-wrapper .page-header .header.content {
    padding-bottom: 73px !important;
  }
  .page-wrapper .page-header .header.content .search_icon_mobile {
    opacity: 0;
    z-index: -1;
  }
  .page-wrapper .page-header .header.content .header-wrapper-search {
    z-index: 9;
  }
}
@media (max-width: 1199px) {
  .header.content .header-wrapper-right .login a span,
  .header.content .header-wrapper-right .signup a span,
  .header.content .header-wrapper-right .signout a span,
  .header.content .header-wrapper-right .favourites a span,
  .header.content .header-wrapper-right .quote-order a span,
  .header.content .header-wrapper-right .my-account a span {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header.content .header-wrapper-right p a {
    font-size: 18px;
  }
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 50%;
  }
  .page-footer .footer-middle .explore-our-product-categories {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body .columns .column.main {
    padding-bottom: 0;
  }
  .page-header {
    margin-bottom: 0;
    border: none;
  }
  .page-header .panel.wrapper {
    display: block;
  }
  .page-footer {
    margin-top: 30px;
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .page-footer .footer-top {
    order: -2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-footer .footer-top h3 {
    font-size: 14px;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .page-footer .footer-top .physio-text {
    font-size: 12px;
    padding: 0;
    margin-top: 10px;
  }
  .page-footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-footer .footer-middle .explore-our-site,
  .page-footer .footer-middle .explore-our-products {
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-products {
    padding: 0;
    margin-top: 30px;
  }
  .page-footer .footer-middle .explore-our-product-categories {
    margin-top: 30px;
  }
  .page-footer .footer-middle .explore-our-product-categories ul {
    padding-right: 0;
    width: 100%;
  }
  .page-footer .footer-middle .explore-our-product-categories ul + ul {
    padding-left: 0;
  }
  .page-footer .footer-middle h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .page-footer .footer-middle ul li {
    line-height: 1;
  }
  .page-footer .footer-middle ul li a {
    font-size: 12px;
  }
  .page-footer .footer-bottom {
    order: -1;
    overflow: hidden;
  }
  .page-footer .footer-bottom .share-app {
    border-top: 0;
    padding-bottom: 0;
    padding-top: 20px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .page-footer .footer-bottom .share-app ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    align-content: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
  }
  .page-footer .footer-bottom .share-app ul li {
    text-align: center;
    align-self: baseline;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
  }
  .page-footer .footer-bottom .share-app ul li a img {
    width: 100%;
    max-width: 60px;
  }
  .page-footer .footer-bottom .share-app > div {
    padding: 0;
    margin-bottom: 20px;
  }
  .page-footer .footer-bottom .share-app .img-footer {
    order: 0;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    order: 3;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .page-footer .footer-bottom .share-app .reviews-us ul li a {
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
  .page-footer .footer-bottom .share-app .footer-eway {
    order: 2;
    width: 100%;
    float: left;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-eway img {
    max-height: 70px;
  }
  .page-footer .footer-bottom .share-app .footer-app {
    padding-top: 20px;
    order: 4;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app a {
    padding: 0 5px;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app img {
    width: auto;
    max-width: 140px;
  }
  .page-footer .footer-bottom .share-app .destop-app {
    order: 5;
    width: 50%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a {
    font-size: 0;
  }
  .page-footer .footer-bottom .share-app h5 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .page-footer .footer-bottom .share-app .footer-img-app a,
  .page-footer .footer-bottom .share-app .footer-eway a {
    margin-bottom: 0;
  }
  .page-footer .footer-bottom .follow-us ul {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  .page-footer .footer-bottom .follow-us ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-copyright {
    font-size: 12px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .page-header .artir-account {
    margin-bottom: 10px;
  }
  .page-header ul.header.links.active h3:after {
    margin-right: 15px;
  }
  .page-header ul.header.links.active .login-menu ul {
    padding-left: 0;
    margin-top: 10px;
  }
  .page-header ul.header.links.active .menu-create-account ul {
    margin-top: 5px;
    padding-left: 0;
  }
  .page-header ul.header.links li {
    padding-left: 30px;
    padding-right: 15px;
  }
  .page-header ul.header.links a {
    padding-right: 10px;
  }
  .page-header ul.header.links h3 {
    padding: 0 40px;
  }
  .page-header ul.header.links h3:before {
    left: 15px;
  }
  .page-header ul.header.links h3:after {
    margin-right: 15px;
  }
  .nav-sections-items .ves-megamenu .opener::before {
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .page-footer .footer-bottom .share-app .footer-app,
  .page-footer .footer-bottom .share-app .destop-app {
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .reviews-us {
    text-align: center;
  }
}
@media screen and (min-width: 1261px) {
  body .ves-megamenu .navigation .level0:first-child a span {
    position: relative;
  }
  body .ves-megamenu .navigation .level0:first-child a span:after {
    content: '\f0da';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    color: red;
    top: 0;
    padding-left: 15px;
    font-weight: 600;
  }
}
@media (min-width: 1621px) {
  body .ves-megamenu .navigation .level0 {
    margin: 0 0px 0 0;
  }
}
@media (min-width: 1261px) {
  .ves-megamenu .navigation .level0 {
    margin: 0 -10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .share-app .footer-emblem {
    order: 4;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .footer-bottom .share-app {
    margin-bottom: 30px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
  }
  .footer-bottom .share-app .img-footer {
    flex: 100%;
    text-align: center;
  }
}
@media (max-width: 1260px) {
  .nav-sections-items .ves-megamenu > .navigation .login-menu + .nav-item {
    display: none;
  }
}
.cms-about-us .video-astir-story .note-video-top {
  text-transform: capitalize;
}
/* Service page */
.service-page .service-page-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #285674;
  text-align: center;
  text-transform: uppercase;
}
.service-page .service-page-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #434342;
  text-align: center;
}
.service-page .service-page-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
}
.service-page .service-steps {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.service-page .service-steps .step {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  background: #ffffff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
}
.service-page .service-steps .step h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #285674;
  text-align: center;
  text-transform: uppercase;
}
.service-page .service-steps .step p {
  font-family: 'Manrope', sans-serif;
  font-weight: 250;
  color: #434342;
  text-align: center;
  margin-bottom: 0;
}
.service-page .service-steps .step-icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
@media (min-width: 768px) {
  .service-page .service-page-title {
    font-size: 60px;
    line-height: calc(100/60);
    margin-bottom: 30px;
  }
  .service-page .service-page-subtitle {
    font-size: 20px;
    line-height: calc(28/20);
    max-width: 80%;
    width: 100%;
    margin: 0 auto 85px;
  }
  .service-page .service-steps .step {
    padding: 50px 30px 70px;
    width: calc(50% - 30px);
  }
  .service-page .service-steps .step.steps-1 {
    margin-right: 30px;
  }
  .service-page .service-steps .step.steps-2 {
    margin-left: 30px;
  }
  .service-page .service-steps .service-icon {
    margin-bottom: 30px;
  }
  .service-page .service-steps h3 {
    font-size: 45px;
    line-height: calc(57/45);
    margin-bottom: 45px;
  }
  .service-page .service-steps p {
    font-size: 20px;
    line-height: calc(35/20);
  }
  .service-page .service-form {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .service-page .service-page-title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .service-page .service-page-subtitle {
    font-size: 16px;
    line-height: calc(24/16);
    margin-bottom: 30px;
  }
  .service-page .service-steps {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
  }
  .service-page .service-steps .step {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px 30px;
  }
  .service-page .service-steps .step h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .service-page .service-steps .step p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
  }
  .service-page .service-steps .step.steps-1 img {
    max-width: 44%;
  }
  .service-page .service-steps .step.steps-2 img {
    max-width: 44%;
  }
  .service-page .service-steps .step-icon {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .cms-service .columns .column.main {
    padding-bottom: 10px;
  }
}
/* End Service page */
.invoices-payonline thead th.checkbox .checkmark {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  z-index: 2;
}
.invoices-payonline thead th.checkbox .checkbox-all {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0;
  z-index: 3;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.invoices-payonline thead th.checkbox input:checked ~ .checkmark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/YesMed/default/en_AU/images/checkbox-checked.png') no-repeat;
  background-size: 23px;
}
.invoices-payonline tbody .checkbox .checkmark {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  z-index: 2;
}
.invoices-payonline tbody .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0;
  z-index: 3;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.invoices-payonline tbody .checkbox input:checked ~ .checkmark:after {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  background: url('../../frontend/YesMed/default/en_AU/images/checkbox-checked.png') no-repeat;
  background-size: 23px;
}
.invoices-payonline tfoot {
  background: transparent;
}
.invoices-payonline tfoot .box-left {
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px;
}
.invoices-payonline tfoot .box-left .total-outstanding,
.invoices-payonline tfoot .box-left .total-payment-amount {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.invoices-payonline tfoot .box-left .total-outstanding {
  margin-bottom: 15px;
}
.invoices-payonline tfoot .box-left .total-payment-amount {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: normal;
}
.invoices-payonline tfoot .box-right h3 {
  margin: 0 0 25px;
}
.invoices-payonline .payment-method-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.invoices-payonline .payment-method-content ul li {
  margin: 0 10px;
}
.invoices-payonline .payment-method-content ul li img {
  display: block;
}
.invoices-payonline .payment-method-content ul li:last-child {
  margin-right: 0;
}
.invoices-payonline .payment-method-content .header-cart .control {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 10px;
}
.invoices-payonline .payment-method-content .header-cart h4 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5d5d5d;
}
.invoices-payonline .payment-method-content button.btn-price {
  width: 100%;
  margin-top: 30px;
  height: 46px;
  font-size: 16px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form .fields.group .field.month {
  padding-right: 10px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form .fields.group .field.year {
  padding-left: 10px;
}
.invoices-payonline .payment-method-content form#cs-co-ewayrapid-direct-form input[type='text'] {
  height: auto;
  padding: 9.5px 16px;
}
.invoices-payonline table.data.table tfoot tr > td:last-child {
  text-align: left;
}
.invoices-payonline table.data.table tfoot .box-right {
  position: relative;
}
.invoices-payonline table.data.table tfoot .box-right .action.cancel {
  color: #104470;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  font-size: 16px;
}
.invoices-payonline table.data.table tfoot .box-right .action.cancel:hover,
.invoices-payonline table.data.table tfoot .box-right .action.cancel:focus {
  color: #104470;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .invoices-payonline table.data.table tfoot .box-right .action.cancel {
    position: static;
  }
}
.invoices-payonline table.data.table tfoot .box-right .action.primary {
  height: 46px;
  font-size: 16px;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.number > .label {
  display: none;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field > .label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5d5d5d;
}
.invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.required > .label::after {
  color: #eb2228;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .invoices-payonline table.data.table tfoot {
    padding: 0 50px;
  }
  .invoices-payonline table.data.table tfoot tr > td:last-child {
    padding-right: 50px;
  }
  .invoices-payonline table.data.table tfoot tr > td:first-child {
    padding-left: 50px;
  }
  .invoices-payonline table.data.table tfoot .box-right {
    max-width: 70%;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset {
    overflow: hidden;
    width: 100%;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field {
    margin-bottom: 30px;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.number > .label {
    display: none;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.name {
    max-width: 40%;
    width: 100%;
    float: left;
    padding-right: 10px;
  }
  .invoices-payonline form#cs-co-ewayrapid-direct-form .fieldset > .field.date {
    max-width: 60%;
    width: 100%;
    float: left;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox .checkbox-all,
  .invoices-payonline table.data.table thead tr > th.col-6.first.checkbox .checkmark {
    right: 0;
  }
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox {
    padding: 20px 0;
    position: relative;
  }
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox input,
  .invoices-payonline table.data.table > tbody > tr > td.first.col.checkbox .checkmark {
    right: 0;
  }
}
/* About Astir */
.about-astir-our-people .staff-member .image-member {
  position: relative;
}
.about-astir-our-people .staff-member .image-member:before {
  background: linear-gradient(190deg, transparent 65%, #001231 110%);
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-astir-our-people .staff-member .content {
  z-index: 2;
}
.about-astir-our-people .staff-member .content a {
  font-weight: 600;
}
.about-astir-our-people .staff-member img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  .wrapper-about-astir .page-main {
    max-width: 100%;
    padding: 0;
  }
  .about-astir .all-brands {
    padding: 10rem 2rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir .all-brands .title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-align: center;
    margin-bottom: 10rem;
    text-transform: uppercase;
  }
  .about-astir .brand-item {
    max-height: 57px;
    margin: 0 10px 10px;
  }
  .about-astir .all-brand-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .about-astir .all-brand-items::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 57px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, #ffffff, transparent);
  }
  .about-astir .link-all-brands,
  .about-astir .view-all-feedback {
    text-align: center;
    margin-top: 6rem;
  }
  .about-astir .link-all-brands a,
  .about-astir .view-all-feedback a {
    color: #db2328;
    font-size: 23px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 400;
  }
  .about-astir .link-all-brands a::after,
  .about-astir .view-all-feedback a::after {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 300;
    color: #db2328;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
  }
  .about-astir-banner .banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 48%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir-banner .banner-bottom {
    text-align: center;
  }
  .about-astir-banner .content-left {
    line-height: 1;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 100px;
  }
  .about-astir-banner .content-right {
    line-height: 0.9;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding-left: 20px;
    font-size: 40px;
  }
  .about-astir-services {
    padding: 2rem 0 10rem;
    border-bottom: 1px solid #bebdbd;
  }
  .about-astir-services .service-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
  }
  .about-astir-services .service-item {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .about-astir-services .service-item a {
    display: inline-block;
    font-size: 1.5rem;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    padding-bottom: 1rem;
  }
  .about-astir-services .service-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .about-astir-services .service-item:nth-child(4n) {
    margin-right: 0;
  }
  .about-astir-services .service-item:hover img {
    display: none;
  }
  .about-astir-services .service-item:hover .img-hover {
    display: inline-block;
  }
  .about-astir-services .service-item .img-hover {
    display: none;
  }
  .about-astir-story {
    max-width: 100%;
    padding: 10rem 2rem;
    margin: 0 auto;
  }
  .about-astir-story .title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    padding-bottom: 4rem;
    text-transform: uppercase;
  }
  .about-astir-story .description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
  }
  .about-astir-story .video-astir-story {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-story .video {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px;
  }
  .about-astir-story .video.video-about-us {
    margin-left: 0;
  }
  .about-astir-story .video.video-customers-say {
    margin-right: 0;
  }
  .about-astir-story .note-video-top {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'GothamHTF-Medium', sans-serif;
  }
  .about-astir-logo {
    background: #f5f6f6;
  }
  .about-astir-logo .title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10rem 2rem 5rem;
  }
  .about-astir-logo .title h3 {
    margin: 0 0 4rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
  }
  .about-astir-logo .title p {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .about-astir-logo .description {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 5rem 7rem;
    background: #ffffff;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .about-astir-logo .top,
  .about-astir-logo .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-logo .astir-logo {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-logo .astir-logo .icons {
    flex: 0 0 10rem;
    max-width: 10rem;
  }
  .about-astir-logo .astir-logo .content {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
    padding: 0 2rem 0 2rem;
  }
  .about-astir-logo .astir-logo h5 {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 'Gotham-Bold', sans-serif;
    text-transform: capitalize;
  }
  .about-astir-logo .astir-logo p {
    font-size: 18px;
    line-height: 1.44;
  }
  .about-astir-key {
    background: #e8262b;
    padding: 10rem 2rem;
  }
  .about-astir-key .key-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    text-align: center;
  }
  .about-astir-key .key-items {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-key .key-item {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .about-astir-key .key-item h2 {
    color: #ffffff;
    font-style: italic;
    font-size: 6rem;
    line-height: 1.2;
  }
  .about-astir-key .key-item p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
  }
  .about-astir-history {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 2rem;
  }
  .about-astir-history .history-item-block {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px 20px;
  }
  .about-astir-history .history-item-block .block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem;
  }
  .about-astir-history h2 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: italic;
    color: #484740;
  }
  .about-astir-history .history-title {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .about-astir-history .history-title h3 {
    font-size: 3rem;
    line-height: 1.2;
    color: #484740;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-top: 0;
    text-transform: uppercase;
  }
  .about-astir-history .history-title p {
    font-size: 2rem;
    line-height: 1.4444;
    color: #484740;
  }
  .about-astir-history .block {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-history .block .icon {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .about-astir-history .block .content {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .about-astir-history .block .content h5 {
    font-size: 18px;
    line-height: 1.2;
    color: #484740;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 1.5rem;
  }
  .about-astir-history .block .content p {
    font-size: 18px;
    line-height: 1.2;
    color: #484740;
  }
  .about-astir-history .owl-carousel {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .about-astir-history .owl-carousel .owl-dots {
    text-align: center;
    min-height: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active .owl-dot-line {
    display: none;
  }
  .about-astir-history .owl-carousel .owl-dots .owl-dot.active .owl-dot-circle {
    display: inline-block;
  }
  .about-astir-history .owl-carousel .owl-stage-outer {
    padding-bottom: 3rem;
  }
  .about-astir-history .owl-dot {
    position: relative;
    margin: 0 12.5px;
  }
  .about-astir-history .owl-dot::before {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 2px;
    background: #bebebe;
    position: absolute;
    left: -12.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-astir-history .owl-dot::after {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 2px;
    background: #bebebe;
    position: absolute;
    right: -12.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-astir-history .owl-dot:first-child .owl-dot-line {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 100%;
  }
  .about-astir-history .owl-dot:first-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #bebebe;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:first-child::before {
    content: '2019';
    color: #000000;
    font-size: 3rem;
    font-style: italic;
    font-weight: 350;
    font-family: 'Gotham-Book', sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    left: 0;
    transform: translate(-150%, -50%);
  }
  .about-astir-history .owl-dot:last-child .owl-dot-line {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 100%;
  }
  .about-astir-history .owl-dot:last-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:last-child::after {
    content: '2010';
    color: #000000;
    font-size: 3rem;
    font-style: italic;
    font-weight: 350;
    font-family: 'Gotham-Book', sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    right: 0;
    transform: translate(150%, -50%);
  }
  .about-astir-history .btn-owl-dot {
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
  }
  .about-astir-history .owl-dot-line {
    width: 25px;
    height: 2px;
    background: #bebebe;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .about-astir-history .owl-dot-circle {
    width: 25px;
    height: 27px;
    background: url('../../frontend/YesMed/default/en_AU/images/icon-dot-active.png') no-repeat;
    display: none;
    position: relative;
    z-index: 2;
  }
  .about-astir-our-people {
    border-top: 1px solid #bebdbd;
    border-bottom: 1px solid #bebdbd;
    padding: 10rem 0;
  }
  .about-astir-our-people .our-people-list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .about-astir-our-people .staff-list-title h2 {
    margin-top: 0;
    padding: 10rem 8rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: #e8262b;
    border-radius: 5px;
  }
  .about-astir-our-people .staff-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .about-astir-our-people .staff-member {
    padding: 0;
    display: inline-flex;
    margin-bottom: 5px;
  }
  .about-astir-our-people .staff-member .image-member {
    display: inline-flex;
  }
  .about-astir-our-people .staff-member .panel {
    position: relative;
    display: inline-flex;
    max-height: 38rem;
    cursor: pointer;
  }
  .about-astir-our-people .staff-member .panel:hover .content a {
    padding: 3rem 2rem;
    background: #e8262b;
    opacity: 0.9;
  }
  .about-astir-our-people .staff-member .content {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    width: 100%;
  }
  .about-astir-our-people .content a {
    padding: 2rem;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    line-height: 1.34;
  }
  .about-astir-our-people .content a:hover {
    color: #ffffff;
  }
  .about-astir-our-people .content .name {
    font-size: 20px;
    line-height: 1.1;
  }
  .about-astir-our-people .content .specialize {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham-Medium', sans-serif;
  }
  .about-astir-our-people .content .job-title {
    font-size: 15px;
  }
  .about-astir-our-people .panel.content-info p {
    margin-bottom: 0;
    background: #e8262b;
    color: #fff;
    padding: 2rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Gotham-Bold', sans-serif;
  }
  .about-astir-our-people .panel.content-info p span {
    font-size: 14px;
    line-height: 1;
    font-family: 'Gotham-Book', sans-serif;
  }
}
@media (min-width: 1024px) {
  .about-astir .brand-item {
    flex: 0 0 calc(100%/7 - 20px);
    max-width: calc(100%/7 - 20px);
  }
  .about-astir .brand-item:nth-child(7n + 1) {
    margin: 0 10px 10px 0;
  }
  .about-astir .brand-item:nth-child(7n) {
    margin: 0 0 10px 10px;
  }
  .about-astir .all-brands {
    padding: 10rem 3rem;
  }
  .about-astir-history .owl-stage-outer::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -8px;
    background: linear-gradient(to right, #ffffff, transparent);
  }
  .about-astir-history .owl-stage-outer::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -8px;
    background: linear-gradient(to left, #ffffff, transparent);
  }
  .about-astir-history .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-200%, -50%);
  }
  .about-astir-history .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(200%, -50%);
  }
  .about-astir-story {
    padding: 10rem 3rem;
  }
  .about-astir-logo .title {
    padding: 10rem 3rem 5rem;
  }
  .about-astir-key {
    padding: 10rem 3rem;
  }
  .about-astir-our-people .our-people-list {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .about-astir-history .owl-stage-outer::before {
    width: 150px;
  }
  .about-astir-history .owl-stage-outer::after {
    width: 150px;
  }
  .about-astir .all-brands {
    padding: 10rem 4.5rem;
  }
  .about-astir-story {
    padding: 10rem 4.5rem;
  }
  .about-astir-logo .title {
    padding: 10rem 3rem 5rem;
  }
  .about-astir-key {
    padding: 10rem 4.5rem;
  }
  .about-astir-our-people .our-people-list {
    padding: 0 4.5rem;
  }
}
@media (min-width: 1280px) {
  .about-astir .all-brands .title {
    font-size: 4rem;
  }
  .about-astir-story .title {
    font-size: 4rem;
  }
  .about-astir-logo .title h3 {
    font-size: 4rem;
  }
  .about-astir-logo .title p {
    font-size: 3rem;
  }
  .about-astir-key .key-title {
    font-size: 4rem;
  }
  .about-astir-key .key-item h2 {
    font-size: 12rem;
  }
  .about-astir-key .key-item p {
    font-size: 3rem;
  }
  .about-astir-story .description {
    font-size: 23px;
  }
  .about-astir-story .note-video-top {
    font-size: 30px;
  }
  .about-astir-history h2 {
    font-size: 12rem;
  }
  .about-astir-history .history-title h3 {
    font-size: 4rem;
  }
  .about-astir-history .history-title p {
    font-size: 3rem;
  }
  .about-astir-history .block .icon {
    flex: 0 0 161px;
    max-width: 161px;
  }
  .about-astir-history .block .content {
    flex: 0 0 calc(100% - 161px);
    max-width: calc(100% - 161px);
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 15px)/4);
    max-width: calc((100% - 15px)/4);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(4n) {
    margin-right: 0;
  }
  .about-astir-our-people .staff-list-title h2 {
    font-size: 4rem;
  }
  .about-astir-banner .content-left {
    font-size: 226px;
  }
  .about-astir-banner .content-right {
    font-size: 95px;
    line-height: 0.96;
  }
  .about-astir-services .service-item a {
    font-size: 2rem;
    max-width: 100%;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 10px)/3);
    max-width: calc((100% - 10px)/3);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-astir .brand-item {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .about-astir .brand-item:nth-child(4n + 1) {
    margin: 0 10px 10px 0;
  }
  .about-astir .brand-item:nth-child(4n) {
    margin: 0 0 10px 10px;
  }
  .about-astir-banner .banner-bottom img {
    max-width: 40%;
  }
  .about-astir-logo .astir-logo {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .about-astir-logo .astir-logo .icons {
    flex: unset;
    max-width: unset;
  }
  .about-astir-logo .astir-logo .content {
    flex: unset;
    max-width: unset;
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 5px)/2);
    max-width: calc((100% - 5px)/2);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .about-astir-history .owl-carousel .owl-stage-outer {
    order: 1;
  }
  .about-astir-history .owl-carousel .owl-nav {
    order: 3;
    text-align: center;
    margin-top: 30px;
  }
  .about-astir-history .owl-carousel .owl-dots {
    order: 2;
  }
  .about-astir-history .owl-carousel button.owl-prev {
    margin-right: 10px;
  }
  .about-astir-history .owl-carousel button.owl-next {
    margin-left: 10px;
  }
}
@media (min-width: 1024) and (max-width: 1279px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc((100% - 10px)/3);
    max-width: calc((100% - 10px)/3);
    margin-right: 5px;
  }
  .about-astir-our-people .staff-member:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-about-astir .page-main {
    padding: 0;
  }
  .about-astir-banner .banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    margin: 0 auto;
  }
  .about-astir-banner .banner-bottom {
    text-align: center;
  }
  .about-astir-banner .banner-bottom img {
    max-width: 230px;
  }
  .about-astir-banner .content-left {
    line-height: 1.2;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 66px;
  }
  .about-astir-banner .content-right {
    line-height: 0.96;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    padding-left: 20px;
    font-size: 28px;
  }
  .about-astir-services {
    padding: 0 15px 20px;
    border-bottom: 1px solid #bebdbd;
  }
  .about-astir-services .service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-astir-services .service-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .about-astir-services .service-item:nth-child(2n) {
    margin-left: 10px;
  }
  .about-astir-services .service-item:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .about-astir-services .service-item a {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 7px;
    line-height: 1.2;
  }
  .about-astir-services .service-item:hover img {
    display: none;
  }
  .about-astir-services .service-item:hover .img-hover {
    display: inline-block;
  }
  .about-astir-services .service-item .img-hover {
    display: none;
  }
  .about-astir-story {
    padding: 0 15px 30px;
  }
  .about-astir-story .content-top {
    text-align: center;
  }
  .about-astir-story .content-top .title {
    margin: 40px 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
  }
  .about-astir-story .content-top .description {
    font-size: 16px;
    line-height: 1.375;
    color: #484740;
  }
  .about-astir-story .video {
    margin-top: 30px;
  }
  .about-astir-story .video h3.note-video-top {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'GothamHTF-Medium', sans-serif;
    font-weight: 500;
  }
  .about-astir-logo {
    padding: 0 15px;
  }
  .about-astir-logo .title {
    text-align: center;
    padding-bottom: 20px;
  }
  .about-astir-logo .title h3 {
    margin: 40px 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
  }
  .about-astir-logo .title p {
    font-size: 16px;
    line-height: 1.2;
  }
  .about-astir-logo .description {
    padding: 30px 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .about-astir-logo .astir-logo {
    margin-bottom: 50px;
  }
  .about-astir-logo .astir-logo .icons {
    text-align: center;
    padding-bottom: 20px;
  }
  .about-astir-logo .astir-logo h5 {
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 30px;
  }
  .about-astir-key {
    padding: 50px 15px 0;
    background: #e8262b;
  }
  .about-astir-key .key-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
  }
  .about-astir-key .key-item {
    text-align: center;
    padding-bottom: 60px;
  }
  .about-astir-key .key-item h2 {
    font-size: 80px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .about-astir-key .key-item p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.1;
    color: #ffffff;
  }
  .about-astir-history {
    padding: 60px 15px;
  }
  .about-astir-history .history-title h3 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
    text-align: center;
  }
  .about-astir-history .history-title p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.375;
  }
  .about-astir-history h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
  }
  .about-astir-history .history-item-block .block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about-astir-history .history-item-block .icon {
    max-width: 85px;
    flex: 0 0 85px;
  }
  .about-astir-history .history-item-block .content {
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 10px;
  }
  .about-astir-history .history-item-block h5 {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625;
  }
  .about-astir-history .history-item-block p {
    font-size: 1.625;
  }
  .about-astir-history .owl-carousel {
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-history .owl-nav {
    order: 3;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .about-astir-history .owl-dots {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .about-astir-history .owl-dots .owl-dot.active span {
    background: transparent;
  }
  .about-astir-history .owl-dots .owl-dot.active .owl-dot-circle {
    background: url('../../frontend/YesMed/default/en_AU/images/icon-dot-active.png') no-repeat;
    background-size: 19px;
  }
  .about-astir-history .owl-dot {
    position: relative;
  }
  .about-astir-history .owl-dot.active .owl-dot-line {
    display: none;
  }
  .about-astir-history .owl-dot.active .owl-dot-circle {
    display: inline-block;
  }
  .about-astir-history .owl-dot:first-child .owl-dot-line {
    width: 19px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
  }
  .about-astir-history .owl-dot:first-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:first-child::before {
    content: '2019';
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-style: italic;
    color: #484740;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%, -50%);
  }
  .about-astir-history .owl-dot:last-child .owl-dot-line {
    width: 19px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
  }
  .about-astir-history .owl-dot:last-child .btn-owl-dot::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #bebebe;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .about-astir-history .owl-dot:last-child::after {
    content: '2010';
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gotham-Book', sans-serif;
    font-style: italic;
    color: #484740;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%, -50%);
  }
  .about-astir-history .btn-owl-dot {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
    padding: 0;
  }
  .about-astir-history .owl-dot-line {
    position: relative;
    z-index: 1;
    width: 19px;
    height: 2px;
    background: #bebebe;
    display: inline-block;
  }
  .about-astir-history .owl-dot-circle {
    position: relative;
    z-index: 3;
    width: 19px;
    height: 20px;
    background: url('../../frontend/YesMed/default/en_AU/images/icon-dot-active.png') no-repeat;
    background-size: 19px;
    display: none;
  }
  .about-astir-history .owl-stage-outer {
    order: 1;
  }
  .about-astir-history .owl-next {
    margin-left: 15px;
  }
  .about-astir-history .owl-prev {
    margin-right: 15px;
  }
  .about-astir-our-people .staff-list-title h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0;
    background: #e8262b;
    border-radius: 5px;
  }
  .about-astir-our-people .staff-list {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-astir-our-people .staff-member {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    display: inline-flex;
  }
  .about-astir-our-people .image-member {
    display: inline-flex;
  }
  .about-astir-our-people .panel {
    position: relative;
    display: inline-flex;
  }
  .about-astir-our-people .panel:hover .content a {
    padding: 30px 20px;
    background: #e8262b;
    opacity: 0.9;
  }
  .about-astir-our-people .panel.content-info {
    background: #e8262b;
  }
  .about-astir-our-people .panel.content-info p {
    margin-bottom: 0;
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    line-height: 1.1;
  }
  .about-astir-our-people .panel.content-info p span {
    font-size: 15px;
  }
  .about-astir-our-people .content {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    width: 100%;
  }
  .about-astir-our-people .content a {
    padding: 20px;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    line-height: 1.347;
  }
  .about-astir-our-people .content a:hover {
    color: #ffffff;
  }
  .about-astir-our-people .content a .job-title {
    font-size: 15px;
  }
  .wrapper-about-astir .all-brands {
    padding: 60px 15px;
  }
  .wrapper-about-astir .all-brands .title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    color: #484740;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
  }
  .wrapper-about-astir .all-brands .all-brand-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .wrapper-about-astir .all-brands .all-brand-items::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 57px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, #ffffff, transparent);
  }
  .wrapper-about-astir .all-brands .brand-item {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
  }
  .wrapper-about-astir .link-all-brands,
  .wrapper-about-astir .view-all-feedback {
    text-align: center;
    margin-top: 30px;
  }
  .wrapper-about-astir .link-all-brands a,
  .wrapper-about-astir .view-all-feedback a {
    color: #db2328;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
  }
  .wrapper-about-astir .link-all-brands a::after,
  .wrapper-about-astir .view-all-feedback a::after {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 300;
    color: #db2328;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
  }
}
@media (max-width: 576px) {
  .about-astir-our-people .staff-member {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .wrapper-about-astir .all-brands .brand-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
/* End about Astir */
/* All Product Page Astir */
.cms-all-products .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-all-products .home-category-session {
  margin-top: 40px;
}
.cms-all-products .home-category-session h2 {
  display: none;
}
.cms-all-products .home-category-session .category-one {
  margin-top: 30px;
}
.cms-all-products .home-category-session .category-two .category-left .home-category {
  margin-bottom: 0;
}
.cms-all-products .page-footer {
  padding-top: 0;
}
@media (max-width: 767px) {
  .cms-all-products .page-footer {
    margin-top: 0;
  }
}
/* End All Products Page Astir */
/* Payment page */
@media (min-width: 768px) {
  .payment-index-index .page-title-wrapper {
    margin: 20px 0 60px;
  }
  .payment-index-index .page-title-wrapper h1 {
    font-size: 30px;
    line-height: calc(40/30);
  }
}
.payment-index-index .page-title-wrapper {
  text-align: center;
}
.payment-index-index .page-title-wrapper h1 {
  color: #606060;
}
.payment-index-index .page-title-wrapper .feature-color {
  color: #104470;
}
@media (max-width: 767px) {
  .payment-index-index .page-title-wrapper {
    margin: 20px 0;
  }
  .payment-index-index .page-title-wrapper h1 {
    font-size: 25px;
    line-height: calc(33/25);
  }
}
@media (min-width: 768px) {
  #customer-payment-form .payment-step-title {
    font-size: 20px;
    line-height: calc(27/20);
  }
  #customer-payment-form .payment-step-1 {
    overflow: hidden;
    margin-bottom: 50px;
  }
  #customer-payment-form .payment-step-1 .field {
    max-width: calc(50% - 10px);
    width: 100%;
    float: left;
    margin-right: 10px;
  }
  #customer-payment-form .payment-step-1 .field.field-company,
  #customer-payment-form .payment-step-1 .field.field-email {
    margin-right: 0;
    margin-left: 10px;
  }
  #customer-payment-form .field {
    margin-bottom: 15px;
  }
  #customer-payment-form .payment-step-2 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
  }
  #customer-payment-form .payment-step-2 .field {
    max-width: calc(50% - 10px);
    width: 100%;
    float: left;
    margin-right: 10px;
  }
  #customer-payment-form .payment-step-2 .field.field-expiration-date,
  #customer-payment-form .payment-step-2 .field.field-verfication-number {
    margin-right: 0;
    margin-left: 10px;
  }
  #customer-payment-form .payment-step-3 .payment-step-title {
    margin-bottom: 35px;
  }
  #customer-payment-form .process-payment-description .actions-toolbar {
    margin: 10px 0;
  }
}
#customer-payment-form .payment-step-title {
  color: #636363;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #777;
  padding: 0 40px 10px 0;
  display: inline-block;
}
#customer-payment-form .payment-step-title::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #104470;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#customer-payment-form .step-1-extra {
  margin-top: 24px;
}
#customer-payment-form .step-1-extra p {
  margin-bottom: 0;
}
#customer-payment-form .field .control {
  margin-top: 10px;
}
#customer-payment-form .field.required .label {
  position: relative;
  padding-right: 10px;
}
#customer-payment-form .field.required .label::after {
  content: '*';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
#customer-payment-form .payment-card-icons {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
#customer-payment-form .payment-card-icons img {
  display: block;
}
#customer-payment-form .payment-card-icons .card-icon {
  padding: 0 20px;
  border-right: 1px solid #5a5b5d;
}
#customer-payment-form .payment-card-icons .card-icon.visa {
  border-right: 0;
  padding-right: 0;
}
#customer-payment-form .payment-card-icons .card-icon.amex {
  padding-left: 0;
}
#customer-payment-form .step-2-extra {
  margin: 25px 0 20px;
}
#customer-payment-form .actions-toolbar .btn-process-payment {
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #customer-payment-form .field {
    margin-bottom: 15px;
  }
  #customer-payment-form .payment-step-1,
  #customer-payment-form .payment-step-2 {
    margin-bottom: 30px;
  }
  #customer-payment-form .payment-step-3 .payment-step-title {
    margin-bottom: 30px;
  }
  #customer-payment-form .process-payment-description .actions-toolbar {
    margin: 25px 0 10px;
  }
}
/* End Payment page */
/* Become a supplier page */
.supplier-page ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.supplier-page img {
  display: block;
}
.supplier-page .supplier-banner h3,
.supplier-page .supplier-introduction h3 {
  margin-top: 0;
}
.supplier-page h2,
.supplier-page h3 {
  font-family: 'Gotham-Bold', sans-serif;
}
.supplier-banner {
  position: relative;
}
.supplier-banner .banner-link {
  text-transform: uppercase;
  color: #ffffff;
  background: #eb2435;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.supplier-banner .banner-link:hover {
  color: #ffffff;
}
.supplier-banner .banner-title {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.supplier-introduction {
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.16);
}
.supplier-introduction .introduction-list li {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.supplier-introduction .introduction-list li:last-child {
  margin-bottom: 0;
}
.supplier-introduction .introduction-list .list-icon {
  margin-right: 35px;
}
.supplier-commercial {
  text-align: center;
}
.supplier-register-form {
  border-top: 1px solid #ea2027;
  padding-top: 50px;
  text-align: center;
}
.supplier-register-form h2 {
  margin-top: 0;
  color: #ea2027;
  text-align: center;
}
.supplier-register-form .supplier-register-link {
  color: #ffffff;
  display: inline-block;
  background: #ea2027;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
@media (min-width: 768px) {
  .cms-become-a-supplier .page-main {
    padding: 0;
  }
  .supplier-page .supplier-content {
    padding: 0 20px;
  }
  .supplier-banner img {
    min-height: 894px;
    max-height: 894px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .supplier-banner .supplier-banner-content {
    position: absolute;
    top: 50%;
    left: 50px;
  }
  .supplier-banner .banner-title {
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .supplier-banner .banner-link {
    height: 68px;
    line-height: 68px;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Gotham-Bold', sans-serif;
    display: inline-block;
    min-width: 300px;
    padding: 0 20px;
    text-align: center;
  }
  .supplier-introduction {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    margin: 50px 0;
    padding: 50px;
  }
  .supplier-introduction .introduction-list li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    margin-bottom: 80px;
  }
  .supplier-introduction .introduction-list li:last-child {
    margin-bottom: 0;
  }
  .supplier-introduction .introduction-list .list-icon {
    margin-right: 35px;
  }
  .supplier-introduction h3 {
    font-size: 30px;
    line-height: 2;
    color: #ea2027;
    text-transform: uppercase;
  }
  .supplier-introduction p {
    font-size: 30px;
    line-height: calc(35/30);
    color: #484740;
    margin-bottom: 0;
  }
  .supplier-introduction .list-title {
    max-width: 60%;
    width: 100%;
  }
  .supplier-commercial {
    max-width: 75%;
    width: 100%;
    margin: 0 auto 100px;
  }
  .supplier-commercial p {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: calc(35/30);
    color: #484740;
  }
  .supplier-register-form h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .supplier-register-form .supplier-register-link {
    font-size: 25px;
    line-height: 68px;
    height: 68px;
  }
}
@media (min-width: 1024px) {
  .supplier-page .supplier-content {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .supplier-page .supplier-content {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .cms-become-a-supplier .page-main {
    padding: 0;
  }
  .supplier-page .supplier-content {
    padding: 0 15px;
  }
  .supplier-banner {
    margin-bottom: 35px;
  }
  .supplier-banner img {
    max-height: 375px;
    min-height: 375px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .supplier-banner .supplier-banner-content {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 75%;
  }
  .supplier-banner h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .supplier-banner p {
    font-size: 14px;
    line-height: 1.2;
  }
  .supplier-banner .banner-title {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .supplier-banner .banner-link {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
  }
  .supplier-introduction {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .supplier-introduction h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #ea2027;
    margin-bottom: 15px;
  }
  .supplier-introduction p {
    font-size: 14px;
  }
  .supplier-introduction .list-icon img {
    max-width: 65px;
    width: 100%;
  }
  .supplier-introduction .introduction-list .list-icon {
    margin-right: 15px;
  }
  .supplier-commercial {
    margin-bottom: 35px;
  }
  .supplier-commercial p {
    font-size: 14px;
  }
  .supplier-register-form {
    padding-top: 35px;
  }
  .supplier-register-form .supplier-register-title {
    font-size: 25px;
  }
  .supplier-register-form .supplier-register-link {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
  }
}
/* End Become a supplier page */
/* Catalogue Highlight page */
.cms-yesmedicalsuppliesbook .page-main {
  padding: 0;
}
.catalogue-highlights-page *:not(i) {
  font-family: 'Manrope', sans-serif;
}
.catalogue-highlights-page .catalogue-banner {
  background-size: cover;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
  color: #ffffff;
  background: #177998;
  text-transform: uppercase;
  padding: 10.5px 20px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:hover,
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:focus {
  background: #285674;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:hover .icon,
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link a:focus .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link .icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  margin-left: 10px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
.catalogue-highlights-page .catalogue-banner .catalogue-banner-link i {
  font-size: 18px;
}
.catalogue-highlights-page .catalogue-title,
.catalogue-highlights-page .catalogue-subtitle {
  text-align: center;
}
.catalogue-highlights-page .catalogue-title {
  text-transform: uppercase;
  color: #285674;
  margin-top: 0;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-items .item,
.catalogue-highlights-page .catalogue-items .catalogue-icon {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.catalogue-highlights-page .catalogue-items .item {
  border-bottom: 1px solid #707070;
}
.catalogue-highlights-page .catalogue-items .item:last-child {
  border-bottom: 0;
}
.catalogue-highlights-page .catalogue-items .item.freedom .catalogue-icon {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}
.catalogue-highlights-page .catalogue-items .catalogue-icon img:first-child {
  margin-right: 10px;
}
.catalogue-highlights-page .catalogue-content h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a {
  font-size: 24px;
  width: 100%;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary {
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary:hover,
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary:focus {
  color: #ffffff;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary {
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #0c7394;
  color: #0c7394;
  font-weight: 700;
}
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary:hover,
.catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary:focus {
  color: #ffffff;
  background: #104470;
  border: 1px solid #104470;
}
.catalogue-highlights-page .catalogue-highlight-bottom p {
  text-align: center;
}
@media (min-width: 768px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 20px;
  }
  .catalogue-highlights-page .mobile-only {
    display: none !important;
  }
  .catalogue-highlights-page .catalogue-banner {
    padding: 90px 0 40px;
    margin-bottom: 75px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-title {
    font-size: 50px;
    line-height: 1.2;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-subtitle {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .catalogue-highlights-page .catalogue-banner img {
    display: block;
    margin: 0 auto 42px;
    max-width: 496px;
  }
  .catalogue-highlights-page .catalogue-banner a {
    text-align: center;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
    min-width: 350px;
  }
  .catalogue-highlights-page .catalogue-items {
    max-width: 1610px;
    width: 100%;
    margin: 0 auto;
  }
  .catalogue-highlights-page .catalogue-items .item {
    padding: 60px 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image.image-right {
    order: 2;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image.image-right + .catalogue-content {
    order: 1;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image {
    max-width: 46.6%;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-image img {
    display: block;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content {
    max-width: 44.6%;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content h3 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .catalogue-highlights-page .catalogue-items .catalogue-content p {
    font-size: 30px;
    line-height: calc(1.33333333);
    margin-bottom: 50px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom p {
    font-size: 30px;
    line-height: calc(1.16666667);
    margin-bottom: 50px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 45px;
  }
}
@media (max-width: 767.98px) {
  .catalogue-highlights-page .mobile-hidden {
    display: none !important;
  }
  .catalogue-highlights-page .catalogue-banner {
    padding: 40px 20px 20px;
    margin-bottom: 10px;
  }
  .catalogue-highlights-page .catalogue-banner .mobile-only {
    display: block;
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-banner-link a {
    width: 100%;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-title {
    font-size: 24px;
    line-height: calc(1.20833333);
    max-width: 305px;
    width: 100%;
    margin: 0 auto 18px;
  }
  .catalogue-highlights-page .catalogue-banner .catalogue-subtitle {
    font-size: 18px;
    line-height: 1;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .catalogue-highlights-page .catalogue-items .item {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    padding: 40px 0;
  }
  .catalogue-highlights-page .catalogue-items .item .catalogue-icon img {
    width: 11%;
    display: block;
  }
  .catalogue-highlights-page .catalogue-items h3 {
    font-size: 20px;
    line-height: 3;
  }
  .catalogue-highlights-page .catalogue-items p {
    font-size: 15px;
    line-height: calc(1.33333333);
  }
  .catalogue-highlights-page .catalogue-highlight {
    padding: 0 20px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom p {
    font-size: 15px;
    line-height: calc(1.33333333);
    max-width: 290px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-primary,
  .catalogue-highlights-page .catalogue-highlight-bottom .catalogue-link a.action-secondary {
    font-size: 14px;
    line-height: 29px;
    height: 29px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
  }
}
/* End Catalogue Highlight page */
body:not(.cms-home) .page-main .testimonials_homepage_session,
body:not(.cms-home) .page-main .contact-review {
  padding: 0;
  margin: 0;
}
body:not(.cms-home) .page-main .testimonials_homepage_session .container,
body:not(.cms-home) .page-main .contact-review .container {
  padding: 0;
}
body:not(.cms-home) .page-main .testimonials_homepage_session .title-reviews-category,
body:not(.cms-home) .page-main .contact-review .title-reviews-category,
body:not(.cms-home) .page-main .testimonials_homepage_session .testimonial-review-title,
body:not(.cms-home) .page-main .contact-review .testimonial-review-title {
  color: #104470;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: calc(24/18);
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 700;
}
body .opc-block-summary .product-item .price-excluding-tax {
  text-align: right;
}
body .opc-block-summary .product-item .cart-tax {
  display: block;
  padding-top: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
.checkout-index-index .mobile-cms-header {
  display: none;
}
.page-header-checkout .header-middle .call-us {
  max-width: 185px;
}
.page-header-checkout .header-middle p .seconds a {
  color: #104470;
}
.page-footer .footer-mid ul li {
  list-style-type: none;
}
.home-divider {
  display: none !important;
}
.header.content .minicart-wrapper .action.showcart::before {
  background: url(../../frontend/YesMed/default/en_AU/images/cart.png) no-repeat;
}
.header.content .minicart-wrapper .action.showcart::before,
.header.content .minicart-wrapper .action.amquote-showcart::before {
  content: '';
  width: 29px;
  height: 30px;
  display: block;
  margin: 0 0 1px 0;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .counter-number,
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
  background: #22983c;
  top: -8px;
  left: 29px;
}
.header.content .minicart-wrapper .action.amquote-showcart::before {
  width: 40px;
}
.header.content .minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
  left: 35px;
}
/* Change color on theme Yesmed */
.subloginastir-sublogin_level-edit .buttons-set-elm .back-link {
  background-color: #0c7394;
}
.subloginastir-sublogin_level-edit .buttons-set-elm .back-link:hover {
  background-color: #104470;
}
.sublogin-level-detail .row-elm .col-elm-6 .field.required .control:after {
  color: #104470;
}
.sublogin-level-detail .buttons-set-elm button.primary {
  background-color: #104470;
}
.account.sublogin-sublogin-edit .buttons-set-elm .back-link {
  background-color: #104470;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .actions-toolbar button {
  background-color: #104470;
  color: #ffffff;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  height: 34px;
  line-height: 16px;
  padding: 0 20px;
  text-transform: inherit;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field.required .control:after {
  color: #104470;
}
.account.sublogin-sublogin-index .actions-toolbar a.action.primary.add {
  background-color: #104470;
}
.account.sublogin-sublogin-index .form-search-sublogin .clear-search {
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .actions-toolbar .primary button {
  background-color: #104470;
  color: #ffffff;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  height: 34px;
  line-height: 16px;
  padding: 0 20px;
  text-transform: inherit;
}
.account.sublogin-sublogin-index .sublogins .sublogin-content .sublogin-detail .fieldset .field.required .control:after {
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.name:after {
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status.inactive {
  color: #104470;
}
.account.sublogin-sublogin-index .sublogins tr th {
  border-color: #104470;
}
.account.subloginastir-sublogin_level-index .actions-toolbar a.action.primary.add {
  background-color: #0c7394;
}
.account.subloginastir-sublogin_level-index .actions-toolbar a.action.primary.add:hover {
  background-color: #104470;
}
.account.subloginastir-sublogin_level-index .sublogins-level tr th {
  border-color: #104470;
}
.amcheckout-wrapper .form-login .action.login.primary {
  background-color: #0c7394;
}
.amcheckout-wrapper .form-login .action.login.primary:hover {
  background-color: #104470;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  background-color: #0c7394 !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout:hover {
  background-color: #104470 !important;
}
#checkout-payment-method-load .payment-method-content select.token-list + .action.primary {
  background-color: #104470;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background-color: #104470;
}
#checkout-step-shipping .amcheckout-button.-new-address {
  background-color: #0c7394;
}
#checkout-step-shipping .amcheckout-button.-new-address:hover {
  background-color: #104470;
}
.checkout-index-index .page-title-wrapper .page-title:before {
  background-color: #104470;
}
.checkout-index-index .minicart-items .qty-control .qty-sub,
.checkout-index-index .minicart-items .qty-control .qty-add {
  color: #104470;
}
.checkout-index-index .checkout-billing-address .field.choice input[type='checkbox']:checked + label::before {
  background: #104470 !important;
}
.checkout-index-index input[type='checkbox'] + label:hover::before {
  border-color: #104470;
}
.checkout-index-index .payment-group .amcheckout-content .payment-method .payment-method-content.eway .action.cancel {
  background-color: #0c7394;
}
.checkout-index-index .payment-group .amcheckout-content .payment-method .payment-method-content.eway .action.cancel:hover {
  background-color: #104470;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
  border-color: #104470;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item {
  border-color: #104470;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item {
  background-color: #0c7394;
}
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .edit-address-link:hover,
.checkout-index-index #checkout-step-shipping .shipping-address-items .shipping-address-item .action-select-shipping-item:hover {
  background-color: #104470;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox input[type='checkbox'] + label:hover:before {
  border-color: #104470;
}
.checkout-index-index .amcheckout-step-container .save_card_checkbox input[type='checkbox']:checked + label:before {
  background: #104470 !important;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #104470;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method.-selected {
  border-color: #104470;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background-color: #0c7394;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.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-color: #104470;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #104470;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action-update {
  background-color: #0c7394;
}
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .action,
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .action.action-update {
  background-color: #0c7394;
}
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .action:hover,
.checkout-payment-method .checkout-billing-address > .fieldset .actions-toolbar .action.action-update:hover {
  background-color: #104470;
}
.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox']:checked ~ label::before {
  background-color: #104470;
}
.table-wrapper-custom th {
  border-color: #104470;
}
.abs-pager-toolbar .reset-pager,
.account .toolbar .reset-pager,
.toolbar-giftregistry-results .reset-pager,
.toolbar-wishlist-results .reset-pager {
  color: #104470;
}
.abs-pager-toolbar .pages strong.page,
.account .toolbar .pages strong.page,
.toolbar-giftregistry-results .pages strong.page,
.toolbar-wishlist-results .pages strong.page {
  color: #104470;
}
.abs-pager-toolbar .pages a.page:hover,
.account .toolbar .pages a.page:hover,
.toolbar-giftregistry-results .pages a.page:hover,
.toolbar-wishlist-results .pages a.page:hover {
  color: #104470;
}
.abs-pager-toolbar .pages .action,
.account .toolbar .pages .action,
.toolbar-giftregistry-results .pages .action,
.toolbar-wishlist-results .pages .action {
  background-color: #104470;
  border-color: #104470;
}
body .quotes-history .table-quote-items tr .actions a {
  background-color: #0c7394;
}
body .quotes-history .table-quote-items tr .actions a:hover {
  background-color: #104470;
}
body .quotes-history .table-quote-items tr td.title-date {
  border-color: #104470;
}
.block-dashboard-orders .content-wrapper a::after {
  color: #104470;
}
.block-dashboard-orders .table > thead > tr > th.status,
.block-dashboard-orders .table > tbody > tr > td.status {
  display: none !important;
}
.block-dashboard-info .owl-carousel .owl-nav button.owl-prev:hover,
.block-dashboard-info .owl-carousel .owl-nav button.owl-next:hover {
  color: #104470;
}
.content-list-address-edit .fieldset > .field.required > .label::after {
  color: #104470;
}
.table-address .address-col.action {
  color: #104470;
}
.table-address .address-col .action {
  color: #104470;
}
.block-addresses .box-title {
  border-color: #104470;
}
.block-addresses .box-actions .action {
  color: #104470;
}
.customer-account-edit .field-checkbox legend {
  color: #104470;
}
.customer-account-edit .page-main .field-checkbox .legend span {
  color: #104470;
}
.customer-account-edit .fieldset > .field.required > .label:after,
.customer-account-edit .fieldset .field.required > .label:after {
  color: #104470;
}
body .link-to-invoices a {
  border-color: #104470;
}
.checkout-success a.action.primary.continue {
  background-color: #0c7394;
}
.checkout-success a.action.primary.continue:hover {
  background-color: #104470;
}
body.amasty_quote-cart-index .cart-summary .checkout-methods-items button.action.primary.checkout {
  background-color: #0c7394;
}
body.amasty_quote-cart-index .cart-summary .checkout-methods-items button.action.primary.checkout:hover {
  background-color: #104470;
}
body.amasty_quote-cart-index .cart-container .cart.main.actions button {
  background-color: #0c7394;
}
body.amasty_quote-cart-index .cart-container .cart.main.actions button:hover {
  background-color: #104470;
}
.account.sublogin-sublogin-index .sublogins .sublogin-title td.status .delete:before {
  color: #104470;
}
.cms-page-view .response-modal-content h1 {
  color: #104470;
}
.cms-page-view .page-title-wrapper .page-title {
  color: #104470;
}
.cms-page-view .page-title-wrapper .page-title:before {
  background: #104470;
}
body .icon_d.active:after {
  background: #104470;
}
.account .box_add_by_sku form .action {
  background-color: #0c7394;
}
.account .box_add_by_sku form .action:hover {
  background-color: #104470;
}
.account .columns .list-detail-session .buttons-set button,
.account .columns .list-detail-session .buttons-set a.btn-continue {
  background-color: #0c7394;
}
.account .columns .list-detail-session .buttons-set button:hover,
.account .columns .list-detail-session .buttons-set a.btn-continue:hover {
  background-color: #104470;
}
.account.sublogin-sublogin-edit .form-edit-sublogin .info .field.required .control:after {
  color: #104470;
}
.customer-address-form .form-address-edit .fieldset > .field.required > .label::after {
  color: #104470;
}
.customer-account-create .field.required span:after {
  color: #104470;
}
.login-container .block .block-content #required-field-label::before {
  color: #104470;
}
.login-container .block .block-content .actions-toolbar .secondary #forgot-password {
  color: #104470;
}
.login-container .fieldset .required .control::after {
  color: #104470;
}
.customer-account-index .column.main .block.block-dashboard-orders .block-title {
  border-color: #104470;
}
.content-list-address-edit .fieldset > .field.required > .label::after {
  color: #104470;
}
.table-address .address-col .action {
  color: #104470;
}
.block-addresses .box-title {
  border-color: #104470;
}
.customer-account-edit .page-main .field-checkbox .legend {
  border-color: #104470;
}
.customer-account-edit .page-main .field-checkbox .legend span {
  color: #104470;
}
.customer-account-edit .fieldset .field.required > .label::after {
  color: #104470;
}
.customer-account-edit .title-account h1:before {
  background: #104470;
}
.minicart-wrapper .line-minicart {
  background-color: #0c7394;
  color: #104470;
}
.minicart-wrapper a.action.shopnow {
  background-color: #0c7394;
}
.minicart-wrapper a.action.shopnow:hover {
  background-color: #104470;
}
.minicart-wrapper .my_shopping_cart_title,
.minicart-wrapper .product-code,
.minicart-wrapper .action.delete:before {
  color: #104470;
}
.minicart-wrapper .product-item-details .details-qty .icon-plus-cart,
.minicart-wrapper .product-item-details .details-qty .icon-minus-cart {
  color: #104470;
}
.minicart-wrapper .product-item-details .price-container .subtotal-each-price .price {
  color: #104470;
}
body.account .block-collapsible-nav .nav.items .nav.item {
  border-color: #104470;
  width: calc(100%/8);
}
.customer-account-edit table.table-customer-notifications button.customer-notification-delete {
  color: #104470;
}
form.form-edit-sublogin .fieldset.info > .field.required > .label::after {
  color: #104470;
}
form.form-edit-sublogin .actions-toolbar .required-label::before {
  color: #104470;
}
.my-account-toolbar-wrapper .search-bar-wrapper .account-clear-search i {
  color: #104470;
}
.table-order-items.history > tbody > tr > td.title-date {
  border-color: #104470;
}
.table-order-items.history .order-actions a.action {
  background: #0c7394;
}
.table-order-items.history .order-actions a.action:hover {
  background: #104470;
}
/* End Change color on theme Yesmed */
@media (min-width: 768px) {
  /* Change color on theme Yesmed */
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset .field.required > .label:after {
    color: #104470;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field:not(.choice) > .label:after {
    color: #104470;
  }
  .table-order-items.history .order-progress-wrapper .step-title {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id:hover {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-title {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-title.mobile {
    color: #104470;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar .action.primary {
    color: #104470;
  }
  body.amasty_quote-cart-index .page-title:after {
    background: #104470;
  }
  .content-list-address-edit .form-address-edit .actions-toolbar .action.primary {
    color: #104470;
  }
  .account .page-title::after {
    background: #104470;
  }
  .account .block-collapsible-nav .nav.items .nav.item strong,
  .account .block-collapsible-nav .nav.items .nav.item a:hover {
    color: #104470;
  }
  /* End Change color on theme Yesmed */
  .page-footer .footer-mid {
    background-color: white;
  }
  .page-footer .footer-mid .footer-categories {
    display: none;
  }
  .page-footer .footer-mid .container {
    padding-top: 65px;
    padding-bottom: 7%;
  }
  .page-footer .footer-mid::before {
    content: '';
    height: 56.49px;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #eae67c, #aac853, #659850, #1f568f, #2a669d, #4792c4, #5db2e1, #5db2e1);
  }
  .page-footer .footer-mid h3 {
    font-family: 'Manrope', sans-serif;
    color: #626262;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 3px;
  }
  .page-footer .footer-mid ul li {
    margin-bottom: 0;
  }
  .page-footer .footer-mid ul li a {
    font-family: 'Manrope', sans-serif;
    color: #909090;
    letter-spacing: 0;
    line-height: 33.21px;
    font-size: 15px;
  }
  .page-footer .footer-mid .explore-our-site,
  .page-footer .footer-mid .explore-our-products,
  .page-footer .footer-mid .explore-our-product-categories,
  .page-footer .footer-mid .join-our-newsletter {
    float: left;
  }
  .page-footer .footer-mid .explore-our-site {
    width: 35%;
  }
  .page-footer .footer-mid .explore-our-site .explore-content .left,
  .page-footer .footer-mid .explore-our-site .explore-content .right {
    float: left;
    width: 50%;
    padding-left: 0;
  }
  .page-footer .footer-mid .explore-our-site .explore-content .left {
    width: 42.5%;
  }
  .page-footer .footer-mid .explore-our-products {
    width: 15%;
    margin-left: -2%;
  }
  .page-footer .footer-mid .explore-our-products ul {
    padding-left: 0;
  }
  .page-footer .footer-mid .explore-our-product-categories {
    width: 15%;
    margin-left: 3.5%;
  }
  .page-footer .footer-mid .explore-our-product-categories ul {
    padding-left: 0;
  }
  .page-footer .footer-mid .join-our-newsletter {
    width: 27.8%;
    margin-left: 5.7%;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us {
    display: flex;
    flex-direction: column;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us .newsletter {
    order: 2;
    max-width: 100%;
    width: unset;
    float: unset;
    margin-bottom: 16px;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us .newsletter .content {
    position: relative;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us .newsletter .content .actions .primary {
    color: #67c5d3;
    background-color: #ffffff;
    height: 0;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us .newsletter .content .actions .primary span::after {
    content: '►';
    font-size: 13px;
    position: static;
    padding-left: 5px;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us h3 {
    order: 1;
    padding-bottom: 18px;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us .follow-us {
    order: 3;
  }
  .page-footer .footer-mid .join-our-newsletter ul {
    padding-left: 3%;
  }
  .page-footer .footer-mid .join-our-newsletter ul li {
    float: left;
    padding-right: 7%;
  }
  .page-footer .footer-mid .join-our-newsletter ul li:nth-child(3),
  .page-footer .footer-mid .join-our-newsletter ul li:nth-child(4) {
    padding-right: 6%;
  }
  .page-footer .footer-mid .join-our-newsletter ul li:nth-child(5) {
    padding-right: 4%;
  }
  .page-footer .footer-mid .join-our-newsletter h3 {
    font-family: 'Manrope', sans-serif;
    color: #626262;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 3px;
  }
  .page-footer .footer-mid .join-our-newsletter .block.newsletter .field .control:before {
    display: none;
  }
  .page-footer .footer-mid .join-our-newsletter .block.newsletter input {
    margin: 0;
    padding: 0;
    border-radius: 30px;
    height: 49px;
    border: 1px solid #104470;
    padding-left: 6%;
    font-size: 15px;
    color: #626262;
  }
  .page-footer .footer-bottom {
    background-color: #ffffff;
  }
  .page-footer .footer-bottom .container {
    max-width: 1890px;
  }
  .page-footer .footer-bottom .share-app {
    padding-bottom: 105px;
  }
  .page-footer .footer-bottom .share-app .img-payment {
    padding-bottom: 3px;
  }
  .page-footer .footer-bottom .share-app .img-footer {
    margin-bottom: 1%;
  }
  .page-footer .footer-bottom .share-app h5 {
    font-family: unset;
    font-size: 18px;
    color: #626262;
    line-height: 1.133;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 23px;
  }
  .page-footer .footer-bottom .share-app .footer-app {
    margin-top: 1%;
    margin-left: 3%;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app a:nth-child(1) img {
    margin-right: 12px;
  }
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app img {
    max-width: 100%;
  }
  .page-footer .footer-bottom .share-app .destop-app {
    margin-bottom: 0.8%;
    margin-left: 1.5%;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    color: #626262;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a img {
    max-width: 38px;
  }
  .page-footer .footer-copyright {
    background-color: #ffffff;
  }
  .page-footer .footer-copyright .copyright-text {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    color: #626262;
    font-size: 15px;
  }
  .page-header .header-wrapper-search .block-search-custom form input[type='text'] {
    max-width: 100%;
    height: 49px;
    font-size: 15px;
    background: #f4f4f4;
    color: #626262;
    font-weight: 400;
  }
  .page-header .header-wrapper-search .block-search-custom form .actions button {
    right: 50px;
  }
  .page-header .header.content {
    max-width: 1920px;
    padding-left: 41px;
    padding-right: 41px;
    padding-bottom: 35px;
  }
  .page-header .header.content .header-wrapper-right .call-us {
    order: 1;
  }
  .page-header .header.content .header-wrapper-right .call-us p a img {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 25px;
  }
  .page-header .header.content .header-wrapper-right .call-us p:nth-child(3) {
    font-family: 'Manrope', sans-serif;
    font-size: 12.65px;
    letter-spacing: -0.5px;
  }
  .page-header .header.content .header-wrapper-right .account-top-link {
    order: 2;
    margin-right: -8px;
  }
  .page-header .header.content .header-wrapper-right .favourites {
    order: 3;
  }
  .page-header .header.content .header-wrapper-right .favourites a span {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
  .page-header .header.content .header-wrapper-right .my-account > a,
  .page-header .header.content .header-wrapper-right .favourites > a {
    display: inline-block;
    padding: 0 5px;
  }
  .page-header .header.content .header-wrapper-right .my-account .link-menu-item {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .page-header .header.content .header-wrapper-right .header-minicart {
    order: 4;
  }
  .page-header .header.content .header-wrapper-right .header-minicart a.showcart,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.showcart,
  .page-header .header.content .header-wrapper-right .header-minicart a.amquote-showcart,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart {
    margin-top: 4px;
  }
  .page-header .header.content .header-wrapper-right .header-minicart a.showcart span,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.showcart span,
  .page-header .header.content .header-wrapper-right .header-minicart a.amquote-showcart span,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart span {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    display: block;
    line-height: 16px;
  }
  .page-header .header.content .header-wrapper-right p a {
    font-family: 'Manrope', sans-serif;
    font-size: 12.65px;
    letter-spacing: 0px;
    color: #104470;
  }
  .page-header .header-introduce {
    padding: 30px auto;
    background-color: #285674;
  }
  .page-header .header-introduce ul {
    text-align: center;
    align-items: center;
  }
  .page-header .header-introduce ul li {
    display: inline-block;
    color: #ffffff;
    margin: 0;
  }
  .page-header .header-introduce ul li a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .page-header .header-introduce ul li img {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
  }
  .page-header .header-introduce ul li.dropdown a {
    position: relative;
  }
  .page-header .header-introduce ul li.dropdown a img {
    margin-left: 5px;
  }
  .page-header .header-introduce ul li.dropdown ul {
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
    transform: translateY(-42px);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #ffffff;
    z-index: 10;
    right: 40px;
    padding: 0 9px;
    border-radius: 5px;
  }
  .page-header .header-introduce ul li.dropdown ul:before {
    position: absolute;
    content: '';
    top: -5px;
    right: 77px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
  }
  .page-header .header-introduce ul li.dropdown ul li {
    color: #909090;
    font-size: 12px;
  }
  .page-header .header-introduce ul li.dropdown ul li a {
    color: #104470;
    font-size: 13px;
    text-transform: none;
  }
  .page-header .header-introduce ul li.dropdown ul li a span {
    color: #909090;
    font-size: 12px;
  }
  .page-header .header-introduce ul li.dropdown ul li img {
    margin-right: 0;
    margin-left: 3px;
  }
  .page-header .header-introduce ul li.dropdown:hover ul {
    opacity: 1;
    transform: translateY(0px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .page-header .header-introduce ul li .item-dropdown-wrapper {
    position: absolute;
    background: transparent;
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.2s ease-in-out;
    transform: translateY(30px);
    margin: 0;
    padding-top: 20px;
    z-index: 10;
    visibility: hidden;
  }
  .page-header .header-introduce ul li .item-dropdown-wrapper .item-dropdown {
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 12px 0px 12px #8484841a;
    background-color: #285674;
    position: relative;
  }
  .page-header .header-introduce ul li .item-dropdown-wrapper .item-dropdown:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #285674;
  }
  .page-header .header-introduce ul li .item-dropdown-wrapper .item-dropdown a {
    padding: 5px 20px;
    min-width: 200px;
  }
  .page-header .header-introduce ul li .item-dropdown-wrapper .item-dropdown a:hover {
    background-color: #ffffff;
    color: #285674;
  }
  .page-header .header-introduce ul li:hover .item-dropdown-wrapper,
  .page-header .header-introduce ul li:focus .item-dropdown-wrapper {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 768px) and screen and (max-width: 1260px) {
  .page-header .account-top-link {
    display: none;
  }
}
.mobile-cms-header {
  width: 100%;
  left: 0 !important;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .mobile-cms-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1500px) {
  .header.content .header-wrapper-right .header-minicart a.showcart,
  .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart {
    margin-top: 4px;
  }
  .header.content .header-wrapper-right .header-minicart a.showcart span,
  .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart span {
    line-height: 0;
  }
}
@media (min-width: 991px) {
  /* Change color on theme Yesmed */
  .account .page-title {
    color: #104470;
  }
  .account .block-collapsible-nav .mobile-menu-account {
    background: #104470;
  }
  .account .block-collapsible-nav .nav.items strong.account-order::after,
  .account .block-collapsible-nav .nav.items strong.account-quotes::after,
  .account .block-collapsible-nav .nav.items strong.account-address::after,
  .account .block-collapsible-nav .nav.items strong.account-user-detail::after,
  .account .block-collapsible-nav .nav.items strong.account-invoices::after,
  .account .block-collapsible-nav .nav.items strong.account-favourites::after,
  .account .block-collapsible-nav .nav.items strong.account-credit::after,
  .account .block-collapsible-nav .nav.items strong.account-sublogin::after {
    background: #104470;
  }
  .account .block-collapsible-nav .nav.items .item:first-child strong::after {
    background: #104470;
  }
  .account .block-collapsible-nav .nav.items .nav.item strong,
  .account .block-collapsible-nav .nav.items .nav.item a:hover {
    color: #104470;
  }
  /* End Change color on theme Yesmed */
}
@media (min-width: 1200px) {
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
  }
}
@media (min-width: 1261px) {
  /* Change color on theme Yesmed */
  .header.content .menu-account .menu-account-item .link-menu-item:hover {
    color: #104470;
  }
  .header.content .my-account-hover .full-name {
    color: #104470;
  }
  .header.content .account-summary-info .price-balance,
  .header.content .account-summary-info .last-order-id,
  .header.content .account-summary-info .last-order-id a,
  .header.content .account-summary-info p.overdue {
    color: #104470;
  }
  .header.content .account-summary-info .account-balance,
  .header.content .account-summary-info .last-order {
    border-color: #104470;
  }
  /* End Change color on theme Yesmed */
  .header-wrapper-top {
    background-color: #285674;
  }
  .page-header .header-introduce ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
  }
  .page-header .header-introduce ul li.delivery img {
    width: 20px;
  }
  .page-header .header-introduce ul li.price-beat img {
    width: 21px;
  }
  .page-header .header-introduce ul li.return img {
    width: 12px;
  }
  .page-header .header-introduce ul li.au-owned img {
    width: 20px;
  }
  .page-header .header-introduce ul li.dropdown img {
    width: 18px;
  }
  .page-header .header-introduce ul li.dropdown ul img {
    width: 22px;
  }
  .page-header .header.content {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .page-header .header.content .header-wrapper-right .header-minicart a.showcart,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.showcart {
    margin-top: 1px;
  }
  .page-header .header.content .header-wrapper-right .header-minicart a.amquote-showcart,
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart {
    margin-top: 0px;
  }
  .page-header .header-wrapper-search .block-search-custom form .actions button {
    right: 20px;
    top: 0;
  }
  .page-header .header-wrapper-search .block-search-custom form input[type='text'] {
    border: none;
    padding: 0 50px 0 30px;
    border-radius: 25px;
  }
  .page-header .header-wrapper-search .block-search-custom form input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #626262;
  }
  .page-header .header-wrapper-search .block-search-custom form input[type='text']:-ms-input-placeholder {
    /* Internet Explorer */
    color: #626262;
  }
  .page-header .header-wrapper-search .block-search-custom form input[type='text']::placeholder {
    color: #626262;
  }
  body .header.content .header-wrapper-right,
  body .header.content .header-wrapper-search {
    width: 40%;
  }
  body .ves-megamenu .navigation .level0:last-child > a.nav-anchor {
    padding-right: 20px;
  }
  .mobile-cms-header {
    display: none;
  }
}
@media (min-width: 1261px) and (min-resolution: 1.25dppx) {
  body .header.content .header-wrapper-right,
  body .header.content .header-wrapper-search {
    width: 40%;
  }
}
@media (min-width: 1601px) {
  body .header.content .header-wrapper-search {
    width: 60%;
  }
}
@media (min-width: 1601px) and (min-resolution: 1.25dppx) {
  body .header.content .header-wrapper-search {
    width: 60%;
  }
}
@media (min-width: 1921px) {
  .ves-megamenu.top-navigation > .navigation {
    max-width: 100%;
  }
  .page-header .header.content {
    max-width: 100%;
  }
  .page-header .header.content .header-wrapper-right .call-us p a img {
    left: 8%;
  }
}
@media (max-width: 1260px) {
  /* Change color on theme Yesmed */
  .account .page-main .page-title-wrapper .page-title:after {
    background-color: #104470;
  }
  /* End Change color on theme Yesmed */
  .mobile-cms-header ul {
    list-style: none;
    padding-left: 0;
  }
  .mobile-cms-header ul li {
    list-style-type: none;
  }
  body .mobile-cms-header:nth-child(1) {
    display: none;
  }
  .nav-sections .section-item-content .mobile-cms-header:nth-child(1) {
    display: block;
    position: absolute;
    top: 97%;
    left: 15px;
  }
  .nav-sections .section-item-content .mobile-cms-header:nth-child(1) ul li a {
    font: 600 16px/32px 'Gotham-Book', sans-serif;
    color: #484740;
  }
  .page-header .header-introduce {
    display: none;
  }
  .page-header .logo-menutab .nav-toggle:before {
    width: 5px;
    height: 21px;
  }
  .menusub-category .level1 > .cate-content > .cat-name > a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #606060;
    font-weight: 700;
    content: '\f0d7';
    position: absolute;
    right: 5px;
    top: 3px;
  }
  body .menusub-category .level1 > .cate-content > .cat-name.notChild > a:before {
    display: none;
  }
  .nav-sections .switcher {
    display: none;
  }
  .header-content-section .header {
    border-bottom: 0.1rem solid #d2d2d2;
  }
  .header.content .header-wrapper-search form input[type='text'] {
    font-size: 14px;
  }
  .header.content .header-wrapper-left .search_icon_mobile {
    margin-left: 21px;
    float: left;
    margin-top: 7px;
  }
  .header.content .header-wrapper-left .nav-toggle {
    top: 17px;
  }
  .header.content .header-wrapper-left .logo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart:before {
    background: url(../../frontend/YesMed/default/en_AU/images/cart.png) no-repeat;
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart:before,
  .header.content .header-wrapper-right .amquote-cart-wrapper .action.showcart:before,
  .header.content .header-wrapper-right .minicart-wrapper .action.amquote-showcart:before,
  .header.content .header-wrapper-right .amquote-cart-wrapper .action.amquote-showcart:before {
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: unset;
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty span.counter-number,
  .header.content .header-wrapper-right .amquote-cart-wrapper .action.showcart .counter.qty span.counter-number,
  .header.content .header-wrapper-right .minicart-wrapper .action.amquote-showcart .counter.qty span.counter-number,
  .header.content .header-wrapper-right .amquote-cart-wrapper .action.amquote-showcart .counter.qty span.counter-number {
    background: #22983c;
    left: 24px;
    top: -5px;
    min-width: 17px;
    width: unset;
    height: 17px;
    font-size: 9px;
    line-height: 19px;
  }
  .visible-mb .call-us-mobile {
    padding-top: 8px;
    padding-left: 2px;
  }
  .visible-mb .call-us-mobile img {
    width: 20px;
  }
  .nav-toggle:before {
    font-size: 23px;
    line-height: 25px;
    padding-left: 6px;
  }
  .minicart-wrapper .action.showcart {
    padding-top: 10px;
    padding-left: 8px;
  }
  .header-wrapper-right {
    position: relative;
  }
  .header-wrapper-right .visible-mb p {
    position: absolute;
    top: 3px;
    left: -19px;
  }
}
@media (max-width: 991px) {
  /* Change color on theme Yesmed */
  .account .page-main .page-title-wrapper .page-title:after {
    background-color: #104470;
  }
  /* End Change color on theme Yesmed */
}
@media (max-width: 767px) {
  /* Change color on theme Yesmed */
  .table-order-items.history:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.month-group-title > td:last-child {
    border-color: #104470;
  }
  .ewayrapid-mycards-edit .form-mycard-edit .fieldset > .field.required > .label::after {
    color: #104470;
  }
  .table-order-items.history .order-progress-wrapper .step-title {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-label-wrapper.show-shipment-detail .shipment-id:hover {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-title {
    color: #104470;
  }
  .table-order-items.history .shipment-list .shipment-title.mobile {
    color: #104470;
  }
  body.account.favlist-page .toogle_this_elm {
    color: #104470;
  }
  body.account.favlist-page .page-head-top .page-title:after {
    background-color: #104470;
  }
  body.amasty_quote-cart-index .page-title {
    color: #104470;
  }
  /* End Change color on theme Yesmed */
}
@media (max-width: 639px) {
  /* Change color on theme Yesmed */
  .block-dashboard-orders .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    border-color: #104470;
  }
  .customer-account-index .actions-toolbar .print-order-form .action.print-order {
    background: #104470;
  }
  /* End Change color on theme Yesmed */
}
@media (min-width: 250px) and (max-width: 767px) {
  .page-footer {
    position: relative;
  }
  .page-footer .footer-mid {
    background-color: white;
    width: 100%;
    order: 1;
  }
  .page-footer .footer-mid .container {
    padding-top: 10px;
  }
  .page-footer .footer-mid .explore-our-site,
  .page-footer .footer-mid .explore-our-products,
  .page-footer .footer-mid .explore-our-product-categories,
  .page-footer .footer-mid .join-us .newsletter,
  .page-footer .footer-mid .follow-us h3,
  .page-footer .footer-mid .join-us h3 {
    display: none;
  }
  .page-footer .footer-mid .join-our-newsletter {
    min-width: 310px;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us ul {
    padding: 0;
    text-align: center;
  }
  .page-footer .footer-mid .join-our-newsletter .join-us ul li {
    padding-right: 12px;
    padding-left: 12px;
    display: inline-block;
  }
  .page-footer .footer-mid h3 {
    font-family: 'Manrope', sans-serif;
    color: #626262;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 3px;
  }
  .page-footer .footer-mid ul li {
    margin-bottom: 0;
    list-style-type: none;
  }
  .page-footer .footer-mid ul li a {
    font-family: 'Manrope', sans-serif;
    color: #909090;
    letter-spacing: 0;
    line-height: 33.21px;
    font-size: 15px;
  }
  .page-footer .categories-support-content {
    text-align: center;
    padding-bottom: 20px;
  }
  .page-footer .categories-support-content ul {
    padding: 0;
  }
  .page-footer .categories-support-content::before {
    content: '';
    height: 1px;
    background-color: #104470;
    display: block;
    margin: 0 15px;
    margin-top: -14px;
  }
  .page-footer .categories-support-content .categories {
    padding-top: 7px;
    padding-bottom: 1px;
  }
  .page-footer .categories-support-content .support::after {
    content: '';
    height: 1px;
    background-color: #104470;
    display: block;
    margin: 0 15px;
  }
  .page-footer .categories-support-content .support ul {
    margin-bottom: 20px;
  }
  .page-footer .footer-bottom {
    background-color: #ffffff;
    width: 100%;
    order: 2;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a {
    font-size: 15px;
    color: #626262;
  }
  .page-footer .footer-bottom .share-app .destop-app ul li a img {
    max-width: 38px;
  }
  .page-footer .footer-bottom .share-app .img-payment {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .share-app .footer-app div.footer-img-app {
    display: block;
  }
  .page-footer .footer-bottom .share-app .footer-app div.footer-img-app a:nth-child(1) img {
    width: 45%;
    margin-bottom: 12px;
  }
  .page-footer .footer-bottom .share-app .footer-app div.footer-img-app a:nth-child(2) img {
    width: 52%;
  }
  .page-footer .footer-bottom .share-app .footer-app div.footer-img-app a {
    width: 100%;
    display: inline-block;
  }
  .page-footer .footer-bottom .share-app .footer-app div.footer-img-app img {
    max-width: unset;
  }
  .page-footer .footer-bottom .destop-app {
    position: absolute;
    top: 87.5%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .page-footer .footer-bottom .destop-app ul li {
    width: 100%;
    padding-bottom: 5px;
  }
  .page-footer .footer-bottom .share-app {
    padding-bottom: 0;
  }
  .page-footer .footer-bottom .share-app h5 {
    font-family: unset;
    font-size: 15px;
    color: #626262;
    line-height: 1.133;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page-footer .footer-bottom .share-app .img-footer {
    margin-bottom: 10%;
  }
  .page-footer div.footer-copyright {
    background-color: #ffffff;
    order: 3;
  }
  .page-footer div.footer-copyright .copyright-text {
    font-family: 'Manrope', sans-serif;
    color: #626262;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 1700px) {
  .page-footer .footer-mid div.container {
    padding: 50px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .page-footer .footer-bottom .share-app .footer-app .footer-img-app a:nth-child(2) img {
    margin-left: -10px;
  }
}
@media (min-width: 1261px) and (max-width: 1500px) {
  .page-header .header.content .header-wrapper-right p a {
    font-size: 15px;
  }
  .page-header .header.content .header-wrapper-right .call-us p a img {
    left: 30px;
  }
  .page-header .header.content .header-wrapper-right .my-account a span,
  .page-header .header.content .header-wrapper-right .favourites a span {
    padding-right: 5px;
  }
  .page-header .header.content .header-wrapper-right .header-minicart a.showcart::before {
    width: 23px;
    height: 29px;
    padding-bottom: 0;
    background-size: 23px;
    background-position: 0 5px;
  }
  .page-header .header.content .header-wrapper-right .amquote-cart-wrapper a.amquote-showcart::before {
    height: 29px;
  }
  .icon-top-account {
    width: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .header.content .header-wrapper-left .search_icon_mobile {
    margin-top: 9px;
  }
  .header.content .header-wrapper-left .nav-toggle {
    top: 50%;
    transform: translateY(-50%);
    left: 41px;
  }
  .header-wrapper-right .visible-mb p {
    top: 50%;
    transform: translateY(-50%);
  }
  .header.content .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty span.counter-number {
    top: -5px;
  }
  .nav-sections .section-item-content .mobile-cms-header:nth-child(1) {
    left: 35px;
  }
  .header.content .header-wrapper-left .logo {
    top: 50%;
  }
  .header.content .header-wrapper-search form input[type='text'] {
    height: 90px;
    font-size: 20px;
    padding-left: 60px;
  }
  .header.content .header-wrapper-search .cross {
    top: 35px;
  }
  .block-search-custom button {
    top: 28px;
  }
  .block-search-custom button.search img {
    width: 28px;
  }
  .header.content .header-wrapper-search.active .block-search-custom form .actions button {
    top: 28px;
  }
  .visible-mb .call-us-mobile {
    padding-top: 0;
  }
  .page-header .header.content {
    padding-bottom: 10px;
  }
  .minicart-wrapper .action.showcart {
    padding-top: 0;
  }
  .search_icon_mobile img {
    width: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-sections .section-item-content .mobile-cms-header:nth-child(1) {
    left: 45px;
  }
}
.snize-ac-results-column .snize-ac-results-multicolumn-list .snize-title {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: unset;
}
body .header.content .header-wrapper-right p.call-us-mobile a {
  padding-right: 22px;
}
body.checkout-index-index .header-middle .call-us-mobile {
  display: none;
}
.page-wrapper .page-main {
  padding-top: 162.6px !important;
  margin-top: 30px;
}
@media (max-width: 1260px) {
  .page-wrapper .page-main {
    padding-top: 123.6px !important;
  }
}
.checkout-index-index .page-wrapper .page-main {
  padding-top: 120px !important;
  margin-top: 0 !important;
}
@media (max-width: 1260px) {
  .checkout-index-index .page-wrapper .page-main {
    padding-top: 105px !important;
  }
}
.cms-index-index .page-wrapper .page-main,
.cms-account-summary .page-wrapper .page-main,
.algolia-view-index .page-wrapper .page-main,
.cms-page-view .page-wrapper .page-main,
.astirfast-page .page-wrapper .page-main,
.wrapper-qanta .page-wrapper .page-main,
.astir-app-desktop .page-wrapper .page-main,
.app-desktop-download .page-wrapper .page-main,
.customer-account-logoutsuccess .page-wrapper .page-main {
  margin-top: 0 !important;
}
.catalog-product-view .page-wrapper .page-main {
  margin-top: 15px !important;
}
.bss_quickview-catalog_product-view .page-main,
.yesmed-app-page .page-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1261px) {
  .page-shockwave-wrapper .page-wrapper .page-main {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .cms-no-route .page-wrapper .page-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  body.checkout-index-index .header-middle .call-us-mobile {
    display: block;
  }
}
/* Popup search result page */
.search-promo-popup.modal-popup .modal-header,
.search-promo-popup.modal-popup .modal-content {
  padding: 0;
}
.search-promo-popup.modal-popup .modal-inner-wrap {
  border-radius: 6px;
  width: 30%;
}
.search-promo-popup.modal-popup .modal-footer {
  display: none;
}
.search-promo-popup.modal-popup .modal-inner-content {
  padding: 15px;
}
.search-promo-popup.modal-popup .modal-inner-content img {
  display: block;
}
.search-promo-popup.modal-popup .action-close {
  margin: 0;
  right: -13px;
  top: -13px;
}
.search-promo-popup.modal-popup .action-close::before {
  font-size: 20px;
  line-height: 20px;
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  overflow: auto;
  color: #636363;
  font-weight: 200;
  border: 1px solid #636363;
  width: 20px;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .search-promo-popup.modal-popup .modal-inner-wrap {
    width: 60%;
  }
}
/* End Popup search result page */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 8/3/23, 10:04 AM
 */
body .mpfreegifts-btn-cart {
  display: block;
  float: left;
  width: 100%;
}
body .mpfreegifts-btn-cart .mpfreegifts-btn.action {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  background-color: #104470;
}
body .mpfreegifts-btn-cart .mpfreegifts-btn.action:hover,
body .mpfreegifts-btn-cart .mpfreegifts-btn.action:focus {
  background-color: #104470;
}
@media only screen and (min-width: 768px) {
  body .mpfreegifts_modal .modal-inner-wrap {
    width: 100% !important;
    max-width: 750px;
  }
}
body .mpfreegifts_modal .modal-inner-wrap .modal-header {
  padding: 20px 0 0;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-header .modal-title {
  color: #104470;
  padding: 0 30px 10px;
  font-weight: 400;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-header .action-close {
  top: 15px;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-content .mpfreegifts-rule-grid {
  margin-top: 20px;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .row-mp.gift-row {
  display: flex;
  justify-content: center;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-content .gift-container .gift-item {
  margin-bottom: 0;
  padding: 15px 0;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-content .gift-container .gift-item .mpfreegifts-gift-action .action.primary {
  background: #0c7394 !important;
  border-color: #0c7394 !important;
}
body .mpfreegifts_modal .modal-inner-wrap .modal-content .gift-container .gift-item .mpfreegifts-gift-action .action.primary:hover {
  background: #0c7394 !important;
  border-color: #0c7394 !important;
}
@media only screen and (max-width: 768px) {
  body .mpfreegifts_modal .modal-inner-wrap {
    width: 95% !important;
    max-width: 95% !important;
    background-color: #ffffff !important;
  }
  body .mpfreegifts_modal .modal-inner-wrap .modal-header {
    padding: 15px 0 0;
  }
  body .mpfreegifts_modal .modal-inner-wrap .modal-header .modal-title {
    color: #104470;
    padding: 0 30px 10px;
    font-weight: 400;
  }
  body .mpfreegifts_modal .modal-inner-wrap .modal-header .action-close {
    top: 15px;
  }
}
.ves-megamenu .nav-item.active > a {
  background-color: transparent !important;
}
@media (max-width: 1260px) {
  .nav-sections-items .ves-megamenu > .navigation .nav-item > a {
    padding: 0;
  }
}
@media (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 #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    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;
  }
  .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;
  }
  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;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -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);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .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 #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .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: #104470;
  }
  .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: #104470;
  }
  .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: #104470;
  }
  .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 #cccccc;
    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: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    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 #cccccc;
    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: #104470;
    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 #cccccc;
    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: #f4f4f4;
    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 45px;
  }
  .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 10px;
  }
  .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;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .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: #104470;
  }
  .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;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: 0;
  }
  .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);
  }
  .page-header .header.content .header-wrapper-search {
    left: 15px !important;
    right: 15px !important;
  }
  .ais-result-summary__group,
  .ais-SearchBox-reset-btn {
    display: none;
  }
  body.checkout-cart-index .modal-popup.confirm .modal-inner-wrap .modal-header .modal-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media (max-width: 1199px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
/** 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
}
/**
 * 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/YesMed/default/en_AU/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%}/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../frontend/YesMed/default/en_AU/Amasty_Groupcat/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../frontend/YesMed/default/en_AU/Amasty_Groupcat/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../frontend/YesMed/default/en_AU/Amasty_Groupcat/js/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../frontend/YesMed/default/en_AU/Amasty_Groupcat/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* fancybox-thumbs */

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

.amhideprice-form-ledend {
    margin: 0 !important;
}

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

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

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

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

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

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

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

a.amasty-hide-price-container {
    cursor: pointer;
}

.amasty-hide-price-container.hidden,
.price-final_price.hidden {
    display: none !important;
}

.widget.hide-price-observed {
    .amasty-hide-price-button {
        margin-bottom: 1rem;
    }
}
/**
 * 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_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - 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/YesMed/default/en_AU/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;
}
/*
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 *
 * Author: Kevin
 * Date: 7/12/23, 11:35 AM
 */

/* --------------------- Begin - Common --------------------- */
.mpfreegifts-add-gift-btn {
    margin-bottom: 20px;
}

#mpfreegifts-cart-btn {
    width: 71%;
    display: none;
}

.mpfreegifts-btn:hover {
    opacity: 0.9;
}

.mpfreegifts-modal, .mpfreegifts-option-modal {
    display: none;
}

.mpfreegifts-item-left {
    text-align: right;
    font-size: 1.8rem;
    margin: 5px 0;
    z-index: 10;
}

.mpfreegifts-modal .mpfreegifts-item-left {
    background: #ffffff;
    padding: 15px 0;
    position: sticky;
    top: 0;
}

.mpfreegifts-action-remove {
    border-color: #ff5501 !important;
    background: #ff5501 !important;
    color: #fff;
}

.mpfreegifts-action-remove:hover {
    background: #e64d00 !important;
    border-color: #e64d00 !important;
}

.mpfreegifts-gift-original-price {
    text-decoration: line-through;
    font-size: 1.5rem;
}

.mpfreegifts-gift-final-price {
    font-size: 1.8rem;
    font-weight: 700;
}

.mpfreegifts-gift-name {
    font-size: 1.8rem;
    font-weight: 400;
    height: 45px;
}

.mpfreegifts-gift-image {
    display: block;
    margin: auto;
    height: 220px;
    width: auto !important;
}

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

.mpfreegifts-rule-grid .gift-item,
.mpfreegifts-rule-slider .gift-item {
    border-radius: 7px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.gift-item:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.2s ease-in-out;
}

.mpfreegifts-gift-name, .mpfreegifts-gift-price, .mpfreegifts-gift-action {
    margin-top: 15px;
}

#mpfreegifts-block-container {
    clear: both !important;
}

.mpfreegifts-block-header {
    margin: 5px 0;
    display: flex;
}

.mpfreegifts-block-header .mpfreegifts-item-left {
    text-align: right;
    font-size: 1.8rem;
}

.mpfreegifts-block-header .mpfreegifts-header-text {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
}

.mpfreegifts-block-header .mpfreegifts-header-text,
.mpfreegifts-block-header .mpfreegifts-item-left {
    width: 49%;
}

.mpfreegifts-block-icon {
    color: #ffffff;
    font-size: 2rem !important;
}

.mpfreegifts-block-icon span {
    display: block;
    border-radius: 50%;
    font-weight: bolder;
    padding: 0 0.5rem;
    background-color: #d9d9d9;
}

.mpfreegifts-selected-icon span {
    background-color: #4CAF50 !important;
}

.mpfreegifts-update-btn {
    text-align: right;
}

.mpfreegifts-selected {
    border-radius: 7px;
    border: 2px solid #4CAF50 !important;
    box-sizing: border-box;
}

.mpfreegifts-rule-grid .mpfreegifts-block-icon,
.mpfreegifts-rule-slider .mpfreegifts-block-icon {
    position: absolute;
    top: -10px;
    left: 5px;
}

.mpfreegifts-gift-image-container {
    position: relative
}

.mpfreegifts-block .gift-item:hover,
.mpfreegifts-modal .gift-item:hover {
    cursor: pointer;
}

#mpfreegifts-selected-container {
    display: none;
}

#mpfreegifts-selected-header {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

#mpfreegifts-selected-ul {
    margin-bottom: 0 !important;
}

#mpfreegifts-selected-ul li {
    font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
    #mpfreegifts_item_cart .mpfreegifts-add-gift-btn {
        width: 100%;
        text-align: center;
    }

    .mpfreegifts-gift-name {
        font-size: 1.5rem;
        height: min-content;
    }

    #mpfreegifts-cart-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .mpfreegifts_modal .modal-inner-wrap {
        width: 70% !important;
    }
}

/* --------------------- End - Common --------------------- */

/* --------------------- Begin - Item Notice --------------------- */
.mpfreegifts-notice-content {
    background: #fdf0d5;
    color: #6f4400;
    padding: 0.6rem 1.5rem;
    text-shadow: none;
    margin-left: 10px;
}

.mpfreegifts-icon {
    width: 20px;
    height: 20px;
}

.mpfreegifts-image {
    padding-top: 0.5rem;
}

.mpfreegifts-notice {
    display: flex;
}

/* --------------------- End - Item Notice --------------------- */

/* --------------------- Begin - List Layout --------------------- */
.mpfreegifts-rule-list {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.mpfreegifts-block .mpfreegifts-rule-list {
    margin-top: 10px;
}

.mpfreegifts-gift-image-col {
    width: 20% !important;
}

.mpfreegifts-gift-selected-col {
    width: 3% !important;
}

.mpfreegifts-gift-name-col {
    width: 25% !important;
}

.mpfreegifts-gift-price-col, .mpfreegifts-gift-action-col {
    width: 15% !important;
}

.mpfreegifts-rule-list .mpfreegifts-gift-image {
    width: 80px;
    height: 80px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-name,
.mpfreegifts-rule-list .mpfreegifts-gift-action {
    padding-top: 35px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-price {
    padding-top: 30px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-name,
.mpfreegifts-rule-list .mpfreegifts-gift-price,
.mpfreegifts-rule-list .mpfreegifts-gift-action {
    margin-top: 0;
}

.mpfreegifts-rule-list .mpfreegifts-block-icon span {
    width: 2rem;
}

@media only screen and (max-width: 767px) {
    .mpfreegifts-rule-list td.image {
        display: none !important;
    }

    .mpfreegifts-rule-list td.price {
        display: flex !important;
    }

    .mpfreegifts-rule-list td.price div {
        padding-right: 20px;
    }

    .mpfreegifts-rule-list .mpfreegifts-gift-name,
    .mpfreegifts-rule-list .mpfreegifts-gift-action,
    .mpfreegifts-rule-list .mpfreegifts-gift-price {
        padding-top: 0;
    }
}

/* --------------------- End - List Layout --------------------- */

/* --------------------- Begin - Grid Layout --------------------- */
.mpfreegifts-rule-grid {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.mpfreegifts-rule-grid .gift-item {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px 0;
}

.mpfreegifts-rule-grid .gift-container {
    padding: 0 35px;
}

@media only screen and (max-width: 767px) {
    .mpfreegifts-rule-grid .gift-container {
        padding: 0;
    }
}

/* --------------------- End - Grid Layout --------------------- */

/* --------------------- Begin - Slider Layout --------------------- */
.mpfreegifts-rule-slider {
    margin: 30px 0;
}

.mpfreegifts-rule-slider .gift-container {
    padding: 20px;
}

.mpfreegifts-rule-slider .gift-item {
    box-sizing: border-box;
    padding: 15px 0;
}

/* --------------------- End - Slider Layout --------------------- */

/* --------------------- Begin - Cart Notification --------------------- */
#mpfreegifts-notification {
    display: none;
}

#mpfreegifts-notification #message-content {
    display: flex;
}

.mpfreegifts-notify-message, .mpfreegifts-notify-hide-btn {
    width: 50%;
}

.mpfreegifts-notify-hide-btn {
    text-align: right;
}

/* --------------------- End - Cart Notification --------------------- */

.mpfreegifts-option-modal table.table.data.grouped span.price {
    text-decoration: line-through;
}

.mpfreegifts-gift-qty {
    margin-bottom: 5%;
    width: 100%;
}

.mpfreegifts-gift-qty .mpfreegifts-gift-input-qty {
    width: 20%;
}

.mpfreegifts-option-modal .mpfreegifts-gift-input-qty {
    width: 5%;
}

.mp-fg-tooltip {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    word-break: break-word;
    width: 50%;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    bottom: 100%;
}

/*.owl-carousel .owl-stage-outer {*/
/*    overflow-x: clip !important;*/
/*    overflow: unset;*/
/*}*/

.mp-fg-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.mp-validation-message-box {
    display: none;
    color: #e02b27;
    font-size: 1.2rem;
}

.mpfreegifts-gift-qty {
    height: 35px
}

.mpfreegifts_modal {
    z-index: 1047 !important;
}

.modals-overlay {
    z-index: 1046 !important;
}

/*.owl-carousel .owl-nav {*/
/*    font-size: 50px !important;*/
/*}*/

/*.owl-carousel .owl-nav .owl-prev {*/
/*    top: 15%;*/
/*    left: -6%;*/
/*    position: absolute;*/
/*}*/

/*.owl-carousel .owl-nav .owl-next {*/
/*    top: 15%;*/
/*    right: -6%;*/
/*    position: absolute;*/
/*}*/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.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;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    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/YesMed/default/en_AU/MGS_Lookbook/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

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

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.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:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.lookbook-container{float:left; width:100%; display:block; margin-bottom:15px}
.mgs-lookbook-container{position:relative; float:left}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
	z-index:10;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
}
.pin__opened .pin__popup img, .pin__popup img{
    max-width:100%;
    margin-bottom: 0;
}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 20px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 20px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 15px;
	font-size: 16px;
}
.popup__content {
	padding: 15px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}

.popup__content--product p.popup__content {
    padding: 0;
    text-align: left;
}
.popup__content--product .lookbook-form {
    justify-content: center;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -15px;
}
.popup__content--product > div form{
	display: inline-block;
	width: 50%;
	padding: 12px 0 0;
	height: auto;
	line-height: 1;
}
.popup__content--product > div a, .popup__content--product > div button.action.primary {
	display: inline-block;
	width: 50%;
	color: #222;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div button.action.primary{width:100%; padding: 0; margin-top:-2.5px}
.popup__content--product > div a:hover {
	background: none;
	color: #222;
}

.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
.popup__content--product .old-price .price-label{display:none}
.popup__content--product .old-price .price{text-decoration:line-through}
.popup__content .price-box .price{color:#333}
.popup__content .price-box .minimal-price .price-label{color:#878787}
.popup__content .price-box .special-price{margin-right:10px}
.popup__content .price-box .old-price .price{color:#878787}
.mgs-lookbook-container .addallbutton{position:absolute; bottom:20px; right:20px}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	position: relative;
	display: block;
	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;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}

.pin__popup .price-box p{margin-bottom:0}

.lookbook-slider .owl-dots{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.lookbook-slider .owl-dots {
    bottom: 30px;
    top: auto;
	height:0;
}

.lookbook-slider{clear:both; margin-bottom:15px}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
.lookbook-slider .owl-nav{margin:-20px 0 0 0}
.lookbook-slider .owl-nav [class*="owl-"]{background:none; padding:0; margin:0; width:40px; height:40px; opacity:0; position:absolute; top:50%; margin-top:-20px; transition:all 0.35s ease 0s; -webkit-transition:all 0.35s ease 0s}
.lookbook-slider .owl-nav [class*="owl-"]:hover{background:none; opacity:1}
.lookbook-slider:hover .owl-nav [class*="owl-"]{opacity:1}
.lookbook-slider:hover .owl-nav .disabled{opacity:0.4 !important }
.lookbook-slider .owl-nav img{max-width:100%}
.lookbook-slider .owl-next{right:20px}
.lookbook-slider .owl-prev{left:20px}
.pm-addall .pin__type{display:none}
.pm-addall .pin__type.canaddall{display:flex}
@media (max-width: 960px) {
	.pin__popup{width:200px !important}
	.pin__popup .popup__content{padding:10px}
	.popup__content--product > div{margin:0 -10px}
	.popup__content img{height:auto}
	.popup__content--product > *:not(:last-child){margin-bottom:10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:10px}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price{font-size:11px;}
}
@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-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/YesMed/default/en_AU/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/YesMed/default/en_AU/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp--open {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	Contents:

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

*/
/*
	
	1. Buttons

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

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

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

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

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

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

.pswp__button--fs {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/*

	2. Share modal/popup and links

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

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

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

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

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

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

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

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

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

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

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

/*

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

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

/*
	
	4. Caption

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

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

.pswp__caption--empty {
  display: none; }

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

/*

	5. Loading indicator (preloader)

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	
	6. Additional styles

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgtcommerce-logo {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAZCAYAAADTyxWqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwRDFFMUYwMkM4QjExRTZCRjNDRDIxNTJEQkUzQTg5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwRDFFMUVGMkM4QjExRTZCRjNDRDIxNTJEQkUzQTg5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODdGMTE3NDA3MjA2ODExODIyQUM5NzcyMTk5ODE5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQUM5NzcyMTk5ODE5RiIvPiA8ZGM6dGl0bGU+IDxyZGY6QWx0PiA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPlByaW50PC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50yYc8AAAByUlEQVR42pyUSyiEURTH78wg9JVn8opClIUljShZWKlRIiXFkoWFWLKRLYliJytWHklJzKhZjGd5rKhZWSgSCyJk/O/MuXXcvvkec+o3c++5d/5zzr3nXJ8QhhAiI1UKwSgIgvI0kboNgVmQS/PXVMSywR5o1fynbsW6QCUJcnuRYl4XQr1gEwxTeu9s7Qbce11EtE7jOtBEosq25IcTsXqwBjzMhxsU1aCfojoQiQ2GndghaKfxHLgDSzQ/AuPgguaGFRMgRlwxf5j5A8pvdpvyTEpBFRhj/mK6SZleC/n2wbbaoKfZCXYsUn4EPlBAcz84Vos8shqwbHN+RWy8wIX0yEKgzWGpnIFm8MOdqjSmXQg9gwFdiIt9OBT6At3g1mzRl3hKRJjeFNm8TyBLK1Jlsjhnkv0T74ApUAIm6dbMLN8qbC72C/rANWjUGllZDshMJqZKIx2gwkUeKKM6mqei5T/eAJ/JxFRprIBBsAgeKJ1dEGR7Q6xHk5nhZ332Td891G9Rmr+BWps+jp9ZQEv7nNKR1gEuwQi9FpbmSbwGooFdgmziyP89cYvZicnIKmgcpcaNaHtiToRUWvLJPQGrLjrB1P4EGADT+1kLUwS9FgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: auto 17px;
  padding-left: 22px;
}

#mgt-developer-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  z-index: 2147483647;
  text-align: left;
  color: #ffffff;
  background-color: #323232;
  border-bottom: 4px solid #e97900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  color: #ffffff !important;
}

#mgt-developer-toolbar a:hover {
  color: #ffffff;
  text-decoration: none;
}

#mgt-developer-toolbar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mgt-developer-toolbar-logo {
  cursor: pointer;
  float: left;
  margin: 0px 15px 0px 7px;
  padding: 5px 0px 0px 0px;
}

.mgt-developer-toolbar-logo img {
  max-width: none;
}

.mgt-developer-toolbar-blocks {
  float: left;
  padding: 0px 20px 0px 0px;
}

.mgt-developer-toolbar-return-to-site {
  float: right;
  text-align: center;
  margin: 7px 10px 0px 0px;
}

.mgt-developer-toolbar-return-to-site a {
  display: block;
  line-height: 30px;
  color: #ffffff;
  background: #de3e38;
  border-radius: 5px;
  text-decoration: none;
  padding: 0px 20px;
  font-size: 13px;
}

.mgt-developer-toolbar-return-to-site a:hover {
  background: #e97900;	
}

.mgt-developer-toolbar-blocks svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.mgt-developer-toolbar-block {
  float: left;
  margin-right: 10px;
  position: relative;
}

.mgt-developer-toolbar-block a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
  display: block;
}

.mgt-developer-toolbar-block a:hover {
  background: #636363;
}

.mgt-developer-toolbar-block a:hover > svg * {
  fill: #323232;
}

.mgt-developer-toolbar-block span {
  padding: 0px 0px 0px 10px;
}

.mgt-developer-toolbar-block-information {
  background: #636363;
  position: absolute;
  padding: 10px 50px 10px 10px;
  top: 45px;
  left: 0px;
  /*min-width: 350px;*/
  white-space: nowrap;
}

.mgt-developer-toolbar-block-information ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-block-information ul li {
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.mgt-developer-toolbar-block-info span.mode {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mgt-developer-toolbar-block-magento-version svg  {
  fill: #2082a7;
}

.mgt-developer-toolbar-block-php-parsetime svg  {
  fill: #d13674;
}

.mgt-developer-toolbar-block-memory-consumption svg {
  fill: #7bb301;
}

.mgt-developer-toolbar-block-database-queries svg {
  fill: #e97900;
}

body.mgtdevelopertoolbar-toolbar-container {
  margin: 0px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  padding: 45px 0px 0px 0px;
  background:url(../../frontend/YesMed/default/en_AU/Mgt_DeveloperToolbar/images/container_bg.png) repeat-y #f9f9f9;
}

body.mgtdevelopertoolbar-toolbar-container a {
  text-decoration: none;
}

body.mgtdevelopertoolbar-toolbar-container .container {
  max-width: 1000px;
  padding-right: 15px;
}

.mgt-developer-toolbar-container-summary {
  background: #e97900;
  color: #ffffff;
  padding: 20px 10px;
}

.mgt-developer-toolbar-container-summary h2 {
  font-weight: 30px;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.mgt-developer-toolbar-container-summary h2 a {
  color: #ffffff;
}

.mgt-developer-toolbar-container-summary h2 a:hover {
  text-decoration: underline;
}

.mgt-developer-toolbar-container-summary ul {
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-container-summary ul li {
  display: inline;
  padding: 0px 30px 0px 0px;
}

.mgt-developer-toolbar-container-sidebar {
  float:left;
  width: 220px;
  padding: 10px 0px;
  color: #ffffff;
}

.mgt-developer-toolbar-container-sidebar ul {
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-container-sidebar ul li a {
  color: #ffffff;
  line-height: 30px;
  display: block;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  border-bottom: 3px solid #323232;
}

.mgt-developer-toolbar-container-sidebar ul li a:hover {
  background: #636363;
}

.mgt-developer-toolbar-container-sidebar ul li.active a {
  background: #636363;
}

.mgt-developer-toolbar-container-collector-content {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 0px 220px;
}

.mgt-developer-toolbar-container-collector-content h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}

.mgt-developer-toolbar-container-collector-content h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 25px 0px 15px 0px;
}

.mgt-developer-toolbar-sidebar-metrics {
  padding: 0px 0px 30px 0px;
  overflow: auto;
}

.mgt-developer-toolbar-sidebar-metric {
  float: left;
  min-width: 100px;
  min-height: 70px;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  border: 1px solid #E0E0E0; 
  box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  margin-right: 30px;
}

.mgt-developer-toolbar-sidebar-metric span.value {
  display: block;
  font-size: 28px;
  padding: 8px 15px 4px;
  text-align: center;
}

.mgt-developer-toolbar-sidebar-metric span.label {
  background: #E0E0E0;
  color: #222;
  display: block;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

table.data-table {
  background: #ffffff; 
  border: 1px solid #E0E0E0; 
  width: 100%;
}

table.data-table th, table.data-table td {
  padding: 8px 10px;
}

table.data-table th {
  font-weight: bold;
  text-align: left;
}

table.data-table thead th {
  background-color: #E0E0E0;
}

table.data-table tbody th,
table.data-table tbody td {
  font-size: 15px;
  border: 1px solid #E0E0E0;
  border-width: 1px 0;
}

.no-parameters {
  border: 4px dashed #E0E0E0;
  color: #999999;
  padding: 15px;
}

.no-parameters p {
  padding: 0px 0px 0px 20px;
}

.mgt-developer-toolbar-sidebar-profiler-grid {
  background: #ffffff;
  padding: 0px;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler tr td {
  position: relative;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler span.time-percentage {
  position: absolute;
  left: 0px;
  bottom: -1px;
  background: #e97900;
  height: 2px; 
}

.mgt-developer-toolbar-sidebar-database-queries pre {
  padding: 10px;
  margin: 0px;
  white-space: normal;
}

.mgt-developer-toolbar-sidebar-database-queries td {
  vertical-align: top;
}

.mgt-developer-toolbar-sidebar-block-parent {
  background: #DDDDDD;
}

.mgt-developer-toolbar-sidebar-blocks-container ul {
  list-style-type: none;
  padding: 10px 20px;
  background: #ffffff;
}

.mgt-developer-toolbar-sidebar-blocks-container ul li {
  padding: 0px 10px;
}

.mgt-developer-toolbar-sidebar-blocks-container ul li a {
  text-decoration: none;
  color: #666666;
  background: url(../../frontend/YesMed/default/en_AU/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  padding: 0px 0px 0px 15px;
  line-height: 20px;
  display: block;
}

ul.mgt-developer-toolbar-sidebar-block-properties {
  background: #f9f9f9;
  border: 1px solid #ccc;
}

ul.mgt-developer-toolbar-sidebar-block-properties li {
  line-height: 18px;
  font-size: 11px;
  color: #666666;
}

.mgt-developer-toolbar-sidebar-events a {
  color: #000000;
  text-decoration: none;
  background: url(../../frontend/YesMed/default/en_AU/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  display: block;
  padding: 0px 0px 0px 20px;
}

.mgt-developer-toolbar-sidebar-events table tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-events ul.observers {
  list-style-type: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px 0px;
  margin: 10px 0px 0px 0px;
}

.mgt-developer-toolbar-sidebar-events ul.observers li {
  line-height: 20px;
  font-size: 13px;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #ccc;
}

.mgt-developer-toolbar-sidebar-events ul.observers li:last-child {
  border-bottom: 0px;
}

.mgt-developer-toolbar-sidebar-plugins a {
  color: #000000;
  text-decoration: none;
  background: url(../../frontend/YesMed/default/en_AU/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  display: block;
  padding: 0px 0px 0px 20px; 
}

.mgt-developer-toolbar-sidebar-plugins table tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins {
  list-style-type: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px 0px;
  margin: 10px 0px 0px 0px;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins li {
  line-height: 20px;
  font-size: 13px;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #ccc;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins li:last-child {
  border-bottom: 0px;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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; }
  .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-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%;
    -webkit-transform-style: preserve-3d; }
  .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;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .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 {
    -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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

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

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

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

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

@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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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/YesMed/default/en_AU/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -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%; }
/*!
 *  Font Awesome 4.7.0 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/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/YesMed/default/en_AU/Ves_All/fonts/fontawesome-webfont.svg?v=4.7.0#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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{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-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-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:none;transform:none}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:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}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:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}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:none;transform:none}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;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-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%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(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%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;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%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform: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%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform: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%{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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{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%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.ves-megamenu .col-xs-1, .ves-megamenu .col-sm-1, .ves-megamenu .col-md-1, .ves-megamenu .col-lg-1,
.ves-megamenu .col-xs-2, .ves-megamenu .col-sm-2, .ves-megamenu .col-md-2,
.ves-megamenu .col-lg-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-sm-3, .ves-megamenu .col-md-3, .ves-megamenu .col-lg-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-sm-4, .ves-megamenu .col-md-4, .ves-megamenu .col-lg-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-sm-5, .ves-megamenu .col-md-5, .ves-megamenu .col-lg-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-sm-6, .ves-megamenu .col-md-6, .ves-megamenu .col-lg-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-sm-7, .ves-megamenu .col-md-7, .ves-megamenu .col-lg-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-sm-8, .ves-megamenu .col-md-8, .ves-megamenu .col-lg-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-sm-9, .ves-megamenu .col-md-9, .ves-megamenu .col-lg-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-sm-10, .ves-megamenu .col-md-10, .ves-megamenu .col-lg-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-sm-11, .ves-megamenu .col-md-11, .ves-megamenu .col-lg-11, .ves-megamenu .col-xs-12, .ves-megamenu .col-sm-12, .ves-megamenu .col-md-12, .ves-megamenu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ves-megamenu .col-xs-1, .ves-megamenu .col-xs-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-xs-12 {
  float: left;
}
.ves-megamenu .col-xs-12 {
  width: 100%;
}
.ves-megamenu .col-xs-11 {
  width: 91.66666667%;
}
.ves-megamenu .col-xs-10 {
  width: 83.33333333%;
}
.ves-megamenu .col-xs-9 {
  width: 75%;
}
.ves-megamenu .col-xs-8 {
  width: 66.66666667%;
}
.ves-megamenu .col-xs-7 {
  width: 58.33333333%;
}
.ves-megamenu .col-xs-6 {
  width: 50%;
}
.ves-megamenu .col-xs-5 {
  width: 41.66666667%;
}
.ves-megamenu .col-xs-4 {
  width: 33.33333333%;
}
.ves-megamenu .col-xs-3 {
  width: 25%;
}
.ves-megamenu .col-xs-2 {
  width: 16.66666667%;
}
.ves-megamenu .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ves-megamenu .col-sm-1, .ves-megamenu .col-sm-2, .ves-megamenu .col-sm-3, .ves-megamenu .col-sm-4, .ves-megamenu .col-sm-5, .ves-megamenu .col-sm-6, .ves-megamenu .col-sm-7, .ves-megamenu .col-sm-8, .ves-megamenu .col-sm-9, .ves-megamenu .col-sm-10, .ves-megamenu .col-sm-11, .ves-megamenu .col-sm-12 {
    float: left;
  }
  .ves-megamenu .col-sm-12 {
    width: 100%;
  }
  .ves-megamenu .col-sm-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-sm-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-sm-9 {
    width: 75%;
  }
  .ves-megamenu .col-sm-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-sm-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-sm-6 {
    width: 50%;
  }
  .ves-megamenu .col-sm-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-sm-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-sm-3 {
    width: 25%;
  }
  .ves-megamenu .col-sm-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ves-megamenu .col-md-1, .ves-megamenu .col-md-2, .ves-megamenu .col-md-3, .ves-megamenu .col-md-4, .ves-megamenu .col-md-5, .ves-megamenu .col-md-6, .ves-megamenu .col-md-7, .ves-megamenu .col-md-8, .ves-megamenu .col-md-9, .ves-megamenu .col-md-10, .ves-megamenu .col-md-11, .ves-megamenu .col-md-12 {
    float: left;
  }
  .ves-megamenu .col-md-12 {
    width: 100%;
  }
  .ves-megamenu .col-md-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-md-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-md-9 {
    width: 75%;
  }
  .ves-megamenu .col-md-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-md-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-md-6 {
    width: 50%;
  }
  .ves-megamenu .col-md-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-md-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-md-3 {
    width: 25%;
  }
  .ves-megamenu .col-md-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu .col-lg-1, .ves-megamenu .col-lg-2, .ves-megamenu .col-lg-3, .ves-megamenu .col-lg-4, .ves-megamenu .col-lg-5, .ves-megamenu .col-lg-6, .ves-megamenu .col-lg-7, .ves-megamenu .col-lg-8, .ves-megamenu .col-lg-9, .ves-megamenu .col-lg-10, .ves-megamenu .col-lg-11, .ves-megamenu .col-lg-12 {
    float: left;
  }
  .ves-megamenu .col-lg-12 {
    width: 100%;
  }
  .ves-megamenu .col-lg-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-lg-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-lg-9 {
    width: 75%;
  }
  .ves-megamenu .col-lg-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-lg-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-lg-6 {
    width: 50%;
  }
  .ves-megamenu .col-lg-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-lg-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-lg-3 {
    width: 25%;
  }
  .ves-megamenu .col-lg-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__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/YesMed/default/en_AU/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 #00699d;
  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/YesMed/default/en_AU/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;
}
.amasty-hide-price-button {
    margin-bottom: 40px;
}
/*CSS start here*/
.main-padding {
  width: 100%;
  bottom: 0px;
  position: fixed;
  display: none;
  background-color: #EFF2F5;
  border-top: 2px solid #1979c3;
  left: 0px;
  z-index: 999;
}
.compare-inner-block {
  max-width: 100%;
  margin: auto;
  padding: 20px 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  z-index: 1;
}
.compare-inner-block .car-item-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.compare-inner-block .car-item-block .item-bcompare {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  margin-right: 20px;
  flex-flow: row nowrap;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.compare-inner-block .car-item-block .item-bcompare .car-image {
  display: inline-block;
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
}
.compare-inner-block .car-item-block .item-bcompare .car-image img {
  max-width: 100%;
  width: 180px;
}
.compare-inner-block .car-item-block .item-bcompare .item-content {
  display: inline-block;
  width: 60%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.compare-inner-block .car-item-block .item-bcompare .item-content a.title {
  font-family: 'Neo Sans Pro Medium', sans-serif;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 5px 0px;
  box-sizing: border-box;
  color: #333;
}
.compare-inner-block .car-item-block .item-bcompare .item-content a.title:hover {
  text-decoration: underline;
}
.compare-inner-block .car-item-block .item-bcompare .item-content span.price {
  color: #0c7394;
  font-family: 'Arial', sans-serif;
  display: block;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.compare-inner-block .car-item-block .item-bcompare .btn-close {
  top: -13px;
  right: -13px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  padding: 8px;
  line-height: 0px;
  box-sizing: border-box;
  background-color: #615e5e;
  transition: all 0.4s;
  display: inline-block;
}
.compare-inner-block .car-item-block .item-bcompare .btn-close:hover {
  background-color: #0c7394;
}
.compare-inner-block .car-item-block .item-bcompare .btn-close img {
  max-width: 100%;
}
.compare-inner-block .compare-btn {
  width: 25%;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-inner-block .compare-btn .align-btn {
  width: 155px;
  text-align: center;
}
.compare-inner-block .compare-btn .align-btn .button.primary a {
  box-shadow: unset;
  background-color: #0c7394;
  color: #fff;
  padding: 12px 28px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Neo Sans Pro Bold', sans-serif;
  box-sizing: border-box;
  transition: all 0.4s;
}
.compare-inner-block .compare-btn .align-btn .button.primary a:hover {
  background-color: #285674;
}
.compare-inner-block .compare-btn .align-btn .button.secondary {
  margin-top: 30px;
  text-align: center;
}
.compare-inner-block .compare-btn .align-btn .button.secondary a {
  color: #707070;
  box-shadow: unset;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s;
}
.compare-inner-block .compare-btn .align-btn .button.secondary a:hover {
  color: #0c7394;
}
.message {
  width: 100%;
  bottom: 5px;
  background-color: #EFF2F5;
}
.message p {
  color: red;
  margin-left: 60px;
  font-size: medium;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 0px;
  left: 50%;
  bottom: 26%;
  transform: translate(-50%, 0px);
  overflow: auto;
}
.modal-contents {
  background-color: #58595b;
  margin: auto;
  padding: 15px 20px;
  border-radius: 25px;
  height: auto;
  z-index: 999;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.modal-contents h2 {
  font-weight: 500;
  text-align: center;
}
.modal-contents p {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.message-box {
  position: relative;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -16px;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body.page-products .products-grid .product-item-actions .final-tier-prices-list .carton-qty,
.product-listing .products-grid .product-item-actions .final-tier-prices-list .carton-qty {
  text-align: center;
  margin: 10px 0;
  position: relative;
}
body.page-products .products-grid .product-item-actions .final-tier-prices-list .carton-qty::before,
.product-listing .products-grid .product-item-actions .final-tier-prices-list .carton-qty::before {
  content: '\f49e';
  font-family: 'Font Awesome 5 Pro';
  margin-right: 7px;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper,
.product-listing .products-grid .product-item-actions .qty-input-wrapper {
  width: 50%;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper .plus-qty,
.product-listing .products-grid .product-item-actions .qty-input-wrapper .plus-qty,
body.page-products .products-grid .product-item-actions .qty-input-wrapper .minus-qty,
.product-listing .products-grid .product-item-actions .qty-input-wrapper .minus-qty {
  width: 28px;
}
body.page-products .products-grid .product-item-actions .qty-input-wrapper input.input-text,
.product-listing .products-grid .product-item-actions .qty-input-wrapper input.input-text {
  width: calc(100% - 56px);
}
body.page-products .products-grid .product-item-actions .actions-wrapper,
.product-listing .products-grid .product-item-actions .actions-wrapper {
  flex-direction: column;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .primary-action,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content img,
.product-listing .products-grid .product-item-actions .actions-wrapper .primary-action .action.tocart.primary span.tocart-content img {
  position: absolute;
  right: 0;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary {
  width: calc(50% - 10px);
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary > .tocompare,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary > .tocompare {
  background: #f5f5f5;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 5px;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary > .tocompare span,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary > .tocompare span {
  display: block;
  position: static;
  clip: auto;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  line-height: 24px;
  color: #434342;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary > .compare-active span,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary > .compare-active span {
  font-size: 0;
  position: relative;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary > .compare-active span::before,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary > .compare-active span::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #6EBD48;
}
body.page-products .products-grid .product-item-actions .actions-wrapper .actions-secondary:hover::before,
.product-listing .products-grid .product-item-actions .actions-wrapper .actions-secondary:hover::before {
  display: none;
}
body.page-products .products-grid .product-item-actions .action-qty,
.product-listing .products-grid .product-item-actions .action-qty {
  display: flex;
}
body.page-products .products-grid .product-item-info .actions-secondary .tocompare::before,
.product-listing .products-grid .product-item-info .actions-secondary .tocompare::before {
  display: none;
}
.main-padding {
  -webkit-box-shadow: 0px -6px 32px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -6px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -6px 32px rgba(0, 0, 0, 0.16);
  border: none;
}
.main-padding .mobile-show {
  display: none;
}
.main-padding h3 {
  padding: 0 45px;
  margin: 10px 0;
  color: #104470;
  font-size: 20px;
}
.main-padding .compare-inner-block {
  padding: 0 45px 10px;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare {
  width: calc((100% - 50px)/3);
  margin-right: 25px;
  padding: 15px 16px;
  background: #fff;
  height: 100%;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare p {
  margin: 0 auto;
  text-align: center;
  max-width: 60%;
  display: flex;
  align-items: center;
  width: 100%;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare:nth-child(3n) {
  margin-right: 0;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .car-image {
  width: 110px;
  padding: 0;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .car-image img {
  width: 100%;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content {
  width: calc(100% - 122px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 0;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .title {
  color: #434342;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-weight: 300;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .title:hover {
  text-decoration: none;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail {
  display: flex;
  justify-content: space-between;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #000;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: start;
  max-width: min-content;
  white-space: nowrap;
  margin: 0 0 auto;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock.available::before {
  background-color: #15a33b;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock.outofstock::before,
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock.unavailable::before {
  background-color: #fa7f0e;
}
.main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock.no-eta:before {
  background-color: red;
}
.main-padding .compare-inner-block .compare-btn .align-btn {
  width: 180px;
}
.main-padding .compare-inner-block .compare-btn .align-btn p {
  font-size: 16px;
  line-height: 26px;
  color: #434342;
  font-weight: 300;
}
.main-padding .compare-inner-block .compare-btn .align-btn .button.primary a {
  display: block;
}
.main-padding .compare-inner-block .compare-btn .align-btn .button.secondary {
  margin-top: 12px;
}
.main-padding .compare-inner-block .compare-btn .align-btn .button.secondary a {
  text-decoration: underline;
}
.main-padding .toggle-compare {
  position: absolute;
  top: -50px;
  right: 100px;
  font-size: 0;
  width: 75px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #EFF2F5;
  z-index: -1;
}
.main-padding .toggle-compare::before {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  transform: rotate(0);
  transition: 0.5s all;
  font-weight: 300;
}
.main-padding .toggle-compare.close {
  top: -34px;
}
.main-padding .toggle-compare.close::before {
  transform: rotate(180deg);
}
#myModal.message-maximum {
  top: 180px;
  transform: unset;
  right: 0;
  left: unset;
  z-index: 9999;
  position: fixed;
  bottom: unset;
  max-width: 580px;
  width: 100%;
}
#myModal.message-maximum .modal-contents {
  border-radius: 0;
  border-left: 3px solid #104470;
  background-color: #F89D19;
  padding-left: 63px;
  position: relative;
}
#myModal.message-maximum .modal-contents p {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
#myModal.message-maximum .modal-contents::before {
  content: '\f071';
  position: absolute;
  left: 15px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
/*Responsive*/
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .compare-inner-block .car-item-block .item-bcompare {
    width: 31.33%;
  }
  .compare-inner-block .car-item-block .item-bcompare .car-image {
    padding: 10px 0px;
    box-sizing: border-box;
  }
  .compare-inner-block .car-item-block .item-bcompare .item-content {
    padding: 0px 5px;
    box-sizing: border-box;
  }
  .compare-inner-block .car-item-block .item-bcompare .item-content a.title {
    font-size: 15px;
    line-height: 22px;
  }
  .compare-inner-block .car-item-block .item-bcompare .item-content span.price {
    font-size: 17px;
  }
}
@media screen and (max-width: 1600px) {
  .main-padding .compare-inner-block {
    padding: 0 20px 20px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .car-image {
    width: 90px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .compare-inner-block .compare-btn {
    width: 200px;
  }
  .compare-inner-block .car-item-block {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1299.98px) and (min-width: 768px) {
  .main-padding .compare-inner-block {
    padding: 0 20px 10px;
    flex-direction: column;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare p {
    min-height: 96.4px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock {
    margin-left: 0;
    margin-top: 5px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .car-image {
    width: 90px;
  }
  .compare-inner-block .car-item-block {
    width: 100%;
  }
  .compare-inner-block .compare-btn {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-padding .compare-inner-block .compare-btn .align-btn {
    flex-direction: column;
    max-width: 270px;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 280px;
    width: 100%;
  }
  .main-padding .compare-inner-block .compare-btn .align-btn .button.primary {
    display: block;
    width: 100%;
  }
  .main-padding .compare-inner-block .compare-btn .align-btn p {
    max-width: 180px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .main-padding h3 {
    padding: 0 20px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare {
    display: flex;
    flex-direction: column;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare p {
    min-height: 191.4px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .car-image {
    margin: 0 auto;
  }
  .main-padding .compare-inner-block .compare-btn .align-btn .button.secondary {
    padding-right: 0;
  }
  .compare-inner-block .compare-btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .main-padding .compare-inner-block .compare-btn .align-btn p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-padding .compare-inner-block .compare-btn .align-btn .button.primary a {
    font-size: 14px;
  }
  body #chat-widget-container {
    bottom: 80px !important;
  }
  #button-scroll.show {
    bottom: 180px;
  }
  .compare-inner-block .car-item-block {
    flex-direction: column;
    width: 100%;
  }
  .main-padding .toggle-compare {
    right: 15px;
    top: 23px;
    z-index: 999;
    width: 20px;
    padding: 0;
    height: auto;
  }
  .main-padding .toggle-compare::before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    transform: rotate(180deg);
    transition: 0.5s all;
    font-weight: 300;
  }
  .main-padding .toggle-compare.close {
    top: calc(50% + 15px);
    transform: translateY(-50%);
  }
  .main-padding .title-desktop {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    text-transform: uppercase;
  }
  .main-padding.compare-close .toggle-compare::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    transform: rotate(180deg);
    transition: 0.5s all;
    font-weight: 300;
  }
  .main-padding.compare-close .title-desktop {
    display: none;
    margin: 32px 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .main-padding.compare-close .mobile-show {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
  }
  .main-padding.compare-close .mobile-show .list-image {
    display: flex;
    width: 40%;
    justify-content: center;
  }
  .main-padding.compare-close .mobile-show .list-image > div {
    width: calc((100% - 15px)/3);
    margin-right: 5px;
  }
  .main-padding.compare-close .mobile-show .list-image > div img {
    width: 100%;
  }
  .main-padding.compare-close .mobile-show .title-mobile {
    width: 60%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
    margin: 0;
  }
  .main-padding .compare-inner-block {
    flex-direction: column;
    max-height: 38vh;
    overflow-y: auto;
    padding-top: 15px;
  }
  .main-padding .compare-inner-block .compare-btn {
    width: 100%;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare p {
    min-height: 96.4px;
    justify-content: center;
    font-size: 12px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .title,
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail {
    align-items: center;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock {
    font-size: 12px;
    line-height: 20px;
  }
  body.page-products .columns .column.main {
    padding-top: 20px;
  }
  #myModal.message-maximum {
    top: 75px;
  }
  #myModal.message-maximum .modal-contents {
    padding: 10px;
    padding-left: 40px;
  }
  #myModal.message-maximum .modal-contents::before {
    left: 10px;
    font-size: 20px;
  }
  #myModal.message-maximum .modal-contents p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 350px) {
  .main-padding.compare-close .mobile-show .title-mobile {
    font-size: 12px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
  }
  .main-padding .compare-inner-block .car-item-block .item-bcompare .item-content .product-stock-detail .product-stock {
    margin-left: 0;
    margin-top: 5px;
  }
}
/** Auto-completion menu */
html {
    --autocomplete-muted-color: #969faf;
}

#algolia-autocomplete-container .aa-dropdown-menu .before_special, .aa-Panel .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

#algolia-autocomplete-container .aa-dropdown-menu .tier_price, .aa-Panel .tier_price {
    color: #666666;
    font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .tier_price .tier_value, .aa-Panel .tier_price .tier_value {
    color: #54A5CD;
    font-size: 12px;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag, .aa-Panel .info-without-thumb .category-tag {
    color: #3284b6;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details, .aa-Panel .info-without-thumb .details {
    font-size: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
    max-height: 30px;
    display: -webkit-box;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em, .aa-Panel .info-without-thumb .details em {
    color: #222222;
}

#algolia-autocomplete-tt.algolia-autocomplete {
    width: 100%;
    display: inline-block !important;
}

#algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
    position: absolute;
    margin-top: -1px;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    border: 1px solid #BBB;
    border-top: 3px solid #8EB4D0;
    border-radius: 1px;
    background: white;
}
@media (min-width: 992px) {
    #algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
        min-width: 800px !important;
    }
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
        width: 71.1%;
        min-width: 680px;
        padding-left: 8px;
    }
    .aa-Panel{
        left: auto !important;
    }
    .aa-Panel.productColumn1 section:nth-child(1) .aa-List {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .aa-Panel.productColumn1 section:nth-child(1) .aa-List li {
        width: 285px;
    }
    .aa-Panel.productColumn2 section:nth-child(2) .aa-List {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .aa-Panel.productColumn2 section:nth-child(2) .aa-List li {
        width: 285px;
    }

    .aa-Panel ul{
        padding-inline-start: 0px;
        margin-bottom: 0px !important;
    }
}

.aa-Panel.productColumn2 section:nth-child(2) .aa-List li:hover, .aa-Panel.productColumn1 section .aa-List li:hover{
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2, .aa-Panel .col-2 {
    position: relative;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left, .aa-Panel .col-2 .col-left {
    width: 67%;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right, .aa-Panel .col-2 .col-right {
    width: 33%;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products, .aa-Panel .aa-no-results-products {
    padding: 40px 40px;
    min-height: 250px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .title, .aa-Panel .aa-no-results-products .title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 16px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .suggestions, .aa-Panel .aa-no-results-products .suggestions {
    margin-bottom: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .see-all a, .aa-Panel .aa-no-results-products .see-all a {
    color: #636363;
    font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results, .aa-Panel .aa-no-results {
    padding: 10px;
    font-style: italic;
}

#algolia-autocomplete-container .aa-dropdown-menu .category, .aa-Panel .category, .aa-Panel .aa-PanelLayout section .aa-SourceHeader {
    padding: 4px;
    color: rgb(166, 166, 166);
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions, .aa-Panel .category-suggestions{
    padding: 4px;
    color: #54A5CD;
    text-align: left;
    font-size: 0.7em;
    text-transform: uppercase;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit, .aa-Panel .algoliasearch-autocomplete-hit {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
    width: 96%;
    overflow: hidden;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-suggestions .algoliasearch-autocomplete-hit {
    padding-left: 30px;
}

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) {
    position: relative;
    padding: 5px 0 5px 25px !important;
}

.aa-Panel .aa-ItemLink.algolia-suggestions svg.algolia-glass-suggestion.magnifying-glass {
    display: none;
}

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) svg.algolia-glass-suggestion.magnifying-glass {
    display: block;
    position: absolute;
    right: auto;
    left: 5px;
    top: 7px;
    fill: #A6A6A6;
    stroke: #A6A6A6;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9, .aa-Panel .col9:hover {
    background-color: #F9F9F9;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
    display: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion, .aa-Panel .aa-dataset-products .aa-suggestion {
    display: inline-block;
    width: 100%;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion, .aa-Panel .aa-dataset-products .aa-suggestion {
        display: inline-block;
        width: 50%;
    }
}


#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit, .aa-Panel .aa-dataset-products .algoliasearch-autocomplete-hit {
    padding: 15px 10px;
}

.autocomplete-wrapper, .aa-Panel {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.autocomplete-wrapper:after, .aa-Panel:after {
    clear: both;
    content: '';
}

#algolia-autocomplete-container .col9, .aa-Panel .col9 {
    float: right;
    box-sizing: border-box;
}

#algolia-autocomplete-container .col3, .aa-Panel .col3 {
    float: right;
    box-sizing: border-box;
}

#algolia-autocomplete-container.reverse .col3, .aa-Panel.reverse .col3 {
    float: left;
    min-width: 100%;
}

#algolia-autocomplete-container.reverse .col9, .aa-Panel.reverse .col9 {
    float: left;
    min-width: 100%;
    display: flex;
    height: 100%;
    flex: 1;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .col9, .aa-Panel .col9 {
        border-left: solid 1px #eeeeee;
        width: 70%;
        right: 0;
        height: 100%;
    }

    #algolia-autocomplete-container .col3, .aa-Panel .col3 {
        float: left;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col3, .aa-Panel.reverse .col3 {
        float: left;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col9, .aa-Panel.reverse .col9 {
        border-right: solid 1px #eeeeee;
        float: left;
        width: 70%;
    }
}

#algolia-autocomplete-container .other-sections, .aa-Panel .other-sections {
    margin: 20px 10px 70px;
}


.aa-dataset-products .aa-suggestions {
    margin: 10px auto 10px auto;
}

.aa-dataset-suggestions {
    display: none;
}

@media (min-width: 769px) {
    .aa-dataset-suggestions {
        display: block;
    }
}


@media (min-width: 769px) {
    .aa-dataset-products .aa-suggestions {
        margin: 10px auto 50px auto;
    }
}


.aa-dataset-products .aa-suggestions:after {
    content: '';
    display: block;
    clear: both;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit, .aa-Panel .other-sections .algoliasearch-autocomplete-hit {
    padding-left: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-suggestions, .aa-Panel .other-sections .aa-suggestions {
    margin-bottom: 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit, .aa-Panel .aa-cursor .algoliasearch-autocomplete-hit {
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit em, .aa-Panel .algoliasearch-autocomplete-hit em {
    font-weight: bold;
    font-style: normal;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price, .aa-Panel .algoliasearch-autocomplete-price {
    font-size: 1.1em;
    color: #54A5CD;
    height: 22px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb, .aa-Panel .algoliasearch-autocomplete-hit .thumb {
    float: left;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img, .aa-Panel .algoliasearch-autocomplete-hit .thumb img {
    width: 50px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info {
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#autocomplete-products-footer {
    background-color: #F9F9F9;
    text-align: center;
    display: none;
    position: absolute;
    width: 70%;
    padding: 10px 0;
    bottom: 0;
    left: 30%;
}

#algolia-autocomplete-container.reverse #autocomplete-products-footer {
    right: auto;
    left: 0;
}

@media (min-width: 769px) {
    #autocomplete-products-footer {
        display: block;
    }
}

#autocomplete-products-footer span {
    color: #15769c;
    font-weight: 600;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category, .aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
    font-size: 0.8em;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em, .aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
    color: #222;
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category span:nth-child(n+2):before {
    content: " | ";
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .after_special:after {
    content: " ";
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .tier_price {
    padding-left: 5px;
}


#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    bottom: 0;
    left: 4px;
    font-size: 13px;
}

#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
    left: auto;
    right: 4px;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
        width: 30%;
    }
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
    color: #B8B8B8;
    font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
    display: inline;
    height: 1.5em;
    vertical-align: bottom;
    max-width: 130px;
}

#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
    background: transparent;
}

#algolia-searchbox .algolia-search-input {
    position: static !important;
}

#algolia-searchbox .algolia-search-input:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px #54A5CD;
}

#algolia-autocomplete-container:after, .autocomplete-wrapper:after {
    clear: both;
    content: '';
}

#algolia-searchbox {
    position: relative;
}

#algolia-searchbox .clear-cross, #algolia_instant_selector .clear-cross {
    position: absolute;
    display: none;
    background: url("data:image/svg+xml;utf8,<svg width=\'12\' height=\'12\' viewBox=\'0 0 12 12\' xmlns=\'http://www.w3.org/2000/svg\' opacity=\'0.6\'><path d=\'M.566 1.698L0 1.13 1.132 0l.565.566L6 4.868 10.302.566 10.868 0 12 1.132l-.566.565L7.132 6l4.302 4.3.566.568L10.868 12l-.565-.566L6 7.132l-4.3 4.302L1.13 12 0 10.868l.566-.565L4.868 6 .566 1.698z\'></path></svg>") no-repeat center center / contain;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#algolia-searchbox .clear-query-autocomplete {
    bottom: 8px;
    right: 9px;
}

#algolia-searchbox .magnifying-glass {
    background: url("data:image/svg+xml;utf8,<svg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\'  fill=\'%23A6A6A6\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M15.553 31.107c8.59 0 15.554-6.964 15.554-15.554S24.143 0 15.553 0 0 6.964 0 15.553c0 8.59 6.964 15.554 15.553 15.554zm0-3.888c6.443 0 11.666-5.225 11.666-11.668 0-6.442-5.225-11.665-11.668-11.665-6.442 0-11.665 5.223-11.665 11.665 0 6.443 5.223 11.666 11.665 11.666zm12.21 3.84a2.005 2.005 0 0 1 .002-2.833l.463-.463a2.008 2.008 0 0 1 2.833-.003l8.17 8.168c.78.78.78 2.05-.004 2.833l-.462.463a2.008 2.008 0 0 1-2.834.004l-8.168-8.17z\' fill-rule=\'evenodd\'/></svg>") no-repeat center right / 20px;
    border: none;
    bottom: 7px;
    box-shadow: none;
    height: 20px;
    position: absolute;
    right: 7px;
    width: 20px;
}

#algolia_instant_selector .cross-wrapper .clear-refinement {
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
}
#algoliaAutocomplete{
    position: relative;
}
#algoliaAutocomplete .aa-SubmitButton{
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    height: 32px;
    box-shadow: none;
}
#algoliaAutocomplete .aa-ClearButton{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 30px;
    border: none;
    background: #fff;
    display: none;
}

#algoliaAutocomplete .aa-LoadingIndicator {
    position: absolute;
    top: 20%;
    right: 10px;
}

.aa-Panel li.aa-Item{
    list-style-type: none;
}

.aa-Panel .aa-PanelLayout{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);*/
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 45px;
}
.aa-Panel .aa-PanelLayout section{
    padding-top: 10px;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1) li a, .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2) li a, .aa-Panel .aa-PanelLayout section:nth-child(3) li a, .aa-Panel .aa-PanelLayout section:nth-child(4) li a, .aa-Panel .aa-PanelLayout section:nth-child(5) li a{
    color: inherit;
    display: block;
    padding: 5px 10px;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1) li a:hover, .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(3) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(4) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(5) li a:hover{
    background-color: #f2f2f2;
    text-decoration: none;
}
.footer_algolia{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.footer_algolia .algolia-search-by-label {
    color: var(--autocomplete-muted-color);
    font-size: .9em;
    margin-right: 5px;
}

.footer_algolia img {
    min-width: 80px;
}

@media (min-width: 992px) {
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2), .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1){
        margin-left: 2.5rem !important;
        min-width: 570px !important;
    }
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1),
    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2),
    .aa-Panel .aa-PanelLayout section:nth-child(3),
    .aa-Panel .aa-PanelLayout section:nth-child(4),
    .aa-Panel .aa-PanelLayout section:nth-child(5){
        width: 220px !important;
    }
}
@media (max-width: 768px) {
    #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info{
        padding-left: 15px;
    }
}
@media (min-width: 769px) {
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1){
        grid-area: 1 / 1 / 2 / 2;
        padding-top: 20px;
        width: 180px;
    }
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2){
        border-left: 1px solid #BBB;
        margin-bottom: 0px;
        margin-left: 1.5rem;
        min-width: 480px;
        grid-area: 1 / 2 / 5 / 3;
    }

    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1){
        border-left: 1px solid #BBB;
        margin-bottom: 0px;
        margin-left: 1.5rem;
        min-width: 48px;
        grid-area: 1 / 2 / 5 / 3;
    }
    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2){
        grid-area: 1 / 1 / 2 / 2;
        padding-top: 20px;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(3){
        grid-area: 2 / 1 / 3 / 2;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(4){
        grid-area: 3 / 1 / 4 / 2;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(5){
        grid-area: 4 / 1 / 5 / 2;
        width: 180px;
    }
    #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info {
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    .aa-Panel .aa-PanelLayout {
        justify-content: start;
        width:100%;
        display: flex;
        flex-direction: column;
    }
    .footer_algolia{
        width: 100%;
        justify-content: center;
    }
    .aa-Panel .aa-List {
        padding-left: 0px;
    }
    #autocomplete-products-footer{
        left: 0;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    .footer_algolia{
        text-align: center;
        padding-top: 15px;
    }
    .aa-Panel .aa-PanelLayout section {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    #algoliaAutocomplete{
        margin-bottom: 10px;
        clear: both;
    }
    #algoliaAutocomplete.block-search input{
        left: inherit;
        position: relative;
        margin: 0px;
    }
    #algoliaAutocomplete .aa-SubmitButton{
        z-index: 2;
    }
}

.aa-Panel mark{
    background: none;
    font-weight: 600;
}
.aa-Panel .aa-PanelLayout section .aa-SourceNoResults{
    padding: 5px;
}

.clear-query-autocomplete {
    display: none !important;
}
#algolia_instant_selector,
#algolia_instant_selector *,
#search_mini_form,
#search_mini_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#algolia_instant_selector:before,
#algolia_instant_selector:after,
#algolia_instant_selector *:before,
#algolia_instant_selector *:after,
#search_mini_form:before,
#search_mini_form:after,
#search_mini_form *:before,
#search_mini_form *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search_mini_form label {
    display: none;
}

#algolia_instant_selector .row {
    margin-left: -15px;
    margin-right: -15px;
}

#algolia_instant_selector .col-md-3,
#algolia_instant_selector .col-md-4,
#algolia_instant_selector .col-md-9,
#algolia_instant_selector .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #algolia_instant_selector .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    #algolia_instant_selector .col-md-3,
    #algolia_instant_selector .col-md-4,
    #algolia_instant_selector .col-md-9,
    #algolia_instant_selector .col-md-12 {
        float: left;
    }

    #algolia_instant_selector .col-md-12 {
        width: 100%;
    }

    #algolia_instant_selector .col-md-9 {
        width: 75%;
    }

    #algolia_instant_selector .col-md-4 {
        width: 33.33333333%;
    }

    #algolia_instant_selector .col-md-3 {
        width: 25%;
    }
}

#algolia_instant_selector .row:before,
#algolia_instant_selector .row:after {
    content: " ";
    display: table;
}

#algolia_instant_selector .row:after {
    clear: both;
}

#algolia_instant_selector .visible-xs,
#algolia_instant_selector .visible-sm {
    display: none !important;
}

#algolia_instant_selector .hidden-xs,
#algolia_instant_selector .hidden-sm {
    display: block !important;
}

@media (max-width: 767px) {
    #algolia_instant_selector .visible-xs {
        display: block !important;
    }

    #algolia_instant_selector .hidden-xs {
        display: none !important;
    }

    .algolia-search-block {
        clear: both;
    }
}

@media (max-width: 991px) {
    #algolia_instant_selector .visible-sm {
        display: block !important;
    }

    #algolia_instant_selector .hidden-sm {
        display: none !important;
    }
}

#algolia_instant_selector .pull-left {
    float: left;
}

#algolia_instant_selector .pull-right {
    float: right;
}

.algolia-clearfix {
    clear: both;
}
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/**
 * we have to add this because magento default style applies `display: inline-block`
 * on button and other tags, which overrides the HTML5 standard [hidden] attribute
 */
[hidden] {
    display: none !important;
}

#refine-toggle {
    text-align: center;
    line-height: 40px;
    border: solid 1px #ededed;
    margin: 10px 0 20px;
    font-weight: 700;
    cursor: pointer;
}

/* infos */
.algolia-infos {
    padding: 6px 10px;
    color: #aaa;
    text-align: center;
    background: #f4f4f4;
    font-size: 12px;
    clear: both;
    line-height: 32px;
}

/* SearchBox */
.ais-SearchBox {
    margin-bottom: 1em;
}

.ais-SearchBox-submit {
    display: none;
}

.ais-SearchBox-form {
    position: relative;
}

.ais-SearchBox-reset {
    position: absolute;
    right: 0;
}

button.ais-SearchBox-reset {
    box-shadow: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background: transparent;
}

button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.ais-SearchBox-reset,
input.ais-SearchBox-input {
    height: 32px;
}

/* Hits & InfiniteHits */
.ais-InfiniteHits,
.ais-Hits {
    text-align: center;
}

.ais-InfiniteHits--empty,
.ais-Hits--empty {
    margin: 40px 0;
    color: #636363;
    font-size: 16px;
    font-weight: bold;
}

.ais-InfiniteHits--empty q:before,
.ais-InfiniteHits--empty q:after,
.ais-Hits--empty q:before,
.ais-Hits--empty q:after {
    content: '"';
}

.ais-InfiniteHits-item a:hover,
.ais-Hits-item a:hover {
    color: #666666;
    text-decoration: none;
}

.ais-InfiniteHits-list .no-results .clear-button,
.ais-Hits-list .no-results .clear-button {
    cursor: pointer;
}

.ais-InfiniteHits-list .no-results .popular-searches,
.ais-Hits-list .no-results .popular-searches {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ais-InfiniteHits-item .result-wrapper,
.ais-Hits-item .result-wrapper {
    padding: 25px 0;
}

.ais-InfiniteHits-list::after,
.ais-Hits-list::after {
    content: ' ';
    clear: both;
    display: block;
}
.ais-InfiniteHits-loadMore {
    background: #f4f4f4;
    border-color: transparent;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.ais-InfiniteHits-loadPrevious--disabled,
.ais-InfiniteHits-loadMore--disabled {
    display: none !important;
}

.result-wrapper .tocart {
    background: #f4f4f4;
    border-color: transparent;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 10px;
}

.result-wrapper .price {
    text-align: center;
    font-size: 1.2em;
    color: #54A5CD;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* HierarchicalMenu */
.ais-HierarchicalMenu-item {
    margin: 0;
    line-height: 1.8em;
}

.ais-HierarchicalMenu-link--selected {
    font-weight: bold;
}

.ais-HierarchicalMenu-link--selected .cross-circle {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url("data:image/svg+xml;utf8,<svg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'><title>testvg</title><g fill='%23000' fill-rule='evenodd'><path d='M17.163 0C7.95 0 .41 7.578.353 16.893c-.03 4.542 1.693 8.82 4.847 12.053 3.156 3.23 7.367 5.026 11.857 5.054h.11c9.21 0 16.75-7.578 16.81-16.893C34.035 7.735 26.54.06 17.163 0zm.015 30.842v1.08l-.09-1.08c-3.656-.023-7.085-1.485-9.654-4.115-2.57-2.63-3.97-6.116-3.948-9.814C3.533 9.33 9.673 3.158 17.262 3.158c7.548.048 13.65 6.297 13.605 13.93-.05 7.585-6.19 13.754-13.69 13.754z'/><path d='M22.362 10.23l-5.186 5.245-5.186-5.244c-.417-.42-1.092-.42-1.51 0-.416.422-.416 1.105 0 1.526L15.668 17l-5.186 5.244c-.416.42-.416 1.104 0 1.525.21.21.483.316.755.316.273 0 .546-.106.755-.317l5.186-5.245 5.186 5.244c.208.21.482.316.754.316.273 0 .546-.106.755-.317.417-.422.417-1.105 0-1.526L18.685 17l5.187-5.244c.417-.42.417-1.104 0-1.525-.416-.42-1.09-.42-1.508 0z'/></g></svg>") no-repeat center center / contain;
    opacity: 0;
}

.ais-HierarchicalMenu-link--selected:hover .cross-circle {
    opacity: 1;
}

.ais-HierarchicalMenu-count::before {
    content: '('
}

.ais-HierarchicalMenu-count::after {
    content: ')'
}
/* RefinementList */
.ais-RefinementList-searchBox .ais-SearchBox-input {
    margin-top: 4px;
    margin-bottom: 4px;
}

.ais-RefinementList-searchBox .ais-SearchBox-input[disabled] {
    display: none;
}

.ais-RefinementList-count::before {
    content: '('
}

.ais-RefinementList-count::after {
    content: ')'
}

/* Panel */
.ais-Panel {
    border: solid 1px #efefef;
    margin-bottom: 15px;
}

.ais-Panel-header {
    background-color: #efefef;
    padding: 7px;
}

.ais-Panel-body {
    padding: 4px 7px;
}

/* RangeSlider */
.ais-RangeSlider {
    margin: 0 20px;
}

.ais-RangeSlider .rheostat-background {
    border: 0;
    background-color: #efefef;
}

.ais-RangeSlider .rheostat-progress {
    background-color: #006bb4;
}

/* Pagination */
.ais-Pagination-list {
    margin: 1em 0;
    justify-content: center;
}

.ais-Pagination-item {
    padding: 1em;
    margin-bottom: 0rem;
}

.ais-Pagination-item--selected {
    color: black;
    font-weight: bold;
}

.ais-Pagination-item--disabled {
    display: none;
}

/* CurrentRefinements */
.ais-CurrentRefinements-list:not(:empty) {
    margin-bottom: 10px;
}

.ais-CurrentRefinements-item {
    color: #636363;
    border-radius: 2px;
    border: solid 1px #ddd;
    background-color: #f4f4f4;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    padding: 0.2em 0.5em;
    overflow: hidden;
    margin-right: 0.4em;
    margin-bottom: 0;
}

.ais-CurrentRefinements-label {
    font-weight: bold;
}

.ais-CurrentRefinements-category {
    margin: 0 0.5em;
}

.ais-CurrentRefinements-categoryLabel {
}

button.ais-CurrentRefinements-delete {
    line-height: inherit;
    box-shadow: none;
    margin-left: 0.2em;
}

button.ais-CurrentRefinements-delete:hover,
button.ais-CurrentRefinements-delete:active,
button.ais-CurrentRefinements-delete:focus {
    box-shadow: none;
    background: none;
    border: none;
}

/* CurrentRefinements */
.ais-ClearRefinements-button {
    width: 100%;
    margin-bottom: 15px;
}

.ais-ClearRefinements-button--disabled {
    display: none !important;
}

.no-results {
    padding: 3em 0;
    text-align: center;
}
#algoliaRecommend .recommend-item .product-img {
    width: 180px;
}
#algoliaRecommend .auc-Recommend-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
#algoliaRecommend .recommend-item .product-name {
    height: 50px;
    width: 110px;
    margin: 0 auto;
}
#algoliaRecommend .recommend-component {
    margin-bottom: 80px;
}

#algoliaRecommend #relatedProducts .auc-Recommend-list,
#algoliaRecommend #frequentlyBoughtTogether .auc-Recommend-list,
#algoliaRecommend #lookingSimilar .auc-Recommend-list,
#algoliaRecommend .trendsItem  .auc-Recommend-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#algoliaRecommend #relatedProducts li,
#algoliaRecommend #frequentlyBoughtTogether li,
#algoliaRecommend #lookingSimilar li,
#algoliaRecommend .trendsItem li {
    display: flex;
    justify-content: center;
    width: 16.66666667%;
}
#algoliaRecommend #relatedProducts li a,
#algoliaRecommend #frequentlyBoughtTogether li a,
#algoliaRecommend #lookingSimilar li a,
#algoliaRecommend .trendsItem li a {
    color: inherit;
    display: block;
}
#algoliaRecommend #relatedProducts .product-name,
#algoliaRecommend #frequentlyBoughtTogether .product-name,
#algoliaRecommend #lookingSimilar .product-name,
#algoliaRecommend #trendItems .product-name,
#algoliaRecommend .trendsItem .product-name{
    text-align: center;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 42px;
    height: 42px;
    white-space: normal;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#algoliaRecommend #trendItems a,
#algoliaRecommend #trendItems a:hover,
#algoliaRecommend .trendsItem a,
#algoliaRecommend .trendsItem a:hover{
    color:#333;
}
#algoliaRecommend .auc-Recommend-item .product-details {
    text-align: center;
}
#algoliaRecommend #trendItems .auc-Recommend-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}
#algoliaRecommend .product-details .recommend-item .action.primary,
#algoliaRecommend .action-primary{
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #666666;
}
#algoliaRecommend .product-details .recommend-item .action.primary:hover,
#algoliaRecommend .action-primary:hover {
    border-color: #1979c3;
    background: #1979c3;
    color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1023px) {
    #algoliaRecommend #relatedProducts li,
    #algoliaRecommend #frequentlyBoughtTogether li,
    #algoliaRecommend #lookingSimilar li,
    #algoliaRecommend #trendItems li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    #algoliaRecommend #relatedProducts li,
    #algoliaRecommend #frequentlyBoughtTogether li,
    #algoliaRecommend #lookingSimilar li,
    #algoliaRecommend #trendItems li {
        width: 50%;
    }
}
#algoliaRecommend h3.auc-Recommend-title {
    padding-bottom: 20px;
}
